20 lines
695 B
Markdown
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.
|
|
|