From 2b468b96f02a85107f57da4b82e93af40a0ed157 Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 16 May 2026 15:49:30 +0300 Subject: [PATCH] docs: move schema-lint-v1-plan into docs/dev/ + add to index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Post-rebase fixup for the docs split (#93). The plan doc was added to docs/ at the top level before main reorganized to docs/{user,dev}/. This moves it into docs/dev/ and adds an entry to docs/dev/index.md under a new "Active Implementation Plans" section so the check-agents-md.sh link check passes. Per the original commit message (617a77d), the plan doc is intentionally temporary — it will be deleted when v1 lands. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 --- docs/dev/index.md | 8 ++++++++ docs/{ => dev}/schema-lint-v1-plan.md | 0 2 files changed, 8 insertions(+) rename docs/{ => dev}/schema-lint-v1-plan.md (100%) 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