Run artifact

workspace/targets/toml/SOUNDINGS.md

Soundings

Per-assertion acceptance board, one row per Blueprint Programmatic Acceptance check. drydock plan projects every assertion as — UNVERIFIED; drydock score ac sets the Status column from deterministic proof results. A rerun of drydock plan resets Status to — UNVERIFIED; rescore to refresh.

StatusBlueprintAC IdTextEvidenceVerified At
✓ PASSARCHITECTURE.mdarchitecture-moduleThe completed build contains the declared Go module and command boundary.2026-08-14T06:02:38+00:00
✓ PASSARCHITECTURE.mdarchitecture-dependenciesThe Go module has no third-party dependency declarations.2026-08-14T06:02:38+00:00
✓ PASSARCHITECTURE.mdarchitecture-command-buildThe declared decoder command builds successfully.2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Decoder-Contract.mddecoder-valid-stdinA valid TOML document is accepted through stdin and produces a JSON object.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Decoder-Contract.mddecoder-argument-freeSupplying an argument is rejected by the argument-free command contract.2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Decoder-Contract.mddecoder-stream-separationSuccessful decoding does not write diagnostics to stderr.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Decoder-Invalid-Input.mdinvalid-exit-statusMalformed TOML exits non-zero.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Decoder-Invalid-Input.mdinvalid-diagnostic-streamMalformed TOML produces a non-empty diagnostic on stderr.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Decoder-Invalid-Input.mdinvalid-no-success-resultMalformed TOML does not produce a successful JSON result on stdout.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Tagged-JSON.mdtagged-scalarsScalar TOML values are emitted with type names and string payloads.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Tagged-JSON.mdtagged-structuresTables and arrays retain structural JSON forms while their scalar members remain tagged.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Tagged-JSON.mdtagged-empty-containersEmpty arrays and tables encode as empty JSON containers.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Tagged-JSON.mdtagged-datetime-typesDate and time values use the distinct required tagged type names.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Lexical-Strings.mdstrings-conformanceThe implementation passes the authoritative TOML 1.0.0 string conformance slice.2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Lexical-Strings.mdstrings-invalid-conformanceThe implementation rejects the authoritative invalid string cases.2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Lexical-Strings.mdstrings-processA basic string is accepted through the decoder process boundary.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Lexical-Strings.mdstrings-literalA literal string preserves its backslashes as supplied input.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Lexical-Numbers.mdlexical-numbers-integerThe implementation passes the authoritative TOML integer conformance slice.2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Lexical-Numbers.mdlexical-numbers-floatThe implementation passes the authoritative TOML float conformance slice.2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Lexical-Numbers.mdlexical-numbers-boolThe implementation passes the authoritative TOML boolean conformance slice.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Lexical-Datetime.mdlexical-datetime-validThe implementation passes the authoritative valid TOML datetime conformance slice.2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Lexical-Datetime.mdlexical-datetime-invalidThe implementation rejects the authoritative invalid TOML datetime conformance slice.2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Lexical-Whitespace-Comments.mdlexical-whitespace-comments-validThe implementation passes the authoritative valid TOML comment conformance slice.2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Lexical-Whitespace-Comments.mdlexical-whitespace-comments-controlThe implementation rejects prohibited control characters in the authoritative suite.2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Lexical-Whitespace-Comments.mdlexical-whitespace-comments-encodingThe implementation rejects invalid encodings in the authoritative suite.2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Key-Forms.mdkey-forms-validThe implementation passes the authoritative valid TOML key conformance slice.2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Key-Forms.mdkey-forms-invalidThe implementation rejects malformed key forms in the authoritative suite.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Arrays.mdarrays-validThe implementation passes the authoritative valid TOML array conformance slice.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Arrays.mdarrays-invalidThe implementation rejects every invalid TOML array case in the authoritative suite.2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Key-Semantics.mdkey-semantics-validThe implementation passes the authoritative valid TOML key and specification conformance slices.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Key-Semantics.mdkey-semantics-invalidThe implementation rejects duplicate and structurally invalid key definitions in the authoritative suite.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Key-Semantics.mdkey-semantics-boundaryThe implementation rejects invalid key/value boundaries in the authoritative specification suite.2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Inline-Tables.mdinline-tables-validThe implementation passes the authoritative valid TOML inline-table conformance slice.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Inline-Tables.mdinline-tables-invalidThe implementation rejects every invalid TOML inline-table case in the authoritative suite.2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Inline-Table-Closure.mdinline-closure-invalidThe implementation rejects authoritative invalid cases that extend or redefine inline tables.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Inline-Table-Closure.mdinline-closure-boundaryThe implementation passes the authoritative valid inline-table cases while preserving inline-table closure semantics.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Standard-Tables.mdstandard-tables-validThe implementation passes the authoritative valid TOML standard-table conformance slice.2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Standard-Tables.mdstandard-tables-invalidThe implementation rejects invalid standard-table header and hierarchy cases in the authoritative suite.2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Table-Redefinition.mdtable-redefinition-invalidThe implementation rejects every authoritative invalid table-redefinition case.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Table-Redefinition.mdtable-redefinition-validThe implementation preserves all valid standard-table definitions while enforcing redefinition rules.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Arrays-of-Tables.mdarrays-of-tables-conformanceThe implementation passes the authoritative TOML table conformance slice owned by this story.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Arrays-of-Tables.mdarrays-of-tables-buildThe decoder builds successfully after array-of-table support is implemented.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
~ PREPASSEDFEATURE-Arrays-of-Tables-Ordering.mdarrays-of-tables-ordering-conformanceThe implementation rejects the authoritative invalid table-ordering and conflict cases.green at this block's baseline too, before its code existed — confirm the criterion exercises the story's work2026-08-14T06:02:38+00:00
✗ FAILFEATURE-Arrays-of-Tables-Ordering.mdarrays-of-tables-ordering-exitAn invalid array-of-table ordering document exits unsuccessfully.malformed check: the assertion itself raised NameError (name 'subprocess' is not defined. Did you forget to import 'subprocess'?) in its own frame, before reaching the code under test. No implementation can satisfy it. Each check runs as its own script in its own process, so a name bound by another check is not in scope. Repair the assertion in the Blueprint specification.2026-08-14T06:02:38+00:00
✓ PASSFEATURE-Conformance.mdcomplete-conformanceThe completed decoder passes the complete pinned TOML 1.0.0 conformance suite.2026-08-14T06:02:38+00:00