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
## 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.
- 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.
- If `doku/report.md` is missing, create it immediately.
- 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.
## Required Startup Steps