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.
This commit is contained in:
2026-04-17 15:52:08 -06:00
parent 11fdb17fcb
commit dbc1894e27
175 changed files with 1163 additions and 914 deletions

View File

@@ -0,0 +1,53 @@
---
type: agent-map
domain: workspace-core
updated: 2026-04-17
tags:
- map
- core
- agent
---
# AI Workspace Core Map
Reusable workspace logic and project-independent operating rules.
---
## Behavior
- [Agent Behavior](../behavior/agent-behavior.md)
- [Learning Sessions](../behavior/learning-sessions.md)
- [Self-Maintenance](../behavior/self-maintenance.md)
---
## Memory
- [Operational Memory](../memory/operational-memory.md)
- [Promotion Rules](../memory/promotion-rules.md)
- [Context Maintenance](../memory/context-maintenance.md)
---
## Integrations
- [Memory Interface](../integrations/memory-interface.md)
- [Obsidian Adapter](../integrations/obsidian.md)
- [Communication Sources](../integrations/communication-sources.md)
- [Technical Verification](../integrations/technical-verification.md)
---
## Workflows
- [AI-To-AI Prompting](../workflows/ai-to-ai-prompting.md)
- [Workspace Model](../workflows/workspace-model.md)
- [Workspace Architecture](../workflows/workspace-architecture.md)
---
## Project Profile
- Active project profile: `profiles/fidelity/profile.md`
- Project knowledge vault: `project-knowledge/`

View File

@@ -0,0 +1,65 @@
---
type: agent-map
domain: tooling
updated: 2026-04-17
tags:
- map
- tooling
---
# Tooling Map
Commands, prompts, skills, workflows, and automation surfaces that make the workspace operate consistently.
---
## OpenCode Agents
- [AI Workspace Core Map](ai-workspace-core.md)
- Fidelity agent: `.opencode/agents/fidelity.md`
- Workspace agent: `.opencode/agents/workspace.md`
---
## Commands
- Commands index: `.opencode/commands/index.md`
- Workspace context: `.opencode/commands/workspace-context.md`
- Memory health: `.opencode/commands/memory-health.md`
- Memory create: `.opencode/commands/memory-create.md`
- Communication sync: `.opencode/commands/communication-sync.md`
- Archive import: `.opencode/commands/archive-import.md`
- AI prompt: `.opencode/commands/ai-prompt.md`
- Standup: `.opencode/commands/standup.md`
- Manager update: `.opencode/commands/manager-update.md`
- Sync context: `.opencode/commands/sync-context.md`
---
## Skills
- Skills index: `.opencode/skills/index.md`
- Workspace memory curation: `.opencode/skills/workspace-memory-curation/SKILL.md`
- Professional communication: `.opencode/skills/professional-communication/SKILL.md`
- Status reporting: `.opencode/skills/status-reporting/SKILL.md`
- AI prompt engineering: `.opencode/skills/ai-prompt-engineering/SKILL.md`
---
## Prompts And Workflows
- Prompts index: `prompts/index.md`
- Standup prompt: `prompts/standup.md`
- Manager update prompt: `prompts/manager-update.md`
- Story draft prompt: `prompts/story-draft.md`
- OpenCode entry workflow: `workflows/opencode-entry.md`
- Daily context sync: `workflows/daily-context-sync.md`
---
## Memory Interface
- Project-agnostic memory scripts: `scripts/memory/`
- Current Obsidian adapter: `scripts/obsidian/`
- Project knowledge vault: `project-knowledge/`
- Agent operating memory: `agent-memory/`