diff --git a/docs/dev/index.md b/docs/dev/index.md index 3a2b674..504c277 100644 --- a/docs/dev/index.md +++ b/docs/dev/index.md @@ -51,6 +51,14 @@ constraints. User-facing behavior should still be documented through | Install and deployment packaging | [install.md](../user/install.md), [deployment.md](../user/deployment.md) | | Release history | [releases/](../releases/) | +## Active Implementation Plans + +Working documents for in-flight feature work. Removed when the work lands. + +| Area | Read | +|---|---| +| Schema-lint chassis v1 (MR-694) — `--allow-data-loss`, soft/hard drops | [schema-lint-v1-plan.md](schema-lint-v1-plan.md) | + ## Boundary Developer docs may mention implementation details, stale gaps, upstream Lance diff --git a/docs/schema-lint-v1-plan.md b/docs/dev/schema-lint-v1-plan.md similarity index 100% rename from docs/schema-lint-v1-plan.md rename to docs/dev/schema-lint-v1-plan.md