archive

Solid

Archive the completed change — task gate, delta sync into main specs, revalidate

AI & Automation 13 stars 2 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
38
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
36
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

delta가 main spec에 sync되고 change directory가 `openspec/changes/archive/`로 동결된다. # 절차 1. 활성 change와 task 개수를 확인한다: ```bash uv run --project "${CLAUDE_PLUGIN_ROOT}" openspec list --json ``` 활성 change가 없으면 그렇다고 반환한다. **task가 없거나(no-tasks) 미완료면 실패를 반환한다** — CLI는 막지 않으므로 이 gate는 여기서 강제된다. fix는 task 부재면 `tx:plan`, 미완료면 `tx:apply` 소관이다. 2. archive한다. delta spec이 없는 change(tooling·infra·docs 변경)는 `--skip-specs`를 덧붙인다: ```bash uv run --project "${CLAUDE_PLUGIN_ROOT}" openspec archive <change-id> --yes ``` 3. sync 결과를 재검증한다 — 실패는 archive가 만든 spec 상태의 결함이다. 고치고 재검증한다: ```bash uv run --project "${CLAUDE_PLUGIN_ROOT}" openspec validate --all --strict --no-interactive --json ```

Details

Author
clomia
Repository
clomia/claude-automata
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category