Start a new change with system/component detection
Initialize a new change session by detecting the current context and setting up an advance.
git branch --show-current
arrive status
Look for existing planned advances in the detected system(s):
arrive/systems/*/advances/ for advances with status: plannedIf no planned advance exists, offer to create one:
arrive draft to generate a new advanceSummarize the session start:
started_at always; implementation_completed_at when done)If the user provides a goal description, use it to:
If no goal is provided, infer from:
feature/add-auth → "Add authentication")🚀 ARRIVE Session Started
Branch: feature/your-branch-name
Goal: [user's stated goal or inferred from branch]
Detected Impact:
├─ system-name
│ └─ component-name (stage)
└─ Files: N changed
Advance: ADV-COMPONENT-NNN
├─ Status: Planned
├─ Path: arrive/systems/.../advances/ADV-COMPONENT-NNN.md
└─ Score: XX [LEVEL]
Next Steps:
1. Implement changes (tidy first, then tests, then features)
2. Run /arrive-status to monitor reviewability
3. Run /arrive-log to record progress
4. Run /arrive-checkpoint if score goes Yellow/Red
使用 Arthas 的 watch/trace 获取 EagleEye traceId / 获取请求的 traceId