User-visible surface sync per the docs-split rule: - README adds Tier 2 langs (yaml / dockerfile / toml / json / xml / groovy / go-mod) to the ingest支援 list and --code-lang options. - HANDOFF flips p10-2 phase row to ✅ (v0.14.0) and updates the next-task candidates. - ARCHITECTURE extends crates/kebab-chunk/src/ tree with k8s_manifest_resource_v1.rs / dockerfile_file_v1.rs / manifest_file_v1.rs / tier2_shared.rs, plus a Tier 2 note on the code-parser row and flowchart node. - SMOKE adds a Tier 2 smoke walkthrough (k8s yaml + Dockerfile + Cargo.toml ingest + --code-lang search) and a P10-2 entry in the verification checklist. - tasks/INDEX + tasks/p10/INDEX flip p10-2 to ✅ (v0.14.0). Workspace test gate (-j 1) + clippy --workspace pass cleanly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
15 lines
815 B
Markdown
15 lines
815 B
Markdown
# Phase 10 — Code Ingest
|
|
|
|
| ID | Subject | Status |
|
|
|----|---------|--------|
|
|
| 1A-1 | code ingest framework (wire schema, parse-code crate skeleton, filter flags, skip policy, config 절) | ✅ 머지 |
|
|
| 1A-2 | Rust AST chunker | ✅ 머지 |
|
|
| 1B | Python + TS/JS AST chunkers | 🟡 PR 오픈 (코드 완성, 머지 대기) |
|
|
| 1C-Go | Go AST chunker (`code-go-ast-v1`) | 🟡 PR 오픈 (v0.12.0) |
|
|
| 1C-JavaKotlin | Java + Kotlin AST chunkers (`code-java-ast-v1` / `code-kotlin-ast-v1`) | 🟢 PR 오픈 (v0.13.0) |
|
|
| 1D | C + C++ AST chunkers | ⏳ |
|
|
| 2 | Tier 2 resource-aware (k8s / Dockerfile / manifest) | ✅ 머지 (v0.14.0) |
|
|
| 3 | Tier 3 paragraph + line-window fallback | ⏳ |
|
|
|
|
Design: [2026-05-15-kebab-code-ingest-design.md](../../docs/superpowers/specs/2026-05-15-kebab-code-ingest-design.md)
|