12dc77455c
* chore: tighten local agent workspace rules * chore: ignore local generated agent artifacts
1.1 KiB
1.1 KiB
MedAssist-ng - Copilot Entry Point
VERY IMPORTANT - Prioritized Constraints
First: Update Memory and Reports
- Always keep agent work memory updated in
doku/memory_notes.mdso progress and decisions remain recoverable across context loss.- If
doku/memory_notes.mdis missing, create it immediately.
- If
- Always keep a user-facing work report updated in
doku/report.mdso completed work is easy to review.- If
doku/report.mdis missing, create it immediately.
- If
- This memory/report rule replaces the previous
doku/APP_BEHAVIOR.mdpersistence requirement.
Second: Follow Governance Rules
- Consult
AGENTS.mdfor 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
- Read
AGENTS.mdfirst. - Identify triggered skills from
AGENTS.mdand read each referencedSKILL.mdbefore making changes. - Follow delegation boundaries exactly (
@testing-managerfor testing,@release-managerfor release orchestration).
Scope
This file intentionally stays minimal to prevent duplicated or conflicting instructions.