Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .machine_readable/rsr-profile.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
// Dialect note: authored in the a2ml record dialect to match the shape
// rsr-template-repo ships, because check-rsr-profile.sh's parser accepts it.
// The .a2ml -> .deed conversion is estate task #64 and is deliberately NOT
// attempted here; see docs/binding/04-EXECUTION-PLAN.md, ruling R-B.
// attempted here; see docs/AUDIT.adoc — finding F3 records that the law is
// authored in a superseded dialect while DEED is itself an unratified DRAFT.
// ---------------------------------------------------------------------------

[rsr-profile]
Expand Down Expand Up @@ -93,7 +94,8 @@ omitted-rationale = "The canon defines conformance; it is not an instance of it.
// — nothing consumes the canon as a library; it is consumed as a DOCUMENT
// and as a pin (canon.lock), which is not the `library` capability
// ffi / abi
// — no C-ABI seam and no formally specified ABI; src/interface/ absent
// — no C-ABI seam and no formally specified ABI; the interface directory
// is absent from this tree
// api-service
// — no network daemon; the reusable workflows RUN on GitHub's runners,
// they are not served BY this repo
Expand Down
4 changes: 2 additions & 2 deletions docs/AFFIRMATION.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Binding now. Each item is checkable against the anchor below.

== We intend

Committed next actions. **Not yet true.** Listed in execution order; see
link:../binding/04-EXECUTION-PLAN.md[04-EXECUTION-PLAN.md].
Committed next actions. **Not yet true.** Listed in execution order below; the
release conditions they serve are enumerated in link:AUDIT.adoc[AUDIT.adoc].

. Resolve ruling *R-A*: `machine-readable/` or `.machine_readable/`. This repo
uses the dotted form in 97 files; the spine's `root-allow.txt` and this
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-canon-lockstep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ skip() {
# 1. land the canon change with 3/4/5 informational -> releases canon.lock
# 2. land the spine's adoption against the released hashes
# 3. turn --strict on, so drift is a hard failure from then on
# See docs/binding/04-EXECUTION-PLAN.md.
# See the [canon.lockstep] section of canon.lock, which states the order.
#
# softfail() — a REAL deviation. Promoted to a failure by --strict.
softfail() {
Expand Down
Loading