chore: tighten local agent workspace rules (#576)

* chore: tighten local agent workspace rules

* chore: ignore local generated agent artifacts
This commit is contained in:
Daniel Volz
2026-05-10 19:19:12 +02:00
committed by GitHub
parent 7554a79898
commit 12dc77455c
2 changed files with 22 additions and 2 deletions
+7 -1
View File
@@ -1,11 +1,17 @@
# MedAssist-ng - Copilot Entry Point # MedAssist-ng - Copilot Entry Point
## VERY IMPORTANT ## VERY IMPORTANT - Prioritized Constraints
**First: Update Memory and Reports**
- Always keep agent work memory updated in `doku/memory_notes.md` so progress and decisions remain recoverable across context loss. - Always keep agent work memory updated in `doku/memory_notes.md` so progress and decisions remain recoverable across context loss.
- If `doku/memory_notes.md` is missing, create it immediately.
- Always keep a user-facing work report updated in `doku/report.md` so completed work is easy to review. - Always keep a user-facing work report updated in `doku/report.md` so completed work is easy to review.
- If `doku/report.md` is missing, create it immediately.
- This memory/report rule replaces the previous `doku/APP_BEHAVIOR.md` persistence requirement. - This memory/report rule replaces the previous `doku/APP_BEHAVIOR.md` persistence requirement.
**Second: Follow Governance Rules**
- Consult `AGENTS.md` for all governance, workflow, and skill rules.
Use `AGENTS.md` as the single source of truth for all governance, workflow, and skill rules. Use `AGENTS.md` as the single source of truth for all governance, workflow, and skill rules.
## Required Startup Steps ## Required Startup Steps
+15 -1
View File
@@ -107,4 +107,18 @@ docs/SPEC_KIT.md
.github/skills/nodejs-backend-patterns/ .github/skills/nodejs-backend-patterns/
.github/skills/nodejs-best-practices/ .github/skills/nodejs-best-practices/
.github/skills/seo/ .github/skills/seo/
.playwright-mcp .playwright-mcp
# Local GSD/copilot generated workspace artifacts (not for upstream)
.github/agents/copilot-instructions.md
.github/agents/gsd-*.agent.md
.github/agents/medassist-feature-orchestrator.agent.md
.github/agents/speckit.*.agent.md
.github/get-shit-done/
.github/gsd-file-manifest.json
.github/prompts/speckit.*.prompt.md
.github/skills/gsd-*/
.planning/
doku/memory_notes.md
doku/report.md
ops/medtest/