This workflow triggers the v-sync-logger skill to update the 4-Doc Rule (CHANGELOG.md, PROJECT_STATUS.md, APP_CONTEXT.md) and perform a Git checkpoint.
Trigger Audit:
Execute v-sync-logger by reading the current task.md and conversation history.
Staging: Identify all modified files in the current session.
Synchronization: Automatically update:
Auto-Commit:
// turbo
Commit all changes with an informative "Pulse: [Summary]" message.
bash
git add . && git commit -m "Pulse: Documentation Synchronization & Checkpoint"
Finalize: Provide the user with the new Git commit hash and the prioritized "Next Steps" list.