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)
```
---