1.0 KiB
1.0 KiB
Workspace Model
Purpose
This repository is a support workspace, not the implementation repository.
What belongs here
- daily logs
- communication context
- manager update drafts
- stable project knowledge
- debugging summaries
- reusable command, prompt, skill, and agent rules that make the workspace behave consistently
What does not belong here
- product source code
- assumptions about code changes not yet verified
- statements that imply work was executed from this machine unless explicitly true
Operational Surface
When the user corrects a recurring behavior, the workspace should update the file that controls that behavior:
.opencode/commands/for slash commandsprompts/for reusable drafting templates.opencode/agents/andai/AGENTS.mdfor default agent behavior.opencode/skills/for specialized workflowsknowledge/andai/context/process/for durable process rules
Daily logs can preserve evidence, but they should not be the only place where a reusable behavior rule lives.