Skip to content

Commit b1192e5

Browse files
feat(docs): Add documentation sync manifest and workflow
- Created documentation-sync-manifest.json with sync configuration - Updated architecture and design documentation references - Added workflow automation for documentation synchronization Footer: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c1269ab commit b1192e5

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

architecture-principles

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/wesleyfrederick/Documents/ObsidianVault/0_SoftwareDevelopment/0-documents/markdown-documents/architecture-principles

design-docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/wesleyfrederick/Documents/ObsidianVault/0_SoftwareDevelopment/0-documents/markdown-documents/repository-documents/claude-devtools/design-docs

documentation-sync-manifest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "1.0",
3+
"consumer_repo": "claude-devtools",
4+
"docs_repo_env": "DOCS_REPO_PATH",
5+
"docs_repo_default": "../0-documents/markdown-documents",
6+
"mappings": [
7+
{"source": "architecture-principles/", "alias": "architecture-principles/", "description": "Shared architecture principles"},
8+
{"source": "repository-documents/claude-devtools/design-docs/", "alias": "design-docs/", "description": "claude-devtools design docs"},
9+
{"source": "repository-documents/claude-devtools/workflows/", "alias": "workflows/", "description": "claude-devtools workflow playbooks"}
10+
]
11+
}

workflows

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/wesleyfrederick/Documents/ObsidianVault/0_SoftwareDevelopment/0-documents/markdown-documents/repository-documents/claude-devtools/workflows

0 commit comments

Comments
 (0)