← Về thư mục
📄 / / root / GitHub / .agents / workflows / sync.md

/sync: Automated Documentation Synchronization

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.

🛠️ Execution Steps

  1. Trigger Audit: Execute v-sync-logger by reading the current task.md and conversation history.

  2. Staging: Identify all modified files in the current session.

  3. Synchronization: Automatically update:

    • CHANGELOG: Add session updates.
    • PROJECT STATUS: Record the session log.
    • APP CONTEXT: Sync logic and architecture.
    • README: Sync tech stack and prerequisites.
  4. Auto-Commit: // turbo Commit all changes with an informative "Pulse: [Summary]" message. bash git add . && git commit -m "Pulse: Documentation Synchronization & Checkpoint"

  5. Finalize: Provide the user with the new Git commit hash and the prioritized "Next Steps" list.