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

65
project-knowledge/.obsidian/graph.json vendored Normal file
View File

@@ -0,0 +1,65 @@
{
"collapse-filter": true,
"search": "-path:generated -path:.venv -path:08-bases -path:09-templates -file:index -file:README -file:AGENTS -file:SKILL",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": false,
"collapse-color-groups": true,
"colorGroups": [
{
"query": "tag:#onboarding",
"color": {
"a": 1,
"rgb": 14701138
}
},
{
"query": "tag:#map",
"color": {
"a": 1,
"rgb": 6732650
}
},
{
"query": "path:02-work-items",
"color": {
"a": 1,
"rgb": 16753920
}
},
{
"query": "path:04-people",
"color": {
"a": 1,
"rgb": 10053324
}
},
{
"query": "path:05-decisions",
"color": {
"a": 1,
"rgb": 16733525
}
},
{
"query": "path:03-context/systems OR path:03-context/workstreams",
"color": {
"a": 1,
"rgb": 5793266
}
}
],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 5.865886234269105,
"close": true
}