Part of the workspace-wide standards rollout. Establishes where work lives (issues vs ADRs vs standing law), scaffolds `docs/agents/` for the engineering skills, and adopts ADR-0001 locally. See `sow-platform` ADR-0021 for the `sow-docs` retirement.Reviewed-on: #51 Reviewed-by: xtul <mpiasecki720@protonmail.com> Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
13 lines
572 B
Markdown
13 lines
572 B
Markdown
# ADR-0002: `sow-tools` becomes the Crucible suite
|
|
|
|
- **Status:** Accepted
|
|
- **Date:** 2026-06-11
|
|
- **Migrated from:** `sow-docs` `07-decisions-log.md` entry **D11**, on the
|
|
retirement of `sow-docs`. Content is the original decision, unchanged.
|
|
|
|
- **Decision:** Rename the future toolchain surface to Crucible: one Go module,
|
|
multiple `cmd/` binaries, plus a dispatcher so wrapper commands can stay
|
|
stable.
|
|
- **Rationale:** Depot, HAK, module, topdata, and wiki tooling share internals
|
|
but have different command surfaces. One module avoids premature repo splits.
|