Files
fidelity-ai-workspace/agent-memory/behavior/self-maintenance.md
david.delagneau dbc1894e27 Add project-knowledge structure and templates
- Introduced new maps for navigating project knowledge, including "Current Work," "Fidelity Domain," "Fidelity Apps," "Work Items," and "People."
- Created base files for daily notes, decisions, people, systems, work items, and workstreams with defined properties and views.
- Developed templates for daily notes, decisions, meeting notes, persons, systems, work items, and workstreams to standardize documentation.
- Updated scripts and prompts to reflect the new project-knowledge directory structure.
- Removed outdated onboarding and start-here documents, consolidating relevant information into the new maps.
- Ensured all references in workflows and scripts point to the new project-knowledge paths.
2026-04-17 15:52:08 -06:00

968 B

type, status, updated, tags
type status updated tags
agent-behavior active 2026-04-17
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 .opencode/skills/ for specialized workflows.
  • Update agent-memory/ for reusable agent operating rules.
  • Update 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.