From 7131dc0ca9478c17be2636ca569db6630434509e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:17:40 +0000 Subject: [PATCH 1/3] Initial plan From 2016aad4744ff82260708f56a3b10a4477977700 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:30:04 +0000 Subject: [PATCH 2/3] Add reference to docs/design/introduction.md in AGENTS.md Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/76570e71-c9aa-47e8-bb67-2b315a15cb82 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index a12e713..c2458c4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -92,6 +92,7 @@ compliance gates on every CI/CD run instead of as a last-mile activity. ## Project Structure Template - `docs/` - Documentation and compliance artifacts + - [`design/introduction.md`][design-intro] - System/Subsystem/Unit breakdown for this repository - `reqstream/` - Subsystem requirements YAML files (included by root requirements.yaml) - Auto-generated reports (requirements, justifications, trace matrix) - `src/` - Source code files @@ -165,3 +166,5 @@ Upon completion, create a report file at `.agent-logs/[agent-name]-[subject]-[un - Follow-up items, open questions, or TODOs Store agent logs in the `.agent-logs/` folder so they are ignored via `.gitignore` and excluded from linting and commits. + +[design-intro]: docs/design/introduction.md From 4bb88c5d5f8d0381dba10a6b48302fab6edbe2b0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:34:15 +0000 Subject: [PATCH 3/3] List docs/design/ folder with introduction.md as plain text in AGENTS.md Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/cc63ed6a-c938-4320-9a33-8fa2516acb0e Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --- AGENTS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index c2458c4..db67cc7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -92,7 +92,8 @@ compliance gates on every CI/CD run instead of as a last-mile activity. ## Project Structure Template - `docs/` - Documentation and compliance artifacts - - [`design/introduction.md`][design-intro] - System/Subsystem/Unit breakdown for this repository + - `design/` - Detailed design documents + - `introduction.md` - System/Subsystem/Unit breakdown for this repository - `reqstream/` - Subsystem requirements YAML files (included by root requirements.yaml) - Auto-generated reports (requirements, justifications, trace matrix) - `src/` - Source code files @@ -166,5 +167,3 @@ Upon completion, create a report file at `.agent-logs/[agent-name]-[subject]-[un - Follow-up items, open questions, or TODOs Store agent logs in the `.agent-logs/` folder so they are ignored via `.gitignore` and excluded from linting and commits. - -[design-intro]: docs/design/introduction.md