Files
Project-Kiln/docs/adr/0001-private-kiln-workspace.md
T
44r0n7 b38da7d53f
baseline / verify (push) Has been cancelled
chore: establish phase 0 baseline
2026-07-18 18:20:34 -04:00

20 lines
695 B
Markdown

# ADR 0001: Private Kiln workspace baseline
- Status: accepted
- Date: 2026-07-18
- Decisions: D-022 through D-026, D-050, D-065, D-066
## Decision
Begin with one Rust workspace containing a reusable `kiln-core` library and one
`kiln` binary package. Keep the initial proof dependency-free so contracts can be
tested offline and dependency review begins from zero. Temporary Kiln names remain
private and unpublishable.
## Consequences
Provider crates can be added independently after phase 1 contracts stabilize. No
package has a publishable registry identity, and no global installation procedure is
provided. The first CLI proof validates wiring only; it is not provider functionality.