Files
Aura/fieldtests/milestone-safe-to-embed/external-embed/Cargo.toml
T
claude 9636b00314 fieldtest: milestone safe-to-embed — 4 examples, 4 bugs / 4 friction / 2 spec-gaps / 6 working
Source-blind milestone fieldtest of the embedding promise (range
024e865..32f6be8): a path-dep World program driving refusals as values
and a live in-process tap, reproduce-as-data with both guard classes and
a tampered-metric divergence probe, 22 CLI exit-class probes derived
from the docs beforehand, and the stale-dylib handshake via the nodes-new
scaffold plus a rev-pinned external crate. Replayable via m4_0_run_all.sh.

Findings: 2 code bugs fixed in-cycle RED-first (99e9300 — the library
exposes-neither panic was the one real promise breach), 2 doc bugs fixed
in the same commit, 4 friction items bundled as #349, 2 spec gaps
ratified into C30 (rev+lockfile clause; the scaffold's absolute path also
in #349 — the committed lab-nodes fixture is relativized), 6 working.

refs #296
2026-07-26 20:06:18 +02:00

16 lines
647 B
TOML

[package]
name = "external-embed"
version = "0.0.0"
edition = "2021"
publish = false
[workspace]
# C30 point 2, consumer class 2: "an external embedding (a World program in
# its own repo) consumes the workspace crates as a cargo git dependency
# pinned to a rev." This is that mechanism, exercised literally — the rev is
# the newest commit published on origin/main at fieldtest time.
[dependencies]
aura-runner = { git = "http://192.168.178.103:3000/Brummel/Aura.git", rev = "024e8652c0afc186b2718c0c0f5189a6874fa5d7" }
aura-engine = { git = "http://192.168.178.103:3000/Brummel/Aura.git", rev = "024e8652c0afc186b2718c0c0f5189a6874fa5d7" }