2.4 KiB
2.4 KiB
type, status, updated, tags
| type | status | updated | tags | |||
|---|---|---|---|---|---|---|
| agent-workflow | active | 2026-04-17 |
|
Workspace Model
Purpose
This repository is a support workspace, not the implementation repository.
It separates reusable tooling, project knowledge, and agent operating memory:
core/contains reusable project-independent operating rulesprofiles/<project>/contains project-specific configuration and assumptionsproject-knowledge/contains transferable project documentation and current work memoryagent-memory/contains agent behavior, learning, promotion, integration, and verification rules
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
- project profiles that configure the reusable core for a specific project
- optional navigation notes and portable Obsidian configuration
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
- Obsidian local layout, plugin cache, or runtime state
Operational Surface
When the user corrects a recurring behavior, the workspace should update the file that controls that behavior:
core/for reusable project-independent behaviorprofiles/<project>/for project-specific assumptionsproject-knowledge/.obsidian/only for portable Obsidian configuration, not project memory contentscripts/memory/for project-agnostic memory access, creation, search, Base queries, and health checksscripts/obsidian/for the current Obsidian adapter, not for core memory semantics.agents/workflows/for slash commands (with.opencode/commands/for compatibility)prompts/for reusable drafting templates.agents/rules/andAGENTS.mdfor default agent behavior.agents/skills/for specialized workflows (with.opencode/skills/for compatibility)project-knowledge/00-start/andproject-knowledge/03-context/process/for project-facing onboarding and process rulesagent-memory/for agent-specific behavior, learning, promotion, verification, and self-maintenance rules
Daily logs can preserve evidence, but they should not be the only place where a reusable behavior rule lives.