What problem does it solve? Architecture documentation drifts out of sync with code as development progresses. This Skill folds dated dev-log entries and their underlying commits back into the dev-file volumes that serve as the project's current-truth docs, so AI agents and humans can keep trusting them. ## Core Features & Use Cases - Delta-only processing: Reads each volume's 最后核对 stamp and processes only dev-logs and commits newer than that date, keeping regular runs cheap. - Routing map: Directs each log to the correct volume (tech stack, data model, security, DevOps, and more) based on topics and proving code paths. - Parallel per-volume agents: Spawns one subagent per affected volume that verifies every claim against source code before editing, then bumps the verification stamp. - Hygiene sweep and landing: Flags naming violations and stale design docs, then formats, validates with CI checks, and lands the changes as a single commit and pull request. - Use Case: After a sprint week, ask for the weekly docs pass; the Skill reconciles all new dev-logs into volumes 00–08, 11, and 12 while leaving historical snapshot volumes untouched. ## Quick Start Ask the AI to run the weekly dev-file distillation pass to fold recent dev-log entries back into the architecture volumes.