chore: establish phase 0 baseline
baseline / verify (push) Has been cancelled

This commit is contained in:
2026-07-18 18:20:34 -04:00
commit b38da7d53f
42 changed files with 2618 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# 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.