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

@@ -20,6 +20,7 @@ Non-sensitive example profile showing how a new project can reuse the workspace
- Historical archive: optional
- Recommended generic variables:
- `AIW_PROJECT_PROFILE=example`
- `AIW_PROJECT_KNOWLEDGE_DIR=<optional custom project knowledge path>`
- `AIW_CHANNEL_PREFIX=example`
- `AIW_MATTERMOST_SYNC_CMD=<optional>`
- `AIW_SLACK_EXPORT_PATH=<optional>`
@@ -28,8 +29,8 @@ Non-sensitive example profile showing how a new project can reuse the workspace
## Work System
- Use `vault/02-work-items/` for active units of work
- Use `vault/01-current/work-items.md` for the active summary
- Use `project-knowledge/02-work-items/` for active units of work
- Use `project-knowledge/01-current/work-items.md` for the active summary
- Use any ticket ID format relevant to the project
- Keep approved titles or explicit task names visible for recurring updates
@@ -37,9 +38,9 @@ Non-sensitive example profile showing how a new project can reuse the workspace
## Context
Project-specific durable context should live under `vault/03-context/`.
Project-specific durable context should live under `project-knowledge/03-context/`.
People, decisions, daily notes, maps, and templates should live under the corresponding `vault/` folders.
People, decisions, daily notes, maps, and templates should live under the corresponding `project-knowledge/` folders.
Do not place company secrets, raw exports, credentials, or private communication transcripts in the profile.