Files
fidelity-ai-workspace/agent-memory/behavior/self-maintenance.md
david.delagneau 1ad707373a Add daily logs and templates for project fidelity
- Created daily log entries for May 13, 14, 18, 19, 20, and 21, capturing work done, findings, and next steps.
- Established a daily logs index for easy navigation of daily notes.
- Developed templates for daily logs, decisions, meeting notes, people, systems, and work items to standardize documentation.
- Introduced base files for filtering and displaying various types of project knowledge, including daily notes, decisions, people, systems, work items, and workstreams.
- Added maps for current work, fidelity apps, and fidelity domain to enhance project navigation and context.
2026-05-21 12:28:07 -06:00

35 lines
985 B
Markdown

---
type: agent-behavior
status: active
updated: 2026-04-17
tags:
- agent
- self-maintenance
---
# Agent Self-Maintenance
The agent must keep the workspace behavior aligned with recurring user corrections.
---
## Rules
- If a correction changes future output, update the file that controls that output.
- Update `.opencode/commands/` for slash-command behavior.
- Update `prompts/` for reusable drafting shape.
- Update `.opencode/agents/` and `AGENTS.md` for default agent behavior.
- Update `.agents/skills/` for specialized workflows.
- Update `agent-memory/` for reusable agent operating rules.
- Update `workspaces/fidelity/project-knowledge/` only when the correction changes project knowledge or project-facing process documentation.
---
## Do Not Store As Project Knowledge
- Sync failures.
- Tool dependency errors.
- Agent implementation chatter.
- Generic preference notes that only affect agent behavior.
- Duplicate summaries of already-correct project facts.