feat(sync): add wiki knowledge layer summary to sync/save output

- Added wiki change detection and categorization in sync.sh
- Shows articles by type (clients/projects/systems/patterns/meta)
- Displays status (added/modified/deleted) and counts
- Updated sync.md and save.md documentation
This commit is contained in:
2026-05-24 19:27:00 -07:00
parent a090397626
commit 3d91e25a38
3 changed files with 30 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ Commit: <sha> <subject>
Author: <name> <<email>>
Push: <old>..<new> main -> main (origin)
File: <session log path> (+N lines, appended/created)
Wiki updates (if any): <count> articles updated (clients/projects/systems/patterns)
```
---

View File

@@ -35,6 +35,7 @@ Address each action item or question explicitly before moving on. Do not bury cr
Report:
- Pulled commits — count + authors + one-line summaries
- Wiki updates — categorized by clients/projects/systems/patterns/meta with status (added/modified/deleted)
- Pushed commits — count + your commits + outgoing SHAs
- Vault sync status — pulled/pushed/clean
- Cross-user notes addressed (if any)