Commit Graph
5 Commits
Author SHA1 Message Date
David KayaandCopilot f7ab880e9f docs: add architecture guide
Create ARCHITECTURE.md with a concrete overview of the Electron app,
its renderer/main/preload boundaries, shared domain model, .NET
sidecar, persistence model, workflow execution path, tooling model,
and build/release pipeline.

Also update AGENTS.md so future agents keep ARCHITECTURE.md in sync
when a change materially affects the system design.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-24 19:35:00 +01:00
David KayaandCopilot fd120b6f60 docs: require README review in agent guidelines
Add an explicit rule that agents must always check whether README.md needs updating before handing work off.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-23 21:53:14 +01:00
David KayaandCopilot d6022fcb79 docs: require cleanup of obsolete fixes
Clarify in the agent guidelines that experiments, workarounds, helpers, and test paths that do not end up in the final correct solution must be removed before handoff.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-22 18:25:14 +01:00
David KayaandCopilot 37a460ed1d docs: expand AGENTS.md with detailed engineering principles and conventions
Add non-negotiable engineering principles, technology convention rules
with language-specific examples, and code quality/structure guidelines.
Renumber existing sections to fit the expanded structure.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-21 12:23:10 +01:00
Dávid KayaandCopilot 1ed3d3f652 chore: initialize repo with Copilot LSP config
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-21 09:25:14 +01:00