بنقرة واحدة
vault-tracker
Show or update deterministic project tracking state for active phase, session, and handoff
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show or update deterministic project tracking state for active phase, session, and handoff
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Create a handoff note to capture work state and enable smooth session transitions
Initialize a copilot-memory vault or start a new project with onboarding (greenfield or brownfield mode)
Create a new development phase with organized directory structure for research and execution tracking
Complete or pause a phase with a summary handoff note
Add research notes to a phase for documentation and reference during development
Resume from the latest handoff note to restore context at the start of a session
استنادا إلى تصنيف SOC المهني
| name | vault-tracker |
| description | Show or update deterministic project tracking state for active phase, session, and handoff |
Show or update deterministic project tracking state stored in indexes/tracker-state.json.
# Show state
copilot-memory vault tracker
# Set active phase
copilot-memory vault tracker --phase "{{PHASE_ID}}"
# Clear active phase
copilot-memory vault tracker --clear-phase
# Set session
copilot-memory vault tracker --session "{{SESSION_ID}}"
phase research and phase handoff run without --phase when active phase is set# Check current state
$ copilot-memory vault tracker
Tracker:
Active phase: auth-001
Session: session-abc
Latest handoff: handoff-xyz
# Set active phase for subsequent commands
copilot-memory vault tracker --phase auth-001
# Use with environment variables in hooks
copilot-memory vault tracker --phase "$COPILOT_PHASE_ID"
copilot-memory vault tracker --session "$COPILOT_SESSION_ID"