원클릭으로
reconciliation
Detect drift between arkive/architecture.json and the actual codebase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Detect drift between arkive/architecture.json and the actual codebase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Open the arkive web viewer to browse the project's architecture interactively.
Process queued architecture prompts from the web viewer. Drains the prompt queue by claiming, executing, and acknowledging each prompt.
Maintain the living architecture document as you build. This is the core skill — always active when arkive/architecture.json exists.
Convert an existing project into arkive by analyzing git history or filesystem dates. Builds a phased, history-rich arkive/architecture.json.
Initialize arkive architecture tracking in the current project. Handles MCP registration and skill installation.
Answer "why" questions about architectural choices using arkive/architecture.json.
| name | reconciliation |
| description | Detect drift between arkive/architecture.json and the actual codebase. |
| trigger | User says "check drift", "reconcile", "is the architecture up to date", or when returning to a project after a break. |
Run: npx @ericjdz/arkive reconcile
This scans package.json and source imports under src/, then reports mismatches against arkive/architecture.json.
Call the check_drift tool. It returns the same report as the CLI command.
If neither CLI nor MCP is available:
arkive/architecture.jsonpackage.json / requirements.txt / go.mod → actual dependencies vs stackconnectionsCurrent scanner limitations: The automated scanner checks package.json dependencies and src/ import statements. It does NOT currently scan Docker, nginx, env files, or infrastructure configs. For those, do a manual review.
Update arkive/architecture.json to reflect reality. MUST append a history entry:
{
"timestamp": "ISO 8601 now",
"action": "reconciliation",
"summary": "Reconciled arkive/architecture.json with codebase — fixed N mismatches"
}