Skip to content

Commit 6223135

Browse files
lesnik512claude
andcommitted
docs: move engineering.md from docs/dev/ to planning/
The engineering doc is a planning/architecture reference (alongside specs/, plans/, deferred-work.md), not user-facing documentation in docs/. Move it under planning/ and update the live references in CLAUDE.md and the v0.2 spec. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 17bba20 commit 6223135

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Guidance for AI agents (Claude Code, etc.) working in this repository.
88

99
**Where to find what:**
1010

11-
- [`docs/dev/engineering.md`](docs/dev/engineering.md) — the distilled design reference: invariants and *why*, the three protocol seams, exception contract, module layout, testing patterns, optional-extras pattern, remaining roadmap. Read this before adding any new module or extension point.
11+
- [`planning/engineering.md`](planning/engineering.md) — the distilled design reference: invariants and *why*, the three protocol seams, exception contract, module layout, testing patterns, optional-extras pattern, remaining roadmap. Read this before adding any new module or extension point.
1212
- [`planning/deferred-work.md`](planning/deferred-work.md) — review-surfaced items that are real but not actionable now.
1313
- [`planning/specs/`](planning/specs/) and [`planning/plans/`](planning/plans/) — per-feature design specs and implementation plans (active work).
1414

@@ -89,5 +89,5 @@ Three documented internal boundaries. AI agents must respect them — never cros
8989

9090
## When in doubt
9191

92-
- Check [`docs/dev/engineering.md`](docs/dev/engineering.md) before adding a new module or extension point.
92+
- Check [`planning/engineering.md`](planning/engineering.md) before adding a new module or extension point.
9393
- Surface ambiguity as a documentation gap rather than improvising.
File renamed without changes.

planning/specs/2026-06-03-thin-httpx2-wrapper-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Status:** spec — awaiting review
44
**Author:** Artur Shiriev (with Claude)
55
**Date:** 2026-06-03
6-
**Supersedes:** the 0.1.0 architecture documented in `docs/dev/engineering.md` (sections 2, 3, 5, 8)
6+
**Supersedes:** the 0.1.0 architecture documented in `planning/engineering.md` (sections 2, 3, 5, 8) — formerly at `docs/dev/engineering.md`, moved to `planning/` as part of this pivot
77

88
## 1. Intent
99

0 commit comments

Comments
 (0)