﻿2026-06-16T09:36:09.6762739Z Current runner version: '2.335.1'
2026-06-16T09:36:09.6767828Z Runner name: 'kitsubito'
2026-06-16T09:36:09.6768429Z Runner group name: 'Default'
2026-06-16T09:36:09.6769487Z Machine name: 'KITSUBITO'
2026-06-16T09:36:09.6771748Z ##[group]GITHUB_TOKEN Permissions
2026-06-16T09:36:09.6773661Z Contents: read
2026-06-16T09:36:09.6774243Z Metadata: read
2026-06-16T09:36:09.6774730Z Packages: read
2026-06-16T09:36:09.6775216Z ##[endgroup]
2026-06-16T09:36:09.6776940Z Secret source: Actions
2026-06-16T09:36:09.6777592Z Prepare workflow directory
2026-06-16T09:36:09.7199034Z Prepare all required actions
2026-06-16T09:36:09.7229821Z Getting action download info
2026-06-16T09:36:10.1368618Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-16T09:36:10.6604323Z Complete job name: traceability
2026-06-16T09:36:10.7400971Z ##[group]Run actions/checkout@v5
2026-06-16T09:36:10.7401733Z with:
2026-06-16T09:36:10.7402119Z   repository: SaberMage/spt-core
2026-06-16T09:36:10.7405501Z   token: ***
2026-06-16T09:36:10.7405854Z   ssh-strict: true
2026-06-16T09:36:10.7406211Z   ssh-user: git
2026-06-16T09:36:10.7406583Z   persist-credentials: true
2026-06-16T09:36:10.7406988Z   clean: true
2026-06-16T09:36:10.7407347Z   sparse-checkout-cone-mode: true
2026-06-16T09:36:10.7407761Z   fetch-depth: 1
2026-06-16T09:36:10.7408111Z   fetch-tags: false
2026-06-16T09:36:10.7408468Z   show-progress: true
2026-06-16T09:36:10.7408830Z   lfs: false
2026-06-16T09:36:10.7409274Z   submodules: false
2026-06-16T09:36:10.7409651Z   set-safe-directory: true
2026-06-16T09:36:10.7410252Z ##[endgroup]
2026-06-16T09:36:10.8221162Z Syncing repository: SaberMage/spt-core
2026-06-16T09:36:10.8222675Z ##[group]Getting Git version info
2026-06-16T09:36:10.8223383Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-16T09:36:10.8224375Z [command]/usr/bin/git version
2026-06-16T09:36:10.8224996Z git version 2.43.0
2026-06-16T09:36:10.8226260Z ##[endgroup]
2026-06-16T09:36:10.8229977Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6e9c1b08-d107-40b0-a48a-53d415494a8e' before making global git config changes
2026-06-16T09:36:10.8231090Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T09:36:10.8232044Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T09:36:10.8257204Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-16T09:36:10.8274051Z https://github.com/SaberMage/spt-core
2026-06-16T09:36:10.8284008Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T09:36:10.8286781Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T09:36:10.8305091Z refs/heads/dev-freeform
2026-06-16T09:36:10.8311029Z [command]/usr/bin/git checkout --detach
2026-06-16T09:36:10.8355846Z HEAD is now at c5887db M11-W5 T5.1 fix: deterministically-offline offdrive shell for the rig drive-drop [twohost]
2026-06-16T09:36:10.8389440Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-16T09:36:10.8415078Z Deleted branch dev-freeform (was c5887db).
2026-06-16T09:36:10.8449475Z ##[endgroup]
2026-06-16T09:36:10.8450598Z [command]/usr/bin/git submodule status
2026-06-16T09:36:10.8632121Z ##[group]Cleaning the repository
2026-06-16T09:36:10.8634274Z [command]/usr/bin/git clean -ffdx
2026-06-16T09:36:11.6300981Z Removing target/
2026-06-16T09:36:11.6310654Z [command]/usr/bin/git reset --hard HEAD
2026-06-16T09:36:11.6361126Z HEAD is now at c5887db M11-W5 T5.1 fix: deterministically-offline offdrive shell for the rig drive-drop [twohost]
2026-06-16T09:36:11.6399108Z ##[endgroup]
2026-06-16T09:36:11.6400295Z ##[group]Disabling automatic garbage collection
2026-06-16T09:36:11.6404283Z [command]/usr/bin/git config --local gc.auto 0
2026-06-16T09:36:11.6433053Z ##[endgroup]
2026-06-16T09:36:11.6434048Z ##[group]Setting up auth
2026-06-16T09:36:11.6438196Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T09:36:11.6465276Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T09:36:11.6663518Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T09:36:11.6689272Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T09:36:11.6890102Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T09:36:11.6916064Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T09:36:11.7103866Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-16T09:36:11.7133582Z ##[endgroup]
2026-06-16T09:36:11.7135155Z ##[group]Fetching the repository
2026-06-16T09:36:11.7140659Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c5887db27f6c8576decec071c073e76c5144ba66:refs/remotes/origin/dev-freeform
2026-06-16T09:36:12.1760938Z ##[endgroup]
2026-06-16T09:36:12.1761946Z ##[group]Determining the checkout info
2026-06-16T09:36:12.1762919Z ##[endgroup]
2026-06-16T09:36:12.1772034Z [command]/usr/bin/git sparse-checkout disable
2026-06-16T09:36:12.1848368Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-16T09:36:12.1872390Z ##[group]Checking out the ref
2026-06-16T09:36:12.1874519Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-16T09:36:12.1916821Z Switched to a new branch 'dev-freeform'
2026-06-16T09:36:12.1917881Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-16T09:36:12.1921326Z ##[endgroup]
2026-06-16T09:36:12.1952606Z [command]/usr/bin/git log -1 --format=%H
2026-06-16T09:36:12.1973046Z c5887db27f6c8576decec071c073e76c5144ba66
2026-06-16T09:36:12.2189394Z ##[group]Run WANT=0.1.2
2026-06-16T09:36:12.2189955Z [36;1mWANT=0.1.2[0m
2026-06-16T09:36:12.2190497Z [36;1mBIN="$HOME/.local/bin/traceable-reqs"[0m
2026-06-16T09:36:12.2191347Z [36;1mif [ -x "$BIN" ] && "$BIN" --version | grep -q " $WANT\$"; then[0m
2026-06-16T09:36:12.2192171Z [36;1m  ln -sf "$BIN" ./traceable-reqs[0m
2026-06-16T09:36:12.2192745Z [36;1melse[0m
2026-06-16T09:36:12.2193384Z [36;1m  # Build OUTSIDE the checkout: a clone inside it gets adopted by[0m
2026-06-16T09:36:12.2194396Z [36;1m  # the spt-core cargo workspace and refuses to build.[0m
2026-06-16T09:36:12.2195155Z [36;1m  SRC="$RUNNER_TEMP/tr-src"[0m
2026-06-16T09:36:12.2195708Z [36;1m  rm -rf "$SRC"[0m
2026-06-16T09:36:12.2196266Z [36;1m  git clone --depth 1 --branch "v$WANT" \[0m
2026-06-16T09:36:12.2197363Z [36;1m    "https://x-access-token:${GH_TOKEN}@github.com/BigscreenVR/traceable-reqs" "$SRC"[0m
2026-06-16T09:36:12.2198716Z [36;1m  cargo build --release --manifest-path "$SRC/rust/Cargo.toml"[0m
2026-06-16T09:36:12.2199641Z [36;1m  mkdir -p "$HOME/.local/bin"[0m
2026-06-16T09:36:12.2200367Z [36;1m  cp "$SRC/rust/target/release/traceable-reqs" "$BIN"[0m
2026-06-16T09:36:12.2201120Z [36;1m  ln -sf "$BIN" ./traceable-reqs[0m
2026-06-16T09:36:12.2201678Z [36;1mfi[0m
2026-06-16T09:36:12.2202074Z [36;1m./traceable-reqs --version[0m
2026-06-16T09:36:12.2217686Z shell: /usr/bin/bash -e {0}
2026-06-16T09:36:12.2218174Z env:
2026-06-16T09:36:12.2219502Z   GH_TOKEN: ***
2026-06-16T09:36:12.2219959Z ##[endgroup]
2026-06-16T09:36:12.2394805Z traceable-reqs 0.1.2
2026-06-16T09:36:12.2439730Z ##[group]Run ./traceable-reqs check --json
2026-06-16T09:36:12.2440397Z [36;1m./traceable-reqs check --json[0m
2026-06-16T09:36:12.2453510Z shell: /usr/bin/bash -e {0}
2026-06-16T09:36:12.2453972Z ##[endgroup]
2026-06-16T09:36:12.3005714Z {
2026-06-16T09:36:12.3006462Z   "schemaVersion": 1,
2026-06-16T09:36:12.3006926Z   "summary": {
2026-06-16T09:36:12.3007995Z     "requirementCount": 213,
2026-06-16T09:36:12.3008705Z     "completeCount": 213,
2026-06-16T09:36:12.3009478Z     "incompleteCount": 0,
2026-06-16T09:36:12.3010098Z     "findingCount": 0
2026-06-16T09:36:12.3010673Z   },
2026-06-16T09:36:12.3011188Z   "requirements": [
2026-06-16T09:36:12.3011650Z     {
2026-06-16T09:36:12.3012104Z       "id": "REQ-API-1",
2026-06-16T09:36:12.3012922Z       "title": "api prefix and adapter_name on every machinery invocation",
2026-06-16T09:36:12.3014027Z       "requiredStages": [
2026-06-16T09:36:12.3014671Z         "impl",
2026-06-16T09:36:12.3015268Z         "unit",
2026-06-16T09:36:12.3016012Z         "int"
2026-06-16T09:36:12.3016646Z       ],
2026-06-16T09:36:12.3017294Z       "stages": {
2026-06-16T09:36:12.3017905Z         "doc": {
2026-06-16T09:36:12.3038362Z           "complete": false,
2026-06-16T09:36:12.3039192Z           "evidence": []
2026-06-16T09:36:12.3039629Z         },
2026-06-16T09:36:12.3039961Z         "impl": {
2026-06-16T09:36:12.3040328Z           "complete": true,
2026-06-16T09:36:12.3040810Z           "evidence": [
2026-06-16T09:36:12.3041202Z             {
2026-06-16T09:36:12.3041615Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.3042188Z               "line": 15
2026-06-16T09:36:12.3042578Z             }
2026-06-16T09:36:12.3042898Z           ]
2026-06-16T09:36:12.3043207Z         },
2026-06-16T09:36:12.3043503Z         "int": {
2026-06-16T09:36:12.3043856Z           "complete": true,
2026-06-16T09:36:12.3044299Z           "evidence": [
2026-06-16T09:36:12.3044694Z             {
2026-06-16T09:36:12.3045136Z               "path": "crates/spt/tests/contract_e2e.rs",
2026-06-16T09:36:12.3045745Z               "line": 13
2026-06-16T09:36:12.3046174Z             }
2026-06-16T09:36:12.3046507Z           ]
2026-06-16T09:36:12.3046818Z         },
2026-06-16T09:36:12.3047128Z         "unit": {
2026-06-16T09:36:12.3047498Z           "complete": true,
2026-06-16T09:36:12.3047931Z           "evidence": [
2026-06-16T09:36:12.3048307Z             {
2026-06-16T09:36:12.3048707Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.3049404Z               "line": 526
2026-06-16T09:36:12.3049810Z             },
2026-06-16T09:36:12.3050142Z             {
2026-06-16T09:36:12.3050541Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.3051108Z               "line": 564
2026-06-16T09:36:12.3051508Z             },
2026-06-16T09:36:12.3051846Z             {
2026-06-16T09:36:12.3052251Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.3052828Z               "line": 651
2026-06-16T09:36:12.3053237Z             }
2026-06-16T09:36:12.3053557Z           ]
2026-06-16T09:36:12.3053872Z         }
2026-06-16T09:36:12.3054172Z       }
2026-06-16T09:36:12.3054473Z     },
2026-06-16T09:36:12.3054763Z     {
2026-06-16T09:36:12.3055092Z       "id": "REQ-API-2",
2026-06-16T09:36:12.3055871Z       "title": "The api subcommand surface (bind/listen/poll/state/worker/boundary/...)",
2026-06-16T09:36:12.3056801Z       "requiredStages": [
2026-06-16T09:36:12.3057226Z         "impl",
2026-06-16T09:36:12.3057560Z         "unit",
2026-06-16T09:36:12.3057908Z         "int"
2026-06-16T09:36:12.3058234Z       ],
2026-06-16T09:36:12.3058538Z       "stages": {
2026-06-16T09:36:12.3058882Z         "doc": {
2026-06-16T09:36:12.3059478Z           "complete": false,
2026-06-16T09:36:12.3059939Z           "evidence": []
2026-06-16T09:36:12.3060521Z         },
2026-06-16T09:36:12.3060971Z         "impl": {
2026-06-16T09:36:12.3061505Z           "complete": true,
2026-06-16T09:36:12.3062130Z           "evidence": [
2026-06-16T09:36:12.3063045Z             {
2026-06-16T09:36:12.3063693Z               "path": "crates/spt-store/src/history.rs",
2026-06-16T09:36:12.3064552Z               "line": 17
2026-06-16T09:36:12.3065114Z             },
2026-06-16T09:36:12.3065590Z             {
2026-06-16T09:36:12.3066203Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.3067266Z               "line": 20
2026-06-16T09:36:12.3067838Z             },
2026-06-16T09:36:12.3068316Z             {
2026-06-16T09:36:12.3068931Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.3069899Z               "line": 142
2026-06-16T09:36:12.3070486Z             },
2026-06-16T09:36:12.3070978Z             {
2026-06-16T09:36:12.3071613Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3072485Z               "line": 24
2026-06-16T09:36:12.3073076Z             },
2026-06-16T09:36:12.3073582Z             {
2026-06-16T09:36:12.3074211Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3075078Z               "line": 41
2026-06-16T09:36:12.3075650Z             },
2026-06-16T09:36:12.3076142Z             {
2026-06-16T09:36:12.3076778Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3077693Z               "line": 209
2026-06-16T09:36:12.3078155Z             },
2026-06-16T09:36:12.3078647Z             {
2026-06-16T09:36:12.3079373Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3080250Z               "line": 251
2026-06-16T09:36:12.3080832Z             },
2026-06-16T09:36:12.3081327Z             {
2026-06-16T09:36:12.3081949Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3082826Z               "line": 330
2026-06-16T09:36:12.3083437Z             },
2026-06-16T09:36:12.3083918Z             {
2026-06-16T09:36:12.3084565Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3085448Z               "line": 393
2026-06-16T09:36:12.3086049Z             },
2026-06-16T09:36:12.3086549Z             {
2026-06-16T09:36:12.3087184Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3088043Z               "line": 432
2026-06-16T09:36:12.3088453Z             },
2026-06-16T09:36:12.3088902Z             {
2026-06-16T09:36:12.3089550Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.3090123Z               "line": 17
2026-06-16T09:36:12.3090529Z             },
2026-06-16T09:36:12.3090848Z             {
2026-06-16T09:36:12.3091253Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.3091821Z               "line": 30
2026-06-16T09:36:12.3092207Z             },
2026-06-16T09:36:12.3092528Z             {
2026-06-16T09:36:12.3092923Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.3093482Z               "line": 63
2026-06-16T09:36:12.3093872Z             },
2026-06-16T09:36:12.3094196Z             {
2026-06-16T09:36:12.3094608Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.3095173Z               "line": 77
2026-06-16T09:36:12.3095560Z             }
2026-06-16T09:36:12.3095875Z           ]
2026-06-16T09:36:12.3096189Z         },
2026-06-16T09:36:12.3096780Z         "int": {
2026-06-16T09:36:12.3097138Z           "complete": true,
2026-06-16T09:36:12.3097561Z           "evidence": [
2026-06-16T09:36:12.3097945Z             {
2026-06-16T09:36:12.3098383Z               "path": "crates/spt/tests/contract_e2e.rs",
2026-06-16T09:36:12.3099180Z               "line": 14
2026-06-16T09:36:12.3099571Z             },
2026-06-16T09:36:12.3099905Z             {
2026-06-16T09:36:12.3100323Z               "path": "crates/spt/tests/contract_e2e.rs",
2026-06-16T09:36:12.3100989Z               "line": 187
2026-06-16T09:36:12.3101589Z             }
2026-06-16T09:36:12.3102075Z           ]
2026-06-16T09:36:12.3102548Z         },
2026-06-16T09:36:12.3103168Z         "unit": {
2026-06-16T09:36:12.3103708Z           "complete": true,
2026-06-16T09:36:12.3104356Z           "evidence": [
2026-06-16T09:36:12.3105516Z             {
2026-06-16T09:36:12.3106163Z               "path": "crates/spt-store/src/history.rs",
2026-06-16T09:36:12.3107240Z               "line": 82
2026-06-16T09:36:12.3107831Z             },
2026-06-16T09:36:12.3108328Z             {
2026-06-16T09:36:12.3109120Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.3110183Z               "line": 279
2026-06-16T09:36:12.3110778Z             },
2026-06-16T09:36:12.3111267Z             {
2026-06-16T09:36:12.3111922Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3112861Z               "line": 705
2026-06-16T09:36:12.3113455Z             },
2026-06-16T09:36:12.3113949Z             {
2026-06-16T09:36:12.3114597Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3115489Z               "line": 716
2026-06-16T09:36:12.3116090Z             },
2026-06-16T09:36:12.3116584Z             {
2026-06-16T09:36:12.3117246Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3118148Z               "line": 869
2026-06-16T09:36:12.3118737Z             },
2026-06-16T09:36:12.3119328Z             {
2026-06-16T09:36:12.3119986Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3120902Z               "line": 915
2026-06-16T09:36:12.3121515Z             },
2026-06-16T09:36:12.3122013Z             {
2026-06-16T09:36:12.3122628Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.3123511Z               "line": 143
2026-06-16T09:36:12.3124110Z             },
2026-06-16T09:36:12.3124604Z             {
2026-06-16T09:36:12.3125214Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.3126077Z               "line": 187
2026-06-16T09:36:12.3126693Z             }
2026-06-16T09:36:12.3127197Z           ]
2026-06-16T09:36:12.3127665Z         }
2026-06-16T09:36:12.3128131Z       }
2026-06-16T09:36:12.3128580Z     },
2026-06-16T09:36:12.3129089Z     {
2026-06-16T09:36:12.3129574Z       "id": "REQ-API-3",
2026-06-16T09:36:12.3130461Z       "title": "commune/signoff are file-drops, not commands",
2026-06-16T09:36:12.3131504Z       "requiredStages": [
2026-06-16T09:36:12.3131980Z         "impl",
2026-06-16T09:36:12.3132325Z         "unit",
2026-06-16T09:36:12.3132659Z         "int"
2026-06-16T09:36:12.3132999Z       ],
2026-06-16T09:36:12.3133323Z       "stages": {
2026-06-16T09:36:12.3133671Z         "doc": {
2026-06-16T09:36:12.3134024Z           "complete": false,
2026-06-16T09:36:12.3134465Z           "evidence": []
2026-06-16T09:36:12.3135032Z         },
2026-06-16T09:36:12.3135350Z         "impl": {
2026-06-16T09:36:12.3135722Z           "complete": true,
2026-06-16T09:36:12.3136151Z           "evidence": [
2026-06-16T09:36:12.3136524Z             {
2026-06-16T09:36:12.3136943Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.3137524Z               "line": 27
2026-06-16T09:36:12.3137910Z             },
2026-06-16T09:36:12.3138220Z             {
2026-06-16T09:36:12.3138653Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3139359Z               "line": 562
2026-06-16T09:36:12.3139759Z             }
2026-06-16T09:36:12.3140081Z           ]
2026-06-16T09:36:12.3140381Z         },
2026-06-16T09:36:12.3140677Z         "int": {
2026-06-16T09:36:12.3141039Z           "complete": true,
2026-06-16T09:36:12.3141478Z           "evidence": [
2026-06-16T09:36:12.3141859Z             {
2026-06-16T09:36:12.3142290Z               "path": "crates/spt/tests/contract_e2e.rs",
2026-06-16T09:36:12.3142900Z               "line": 261
2026-06-16T09:36:12.3143297Z             }
2026-06-16T09:36:12.3143611Z           ]
2026-06-16T09:36:12.3143907Z         },
2026-06-16T09:36:12.3144212Z         "unit": {
2026-06-16T09:36:12.3144594Z           "complete": true,
2026-06-16T09:36:12.3145016Z           "evidence": [
2026-06-16T09:36:12.3145385Z             {
2026-06-16T09:36:12.3145801Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.3146382Z               "line": 280
2026-06-16T09:36:12.3146922Z             },
2026-06-16T09:36:12.3147255Z             {
2026-06-16T09:36:12.3147685Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3148284Z               "line": 944
2026-06-16T09:36:12.3148670Z             }
2026-06-16T09:36:12.3149252Z           ]
2026-06-16T09:36:12.3149562Z         }
2026-06-16T09:36:12.3149847Z       }
2026-06-16T09:36:12.3150138Z     },
2026-06-16T09:36:12.3150412Z     {
2026-06-16T09:36:12.3150718Z       "id": "REQ-ARCH-1",
2026-06-16T09:36:12.3151247Z       "title": "Many small acyclically-layered crates",
2026-06-16T09:36:12.3151862Z       "requiredStages": [
2026-06-16T09:36:12.3152267Z         "impl"
2026-06-16T09:36:12.3152592Z       ],
2026-06-16T09:36:12.3152897Z       "stages": {
2026-06-16T09:36:12.3153233Z         "doc": {
2026-06-16T09:36:12.3153594Z           "complete": false,
2026-06-16T09:36:12.3154027Z           "evidence": []
2026-06-16T09:36:12.3154409Z         },
2026-06-16T09:36:12.3154714Z         "impl": {
2026-06-16T09:36:12.3155092Z           "complete": true,
2026-06-16T09:36:12.3155506Z           "evidence": [
2026-06-16T09:36:12.3155875Z             {
2026-06-16T09:36:12.3156274Z               "path": "crates/spt-msg/src/lib.rs",
2026-06-16T09:36:12.3156819Z               "line": 18
2026-06-16T09:36:12.3157209Z             },
2026-06-16T09:36:12.3157533Z             {
2026-06-16T09:36:12.3157950Z               "path": "crates/spt-proto/src/lib.rs",
2026-06-16T09:36:12.3158524Z               "line": 12
2026-06-16T09:36:12.3158906Z             },
2026-06-16T09:36:12.3159349Z             {
2026-06-16T09:36:12.3159768Z               "path": "crates/spt-store/src/lib.rs",
2026-06-16T09:36:12.3160322Z               "line": 12
2026-06-16T09:36:12.3160689Z             }
2026-06-16T09:36:12.3183643Z           ]
2026-06-16T09:36:12.3183967Z         },
2026-06-16T09:36:12.3184273Z         "int": {
2026-06-16T09:36:12.3184643Z           "complete": false,
2026-06-16T09:36:12.3185088Z           "evidence": []
2026-06-16T09:36:12.3185479Z         },
2026-06-16T09:36:12.3185785Z         "unit": {
2026-06-16T09:36:12.3186148Z           "complete": false,
2026-06-16T09:36:12.3186580Z           "evidence": []
2026-06-16T09:36:12.3186972Z         }
2026-06-16T09:36:12.3187266Z       }
2026-06-16T09:36:12.3187555Z     },
2026-06-16T09:36:12.3187846Z     {
2026-06-16T09:36:12.3188156Z       "id": "REQ-ARCH-2",
2026-06-16T09:36:12.3188809Z       "title": "Public SDK surface is spt-proto, spt-runtime, spt-msg",
2026-06-16T09:36:12.3189743Z       "requiredStages": [
2026-06-16T09:36:12.3190153Z         "impl"
2026-06-16T09:36:12.3190486Z       ],
2026-06-16T09:36:12.3190791Z       "stages": {
2026-06-16T09:36:12.3191130Z         "doc": {
2026-06-16T09:36:12.3191477Z           "complete": false,
2026-06-16T09:36:12.3191917Z           "evidence": []
2026-06-16T09:36:12.3192294Z         },
2026-06-16T09:36:12.3192602Z         "impl": {
2026-06-16T09:36:12.3192959Z           "complete": true,
2026-06-16T09:36:12.3193381Z           "evidence": [
2026-06-16T09:36:12.3193763Z             {
2026-06-16T09:36:12.3194189Z               "path": "crates/spt-runtime/src/lib.rs",
2026-06-16T09:36:12.3194757Z               "line": 18
2026-06-16T09:36:12.3195143Z             }
2026-06-16T09:36:12.3195469Z           ]
2026-06-16T09:36:12.3195773Z         },
2026-06-16T09:36:12.3196078Z         "int": {
2026-06-16T09:36:12.3196445Z           "complete": false,
2026-06-16T09:36:12.3196878Z           "evidence": []
2026-06-16T09:36:12.3197265Z         },
2026-06-16T09:36:12.3197575Z         "unit": {
2026-06-16T09:36:12.3197950Z           "complete": false,
2026-06-16T09:36:12.3198383Z           "evidence": []
2026-06-16T09:36:12.3198768Z         }
2026-06-16T09:36:12.3199130Z       }
2026-06-16T09:36:12.3199421Z     },
2026-06-16T09:36:12.3199708Z     {
2026-06-16T09:36:12.3200017Z       "id": "REQ-ARCH-3",
2026-06-16T09:36:12.3200779Z       "title": "Wire-protocol version independent of crate semver, N-1 compat window",
2026-06-16T09:36:12.3201820Z       "requiredStages": [
2026-06-16T09:36:12.3202243Z         "impl",
2026-06-16T09:36:12.3202581Z         "unit"
2026-06-16T09:36:12.3202896Z       ],
2026-06-16T09:36:12.3203199Z       "stages": {
2026-06-16T09:36:12.3203533Z         "doc": {
2026-06-16T09:36:12.3203904Z           "complete": false,
2026-06-16T09:36:12.3204453Z           "evidence": []
2026-06-16T09:36:12.3204844Z         },
2026-06-16T09:36:12.3205143Z         "impl": {
2026-06-16T09:36:12.3205521Z           "complete": true,
2026-06-16T09:36:12.3205948Z           "evidence": [
2026-06-16T09:36:12.3206323Z             {
2026-06-16T09:36:12.3206767Z               "path": "crates/spt-proto/src/version.rs",
2026-06-16T09:36:12.3207353Z               "line": 34
2026-06-16T09:36:12.3207729Z             },
2026-06-16T09:36:12.3208034Z             {
2026-06-16T09:36:12.3208481Z               "path": "crates/spt-proto/src/version.rs",
2026-06-16T09:36:12.3209215Z               "line": 41
2026-06-16T09:36:12.3209600Z             }
2026-06-16T09:36:12.3209924Z           ]
2026-06-16T09:36:12.3210220Z         },
2026-06-16T09:36:12.3210507Z         "int": {
2026-06-16T09:36:12.3210868Z           "complete": false,
2026-06-16T09:36:12.3211301Z           "evidence": []
2026-06-16T09:36:12.3211678Z         },
2026-06-16T09:36:12.3215136Z         "unit": {
2026-06-16T09:36:12.3215576Z           "complete": true,
2026-06-16T09:36:12.3216023Z           "evidence": [
2026-06-16T09:36:12.3216399Z             {
2026-06-16T09:36:12.3216859Z               "path": "crates/spt-proto/src/version.rs",
2026-06-16T09:36:12.3217455Z               "line": 51
2026-06-16T09:36:12.3217847Z             },
2026-06-16T09:36:12.3218171Z             {
2026-06-16T09:36:12.3218613Z               "path": "crates/spt-proto/src/version.rs",
2026-06-16T09:36:12.3219297Z               "line": 71
2026-06-16T09:36:12.3219678Z             },
2026-06-16T09:36:12.3219997Z             {
2026-06-16T09:36:12.3220437Z               "path": "crates/spt-proto/src/version.rs",
2026-06-16T09:36:12.3221039Z               "line": 83
2026-06-16T09:36:12.3221419Z             }
2026-06-16T09:36:12.3221730Z           ]
2026-06-16T09:36:12.3222034Z         }
2026-06-16T09:36:12.3222372Z       }
2026-06-16T09:36:12.3222654Z     },
2026-06-16T09:36:12.3222930Z     {
2026-06-16T09:36:12.3223240Z       "id": "REQ-ARCH-4",
2026-06-16T09:36:12.3223932Z       "title": "Copy-verbatim the commodity layer from the sister project",
2026-06-16T09:36:12.3224714Z       "requiredStages": [
2026-06-16T09:36:12.3225119Z         "impl",
2026-06-16T09:36:12.3225449Z         "unit"
2026-06-16T09:36:12.3225763Z       ],
2026-06-16T09:36:12.3226068Z       "stages": {
2026-06-16T09:36:12.3226412Z         "doc": {
2026-06-16T09:36:12.3226776Z           "complete": false,
2026-06-16T09:36:12.3227210Z           "evidence": []
2026-06-16T09:36:12.3227596Z         },
2026-06-16T09:36:12.3227905Z         "impl": {
2026-06-16T09:36:12.3228277Z           "complete": true,
2026-06-16T09:36:12.3228694Z           "evidence": [
2026-06-16T09:36:12.3229150Z             {
2026-06-16T09:36:12.3229568Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3230143Z               "line": 165
2026-06-16T09:36:12.3230519Z             },
2026-06-16T09:36:12.3230834Z             {
2026-06-16T09:36:12.3231255Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3231827Z               "line": 188
2026-06-16T09:36:12.3232204Z             },
2026-06-16T09:36:12.3232546Z             {
2026-06-16T09:36:12.3232971Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3233534Z               "line": 208
2026-06-16T09:36:12.3233928Z             },
2026-06-16T09:36:12.3234238Z             {
2026-06-16T09:36:12.3234648Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3235213Z               "line": 223
2026-06-16T09:36:12.3235603Z             },
2026-06-16T09:36:12.3235922Z             {
2026-06-16T09:36:12.3236348Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3237119Z               "line": 273
2026-06-16T09:36:12.3237529Z             }
2026-06-16T09:36:12.3237846Z           ]
2026-06-16T09:36:12.3238146Z         },
2026-06-16T09:36:12.3238447Z         "int": {
2026-06-16T09:36:12.3238799Z           "complete": false,
2026-06-16T09:36:12.3239405Z           "evidence": []
2026-06-16T09:36:12.3239782Z         },
2026-06-16T09:36:12.3240081Z         "unit": {
2026-06-16T09:36:12.3240445Z           "complete": true,
2026-06-16T09:36:12.3240866Z           "evidence": [
2026-06-16T09:36:12.3241224Z             {
2026-06-16T09:36:12.3241638Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3242201Z               "line": 334
2026-06-16T09:36:12.3242587Z             },
2026-06-16T09:36:12.3242906Z             {
2026-06-16T09:36:12.3243320Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3243874Z               "line": 344
2026-06-16T09:36:12.3244268Z             },
2026-06-16T09:36:12.3244588Z             {
2026-06-16T09:36:12.3245009Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3245581Z               "line": 355
2026-06-16T09:36:12.3245973Z             },
2026-06-16T09:36:12.3246288Z             {
2026-06-16T09:36:12.3246717Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3247318Z               "line": 366
2026-06-16T09:36:12.3247703Z             },
2026-06-16T09:36:12.3248022Z             {
2026-06-16T09:36:12.3248448Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3249087Z               "line": 378
2026-06-16T09:36:12.3249494Z             },
2026-06-16T09:36:12.3249809Z             {
2026-06-16T09:36:12.3250223Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3250775Z               "line": 391
2026-06-16T09:36:12.3251160Z             },
2026-06-16T09:36:12.3251489Z             {
2026-06-16T09:36:12.3251912Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3252470Z               "line": 402
2026-06-16T09:36:12.3252851Z             },
2026-06-16T09:36:12.3253180Z             {
2026-06-16T09:36:12.3253589Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3254157Z               "line": 419
2026-06-16T09:36:12.3254553Z             },
2026-06-16T09:36:12.3254886Z             {
2026-06-16T09:36:12.3255298Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.3255853Z               "line": 547
2026-06-16T09:36:12.3256237Z             }
2026-06-16T09:36:12.3256552Z           ]
2026-06-16T09:36:12.3256843Z         }
2026-06-16T09:36:12.3257134Z       }
2026-06-16T09:36:12.3257420Z     },
2026-06-16T09:36:12.3257710Z     {
2026-06-16T09:36:12.3258006Z       "id": "REQ-CLI-1",
2026-06-16T09:36:12.3261514Z       "title": "spt endpoint noun namespace: absorbs fork/suspend/wake/shutdown/rename/stop/digest + access (ported 1:1: allow|revoke|open|list, decision 21) + description (ex-resources blurb; bare=show, set=author); merged endpoint list [--local|--subnet <name>] grouped by subnet with SELF pinned, --detail adding the ex-resources yellow-pages blurb projection; bare spt endpoint = the list (M8 decisions 1-2, 25)",
2026-06-16T09:36:12.3264937Z       "requiredStages": [
2026-06-16T09:36:12.3265337Z         "impl",
2026-06-16T09:36:12.3265662Z         "unit"
2026-06-16T09:36:12.3265980Z       ],
2026-06-16T09:36:12.3266280Z       "stages": {
2026-06-16T09:36:12.3266616Z         "doc": {
2026-06-16T09:36:12.3266973Z           "complete": false,
2026-06-16T09:36:12.3267404Z           "evidence": []
2026-06-16T09:36:12.3267776Z         },
2026-06-16T09:36:12.3268081Z         "impl": {
2026-06-16T09:36:12.3268429Z           "complete": true,
2026-06-16T09:36:12.3268862Z           "evidence": [
2026-06-16T09:36:12.3269295Z             {
2026-06-16T09:36:12.3269689Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3270198Z               "line": 225
2026-06-16T09:36:12.3270575Z             },
2026-06-16T09:36:12.3270895Z             {
2026-06-16T09:36:12.3271390Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3271933Z               "line": 1034
2026-06-16T09:36:12.3272337Z             },
2026-06-16T09:36:12.3272656Z             {
2026-06-16T09:36:12.3273037Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3273657Z               "line": 1562
2026-06-16T09:36:12.3274043Z             },
2026-06-16T09:36:12.3274349Z             {
2026-06-16T09:36:12.3274729Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3275263Z               "line": 2849
2026-06-16T09:36:12.3275653Z             }
2026-06-16T09:36:12.3275968Z           ]
2026-06-16T09:36:12.3276269Z         },
2026-06-16T09:36:12.3276569Z         "int": {
2026-06-16T09:36:12.3276926Z           "complete": false,
2026-06-16T09:36:12.3277353Z           "evidence": []
2026-06-16T09:36:12.3277730Z         },
2026-06-16T09:36:12.3278036Z         "unit": {
2026-06-16T09:36:12.3278383Z           "complete": true,
2026-06-16T09:36:12.3278798Z           "evidence": [
2026-06-16T09:36:12.3279223Z             {
2026-06-16T09:36:12.3279605Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3280124Z               "line": 6880
2026-06-16T09:36:12.3280516Z             }
2026-06-16T09:36:12.3280821Z           ]
2026-06-16T09:36:12.3281121Z         }
2026-06-16T09:36:12.3281407Z       }
2026-06-16T09:36:12.3281679Z     },
2026-06-16T09:36:12.3281960Z     {
2026-06-16T09:36:12.3282265Z       "id": "REQ-CLI-2",
2026-06-16T09:36:12.3284604Z       "title": "spt daemon noun: run|stop|status (hidden daemon verb becomes daemon run; agent-endpoint shutdown keeps its name under endpoint); daemon status renders the pump heartbeat (last-tick recency) so a half-dead daemon is never rendered implied-healthy (M8 decisions 5, 23)",
2026-06-16T09:36:12.3287025Z       "requiredStages": [
2026-06-16T09:36:12.3287429Z         "impl",
2026-06-16T09:36:12.3287756Z         "unit"
2026-06-16T09:36:12.3288080Z       ],
2026-06-16T09:36:12.3288380Z       "stages": {
2026-06-16T09:36:12.3288723Z         "doc": {
2026-06-16T09:36:12.3289158Z           "complete": false,
2026-06-16T09:36:12.3289591Z           "evidence": []
2026-06-16T09:36:12.3289972Z         },
2026-06-16T09:36:12.3290278Z         "impl": {
2026-06-16T09:36:12.3290627Z           "complete": true,
2026-06-16T09:36:12.3291042Z           "evidence": [
2026-06-16T09:36:12.3291401Z             {
2026-06-16T09:36:12.3291825Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3292431Z               "line": 382
2026-06-16T09:36:12.3292821Z             },
2026-06-16T09:36:12.3293129Z             {
2026-06-16T09:36:12.3293556Z               "path": "crates/spt-daemon/src/endpoint.rs",
2026-06-16T09:36:12.3294124Z               "line": 97
2026-06-16T09:36:12.3294505Z             },
2026-06-16T09:36:12.3294825Z             {
2026-06-16T09:36:12.3295260Z               "path": "crates/spt-daemon/src/seedmap.rs",
2026-06-16T09:36:12.3295824Z               "line": 239
2026-06-16T09:36:12.3296202Z             },
2026-06-16T09:36:12.3296517Z             {
2026-06-16T09:36:12.3296899Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3297418Z               "line": 419
2026-06-16T09:36:12.3297800Z             },
2026-06-16T09:36:12.3298113Z             {
2026-06-16T09:36:12.3298497Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3299108Z               "line": 1117
2026-06-16T09:36:12.3299499Z             },
2026-06-16T09:36:12.3299808Z             {
2026-06-16T09:36:12.3300194Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3300715Z               "line": 1757
2026-06-16T09:36:12.3301094Z             },
2026-06-16T09:36:12.3301412Z             {
2026-06-16T09:36:12.3301798Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3302318Z               "line": 1836
2026-06-16T09:36:12.3302704Z             },
2026-06-16T09:36:12.3303019Z             {
2026-06-16T09:36:12.3303409Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3304036Z               "line": 1897
2026-06-16T09:36:12.3304421Z             }
2026-06-16T09:36:12.3304736Z           ]
2026-06-16T09:36:12.3305032Z         },
2026-06-16T09:36:12.3305333Z         "int": {
2026-06-16T09:36:12.3305685Z           "complete": false,
2026-06-16T09:36:12.3306253Z           "evidence": []
2026-06-16T09:36:12.3306633Z         },
2026-06-16T09:36:12.3306934Z         "unit": {
2026-06-16T09:36:12.3307286Z           "complete": true,
2026-06-16T09:36:12.3307692Z           "evidence": [
2026-06-16T09:36:12.3308055Z             {
2026-06-16T09:36:12.3308492Z               "path": "crates/spt-daemon/src/seedmap.rs",
2026-06-16T09:36:12.3309139Z               "line": 309
2026-06-16T09:36:12.3309543Z             },
2026-06-16T09:36:12.3309863Z             {
2026-06-16T09:36:12.3310239Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3310754Z               "line": 7018
2026-06-16T09:36:12.3311136Z             }
2026-06-16T09:36:12.3311454Z           ]
2026-06-16T09:36:12.3311743Z         }
2026-06-16T09:36:12.3312034Z       }
2026-06-16T09:36:12.3312320Z     },
2026-06-16T09:36:12.3312597Z     {
2026-06-16T09:36:12.3312917Z       "id": "REQ-CLI-3",
2026-06-16T09:36:12.3315254Z       "title": "Agent hot path stays flat across the M8 reorg: send/ring/ready/whoami/how-to unchanged; notify moves to subnet notify while notif stays top-level; breaking renames land clean with no deprecation shims (zero external CLI consumers pre-spt-claude-code) (M8 decisions 3-4, 9)",
2026-06-16T09:36:12.3317652Z       "requiredStages": [
2026-06-16T09:36:12.3318043Z         "impl",
2026-06-16T09:36:12.3318367Z         "unit"
2026-06-16T09:36:12.3318682Z       ],
2026-06-16T09:36:12.3319034Z       "stages": {
2026-06-16T09:36:12.3319398Z         "doc": {
2026-06-16T09:36:12.3319746Z           "complete": false,
2026-06-16T09:36:12.3320170Z           "evidence": []
2026-06-16T09:36:12.3320553Z         },
2026-06-16T09:36:12.3320853Z         "impl": {
2026-06-16T09:36:12.3321206Z           "complete": true,
2026-06-16T09:36:12.3321610Z           "evidence": [
2026-06-16T09:36:12.3321972Z             {
2026-06-16T09:36:12.3322360Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3322885Z               "line": 1028
2026-06-16T09:36:12.3323271Z             }
2026-06-16T09:36:12.3323576Z           ]
2026-06-16T09:36:12.3323872Z         },
2026-06-16T09:36:12.3324163Z         "int": {
2026-06-16T09:36:12.3324515Z           "complete": false,
2026-06-16T09:36:12.3324950Z           "evidence": []
2026-06-16T09:36:12.3325318Z         },
2026-06-16T09:36:12.3325623Z         "unit": {
2026-06-16T09:36:12.3325977Z           "complete": true,
2026-06-16T09:36:12.3326396Z           "evidence": [
2026-06-16T09:36:12.3326758Z             {
2026-06-16T09:36:12.3327130Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3327640Z               "line": 6845
2026-06-16T09:36:12.3328022Z             }
2026-06-16T09:36:12.3328331Z           ]
2026-06-16T09:36:12.3328622Z         }
2026-06-16T09:36:12.3328923Z       }
2026-06-16T09:36:12.3329275Z     },
2026-06-16T09:36:12.3329548Z     {
2026-06-16T09:36:12.3336284Z       "id": "REQ-CONSENT-1",
2026-06-16T09:36:12.3339305Z       "title": "Consent grant store: capability x subject-agent x target-node rows, enforced at the target node, subnet-settable (replicates as security material near the trust store), revocable; gated-capability ids (remote-exec, instantiate-anywhere) reserved-but-refusing; v1 consumers are the shell spawn gates (CONTEXT Consent & security gates)",
2026-06-16T09:36:12.3342230Z       "requiredStages": [
2026-06-16T09:36:12.3342651Z         "impl",
2026-06-16T09:36:12.3342990Z         "unit"
2026-06-16T09:36:12.3360040Z       ],
2026-06-16T09:36:12.3360392Z       "stages": {
2026-06-16T09:36:12.3360745Z         "doc": {
2026-06-16T09:36:12.3361122Z           "complete": false,
2026-06-16T09:36:12.3361559Z           "evidence": []
2026-06-16T09:36:12.3361940Z         },
2026-06-16T09:36:12.3362249Z         "impl": {
2026-06-16T09:36:12.3362779Z           "complete": true,
2026-06-16T09:36:12.3363207Z           "evidence": [
2026-06-16T09:36:12.3363574Z             {
2026-06-16T09:36:12.3364009Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3364572Z               "line": 27
2026-06-16T09:36:12.3365050Z             },
2026-06-16T09:36:12.3365369Z             {
2026-06-16T09:36:12.3365793Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3366347Z               "line": 75
2026-06-16T09:36:12.3366723Z             },
2026-06-16T09:36:12.3367036Z             {
2026-06-16T09:36:12.3367448Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3368017Z               "line": 98
2026-06-16T09:36:12.3368383Z             },
2026-06-16T09:36:12.3368694Z             {
2026-06-16T09:36:12.3369191Z               "path": "crates/spt-store/src/grants.rs",
2026-06-16T09:36:12.3369731Z               "line": 82
2026-06-16T09:36:12.3370104Z             },
2026-06-16T09:36:12.3370424Z             {
2026-06-16T09:36:12.3370829Z               "path": "crates/spt-store/src/grants.rs",
2026-06-16T09:36:12.3371368Z               "line": 109
2026-06-16T09:36:12.3371746Z             },
2026-06-16T09:36:12.3372053Z             {
2026-06-16T09:36:12.3372462Z               "path": "crates/spt-store/src/grants.rs",
2026-06-16T09:36:12.3373015Z               "line": 127
2026-06-16T09:36:12.3373391Z             },
2026-06-16T09:36:12.3373706Z             {
2026-06-16T09:36:12.3374106Z               "path": "crates/spt-store/src/grants.rs",
2026-06-16T09:36:12.3374660Z               "line": 142
2026-06-16T09:36:12.3375029Z             },
2026-06-16T09:36:12.3375338Z             {
2026-06-16T09:36:12.3375719Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3376239Z               "line": 6385
2026-06-16T09:36:12.3376625Z             }
2026-06-16T09:36:12.3376940Z           ]
2026-06-16T09:36:12.3377236Z         },
2026-06-16T09:36:12.3377534Z         "int": {
2026-06-16T09:36:12.3377900Z           "complete": false,
2026-06-16T09:36:12.3378323Z           "evidence": []
2026-06-16T09:36:12.3378700Z         },
2026-06-16T09:36:12.3379083Z         "unit": {
2026-06-16T09:36:12.3379441Z           "complete": true,
2026-06-16T09:36:12.3379849Z           "evidence": [
2026-06-16T09:36:12.3380211Z             {
2026-06-16T09:36:12.3380644Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3381217Z               "line": 334
2026-06-16T09:36:12.3381593Z             },
2026-06-16T09:36:12.3381899Z             {
2026-06-16T09:36:12.3382320Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3382882Z               "line": 380
2026-06-16T09:36:12.3383250Z             },
2026-06-16T09:36:12.3383570Z             {
2026-06-16T09:36:12.3383989Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3384543Z               "line": 391
2026-06-16T09:36:12.3384915Z             },
2026-06-16T09:36:12.3385239Z             {
2026-06-16T09:36:12.3385640Z               "path": "crates/spt-store/src/grants.rs",
2026-06-16T09:36:12.3386199Z               "line": 165
2026-06-16T09:36:12.3386570Z             },
2026-06-16T09:36:12.3386894Z             {
2026-06-16T09:36:12.3387300Z               "path": "crates/spt-store/src/grants.rs",
2026-06-16T09:36:12.3387857Z               "line": 184
2026-06-16T09:36:12.3388226Z             },
2026-06-16T09:36:12.3388546Z             {
2026-06-16T09:36:12.3389028Z               "path": "crates/spt-store/src/grants.rs",
2026-06-16T09:36:12.3389608Z               "line": 204
2026-06-16T09:36:12.3389981Z             },
2026-06-16T09:36:12.3390296Z             {
2026-06-16T09:36:12.3390678Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3391200Z               "line": 7198
2026-06-16T09:36:12.3391583Z             }
2026-06-16T09:36:12.3391892Z           ]
2026-06-16T09:36:12.3392183Z         }
2026-06-16T09:36:12.3392464Z       }
2026-06-16T09:36:12.3392745Z     },
2026-06-16T09:36:12.3393135Z     {
2026-06-16T09:36:12.3393467Z       "id": "REQ-CONSENT-2",
2026-06-16T09:36:12.3396060Z       "title": "Interactive consent escalation: an ungated high-risk action routes a consent prompt to the user's most-recently-active session; allow-once / allow-always (writes a grant) / deny; pre-consent flags (can_shutdown, shell_wake_spawn_anywhere) author grants via manifest/settings (CONTEXT Consent & security gates)",
2026-06-16T09:36:12.3398867Z       "requiredStages": [
2026-06-16T09:36:12.3399358Z         "impl",
2026-06-16T09:36:12.3399678Z         "unit"
2026-06-16T09:36:12.3399997Z       ],
2026-06-16T09:36:12.3400293Z       "stages": {
2026-06-16T09:36:12.3400636Z         "doc": {
2026-06-16T09:36:12.3400979Z           "complete": false,
2026-06-16T09:36:12.3401407Z           "evidence": []
2026-06-16T09:36:12.3401774Z         },
2026-06-16T09:36:12.3402070Z         "impl": {
2026-06-16T09:36:12.3402414Z           "complete": true,
2026-06-16T09:36:12.3402815Z           "evidence": [
2026-06-16T09:36:12.3403182Z             {
2026-06-16T09:36:12.3403605Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3404171Z               "line": 140
2026-06-16T09:36:12.3404541Z             },
2026-06-16T09:36:12.3404856Z             {
2026-06-16T09:36:12.3405295Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3405848Z               "line": 165
2026-06-16T09:36:12.3406220Z             },
2026-06-16T09:36:12.3406533Z             {
2026-06-16T09:36:12.3406947Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3407494Z               "line": 199
2026-06-16T09:36:12.3407857Z             },
2026-06-16T09:36:12.3408167Z             {
2026-06-16T09:36:12.3408587Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3409248Z               "line": 241
2026-06-16T09:36:12.3409633Z             },
2026-06-16T09:36:12.3409943Z             {
2026-06-16T09:36:12.3410361Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3410934Z               "line": 269
2026-06-16T09:36:12.3411311Z             },
2026-06-16T09:36:12.3411621Z             {
2026-06-16T09:36:12.3412025Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3412568Z               "line": 300
2026-06-16T09:36:12.3412950Z             },
2026-06-16T09:36:12.3413260Z             {
2026-06-16T09:36:12.3413638Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3414141Z               "line": 6176
2026-06-16T09:36:12.3414529Z             },
2026-06-16T09:36:12.3414834Z             {
2026-06-16T09:36:12.3415206Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3415713Z               "line": 6234
2026-06-16T09:36:12.3416088Z             }
2026-06-16T09:36:12.3416389Z           ]
2026-06-16T09:36:12.3416694Z         },
2026-06-16T09:36:12.3416999Z         "int": {
2026-06-16T09:36:12.3417344Z           "complete": false,
2026-06-16T09:36:12.3417759Z           "evidence": []
2026-06-16T09:36:12.3418137Z         },
2026-06-16T09:36:12.3418432Z         "unit": {
2026-06-16T09:36:12.3418781Z           "complete": true,
2026-06-16T09:36:12.3419280Z           "evidence": [
2026-06-16T09:36:12.3419632Z             {
2026-06-16T09:36:12.3420049Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3420607Z               "line": 419
2026-06-16T09:36:12.3420989Z             },
2026-06-16T09:36:12.3421299Z             {
2026-06-16T09:36:12.3421723Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3422282Z               "line": 436
2026-06-16T09:36:12.3422662Z             },
2026-06-16T09:36:12.3422977Z             {
2026-06-16T09:36:12.3423396Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3423949Z               "line": 472
2026-06-16T09:36:12.3424330Z             },
2026-06-16T09:36:12.3424635Z             {
2026-06-16T09:36:12.3425056Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.3425728Z               "line": 516
2026-06-16T09:36:12.3426111Z             },
2026-06-16T09:36:12.3426425Z             {
2026-06-16T09:36:12.3426798Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3427293Z               "line": 8440
2026-06-16T09:36:12.3427677Z             },
2026-06-16T09:36:12.3428096Z             {
2026-06-16T09:36:12.3428467Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3429035Z               "line": 8522
2026-06-16T09:36:12.3429412Z             }
2026-06-16T09:36:12.3429708Z           ]
2026-06-16T09:36:12.3429999Z         }
2026-06-16T09:36:12.3430282Z       }
2026-06-16T09:36:12.3430556Z     },
2026-06-16T09:36:12.3430833Z     {
2026-06-16T09:36:12.3431143Z       "id": "REQ-CONSENT-3",
2026-06-16T09:36:12.3436452Z       "title": "Per-capability approval gates (class-keyed): the require_approval enum may ride INDIVIDUAL [shell.capabilities] entries — gating the dangerous ACT, not just the spawn — with an optional class_key scoping the grant qualifier finer than the capability id ((owner endpoint x device class x node); a remembered HID-class attach grant never authorizes a storage-class attach). Reuses the grant store + interactive escalation + tighten-only floor (REQ-CONSENT-1/2 plumbing). Spawn gates govern EXISTENCE; capability gates govern ACTS — an explicitly distinct invariant (CONTEXT:283, ratified 2026-06-11 Gateway grill).",
2026-06-16T09:36:12.3441332Z       "requiredStages": [
2026-06-16T09:36:12.3441727Z         "doc",
2026-06-16T09:36:12.3442047Z         "impl",
2026-06-16T09:36:12.3442376Z         "unit",
2026-06-16T09:36:12.3442691Z         "int"
2026-06-16T09:36:12.3442991Z       ],
2026-06-16T09:36:12.3443272Z       "stages": {
2026-06-16T09:36:12.3443601Z         "doc": {
2026-06-16T09:36:12.3443948Z           "complete": true,
2026-06-16T09:36:12.3444345Z           "evidence": [
2026-06-16T09:36:12.3444703Z             {
2026-06-16T09:36:12.3445046Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.3445493Z               "line": 285
2026-06-16T09:36:12.3445874Z             }
2026-06-16T09:36:12.3446176Z           ]
2026-06-16T09:36:12.3446468Z         },
2026-06-16T09:36:12.3446778Z         "impl": {
2026-06-16T09:36:12.3447125Z           "complete": true,
2026-06-16T09:36:12.3447531Z           "evidence": [
2026-06-16T09:36:12.3447904Z             {
2026-06-16T09:36:12.3448322Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.3448884Z               "line": 123
2026-06-16T09:36:12.3449316Z             },
2026-06-16T09:36:12.3449631Z             {
2026-06-16T09:36:12.3450049Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.3450612Z               "line": 162
2026-06-16T09:36:12.3450989Z             },
2026-06-16T09:36:12.3451293Z             {
2026-06-16T09:36:12.3451716Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.3452268Z               "line": 291
2026-06-16T09:36:12.3452640Z             },
2026-06-16T09:36:12.3452955Z             {
2026-06-16T09:36:12.3453371Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.3453944Z               "line": 499
2026-06-16T09:36:12.3454304Z             },
2026-06-16T09:36:12.3454609Z             {
2026-06-16T09:36:12.3455029Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.3455592Z               "line": 749
2026-06-16T09:36:12.3455968Z             },
2026-06-16T09:36:12.3456274Z             {
2026-06-16T09:36:12.3456647Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3457156Z               "line": 6302
2026-06-16T09:36:12.3457534Z             }
2026-06-16T09:36:12.3457844Z           ]
2026-06-16T09:36:12.3458135Z         },
2026-06-16T09:36:12.3458421Z         "int": {
2026-06-16T09:36:12.3458765Z           "complete": true,
2026-06-16T09:36:12.3459254Z           "evidence": [
2026-06-16T09:36:12.3459604Z             {
2026-06-16T09:36:12.3460043Z               "path": "crates/spt/tests/shell_actgate_e2e.rs",
2026-06-16T09:36:12.3460744Z               "line": 16
2026-06-16T09:36:12.3461120Z             }
2026-06-16T09:36:12.3461421Z           ]
2026-06-16T09:36:12.3461703Z         },
2026-06-16T09:36:12.3462001Z         "unit": {
2026-06-16T09:36:12.3462353Z           "complete": true,
2026-06-16T09:36:12.3462749Z           "evidence": [
2026-06-16T09:36:12.3463210Z             {
2026-06-16T09:36:12.3463635Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.3464194Z               "line": 1019
2026-06-16T09:36:12.3464561Z             },
2026-06-16T09:36:12.3464873Z             {
2026-06-16T09:36:12.3465284Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.3465833Z               "line": 1066
2026-06-16T09:36:12.3466218Z             },
2026-06-16T09:36:12.3466533Z             {
2026-06-16T09:36:12.3466951Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.3467527Z               "line": 1113
2026-06-16T09:36:12.3467898Z             }
2026-06-16T09:36:12.3468194Z           ]
2026-06-16T09:36:12.3468494Z         }
2026-06-16T09:36:12.3468770Z       }
2026-06-16T09:36:12.3469109Z     },
2026-06-16T09:36:12.3469377Z     {
2026-06-16T09:36:12.3469683Z       "id": "REQ-CONV-1",
2026-06-16T09:36:12.3473551Z       "title": "Peer address seeding, both cold starts: durable peer-addrs.json (identity dir) maps peer pubkey → last-known dialable address; the pump's resolver consults it FIRST with id-only discovery fallback on miss or dial failure (a stale addr never strands a peer); written by the pairing ceremony (both sides, from the live connection) and by the pump on successful connect; post-join first sync and post-restart resync converge in seconds, not ~1 min (M8 decisions 14, 20)",
2026-06-16T09:36:12.3477260Z       "requiredStages": [
2026-06-16T09:36:12.3477640Z         "impl",
2026-06-16T09:36:12.3477962Z         "unit"
2026-06-16T09:36:12.3478272Z       ],
2026-06-16T09:36:12.3478567Z       "stages": {
2026-06-16T09:36:12.3478907Z         "doc": {
2026-06-16T09:36:12.3479321Z           "complete": false,
2026-06-16T09:36:12.3479736Z           "evidence": []
2026-06-16T09:36:12.3480098Z         },
2026-06-16T09:36:12.3480393Z         "impl": {
2026-06-16T09:36:12.3480738Z           "complete": true,
2026-06-16T09:36:12.3481134Z           "evidence": [
2026-06-16T09:36:12.3481507Z             {
2026-06-16T09:36:12.3481931Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3482499Z               "line": 861
2026-06-16T09:36:12.3482870Z             },
2026-06-16T09:36:12.3483173Z             {
2026-06-16T09:36:12.3483596Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.3484155Z               "line": 94
2026-06-16T09:36:12.3484521Z             },
2026-06-16T09:36:12.3484841Z             {
2026-06-16T09:36:12.3485270Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.3485831Z               "line": 345
2026-06-16T09:36:12.3486188Z             },
2026-06-16T09:36:12.3486498Z             {
2026-06-16T09:36:12.3486938Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.3487505Z               "line": 387
2026-06-16T09:36:12.3487868Z             },
2026-06-16T09:36:12.3488171Z             {
2026-06-16T09:36:12.3488594Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.3489233Z               "line": 472
2026-06-16T09:36:12.3489619Z             },
2026-06-16T09:36:12.3489933Z             {
2026-06-16T09:36:12.3490343Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3490892Z               "line": 667
2026-06-16T09:36:12.3491256Z             },
2026-06-16T09:36:12.3491570Z             {
2026-06-16T09:36:12.3491989Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3492538Z               "line": 693
2026-06-16T09:36:12.3492915Z             },
2026-06-16T09:36:12.3493225Z             {
2026-06-16T09:36:12.3493648Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.3494314Z               "line": 369
2026-06-16T09:36:12.3494695Z             },
2026-06-16T09:36:12.3495005Z             {
2026-06-16T09:36:12.3495430Z               "path": "crates/spt-store/src/peeraddrs.rs",
2026-06-16T09:36:12.3495987Z               "line": 19
2026-06-16T09:36:12.3496458Z             }
2026-06-16T09:36:12.3496763Z           ]
2026-06-16T09:36:12.3497054Z         },
2026-06-16T09:36:12.3497341Z         "int": {
2026-06-16T09:36:12.3497688Z           "complete": false,
2026-06-16T09:36:12.3498109Z           "evidence": []
2026-06-16T09:36:12.3498476Z         },
2026-06-16T09:36:12.3498760Z         "unit": {
2026-06-16T09:36:12.3499203Z           "complete": true,
2026-06-16T09:36:12.3499616Z           "evidence": [
2026-06-16T09:36:12.3499969Z             {
2026-06-16T09:36:12.3500375Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3500937Z               "line": 1263
2026-06-16T09:36:12.3501305Z             },
2026-06-16T09:36:12.3501608Z             {
2026-06-16T09:36:12.3502036Z               "path": "crates/spt-store/src/peeraddrs.rs",
2026-06-16T09:36:12.3502598Z               "line": 108
2026-06-16T09:36:12.3502961Z             },
2026-06-16T09:36:12.3503276Z             {
2026-06-16T09:36:12.3503699Z               "path": "crates/spt-store/src/peeraddrs.rs",
2026-06-16T09:36:12.3504266Z               "line": 134
2026-06-16T09:36:12.3504627Z             },
2026-06-16T09:36:12.3504927Z             {
2026-06-16T09:36:12.3505346Z               "path": "crates/spt-store/src/peeraddrs.rs",
2026-06-16T09:36:12.3556881Z               "line": 144
2026-06-16T09:36:12.3557479Z             }
2026-06-16T09:36:12.3557827Z           ]
2026-06-16T09:36:12.3558142Z         }
2026-06-16T09:36:12.3558423Z       }
2026-06-16T09:36:12.3558705Z     },
2026-06-16T09:36:12.3559048Z     {
2026-06-16T09:36:12.3559424Z       "id": "REQ-CONV-2",
2026-06-16T09:36:12.3562573Z       "title": "Event-driven advertisement: endpoint online/offline transitions (ready-listener start/stop, rest-state transition, perch death) trigger an immediate advertise_local + peer push as a WAKE of the existing pump loop (no second advertisement path — epoch lease + visibility gates ride unchanged); the cadence stays the steady-state floor (M8 decision 15)",
2026-06-16T09:36:12.3565435Z       "requiredStages": [
2026-06-16T09:36:12.3565811Z         "impl",
2026-06-16T09:36:12.3566140Z         "unit"
2026-06-16T09:36:12.3566445Z       ],
2026-06-16T09:36:12.3566736Z       "stages": {
2026-06-16T09:36:12.3567050Z         "doc": {
2026-06-16T09:36:12.3567389Z           "complete": false,
2026-06-16T09:36:12.3567791Z           "evidence": []
2026-06-16T09:36:12.3568153Z         },
2026-06-16T09:36:12.3568453Z         "impl": {
2026-06-16T09:36:12.3568802Z           "complete": true,
2026-06-16T09:36:12.3569288Z           "evidence": [
2026-06-16T09:36:12.3569665Z             {
2026-06-16T09:36:12.3570081Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3570651Z               "line": 359
2026-06-16T09:36:12.3571013Z             },
2026-06-16T09:36:12.3571318Z             {
2026-06-16T09:36:12.3571753Z               "path": "crates/spt-daemon/src/pump/registry.rs",
2026-06-16T09:36:12.3572320Z               "line": 119
2026-06-16T09:36:12.3572677Z             },
2026-06-16T09:36:12.3572979Z             {
2026-06-16T09:36:12.3573414Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.3573981Z               "line": 789
2026-06-16T09:36:12.3574344Z             },
2026-06-16T09:36:12.3574645Z             {
2026-06-16T09:36:12.3575081Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.3575662Z               "line": 800
2026-06-16T09:36:12.3576028Z             },
2026-06-16T09:36:12.3576334Z             {
2026-06-16T09:36:12.3576747Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.3577286Z               "line": 334
2026-06-16T09:36:12.3577658Z             },
2026-06-16T09:36:12.3578242Z             {
2026-06-16T09:36:12.3578618Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3579467Z               "line": 2802
2026-06-16T09:36:12.3579844Z             },
2026-06-16T09:36:12.3580144Z             {
2026-06-16T09:36:12.3580501Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3581112Z               "line": 2818
2026-06-16T09:36:12.3581488Z             },
2026-06-16T09:36:12.3581803Z             {
2026-06-16T09:36:12.3582174Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3582671Z               "line": 2877
2026-06-16T09:36:12.3583071Z             }
2026-06-16T09:36:12.3583364Z           ]
2026-06-16T09:36:12.3583645Z         },
2026-06-16T09:36:12.3583921Z         "int": {
2026-06-16T09:36:12.3584260Z           "complete": false,
2026-06-16T09:36:12.3584675Z           "evidence": []
2026-06-16T09:36:12.3585027Z         },
2026-06-16T09:36:12.3585317Z         "unit": {
2026-06-16T09:36:12.3585656Z           "complete": true,
2026-06-16T09:36:12.3586084Z           "evidence": [
2026-06-16T09:36:12.3586445Z             {
2026-06-16T09:36:12.3586908Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3587452Z               "line": 889
2026-06-16T09:36:12.3587814Z             },
2026-06-16T09:36:12.3588120Z             {
2026-06-16T09:36:12.3588551Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3589202Z               "line": 1014
2026-06-16T09:36:12.3589588Z             },
2026-06-16T09:36:12.3589893Z             {
2026-06-16T09:36:12.3590329Z               "path": "crates/spt-daemon/src/pump/registry.rs",
2026-06-16T09:36:12.3590896Z               "line": 215
2026-06-16T09:36:12.3591259Z             }
2026-06-16T09:36:12.3591566Z           ]
2026-06-16T09:36:12.3591852Z         }
2026-06-16T09:36:12.3592133Z       }
2026-06-16T09:36:12.3592410Z     },
2026-06-16T09:36:12.3592692Z     {
2026-06-16T09:36:12.3593006Z       "id": "REQ-DAEMON-1",
2026-06-16T09:36:12.3593602Z       "title": "One per-machine spt-daemon owning all per-machine state",
2026-06-16T09:36:12.3594295Z       "requiredStages": [
2026-06-16T09:36:12.3594681Z         "impl",
2026-06-16T09:36:12.3595000Z         "unit",
2026-06-16T09:36:12.3595306Z         "int"
2026-06-16T09:36:12.3595607Z       ],
2026-06-16T09:36:12.3595902Z       "stages": {
2026-06-16T09:36:12.3596221Z         "doc": {
2026-06-16T09:36:12.3596592Z           "complete": false,
2026-06-16T09:36:12.3597005Z           "evidence": []
2026-06-16T09:36:12.3597373Z         },
2026-06-16T09:36:12.3597664Z         "impl": {
2026-06-16T09:36:12.3598002Z           "complete": true,
2026-06-16T09:36:12.3598402Z           "evidence": [
2026-06-16T09:36:12.3598759Z             {
2026-06-16T09:36:12.3599250Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3599838Z               "line": 229
2026-06-16T09:36:12.3600202Z             },
2026-06-16T09:36:12.3600502Z             {
2026-06-16T09:36:12.3600913Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.3601451Z               "line": 12
2026-06-16T09:36:12.3601804Z             },
2026-06-16T09:36:12.3602103Z             {
2026-06-16T09:36:12.3602528Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3603080Z               "line": 16
2026-06-16T09:36:12.3603444Z             },
2026-06-16T09:36:12.3603759Z             {
2026-06-16T09:36:12.3604176Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3604736Z               "line": 259
2026-06-16T09:36:12.3605104Z             },
2026-06-16T09:36:12.3605409Z             {
2026-06-16T09:36:12.3605818Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3606386Z               "line": 24
2026-06-16T09:36:12.3606753Z             },
2026-06-16T09:36:12.3607067Z             {
2026-06-16T09:36:12.3607483Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3607638Z               "line": 136
2026-06-16T09:36:12.3607938Z             },
2026-06-16T09:36:12.3608075Z             {
2026-06-16T09:36:12.3608314Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3608466Z               "line": 153
2026-06-16T09:36:12.3608591Z             },
2026-06-16T09:36:12.3608724Z             {
2026-06-16T09:36:12.3609149Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3609287Z               "line": 202
2026-06-16T09:36:12.3609430Z             },
2026-06-16T09:36:12.3609554Z             {
2026-06-16T09:36:12.3609805Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3609965Z               "line": 234
2026-06-16T09:36:12.3610103Z             },
2026-06-16T09:36:12.3610238Z             {
2026-06-16T09:36:12.3610461Z               "path": "crates/spt-daemon/src/relay.rs",
2026-06-16T09:36:12.3610600Z               "line": 15
2026-06-16T09:36:12.3610732Z             },
2026-06-16T09:36:12.3610866Z             {
2026-06-16T09:36:12.3611077Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.3611223Z               "line": 183
2026-06-16T09:36:12.3611362Z             },
2026-06-16T09:36:12.3611491Z             {
2026-06-16T09:36:12.3611706Z               "path": "crates/spt/src/api/live.rs",
2026-06-16T09:36:12.3611853Z               "line": 13
2026-06-16T09:36:12.3611992Z             },
2026-06-16T09:36:12.3612117Z             {
2026-06-16T09:36:12.3612341Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.3612492Z               "line": 281
2026-06-16T09:36:12.3612619Z             },
2026-06-16T09:36:12.3612749Z             {
2026-06-16T09:36:12.3612963Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.3613116Z               "line": 369
2026-06-16T09:36:12.3613239Z             }
2026-06-16T09:36:12.3613370Z           ]
2026-06-16T09:36:12.3613506Z         },
2026-06-16T09:36:12.3613641Z         "int": {
2026-06-16T09:36:12.3613788Z           "complete": true,
2026-06-16T09:36:12.3613941Z           "evidence": [
2026-06-16T09:36:12.3614079Z             {
2026-06-16T09:36:12.3614436Z               "path": "crates/spt-daemon/tests/daemon_lifecycle_real_brain.rs",
2026-06-16T09:36:12.3614590Z               "line": 2
2026-06-16T09:36:12.3614713Z             },
2026-06-16T09:36:12.3614836Z             {
2026-06-16T09:36:12.3615215Z               "path": "crates/spt-daemon/tests/daemon_lifecycle_real_brain.rs",
2026-06-16T09:36:12.3615354Z               "line": 16
2026-06-16T09:36:12.3615482Z             },
2026-06-16T09:36:12.3615611Z             {
2026-06-16T09:36:12.3615898Z               "path": "crates/spt/tests/live_bind_firsthost_e2e.rs",
2026-06-16T09:36:12.3616045Z               "line": 12
2026-06-16T09:36:12.3616174Z             },
2026-06-16T09:36:12.3616307Z             {
2026-06-16T09:36:12.3616570Z               "path": "crates/spt/tests/live_firsthost_e2e.rs",
2026-06-16T09:36:12.3616717Z               "line": 12
2026-06-16T09:36:12.3616857Z             }
2026-06-16T09:36:12.3616984Z           ]
2026-06-16T09:36:12.3617123Z         },
2026-06-16T09:36:12.3617261Z         "unit": {
2026-06-16T09:36:12.3617423Z           "complete": true,
2026-06-16T09:36:12.3617562Z           "evidence": [
2026-06-16T09:36:12.3617693Z             {
2026-06-16T09:36:12.3617940Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.3618092Z               "line": 285
2026-06-16T09:36:12.3618217Z             },
2026-06-16T09:36:12.3618340Z             {
2026-06-16T09:36:12.3618569Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.3618716Z               "line": 293
2026-06-16T09:36:12.3618850Z             },
2026-06-16T09:36:12.3619036Z             {
2026-06-16T09:36:12.3619265Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.3619419Z               "line": 309
2026-06-16T09:36:12.3619546Z             },
2026-06-16T09:36:12.3619680Z             {
2026-06-16T09:36:12.3619908Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.3620166Z               "line": 317
2026-06-16T09:36:12.3620308Z             },
2026-06-16T09:36:12.3620427Z             {
2026-06-16T09:36:12.3620663Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3620803Z               "line": 609
2026-06-16T09:36:12.3621041Z             },
2026-06-16T09:36:12.3621160Z             {
2026-06-16T09:36:12.3621403Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3621559Z               "line": 679
2026-06-16T09:36:12.3621684Z             },
2026-06-16T09:36:12.3621813Z             {
2026-06-16T09:36:12.3622051Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3622203Z               "line": 319
2026-06-16T09:36:12.3622333Z             },
2026-06-16T09:36:12.3622461Z             {
2026-06-16T09:36:12.3622709Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3622852Z               "line": 356
2026-06-16T09:36:12.3622987Z             },
2026-06-16T09:36:12.3623108Z             {
2026-06-16T09:36:12.3623367Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3623518Z               "line": 379
2026-06-16T09:36:12.3623648Z             },
2026-06-16T09:36:12.3623775Z             {
2026-06-16T09:36:12.3624015Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3624157Z               "line": 408
2026-06-16T09:36:12.3624287Z             },
2026-06-16T09:36:12.3624419Z             {
2026-06-16T09:36:12.3624663Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3624806Z               "line": 456
2026-06-16T09:36:12.3624940Z             },
2026-06-16T09:36:12.3625068Z             {
2026-06-16T09:36:12.3625306Z               "path": "crates/spt-daemon/src/livehost.rs",
2026-06-16T09:36:12.3625448Z               "line": 499
2026-06-16T09:36:12.3625577Z             },
2026-06-16T09:36:12.3625709Z             {
2026-06-16T09:36:12.3625933Z               "path": "crates/spt-daemon/src/relay.rs",
2026-06-16T09:36:12.3626085Z               "line": 106
2026-06-16T09:36:12.3626210Z             },
2026-06-16T09:36:12.3626338Z             {
2026-06-16T09:36:12.3626553Z               "path": "crates/spt-daemon/src/relay.rs",
2026-06-16T09:36:12.3626705Z               "line": 132
2026-06-16T09:36:12.3626844Z             },
2026-06-16T09:36:12.3626967Z             {
2026-06-16T09:36:12.3627191Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.3627383Z               "line": 404
2026-06-16T09:36:12.3627770Z             }
2026-06-16T09:36:12.3627935Z           ]
2026-06-16T09:36:12.3628122Z         }
2026-06-16T09:36:12.3628268Z       }
2026-06-16T09:36:12.3628439Z     },
2026-06-16T09:36:12.3628652Z     {
2026-06-16T09:36:12.3628890Z       "id": "REQ-DAEMON-2",
2026-06-16T09:36:12.3629340Z       "title": "Broker/brain split for seamless self-update",
2026-06-16T09:36:12.3629519Z       "requiredStages": [
2026-06-16T09:36:12.3629711Z         "impl",
2026-06-16T09:36:12.3629911Z         "unit",
2026-06-16T09:36:12.3630125Z         "int"
2026-06-16T09:36:12.3630279Z       ],
2026-06-16T09:36:12.3630478Z       "stages": {
2026-06-16T09:36:12.3630665Z         "doc": {
2026-06-16T09:36:12.3630887Z           "complete": true,
2026-06-16T09:36:12.3631105Z           "evidence": [
2026-06-16T09:36:12.3631281Z             {
2026-06-16T09:36:12.3631615Z               "path": "docs/TWO-HOST-RUNBOOK.md",
2026-06-16T09:36:12.3631800Z               "line": 250
2026-06-16T09:36:12.3632020Z             }
2026-06-16T09:36:12.3632221Z           ]
2026-06-16T09:36:12.3632373Z         },
2026-06-16T09:36:12.3632588Z         "impl": {
2026-06-16T09:36:12.3632773Z           "complete": true,
2026-06-16T09:36:12.3633006Z           "evidence": [
2026-06-16T09:36:12.3633213Z             {
2026-06-16T09:36:12.3633466Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.3633678Z               "line": 23
2026-06-16T09:36:12.3633840Z             },
2026-06-16T09:36:12.3634054Z             {
2026-06-16T09:36:12.3634442Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.3634674Z               "line": 795
2026-06-16T09:36:12.3634861Z             },
2026-06-16T09:36:12.3635013Z             {
2026-06-16T09:36:12.3635332Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.3635633Z               "line": 820
2026-06-16T09:36:12.3635843Z             },
2026-06-16T09:36:12.3635998Z             {
2026-06-16T09:36:12.3636292Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.3636522Z               "line": 1026
2026-06-16T09:36:12.3636703Z             },
2026-06-16T09:36:12.3636898Z             {
2026-06-16T09:36:12.3637156Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3637362Z               "line": 32
2026-06-16T09:36:12.3637599Z             },
2026-06-16T09:36:12.3637780Z             {
2026-06-16T09:36:12.3638066Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3638238Z               "line": 549
2026-06-16T09:36:12.3638433Z             },
2026-06-16T09:36:12.3638573Z             {
2026-06-16T09:36:12.3638933Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3639222Z               "line": 1055
2026-06-16T09:36:12.3639407Z             },
2026-06-16T09:36:12.3639595Z             {
2026-06-16T09:36:12.3639836Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3640113Z               "line": 1342
2026-06-16T09:36:12.3640271Z             },
2026-06-16T09:36:12.3640466Z             {
2026-06-16T09:36:12.3640752Z               "path": "crates/spt-daemon/src/codec.rs",
2026-06-16T09:36:12.3640910Z               "line": 11
2026-06-16T09:36:12.3641168Z             },
2026-06-16T09:36:12.3641329Z             {
2026-06-16T09:36:12.3641627Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3641832Z               "line": 148
2026-06-16T09:36:12.3641989Z             },
2026-06-16T09:36:12.3642232Z             {
2026-06-16T09:36:12.3642485Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3642698Z               "line": 311
2026-06-16T09:36:12.3642857Z             },
2026-06-16T09:36:12.3643047Z             {
2026-06-16T09:36:12.3643381Z               "path": "crates/spt-daemon/src/msg.rs",
2026-06-16T09:36:12.3643557Z               "line": 13
2026-06-16T09:36:12.3643750Z             },
2026-06-16T09:36:12.3643900Z             {
2026-06-16T09:36:12.3644196Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3644454Z               "line": 27
2026-06-16T09:36:12.3644614Z             },
2026-06-16T09:36:12.3644801Z             {
2026-06-16T09:36:12.3645078Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3645278Z               "line": 130
2026-06-16T09:36:12.3645463Z             },
2026-06-16T09:36:12.3645670Z             {
2026-06-16T09:36:12.3645961Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3646155Z               "line": 610
2026-06-16T09:36:12.3646338Z             },
2026-06-16T09:36:12.3646526Z             {
2026-06-16T09:36:12.3646838Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3647020Z               "line": 779
2026-06-16T09:36:12.3647229Z             },
2026-06-16T09:36:12.3647416Z             {
2026-06-16T09:36:12.3647712Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3647926Z               "line": 923
2026-06-16T09:36:12.3648083Z             },
2026-06-16T09:36:12.3648279Z             {
2026-06-16T09:36:12.3648556Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3648774Z               "line": 1010
2026-06-16T09:36:12.3649070Z             },
2026-06-16T09:36:12.3649280Z             {
2026-06-16T09:36:12.3649643Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3649815Z               "line": 1129
2026-06-16T09:36:12.3650029Z             },
2026-06-16T09:36:12.3650368Z             {
2026-06-16T09:36:12.3650649Z               "path": "crates/spt-daemon/src/transport.rs",
2026-06-16T09:36:12.3650859Z               "line": 10
2026-06-16T09:36:12.3651021Z             }
2026-06-16T09:36:12.3651240Z           ]
2026-06-16T09:36:12.3651461Z         },
2026-06-16T09:36:12.3651728Z         "int": {
2026-06-16T09:36:12.3651941Z           "complete": true,
2026-06-16T09:36:12.3652117Z           "evidence": [
2026-06-16T09:36:12.3652344Z             {
2026-06-16T09:36:12.3652634Z               "path": "crates/spt-daemon/tests/broker.rs",
2026-06-16T09:36:12.3652845Z               "line": 17
2026-06-16T09:36:12.3653032Z             },
2026-06-16T09:36:12.3653178Z             {
2026-06-16T09:36:12.3653540Z               "path": "crates/spt-daemon/tests/netbroker.rs",
2026-06-16T09:36:12.3653722Z               "line": 71
2026-06-16T09:36:12.3653912Z             },
2026-06-16T09:36:12.3654065Z             {
2026-06-16T09:36:12.3654389Z               "path": "crates/spt-daemon/tests/netbroker.rs",
2026-06-16T09:36:12.3654639Z               "line": 91
2026-06-16T09:36:12.3654817Z             },
2026-06-16T09:36:12.3655004Z             {
2026-06-16T09:36:12.3655276Z               "path": "crates/spt-daemon/tests/netbroker.rs",
2026-06-16T09:36:12.3655499Z               "line": 167
2026-06-16T09:36:12.3655719Z             },
2026-06-16T09:36:12.3655896Z             {
2026-06-16T09:36:12.3656211Z               "path": "crates/spt-daemon/tests/netbroker.rs",
2026-06-16T09:36:12.3656391Z               "line": 209
2026-06-16T09:36:12.3656606Z             },
2026-06-16T09:36:12.3656753Z             {
2026-06-16T09:36:12.3657133Z               "path": "crates/spt-daemon/tests/netstream.rs",
2026-06-16T09:36:12.3657346Z               "line": 128
2026-06-16T09:36:12.3657508Z             },
2026-06-16T09:36:12.3657717Z             {
2026-06-16T09:36:12.3657981Z               "path": "crates/spt/tests/brain_survive.rs",
2026-06-16T09:36:12.3658233Z               "line": 59
2026-06-16T09:36:12.3658385Z             }
2026-06-16T09:36:12.3658576Z           ]
2026-06-16T09:36:12.3658773Z         },
2026-06-16T09:36:12.3658925Z         "unit": {
2026-06-16T09:36:12.3659334Z           "complete": true,
2026-06-16T09:36:12.3659562Z           "evidence": [
2026-06-16T09:36:12.3659765Z             {
2026-06-16T09:36:12.3660063Z               "path": "crates/spt-daemon/src/codec.rs",
2026-06-16T09:36:12.3660222Z               "line": 62
2026-06-16T09:36:12.3660466Z             },
2026-06-16T09:36:12.3660628Z             {
2026-06-16T09:36:12.3660923Z               "path": "crates/spt-daemon/src/codec.rs",
2026-06-16T09:36:12.3661096Z               "line": 76
2026-06-16T09:36:12.3661262Z             },
2026-06-16T09:36:12.3661501Z             {
2026-06-16T09:36:12.3661744Z               "path": "crates/spt-daemon/src/codec.rs",
2026-06-16T09:36:12.3661959Z               "line": 88
2026-06-16T09:36:12.3662115Z             },
2026-06-16T09:36:12.3662293Z             {
2026-06-16T09:36:12.3662592Z               "path": "crates/spt-daemon/src/effect.rs",
2026-06-16T09:36:12.3662818Z               "line": 294
2026-06-16T09:36:12.3663024Z             },
2026-06-16T09:36:12.3663175Z             {
2026-06-16T09:36:12.3663437Z               "path": "crates/spt-daemon/src/msg.rs",
2026-06-16T09:36:12.3663653Z               "line": 771
2026-06-16T09:36:12.3663882Z             },
2026-06-16T09:36:12.3664072Z             {
2026-06-16T09:36:12.3664311Z               "path": "crates/spt-daemon/src/msg.rs",
2026-06-16T09:36:12.3664497Z               "line": 779
2026-06-16T09:36:12.3664697Z             },
2026-06-16T09:36:12.3664912Z             {
2026-06-16T09:36:12.3665155Z               "path": "crates/spt-daemon/src/msg.rs",
2026-06-16T09:36:12.3665364Z               "line": 796
2026-06-16T09:36:12.3665535Z             },
2026-06-16T09:36:12.3665730Z             {
2026-06-16T09:36:12.3666031Z               "path": "crates/spt-daemon/src/msg.rs",
2026-06-16T09:36:12.3666198Z               "line": 850
2026-06-16T09:36:12.3666393Z             },
2026-06-16T09:36:12.3666670Z             {
2026-06-16T09:36:12.3667032Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3667265Z               "line": 1200
2026-06-16T09:36:12.3667429Z             },
2026-06-16T09:36:12.3667622Z             {
2026-06-16T09:36:12.3668015Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3668249Z               "line": 1212
2026-06-16T09:36:12.3668455Z             },
2026-06-16T09:36:12.3668611Z             {
2026-06-16T09:36:12.3668916Z               "path": "crates/spt-daemon/src/transport.rs",
2026-06-16T09:36:12.3669184Z               "line": 110
2026-06-16T09:36:12.3669404Z             },
2026-06-16T09:36:12.3669575Z             {
2026-06-16T09:36:12.3669875Z               "path": "crates/spt-daemon/tests/resume.rs",
2026-06-16T09:36:12.3670095Z               "line": 143
2026-06-16T09:36:12.3670248Z             }
2026-06-16T09:36:12.3670456Z           ]
2026-06-16T09:36:12.3670623Z         }
2026-06-16T09:36:12.3670811Z       }
2026-06-16T09:36:12.3671017Z     },
2026-06-16T09:36:12.3671173Z     {
2026-06-16T09:36:12.3671417Z       "id": "REQ-DAEMON-3",
2026-06-16T09:36:12.3671793Z       "title": "Any api invocation auto-starts the daemon if absent",
2026-06-16T09:36:12.3672013Z       "requiredStages": [
2026-06-16T09:36:12.3672195Z         "impl",
2026-06-16T09:36:12.3672399Z         "unit",
2026-06-16T09:36:12.3672615Z         "int"
2026-06-16T09:36:12.3672791Z       ],
2026-06-16T09:36:12.3672985Z       "stages": {
2026-06-16T09:36:12.3673157Z         "doc": {
2026-06-16T09:36:12.3673373Z           "complete": false,
2026-06-16T09:36:12.3673531Z           "evidence": []
2026-06-16T09:36:12.3673764Z         },
2026-06-16T09:36:12.3673974Z         "impl": {
2026-06-16T09:36:12.3674152Z           "complete": true,
2026-06-16T09:36:12.3674355Z           "evidence": [
2026-06-16T09:36:12.3674490Z             {
2026-06-16T09:36:12.3674838Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3675009Z               "line": 14
2026-06-16T09:36:12.3675228Z             },
2026-06-16T09:36:12.3675415Z             {
2026-06-16T09:36:12.3675667Z               "path": "crates/spt-daemon/src/endpoint.rs",
2026-06-16T09:36:12.3675919Z               "line": 11
2026-06-16T09:36:12.3676086Z             },
2026-06-16T09:36:12.3676290Z             {
2026-06-16T09:36:12.3676557Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.3676716Z               "line": 297
2026-06-16T09:36:12.3676958Z             },
2026-06-16T09:36:12.3677130Z             {
2026-06-16T09:36:12.3677379Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3677545Z               "line": 1755
2026-06-16T09:36:12.3677721Z             },
2026-06-16T09:36:12.3677975Z             {
2026-06-16T09:36:12.3678192Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3678410Z               "line": 3921
2026-06-16T09:36:12.3678585Z             },
2026-06-16T09:36:12.3678762Z             {
2026-06-16T09:36:12.3679166Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3679349Z               "line": 3942
2026-06-16T09:36:12.3679530Z             }
2026-06-16T09:36:12.3679683Z           ]
2026-06-16T09:36:12.3679854Z         },
2026-06-16T09:36:12.3680054Z         "int": {
2026-06-16T09:36:12.3680307Z           "complete": true,
2026-06-16T09:36:12.3680508Z           "evidence": [
2026-06-16T09:36:12.3680664Z             {
2026-06-16T09:36:12.3680946Z               "path": "crates/spt/tests/contract_e2e.rs",
2026-06-16T09:36:12.3681174Z               "line": 49
2026-06-16T09:36:12.3681380Z             },
2026-06-16T09:36:12.3681529Z             {
2026-06-16T09:36:12.3681825Z               "path": "crates/spt/tests/contract_e2e.rs",
2026-06-16T09:36:12.3682010Z               "line": 487
2026-06-16T09:36:12.3682221Z             }
2026-06-16T09:36:12.3682420Z           ]
2026-06-16T09:36:12.3682578Z         },
2026-06-16T09:36:12.3682775Z         "unit": {
2026-06-16T09:36:12.3683099Z           "complete": true,
2026-06-16T09:36:12.3683336Z           "evidence": [
2026-06-16T09:36:12.3683546Z             {
2026-06-16T09:36:12.3683807Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3684024Z               "line": 804
2026-06-16T09:36:12.3684178Z             },
2026-06-16T09:36:12.3684497Z             {
2026-06-16T09:36:12.3684769Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3684949Z               "line": 9524
2026-06-16T09:36:12.3685144Z             }
2026-06-16T09:36:12.3685307Z           ]
2026-06-16T09:36:12.3685512Z         }
2026-06-16T09:36:12.3685685Z       }
2026-06-16T09:36:12.3685884Z     },
2026-06-16T09:36:12.3686070Z     {
2026-06-16T09:36:12.3686262Z       "id": "REQ-DAEMON-4",
2026-06-16T09:36:12.3686584Z       "title": "Honor every KNOWN-HAZARDS invariant",
2026-06-16T09:36:12.3686789Z       "requiredStages": [
2026-06-16T09:36:12.3687004Z         "impl",
2026-06-16T09:36:12.3687160Z         "unit",
2026-06-16T09:36:12.3687347Z         "int"
2026-06-16T09:36:12.3687566Z       ],
2026-06-16T09:36:12.3687742Z       "stages": {
2026-06-16T09:36:12.3687962Z         "doc": {
2026-06-16T09:36:12.3688143Z           "complete": false,
2026-06-16T09:36:12.3688352Z           "evidence": []
2026-06-16T09:36:12.3688496Z         },
2026-06-16T09:36:12.3688757Z         "impl": {
2026-06-16T09:36:12.3689065Z           "complete": true,
2026-06-16T09:36:12.3689242Z           "evidence": [
2026-06-16T09:36:12.3689431Z             {
2026-06-16T09:36:12.3689694Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3689975Z               "line": 414
2026-06-16T09:36:12.3690167Z             },
2026-06-16T09:36:12.3690319Z             {
2026-06-16T09:36:12.3690619Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3690773Z               "line": 479
2026-06-16T09:36:12.3691034Z             },
2026-06-16T09:36:12.3691187Z             {
2026-06-16T09:36:12.3691497Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3691705Z               "line": 501
2026-06-16T09:36:12.3691847Z             }
2026-06-16T09:36:12.3692109Z           ]
2026-06-16T09:36:12.3692260Z         },
2026-06-16T09:36:12.3692448Z         "int": {
2026-06-16T09:36:12.3692627Z           "complete": true,
2026-06-16T09:36:12.3700283Z           "evidence": [
2026-06-16T09:36:12.3700464Z             {
2026-06-16T09:36:12.3700751Z               "path": "crates/spt-daemon/tests/daemon_e2e.rs",
2026-06-16T09:36:12.3700897Z               "line": 42
2026-06-16T09:36:12.3701028Z             }
2026-06-16T09:36:12.3701156Z           ]
2026-06-16T09:36:12.3701294Z         },
2026-06-16T09:36:12.3701427Z         "unit": {
2026-06-16T09:36:12.3701584Z           "complete": true,
2026-06-16T09:36:12.3701737Z           "evidence": [
2026-06-16T09:36:12.3701866Z             {
2026-06-16T09:36:12.3702104Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.3702246Z               "line": 428
2026-06-16T09:36:12.3702407Z             },
2026-06-16T09:36:12.3702578Z             {
2026-06-16T09:36:12.3702830Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3702974Z               "line": 907
2026-06-16T09:36:12.3703102Z             },
2026-06-16T09:36:12.3703236Z             {
2026-06-16T09:36:12.3703493Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3703642Z               "line": 977
2026-06-16T09:36:12.3703770Z             },
2026-06-16T09:36:12.3703895Z             {
2026-06-16T09:36:12.3704146Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3704295Z               "line": 1007
2026-06-16T09:36:12.3704433Z             },
2026-06-16T09:36:12.3704558Z             {
2026-06-16T09:36:12.3704813Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3704955Z               "line": 1040
2026-06-16T09:36:12.3705072Z             }
2026-06-16T09:36:12.3705202Z           ]
2026-06-16T09:36:12.3705321Z         }
2026-06-16T09:36:12.3705641Z       }
2026-06-16T09:36:12.3705769Z     },
2026-06-16T09:36:12.3705898Z     {
2026-06-16T09:36:12.3706074Z       "id": "REQ-DAEMON-5",
2026-06-16T09:36:12.3709764Z       "title": "Pump liveness: the peer pump writes a last-tick heartbeat consumed by daemon status / subnet status (decision 23 render legs in REQ-CLI-2/REQ-SUBNET-8); the daemon supervises the pump task — a panic is caught, logged loudly, and the pump restarts with capped backoff (≤5 min), so a 5.9-class death self-heals visibly instead of silently halving the daemon (M8 decision 23; field motivation: hfenduleam 2026-06-07 half-death)",
2026-06-16T09:36:12.3710049Z       "requiredStages": [
2026-06-16T09:36:12.3710185Z         "impl",
2026-06-16T09:36:12.3710314Z         "unit"
2026-06-16T09:36:12.3710443Z       ],
2026-06-16T09:36:12.3710566Z       "stages": {
2026-06-16T09:36:12.3710700Z         "doc": {
2026-06-16T09:36:12.3710847Z           "complete": false,
2026-06-16T09:36:12.3711001Z           "evidence": []
2026-06-16T09:36:12.3711143Z         },
2026-06-16T09:36:12.3711273Z         "impl": {
2026-06-16T09:36:12.3711434Z           "complete": true,
2026-06-16T09:36:12.3711583Z           "evidence": [
2026-06-16T09:36:12.3711711Z             {
2026-06-16T09:36:12.3711959Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3712125Z               "line": 476
2026-06-16T09:36:12.3712265Z             },
2026-06-16T09:36:12.3712383Z             {
2026-06-16T09:36:12.3712622Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3712763Z               "line": 769
2026-06-16T09:36:12.3712897Z             },
2026-06-16T09:36:12.3713028Z             {
2026-06-16T09:36:12.3713267Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3713418Z               "line": 782
2026-06-16T09:36:12.3713548Z             },
2026-06-16T09:36:12.3713676Z             {
2026-06-16T09:36:12.3713906Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3714062Z               "line": 800
2026-06-16T09:36:12.3714187Z             },
2026-06-16T09:36:12.3714320Z             {
2026-06-16T09:36:12.3714554Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3714701Z               "line": 841
2026-06-16T09:36:12.3714836Z             }
2026-06-16T09:36:12.3714964Z           ]
2026-06-16T09:36:12.3715094Z         },
2026-06-16T09:36:12.3715221Z         "int": {
2026-06-16T09:36:12.3715387Z           "complete": false,
2026-06-16T09:36:12.3715534Z           "evidence": []
2026-06-16T09:36:12.3715656Z         },
2026-06-16T09:36:12.3715796Z         "unit": {
2026-06-16T09:36:12.3715952Z           "complete": true,
2026-06-16T09:36:12.3716115Z           "evidence": [
2026-06-16T09:36:12.3716243Z             {
2026-06-16T09:36:12.3716492Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3716649Z               "line": 1189
2026-06-16T09:36:12.3716768Z             },
2026-06-16T09:36:12.3716920Z             {
2026-06-16T09:36:12.3717159Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3717312Z               "line": 1213
2026-06-16T09:36:12.3717435Z             },
2026-06-16T09:36:12.3717564Z             {
2026-06-16T09:36:12.3717807Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.3717961Z               "line": 1239
2026-06-16T09:36:12.3718089Z             }
2026-06-16T09:36:12.3718211Z           ]
2026-06-16T09:36:12.3718346Z         }
2026-06-16T09:36:12.3718469Z       }
2026-06-16T09:36:12.3718598Z     },
2026-06-16T09:36:12.3718722Z     {
2026-06-16T09:36:12.3718874Z       "id": "REQ-DAEMON-6",
2026-06-16T09:36:12.3724032Z       "title": "Service-aware `daemon start`/`stop`: when an OS service manager has a registered spt-daemon for this user, `spt daemon start` and `spt daemon stop` drive THAT service (so stop doesn't IPC-kill a unit that auto-restart-fights for the broker socket — the kitsubito 2026-06-08 loop). `start` graduates from a `run` alias to a first-class background verb (ensure-up, idempotent, non-blocking); stop routes managed→manager, manual→IPC. Linux=systemd user unit (`systemctl --user start|stop|is-active spt-daemon`, detected by unit-file presence); Windows=no controllable manager (the logon task is boot-only), so start=detached spawn / stop=IPC.",
2026-06-16T09:36:12.3724317Z       "requiredStages": [
2026-06-16T09:36:12.3724451Z         "impl",
2026-06-16T09:36:12.3724580Z         "unit"
2026-06-16T09:36:12.3724700Z       ],
2026-06-16T09:36:12.3724838Z       "stages": {
2026-06-16T09:36:12.3724956Z         "doc": {
2026-06-16T09:36:12.3725114Z           "complete": false,
2026-06-16T09:36:12.3725253Z           "evidence": []
2026-06-16T09:36:12.3725382Z         },
2026-06-16T09:36:12.3725519Z         "impl": {
2026-06-16T09:36:12.3725664Z           "complete": true,
2026-06-16T09:36:12.3725810Z           "evidence": [
2026-06-16T09:36:12.3725938Z             {
2026-06-16T09:36:12.3726193Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3726341Z               "line": 463
2026-06-16T09:36:12.3726465Z             },
2026-06-16T09:36:12.3726598Z             {
2026-06-16T09:36:12.3726832Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3726985Z               "line": 494
2026-06-16T09:36:12.3727118Z             },
2026-06-16T09:36:12.3727248Z             {
2026-06-16T09:36:12.3727490Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3727629Z               "line": 55
2026-06-16T09:36:12.3727753Z             },
2026-06-16T09:36:12.3727872Z             {
2026-06-16T09:36:12.3728115Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3728254Z               "line": 70
2026-06-16T09:36:12.3728396Z             },
2026-06-16T09:36:12.3728526Z             {
2026-06-16T09:36:12.3728705Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3728863Z               "line": 1809
2026-06-16T09:36:12.3729105Z             },
2026-06-16T09:36:12.3729245Z             {
2026-06-16T09:36:12.3729439Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3729593Z               "line": 1835
2026-06-16T09:36:12.3729720Z             }
2026-06-16T09:36:12.3729850Z           ]
2026-06-16T09:36:12.3729983Z         },
2026-06-16T09:36:12.3730112Z         "int": {
2026-06-16T09:36:12.3730273Z           "complete": false,
2026-06-16T09:36:12.3730412Z           "evidence": []
2026-06-16T09:36:12.3730542Z         },
2026-06-16T09:36:12.3730674Z         "unit": {
2026-06-16T09:36:12.3730823Z           "complete": true,
2026-06-16T09:36:12.3730978Z           "evidence": [
2026-06-16T09:36:12.3731107Z             {
2026-06-16T09:36:12.3731348Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3731487Z               "line": 288
2026-06-16T09:36:12.3731614Z             },
2026-06-16T09:36:12.3731739Z             {
2026-06-16T09:36:12.3731963Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3732122Z               "line": 299
2026-06-16T09:36:12.3732249Z             },
2026-06-16T09:36:12.3732383Z             {
2026-06-16T09:36:12.3732606Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3732756Z               "line": 325
2026-06-16T09:36:12.3732888Z             },
2026-06-16T09:36:12.3733013Z             {
2026-06-16T09:36:12.3733260Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3733395Z               "line": 351
2026-06-16T09:36:12.3733527Z             }
2026-06-16T09:36:12.3733652Z           ]
2026-06-16T09:36:12.3733784Z         }
2026-06-16T09:36:12.3733912Z       }
2026-06-16T09:36:12.3734036Z     },
2026-06-16T09:36:12.3734172Z     {
2026-06-16T09:36:12.3734320Z       "id": "REQ-DAEMON-7",
2026-06-16T09:36:12.3737955Z       "title": "`daemon run` is foreground-consistent on every platform: the invoking process IS the daemon, blocks until signalled, never auto-detaches or respawns into an invisible background task. The detached/de-elevated background behavior lives ONLY in `start`. Windows: an ELEVATED `daemon run` refuses with guidance (use `start`, or an unelevated shell) instead of respawning detached/de-elevated and vanishing (KH 5.7 preserved — it still never serves elevated).",
2026-06-16T09:36:12.3738227Z       "requiredStages": [
2026-06-16T09:36:12.3738360Z         "impl",
2026-06-16T09:36:12.3738495Z         "unit"
2026-06-16T09:36:12.3738608Z       ],
2026-06-16T09:36:12.3738747Z       "stages": {
2026-06-16T09:36:12.3738880Z         "doc": {
2026-06-16T09:36:12.3739120Z           "complete": false,
2026-06-16T09:36:12.3739275Z           "evidence": []
2026-06-16T09:36:12.3739403Z         },
2026-06-16T09:36:12.3739556Z         "impl": {
2026-06-16T09:36:12.3739708Z           "complete": true,
2026-06-16T09:36:12.3739852Z           "evidence": [
2026-06-16T09:36:12.3739984Z             {
2026-06-16T09:36:12.3740228Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3740387Z               "line": 513
2026-06-16T09:36:12.3740514Z             },
2026-06-16T09:36:12.3740648Z             {
2026-06-16T09:36:12.3740896Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.3741035Z               "line": 601
2026-06-16T09:36:12.3741167Z             },
2026-06-16T09:36:12.3741292Z             {
2026-06-16T09:36:12.3741529Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3741658Z               "line": 89
2026-06-16T09:36:12.3741785Z             },
2026-06-16T09:36:12.3741908Z             {
2026-06-16T09:36:12.3742105Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3742251Z               "line": 1756
2026-06-16T09:36:12.3742381Z             }
2026-06-16T09:36:12.3742508Z           ]
2026-06-16T09:36:12.3742638Z         },
2026-06-16T09:36:12.3742785Z         "int": {
2026-06-16T09:36:12.3742939Z           "complete": false,
2026-06-16T09:36:12.3743091Z           "evidence": []
2026-06-16T09:36:12.3743219Z         },
2026-06-16T09:36:12.3743358Z         "unit": {
2026-06-16T09:36:12.3743505Z           "complete": true,
2026-06-16T09:36:12.3743635Z           "evidence": [
2026-06-16T09:36:12.3743773Z             {
2026-06-16T09:36:12.3743997Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3744155Z               "line": 314
2026-06-16T09:36:12.3744279Z             },
2026-06-16T09:36:12.3744406Z             {
2026-06-16T09:36:12.3744606Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3744751Z               "line": 7018
2026-06-16T09:36:12.3744880Z             }
2026-06-16T09:36:12.3745009Z           ]
2026-06-16T09:36:12.3745132Z         }
2026-06-16T09:36:12.3745257Z       }
2026-06-16T09:36:12.3745385Z     },
2026-06-16T09:36:12.3745510Z     {
2026-06-16T09:36:12.3745667Z       "id": "REQ-DAEMON-8",
2026-06-16T09:36:12.3748077Z       "title": "Internal auto-start prefers the service: `ensure_running` (any spt command's implicit daemon start, REQ-DAEMON-3) routes through the service-aware start path — when a manager has a registered service it starts THAT, never a competing manual `spawn_detached` daemon that would fight the service for the socket.",
2026-06-16T09:36:12.3748252Z       "requiredStages": [
2026-06-16T09:36:12.3748382Z         "impl",
2026-06-16T09:36:12.3748530Z         "unit"
2026-06-16T09:36:12.3748658Z       ],
2026-06-16T09:36:12.3748792Z       "stages": {
2026-06-16T09:36:12.3748920Z         "doc": {
2026-06-16T09:36:12.3749149Z           "complete": false,
2026-06-16T09:36:12.3749303Z           "evidence": []
2026-06-16T09:36:12.3749421Z         },
2026-06-16T09:36:12.3749579Z         "impl": {
2026-06-16T09:36:12.3749722Z           "complete": true,
2026-06-16T09:36:12.3749873Z           "evidence": [
2026-06-16T09:36:12.3750002Z             {
2026-06-16T09:36:12.3750245Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3750393Z               "line": 413
2026-06-16T09:36:12.3750517Z             },
2026-06-16T09:36:12.3750646Z             {
2026-06-16T09:36:12.3751018Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3751174Z               "line": 56
2026-06-16T09:36:12.3751295Z             }
2026-06-16T09:36:12.3751423Z           ]
2026-06-16T09:36:12.3751547Z         },
2026-06-16T09:36:12.3751771Z         "int": {
2026-06-16T09:36:12.3751934Z           "complete": false,
2026-06-16T09:36:12.3752085Z           "evidence": []
2026-06-16T09:36:12.3752208Z         },
2026-06-16T09:36:12.3752336Z         "unit": {
2026-06-16T09:36:12.3752487Z           "complete": true,
2026-06-16T09:36:12.3752641Z           "evidence": [
2026-06-16T09:36:12.3752768Z             {
2026-06-16T09:36:12.3753012Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3753155Z               "line": 288
2026-06-16T09:36:12.3753289Z             },
2026-06-16T09:36:12.3753412Z             {
2026-06-16T09:36:12.3753642Z               "path": "crates/spt-daemon/src/service.rs",
2026-06-16T09:36:12.3753784Z               "line": 325
2026-06-16T09:36:12.3753913Z             }
2026-06-16T09:36:12.3754046Z           ]
2026-06-16T09:36:12.3754171Z         }
2026-06-16T09:36:12.3754309Z       }
2026-06-16T09:36:12.3754429Z     },
2026-06-16T09:36:12.3754562Z     {
2026-06-16T09:36:12.3754720Z       "id": "REQ-DAEMON-9",
2026-06-16T09:36:12.3765380Z       "title": "Net-bind boot-race resilience: a daemon that comes up net-less (NetHost::start failed — e.g. the systemd unit autostarted before the network/DNS stack was ready, `Failed to create an address lookup service`) must SELF-HEAL — retry the net bring-up in the background with capped backoff and, on success, attach net to the broker + spawn the dispatcher/peer-pump (which today are gated on `net_up` at boot and so never start, leaving the node silently unreachable until a manual restart — kitsubito 2026-06-08). Status surfaces the net-less state honestly (a net-less broker renders as 'no connection', not only a pump-STALLED line with a bogus pre-boot heartbeat age). The installer's autostart unit waits for the network (`Wants=/After=network-online.target`) as belt-and-suspenders.",
2026-06-16T09:36:12.3765578Z       "requiredStages": [
2026-06-16T09:36:12.3765726Z         "impl",
2026-06-16T09:36:12.3765852Z         "unit"
2026-06-16T09:36:12.3765987Z       ],
2026-06-16T09:36:12.3766129Z       "stages": {
2026-06-16T09:36:12.3766267Z         "doc": {
2026-06-16T09:36:12.3766430Z           "complete": false,
2026-06-16T09:36:12.3766582Z           "evidence": []
2026-06-16T09:36:12.3766716Z         },
2026-06-16T09:36:12.3766853Z         "impl": {
2026-06-16T09:36:12.3767017Z           "complete": true,
2026-06-16T09:36:12.3767173Z           "evidence": [
2026-06-16T09:36:12.3767294Z             {
2026-06-16T09:36:12.3767556Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3767707Z               "line": 276
2026-06-16T09:36:12.3767837Z             },
2026-06-16T09:36:12.3767961Z             {
2026-06-16T09:36:12.3768212Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3768358Z               "line": 600
2026-06-16T09:36:12.3768486Z             },
2026-06-16T09:36:12.3768611Z             {
2026-06-16T09:36:12.3768854Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3769067Z               "line": 192
2026-06-16T09:36:12.3769202Z             },
2026-06-16T09:36:12.3769336Z             {
2026-06-16T09:36:12.3769569Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3769716Z               "line": 312
2026-06-16T09:36:12.3769846Z             },
2026-06-16T09:36:12.3769974Z             {
2026-06-16T09:36:12.3770222Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3770370Z               "line": 349
2026-06-16T09:36:12.3770500Z             },
2026-06-16T09:36:12.3770632Z             {
2026-06-16T09:36:12.3770824Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3770969Z               "line": 1864
2026-06-16T09:36:12.3771103Z             }
2026-06-16T09:36:12.3771399Z           ]
2026-06-16T09:36:12.3771528Z         },
2026-06-16T09:36:12.3771651Z         "int": {
2026-06-16T09:36:12.3771818Z           "complete": false,
2026-06-16T09:36:12.3771966Z           "evidence": []
2026-06-16T09:36:12.3772096Z         },
2026-06-16T09:36:12.3772323Z         "unit": {
2026-06-16T09:36:12.3772485Z           "complete": true,
2026-06-16T09:36:12.3772629Z           "evidence": [
2026-06-16T09:36:12.3772758Z             {
2026-06-16T09:36:12.3772987Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3773134Z               "line": 760
2026-06-16T09:36:12.3773266Z             },
2026-06-16T09:36:12.3773391Z             {
2026-06-16T09:36:12.3773583Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3773737Z               "line": 9389
2026-06-16T09:36:12.3773870Z             }
2026-06-16T09:36:12.3773999Z           ]
2026-06-16T09:36:12.3774127Z         }
2026-06-16T09:36:12.3774261Z       }
2026-06-16T09:36:12.3774390Z     },
2026-06-16T09:36:12.3774518Z     {
2026-06-16T09:36:12.3774671Z       "id": "REQ-DOCS-1",
2026-06-16T09:36:12.3775124Z       "title": "Dual-audience docs (human + AI dev-agent), markdown once / two depths",
2026-06-16T09:36:12.3775283Z       "requiredStages": [
2026-06-16T09:36:12.3775424Z         "doc",
2026-06-16T09:36:12.3775554Z         "impl"
2026-06-16T09:36:12.3775705Z       ],
2026-06-16T09:36:12.3775845Z       "stages": {
2026-06-16T09:36:12.3775983Z         "doc": {
2026-06-16T09:36:12.3776143Z           "complete": true,
2026-06-16T09:36:12.3776304Z           "evidence": [
2026-06-16T09:36:12.3776436Z             {
2026-06-16T09:36:12.3776638Z               "path": "docs-site/src/index.md",
2026-06-16T09:36:12.3776774Z               "line": 50
2026-06-16T09:36:12.3776909Z             }
2026-06-16T09:36:12.3777047Z           ]
2026-06-16T09:36:12.3777177Z         },
2026-06-16T09:36:12.3777324Z         "impl": {
2026-06-16T09:36:12.3777471Z           "complete": true,
2026-06-16T09:36:12.3777629Z           "evidence": [
2026-06-16T09:36:12.3777753Z             {
2026-06-16T09:36:12.3778005Z               "path": ".github/workflows/docs-publish.yml",
2026-06-16T09:36:12.3778140Z               "line": 12
2026-06-16T09:36:12.3778267Z             },
2026-06-16T09:36:12.3778407Z             {
2026-06-16T09:36:12.3778601Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.3778748Z               "line": 14
2026-06-16T09:36:12.3778876Z             }
2026-06-16T09:36:12.3779089Z           ]
2026-06-16T09:36:12.3779219Z         },
2026-06-16T09:36:12.3779346Z         "int": {
2026-06-16T09:36:12.3779514Z           "complete": false,
2026-06-16T09:36:12.3779656Z           "evidence": []
2026-06-16T09:36:12.3779781Z         },
2026-06-16T09:36:12.3779910Z         "unit": {
2026-06-16T09:36:12.3780063Z           "complete": false,
2026-06-16T09:36:12.3780210Z           "evidence": []
2026-06-16T09:36:12.3780343Z         }
2026-06-16T09:36:12.3780477Z       }
2026-06-16T09:36:12.3780610Z     },
2026-06-16T09:36:12.3780745Z     {
2026-06-16T09:36:12.3780892Z       "id": "REQ-DOCS-2",
2026-06-16T09:36:12.3781249Z       "title": "Sub-10-minute runnable killer quickstart per audience",
2026-06-16T09:36:12.3781403Z       "requiredStages": [
2026-06-16T09:36:12.3781534Z         "doc",
2026-06-16T09:36:12.3781673Z         "int"
2026-06-16T09:36:12.3781802Z       ],
2026-06-16T09:36:12.3781944Z       "stages": {
2026-06-16T09:36:12.3782068Z         "doc": {
2026-06-16T09:36:12.3782225Z           "complete": true,
2026-06-16T09:36:12.3782369Z           "evidence": [
2026-06-16T09:36:12.3782506Z             {
2026-06-16T09:36:12.3782898Z               "path": "docs-site/src/harness-contract/integration-checklist.md",
2026-06-16T09:36:12.3783050Z               "line": 3
2026-06-16T09:36:12.3783174Z             },
2026-06-16T09:36:12.3783300Z             {
2026-06-16T09:36:12.3783557Z               "path": "docs-site/src/quickstart/adapter.md",
2026-06-16T09:36:12.3783694Z               "line": 3
2026-06-16T09:36:12.3783951Z             },
2026-06-16T09:36:12.3784082Z             {
2026-06-16T09:36:12.3784345Z               "path": "docs-site/src/quickstart/messaging.md",
2026-06-16T09:36:12.3784492Z               "line": 3
2026-06-16T09:36:12.3784621Z             }
2026-06-16T09:36:12.3784840Z           ]
2026-06-16T09:36:12.3784969Z         },
2026-06-16T09:36:12.3785107Z         "impl": {
2026-06-16T09:36:12.3785274Z           "complete": false,
2026-06-16T09:36:12.3785422Z           "evidence": []
2026-06-16T09:36:12.3785551Z         },
2026-06-16T09:36:12.3785674Z         "int": {
2026-06-16T09:36:12.3785833Z           "complete": true,
2026-06-16T09:36:12.3785980Z           "evidence": [
2026-06-16T09:36:12.3786119Z             {
2026-06-16T09:36:12.3786371Z               "path": "crates/spt/tests/quickstart_e2e.rs",
2026-06-16T09:36:12.3786510Z               "line": 14
2026-06-16T09:36:12.3786642Z             }
2026-06-16T09:36:12.3786770Z           ]
2026-06-16T09:36:12.3786906Z         },
2026-06-16T09:36:12.3787044Z         "unit": {
2026-06-16T09:36:12.3787212Z           "complete": false,
2026-06-16T09:36:12.3787359Z           "evidence": []
2026-06-16T09:36:12.3787493Z         }
2026-06-16T09:36:12.3787621Z       }
2026-06-16T09:36:12.3787747Z     },
2026-06-16T09:36:12.3787879Z     {
2026-06-16T09:36:12.3788036Z       "id": "REQ-DOCS-3",
2026-06-16T09:36:12.3788423Z       "title": "Diátaxis structure; one canonical way to do X",
2026-06-16T09:36:12.3788594Z       "requiredStages": [
2026-06-16T09:36:12.3788720Z         "doc"
2026-06-16T09:36:12.3788851Z       ],
2026-06-16T09:36:12.3789058Z       "stages": {
2026-06-16T09:36:12.3789199Z         "doc": {
2026-06-16T09:36:12.3789352Z           "complete": true,
2026-06-16T09:36:12.3789525Z           "evidence": [
2026-06-16T09:36:12.3789664Z             {
2026-06-16T09:36:12.3789850Z               "path": "docs-site/src/index.md",
2026-06-16T09:36:12.3789993Z               "line": 42
2026-06-16T09:36:12.3790122Z             }
2026-06-16T09:36:12.3790260Z           ]
2026-06-16T09:36:12.3790389Z         },
2026-06-16T09:36:12.3790526Z         "impl": {
2026-06-16T09:36:12.3790684Z           "complete": false,
2026-06-16T09:36:12.3790822Z           "evidence": []
2026-06-16T09:36:12.3790957Z         },
2026-06-16T09:36:12.3791104Z         "int": {
2026-06-16T09:36:12.3791258Z           "complete": false,
2026-06-16T09:36:12.3791408Z           "evidence": []
2026-06-16T09:36:12.3791538Z         },
2026-06-16T09:36:12.3791667Z         "unit": {
2026-06-16T09:36:12.3791819Z           "complete": false,
2026-06-16T09:36:12.3791972Z           "evidence": []
2026-06-16T09:36:12.3792099Z         }
2026-06-16T09:36:12.3792228Z       }
2026-06-16T09:36:12.3792353Z     },
2026-06-16T09:36:12.3792481Z     {
2026-06-16T09:36:12.3792624Z       "id": "REQ-DOCS-4",
2026-06-16T09:36:12.3793066Z       "title": "Agent-consumable layer (llms.txt, manifest schema, MCP, CLI help)",
2026-06-16T09:36:12.3793225Z       "requiredStages": [
2026-06-16T09:36:12.3793363Z         "doc",
2026-06-16T09:36:12.3793511Z         "impl",
2026-06-16T09:36:12.3793634Z         "unit"
2026-06-16T09:36:12.3793764Z       ],
2026-06-16T09:36:12.3793907Z       "stages": {
2026-06-16T09:36:12.3794039Z         "doc": {
2026-06-16T09:36:12.3794203Z           "complete": true,
2026-06-16T09:36:12.3794354Z           "evidence": [
2026-06-16T09:36:12.3794487Z             {
2026-06-16T09:36:12.3794690Z               "path": "docs/DOCS-STRATEGY.md",
2026-06-16T09:36:12.3794843Z               "line": 35
2026-06-16T09:36:12.3794980Z             }
2026-06-16T09:36:12.3795105Z           ]
2026-06-16T09:36:12.3795234Z         },
2026-06-16T09:36:12.3795366Z         "impl": {
2026-06-16T09:36:12.3795510Z           "complete": true,
2026-06-16T09:36:12.3795657Z           "evidence": [
2026-06-16T09:36:12.3795783Z             {
2026-06-16T09:36:12.3796030Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.3796177Z               "line": 671
2026-06-16T09:36:12.3796306Z             },
2026-06-16T09:36:12.3796550Z             {
2026-06-16T09:36:12.3796760Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.3796902Z               "line": 15
2026-06-16T09:36:12.3797042Z             }
2026-06-16T09:36:12.3797178Z           ]
2026-06-16T09:36:12.3797406Z         },
2026-06-16T09:36:12.3797542Z         "int": {
2026-06-16T09:36:12.3797701Z           "complete": false,
2026-06-16T09:36:12.3797847Z           "evidence": []
2026-06-16T09:36:12.3797972Z         },
2026-06-16T09:36:12.3798101Z         "unit": {
2026-06-16T09:36:12.3798263Z           "complete": true,
2026-06-16T09:36:12.3798406Z           "evidence": [
2026-06-16T09:36:12.3798544Z             {
2026-06-16T09:36:12.3798787Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.3799140Z               "line": 1377
2026-06-16T09:36:12.3799270Z             }
2026-06-16T09:36:12.3799392Z           ]
2026-06-16T09:36:12.3799527Z         }
2026-06-16T09:36:12.3799656Z       }
2026-06-16T09:36:12.3799792Z     },
2026-06-16T09:36:12.3799916Z     {
2026-06-16T09:36:12.3800067Z       "id": "REQ-DOCS-5",
2026-06-16T09:36:12.3800514Z       "title": "Anti-drift: rustdoc/schema/exports/CLI-help generated + CI-checked",
2026-06-16T09:36:12.3800677Z       "requiredStages": [
2026-06-16T09:36:12.3800820Z         "impl",
2026-06-16T09:36:12.3800939Z         "int"
2026-06-16T09:36:12.3801072Z       ],
2026-06-16T09:36:12.3801198Z       "stages": {
2026-06-16T09:36:12.3801330Z         "doc": {
2026-06-16T09:36:12.3801483Z           "complete": false,
2026-06-16T09:36:12.3801631Z           "evidence": []
2026-06-16T09:36:12.3801764Z         },
2026-06-16T09:36:12.3801902Z         "impl": {
2026-06-16T09:36:12.3802059Z           "complete": true,
2026-06-16T09:36:12.3802208Z           "evidence": [
2026-06-16T09:36:12.3802346Z             {
2026-06-16T09:36:12.3802593Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.3802745Z               "line": 672
2026-06-16T09:36:12.3802885Z             },
2026-06-16T09:36:12.3803021Z             {
2026-06-16T09:36:12.3803228Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.3803379Z               "line": 113
2026-06-16T09:36:12.3803504Z             }
2026-06-16T09:36:12.3803627Z           ]
2026-06-16T09:36:12.3803761Z         },
2026-06-16T09:36:12.3803890Z         "int": {
2026-06-16T09:36:12.3804048Z           "complete": true,
2026-06-16T09:36:12.3804199Z           "evidence": [
2026-06-16T09:36:12.3804324Z             {
2026-06-16T09:36:12.3804523Z               "path": ".github/workflows/ci.yml",
2026-06-16T09:36:12.3804657Z               "line": 126
2026-06-16T09:36:12.3804787Z             },
2026-06-16T09:36:12.3804914Z             {
2026-06-16T09:36:12.3805151Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.3805302Z               "line": 1414
2026-06-16T09:36:12.3805432Z             }
2026-06-16T09:36:12.3805559Z           ]
2026-06-16T09:36:12.3805674Z         },
2026-06-16T09:36:12.3805822Z         "unit": {
2026-06-16T09:36:12.3805985Z           "complete": false,
2026-06-16T09:36:12.3806128Z           "evidence": []
2026-06-16T09:36:12.3806256Z         }
2026-06-16T09:36:12.3806381Z       }
2026-06-16T09:36:12.3806503Z     },
2026-06-16T09:36:12.3806629Z     {
2026-06-16T09:36:12.3806800Z       "id": "REQ-DOCS-6",
2026-06-16T09:36:12.3807592Z       "title": "spt how-to <topic>: in-binary task-oriented agent instructions (anti-drift; quickstart prompts point agents at it)",
2026-06-16T09:36:12.3807747Z       "requiredStages": [
2026-06-16T09:36:12.3807886Z         "impl",
2026-06-16T09:36:12.3808013Z         "unit",
2026-06-16T09:36:12.3808145Z         "int"
2026-06-16T09:36:12.3808270Z       ],
2026-06-16T09:36:12.3808412Z       "stages": {
2026-06-16T09:36:12.3808547Z         "doc": {
2026-06-16T09:36:12.3808699Z           "complete": true,
2026-06-16T09:36:12.3808862Z           "evidence": [
2026-06-16T09:36:12.3809123Z             {
2026-06-16T09:36:12.3809535Z               "path": "docs-site/src/quickstart/messaging.md",
2026-06-16T09:36:12.3809685Z               "line": 4
2026-06-16T09:36:12.3809825Z             }
2026-06-16T09:36:12.3809957Z           ]
2026-06-16T09:36:12.3810087Z         },
2026-06-16T09:36:12.3810230Z         "impl": {
2026-06-16T09:36:12.3810486Z           "complete": true,
2026-06-16T09:36:12.3810641Z           "evidence": [
2026-06-16T09:36:12.3810769Z             {
2026-06-16T09:36:12.3810960Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3811114Z               "line": 4870
2026-06-16T09:36:12.3811242Z             }
2026-06-16T09:36:12.3811375Z           ]
2026-06-16T09:36:12.3811499Z         },
2026-06-16T09:36:12.3811632Z         "int": {
2026-06-16T09:36:12.3811781Z           "complete": true,
2026-06-16T09:36:12.3811937Z           "evidence": [
2026-06-16T09:36:12.3812063Z             {
2026-06-16T09:36:12.3812295Z               "path": "crates/spt/tests/quickstart_e2e.rs",
2026-06-16T09:36:12.3812444Z               "line": 39
2026-06-16T09:36:12.3812577Z             }
2026-06-16T09:36:12.3812712Z           ]
2026-06-16T09:36:12.3812839Z         },
2026-06-16T09:36:12.3812978Z         "unit": {
2026-06-16T09:36:12.3813139Z           "complete": true,
2026-06-16T09:36:12.3813281Z           "evidence": [
2026-06-16T09:36:12.3813421Z             {
2026-06-16T09:36:12.3813615Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3813764Z               "line": 9551
2026-06-16T09:36:12.3813896Z             }
2026-06-16T09:36:12.3814021Z           ]
2026-06-16T09:36:12.3814149Z         }
2026-06-16T09:36:12.3814283Z       }
2026-06-16T09:36:12.3814417Z     },
2026-06-16T09:36:12.3814545Z     {
2026-06-16T09:36:12.3814708Z       "id": "REQ-ELEVATE-1",
2026-06-16T09:36:12.3822784Z       "title": "Cross-platform self-elevating re-launch for privilege-gated commands: a pure decision seam `decide_elevation_path(os, elevation, interactive_tty, has_display, has_pkexec, has_term_emulator) -> ElevatePath{AlreadyElevated, InlineSudo, UacWindow, Pkexec, TerminalEmulator, PrintHint}` selecting how to re-acquire privilege, and the per-OS impure launchers it dispatches — Windows UAC console (ShellExecuteW `runas` on the abs-exe + verbatim argv; the elevated child does the work, prints 'You can close this window', and pauses for a keypress; the original prints 'Elevated terminal launched…' and exits 0; NEVER pipes the child's stdout back across the privilege boundary), Linux desktop pkexec (preferred, native polkit GUI auth) else x-terminal-emulator -e sudo (fallback list x-terminal-emulator→gnome-terminal→konsole→xterm), the existing interactive-TTY inline sudo, and the headless/no-path floor that prints the absolute-path command. Reused by every gated command (not subnet-specific). Generalizes should_auto_elevate.",
2026-06-16T09:36:12.3822971Z       "requiredStages": [
2026-06-16T09:36:12.3823108Z         "doc",
2026-06-16T09:36:12.3823248Z         "impl",
2026-06-16T09:36:12.3823379Z         "unit"
2026-06-16T09:36:12.3823519Z       ],
2026-06-16T09:36:12.3823666Z       "stages": {
2026-06-16T09:36:12.3823798Z         "doc": {
2026-06-16T09:36:12.3823957Z           "complete": true,
2026-06-16T09:36:12.3824109Z           "evidence": [
2026-06-16T09:36:12.3824233Z             {
2026-06-16T09:36:12.3824394Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.3824563Z               "line": 632
2026-06-16T09:36:12.3824686Z             }
2026-06-16T09:36:12.3824824Z           ]
2026-06-16T09:36:12.3824953Z         },
2026-06-16T09:36:12.3825091Z         "impl": {
2026-06-16T09:36:12.3825244Z           "complete": true,
2026-06-16T09:36:12.3825377Z           "evidence": [
2026-06-16T09:36:12.3825512Z             {
2026-06-16T09:36:12.3825706Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3825855Z               "line": 3258
2026-06-16T09:36:12.3825987Z             },
2026-06-16T09:36:12.3826124Z             {
2026-06-16T09:36:12.3826318Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3826466Z               "line": 3303
2026-06-16T09:36:12.3826718Z             },
2026-06-16T09:36:12.3826843Z             {
2026-06-16T09:36:12.3827042Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3827191Z               "line": 3365
2026-06-16T09:36:12.3827323Z             },
2026-06-16T09:36:12.3827553Z             {
2026-06-16T09:36:12.3827763Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.3827906Z               "line": 92
2026-06-16T09:36:12.3828035Z             },
2026-06-16T09:36:12.3828168Z             {
2026-06-16T09:36:12.3828370Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.3828525Z               "line": 148
2026-06-16T09:36:12.3828665Z             }
2026-06-16T09:36:12.3828788Z           ]
2026-06-16T09:36:12.3828915Z         },
2026-06-16T09:36:12.3829166Z         "int": {
2026-06-16T09:36:12.3829328Z           "complete": false,
2026-06-16T09:36:12.3829481Z           "evidence": []
2026-06-16T09:36:12.3829609Z         },
2026-06-16T09:36:12.3829743Z         "unit": {
2026-06-16T09:36:12.3829890Z           "complete": true,
2026-06-16T09:36:12.3830044Z           "evidence": [
2026-06-16T09:36:12.3830167Z             {
2026-06-16T09:36:12.3830382Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.3830520Z               "line": 442
2026-06-16T09:36:12.3830655Z             },
2026-06-16T09:36:12.3830777Z             {
2026-06-16T09:36:12.3830988Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.3831140Z               "line": 460
2026-06-16T09:36:12.3831265Z             }
2026-06-16T09:36:12.3831397Z           ]
2026-06-16T09:36:12.3831519Z         }
2026-06-16T09:36:12.3831654Z       }
2026-06-16T09:36:12.3831785Z     },
2026-06-16T09:36:12.3831909Z     {
2026-06-16T09:36:12.3832066Z       "id": "REQ-EP-1",
2026-06-16T09:36:12.3832329Z       "title": "Day-one endpoint types; open type system",
2026-06-16T09:36:12.3832490Z       "requiredStages": [
2026-06-16T09:36:12.3832615Z         "impl",
2026-06-16T09:36:12.3832748Z         "unit"
2026-06-16T09:36:12.3832878Z       ],
2026-06-16T09:36:12.3833016Z       "stages": {
2026-06-16T09:36:12.3833159Z         "doc": {
2026-06-16T09:36:12.3833311Z           "complete": false,
2026-06-16T09:36:12.3833459Z           "evidence": []
2026-06-16T09:36:12.3833597Z         },
2026-06-16T09:36:12.3833740Z         "impl": {
2026-06-16T09:36:12.3833893Z           "complete": true,
2026-06-16T09:36:12.3834040Z           "evidence": [
2026-06-16T09:36:12.3834171Z             {
2026-06-16T09:36:12.3834416Z               "path": "crates/spt-proto/src/endpoint.rs",
2026-06-16T09:36:12.3838629Z               "line": 77
2026-06-16T09:36:12.3838790Z             },
2026-06-16T09:36:12.3838920Z             {
2026-06-16T09:36:12.3839292Z               "path": "crates/spt-proto/src/endpoint.rs",
2026-06-16T09:36:12.3839433Z               "line": 94
2026-06-16T09:36:12.3839561Z             }
2026-06-16T09:36:12.3839684Z           ]
2026-06-16T09:36:12.3839811Z         },
2026-06-16T09:36:12.3839951Z         "int": {
2026-06-16T09:36:12.3840116Z           "complete": false,
2026-06-16T09:36:12.3840270Z           "evidence": []
2026-06-16T09:36:12.3840393Z         },
2026-06-16T09:36:12.3840523Z         "unit": {
2026-06-16T09:36:12.3840671Z           "complete": true,
2026-06-16T09:36:12.3840818Z           "evidence": [
2026-06-16T09:36:12.3840942Z             {
2026-06-16T09:36:12.3841181Z               "path": "crates/spt-proto/src/endpoint.rs",
2026-06-16T09:36:12.3841332Z               "line": 161
2026-06-16T09:36:12.3841462Z             },
2026-06-16T09:36:12.3841596Z             {
2026-06-16T09:36:12.3841839Z               "path": "crates/spt-proto/src/endpoint.rs",
2026-06-16T09:36:12.3841990Z               "line": 178
2026-06-16T09:36:12.3842109Z             }
2026-06-16T09:36:12.3842237Z           ]
2026-06-16T09:36:12.3842364Z         }
2026-06-16T09:36:12.3842488Z       }
2026-06-16T09:36:12.3842613Z     },
2026-06-16T09:36:12.3842736Z     {
2026-06-16T09:36:12.3842889Z       "id": "REQ-EP-2",
2026-06-16T09:36:12.3843400Z       "title": "Agent endpoints vs Shells distinction in the type model",
2026-06-16T09:36:12.3843576Z       "requiredStages": [
2026-06-16T09:36:12.3843714Z         "impl",
2026-06-16T09:36:12.3843842Z         "unit"
2026-06-16T09:36:12.3843976Z       ],
2026-06-16T09:36:12.3844199Z       "stages": {
2026-06-16T09:36:12.3844334Z         "doc": {
2026-06-16T09:36:12.3844482Z           "complete": false,
2026-06-16T09:36:12.3844634Z           "evidence": []
2026-06-16T09:36:12.3844764Z         },
2026-06-16T09:36:12.3844886Z         "impl": {
2026-06-16T09:36:12.3845048Z           "complete": true,
2026-06-16T09:36:12.3845195Z           "evidence": [
2026-06-16T09:36:12.3845329Z             {
2026-06-16T09:36:12.3845567Z               "path": "crates/spt-proto/src/endpoint.rs",
2026-06-16T09:36:12.3845716Z               "line": 114
2026-06-16T09:36:12.3845853Z             },
2026-06-16T09:36:12.3845983Z             {
2026-06-16T09:36:12.3846235Z               "path": "crates/spt-proto/src/endpoint.rs",
2026-06-16T09:36:12.3846378Z               "line": 131
2026-06-16T09:36:12.3846511Z             },
2026-06-16T09:36:12.3846637Z             {
2026-06-16T09:36:12.3846874Z               "path": "crates/spt-proto/src/endpoint.rs",
2026-06-16T09:36:12.3847022Z               "line": 138
2026-06-16T09:36:12.3847154Z             }
2026-06-16T09:36:12.3847278Z           ]
2026-06-16T09:36:12.3847405Z         },
2026-06-16T09:36:12.3847543Z         "int": {
2026-06-16T09:36:12.3847692Z           "complete": false,
2026-06-16T09:36:12.3847838Z           "evidence": []
2026-06-16T09:36:12.3847973Z         },
2026-06-16T09:36:12.3848096Z         "unit": {
2026-06-16T09:36:12.3848259Z           "complete": true,
2026-06-16T09:36:12.3848396Z           "evidence": [
2026-06-16T09:36:12.3848531Z             {
2026-06-16T09:36:12.3848768Z               "path": "crates/spt-proto/src/endpoint.rs",
2026-06-16T09:36:12.3848921Z               "line": 190
2026-06-16T09:36:12.3849146Z             },
2026-06-16T09:36:12.3849269Z             {
2026-06-16T09:36:12.3849504Z               "path": "crates/spt-proto/src/endpoint.rs",
2026-06-16T09:36:12.3849650Z               "line": 208
2026-06-16T09:36:12.3849771Z             },
2026-06-16T09:36:12.3849890Z             {
2026-06-16T09:36:12.3850131Z               "path": "crates/spt-proto/src/endpoint.rs",
2026-06-16T09:36:12.3850281Z               "line": 221
2026-06-16T09:36:12.3850410Z             }
2026-06-16T09:36:12.3850540Z           ]
2026-06-16T09:36:12.3850667Z         }
2026-06-16T09:36:12.3850802Z       }
2026-06-16T09:36:12.3850916Z     },
2026-06-16T09:36:12.3851039Z     {
2026-06-16T09:36:12.3851193Z       "id": "REQ-EP-3",
2026-06-16T09:36:12.3851602Z       "title": "Messaging payloads carry typed operation commands + file blobs",
2026-06-16T09:36:12.3851770Z       "requiredStages": [
2026-06-16T09:36:12.3851912Z         "impl",
2026-06-16T09:36:12.3852047Z         "unit"
2026-06-16T09:36:12.3852165Z       ],
2026-06-16T09:36:12.3852303Z       "stages": {
2026-06-16T09:36:12.3852437Z         "doc": {
2026-06-16T09:36:12.3852588Z           "complete": false,
2026-06-16T09:36:12.3852745Z           "evidence": []
2026-06-16T09:36:12.3852872Z         },
2026-06-16T09:36:12.3853006Z         "impl": {
2026-06-16T09:36:12.3853159Z           "complete": true,
2026-06-16T09:36:12.3853305Z           "evidence": [
2026-06-16T09:36:12.3853435Z             {
2026-06-16T09:36:12.3853674Z               "path": "crates/spt-proto/src/payload.rs",
2026-06-16T09:36:12.3853821Z               "line": 31
2026-06-16T09:36:12.3853955Z             },
2026-06-16T09:36:12.3854088Z             {
2026-06-16T09:36:12.3854313Z               "path": "crates/spt-proto/src/payload.rs",
2026-06-16T09:36:12.3854451Z               "line": 49
2026-06-16T09:36:12.3854579Z             }
2026-06-16T09:36:12.3854703Z           ]
2026-06-16T09:36:12.3854836Z         },
2026-06-16T09:36:12.3854952Z         "int": {
2026-06-16T09:36:12.3855108Z           "complete": false,
2026-06-16T09:36:12.3855371Z           "evidence": []
2026-06-16T09:36:12.3855503Z         },
2026-06-16T09:36:12.3855642Z         "unit": {
2026-06-16T09:36:12.3855798Z           "complete": true,
2026-06-16T09:36:12.3855947Z           "evidence": [
2026-06-16T09:36:12.3856075Z             {
2026-06-16T09:36:12.3856442Z               "path": "crates/spt-proto/src/payload.rs",
2026-06-16T09:36:12.3856586Z               "line": 156
2026-06-16T09:36:12.3856723Z             },
2026-06-16T09:36:12.3856858Z             {
2026-06-16T09:36:12.3857091Z               "path": "crates/spt-proto/src/payload.rs",
2026-06-16T09:36:12.3857240Z               "line": 164
2026-06-16T09:36:12.3857367Z             },
2026-06-16T09:36:12.3857497Z             {
2026-06-16T09:36:12.3857724Z               "path": "crates/spt-proto/src/payload.rs",
2026-06-16T09:36:12.3857867Z               "line": 177
2026-06-16T09:36:12.3857993Z             },
2026-06-16T09:36:12.3858122Z             {
2026-06-16T09:36:12.3858370Z               "path": "crates/spt-proto/src/payload.rs",
2026-06-16T09:36:12.3858509Z               "line": 200
2026-06-16T09:36:12.3858641Z             },
2026-06-16T09:36:12.3858766Z             {
2026-06-16T09:36:12.3859081Z               "path": "crates/spt-proto/src/payload.rs",
2026-06-16T09:36:12.3859229Z               "line": 216
2026-06-16T09:36:12.3859366Z             },
2026-06-16T09:36:12.3859500Z             {
2026-06-16T09:36:12.3859725Z               "path": "crates/spt-proto/src/payload.rs",
2026-06-16T09:36:12.3859876Z               "line": 233
2026-06-16T09:36:12.3860006Z             }
2026-06-16T09:36:12.3860135Z           ]
2026-06-16T09:36:12.3860258Z         }
2026-06-16T09:36:12.3860379Z       }
2026-06-16T09:36:12.3860501Z     },
2026-06-16T09:36:12.3860624Z     {
2026-06-16T09:36:12.3860767Z       "id": "REQ-EP-4",
2026-06-16T09:36:12.3861076Z       "title": "PresenceChannel broker endpoint (seam day-one)",
2026-06-16T09:36:12.3861232Z       "requiredStages": [
2026-06-16T09:36:12.3861367Z         "impl",
2026-06-16T09:36:12.3861499Z         "unit"
2026-06-16T09:36:12.3861628Z       ],
2026-06-16T09:36:12.3861762Z       "stages": {
2026-06-16T09:36:12.3861890Z         "doc": {
2026-06-16T09:36:12.3862044Z           "complete": false,
2026-06-16T09:36:12.3862191Z           "evidence": []
2026-06-16T09:36:12.3862321Z         },
2026-06-16T09:36:12.3862448Z         "impl": {
2026-06-16T09:36:12.3862597Z           "complete": true,
2026-06-16T09:36:12.3862744Z           "evidence": [
2026-06-16T09:36:12.3862868Z             {
2026-06-16T09:36:12.3863092Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.3863243Z               "line": 717
2026-06-16T09:36:12.3863380Z             },
2026-06-16T09:36:12.3863498Z             {
2026-06-16T09:36:12.3863723Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.3863870Z               "line": 1048
2026-06-16T09:36:12.3864009Z             },
2026-06-16T09:36:12.3864137Z             {
2026-06-16T09:36:12.3864377Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3864515Z               "line": 1359
2026-06-16T09:36:12.3864639Z             },
2026-06-16T09:36:12.3864771Z             {
2026-06-16T09:36:12.3864982Z               "path": "crates/spt-daemon/src/msg.rs",
2026-06-16T09:36:12.3865135Z               "line": 118
2026-06-16T09:36:12.3865273Z             },
2026-06-16T09:36:12.3865401Z             {
2026-06-16T09:36:12.3865620Z               "path": "crates/spt-daemon/src/msg.rs",
2026-06-16T09:36:12.3865765Z               "line": 609
2026-06-16T09:36:12.3865903Z             },
2026-06-16T09:36:12.3866030Z             {
2026-06-16T09:36:12.3866269Z               "path": "crates/spt-daemon/src/msg.rs",
2026-06-16T09:36:12.3866420Z               "line": 734
2026-06-16T09:36:12.3866554Z             },
2026-06-16T09:36:12.3866687Z             {
2026-06-16T09:36:12.3866932Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3867089Z               "line": 254
2026-06-16T09:36:12.3867203Z             },
2026-06-16T09:36:12.3867452Z             {
2026-06-16T09:36:12.3867689Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3867837Z               "line": 441
2026-06-16T09:36:12.3867965Z             },
2026-06-16T09:36:12.3868091Z             {
2026-06-16T09:36:12.3868422Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.3868568Z               "line": 1164
2026-06-16T09:36:12.3868687Z             }
2026-06-16T09:36:12.3868817Z           ]
2026-06-16T09:36:12.3869011Z         },
2026-06-16T09:36:12.3869150Z         "int": {
2026-06-16T09:36:12.3869297Z           "complete": false,
2026-06-16T09:36:12.3869450Z           "evidence": []
2026-06-16T09:36:12.3869578Z         },
2026-06-16T09:36:12.3869704Z         "unit": {
2026-06-16T09:36:12.3869859Z           "complete": true,
2026-06-16T09:36:12.3869990Z           "evidence": [
2026-06-16T09:36:12.3870113Z             {
2026-06-16T09:36:12.3870319Z               "path": "crates/spt-daemon/src/msg.rs",
2026-06-16T09:36:12.3870470Z               "line": 825
2026-06-16T09:36:12.3870595Z             },
2026-06-16T09:36:12.3870727Z             {
2026-06-16T09:36:12.3870982Z               "path": "crates/spt-daemon/tests/presence.rs",
2026-06-16T09:36:12.3871123Z               "line": 76
2026-06-16T09:36:12.3871256Z             },
2026-06-16T09:36:12.3871383Z             {
2026-06-16T09:36:12.3871631Z               "path": "crates/spt-daemon/tests/presence.rs",
2026-06-16T09:36:12.3871768Z               "line": 147
2026-06-16T09:36:12.3871898Z             }
2026-06-16T09:36:12.3872036Z           ]
2026-06-16T09:36:12.3872159Z         }
2026-06-16T09:36:12.3872293Z       }
2026-06-16T09:36:12.3872412Z     },
2026-06-16T09:36:12.3872537Z     {
2026-06-16T09:36:12.3872680Z       "id": "REQ-EP-5",
2026-06-16T09:36:12.3874402Z       "title": "Concrete shell instantiation model: spawn-mints-instance (vs relink/online), registered-on-node permission + broadcast-is-discovery, per-shell require_approval gate, max_instances_per_owner + over_cap, instance aliasing, discovery scope",
2026-06-16T09:36:12.3874574Z       "requiredStages": [
2026-06-16T09:36:12.3874707Z         "impl",
2026-06-16T09:36:12.3874841Z         "unit",
2026-06-16T09:36:12.3874969Z         "int"
2026-06-16T09:36:12.3875095Z       ],
2026-06-16T09:36:12.3875241Z       "stages": {
2026-06-16T09:36:12.3875370Z         "doc": {
2026-06-16T09:36:12.3875532Z           "complete": false,
2026-06-16T09:36:12.3875680Z           "evidence": []
2026-06-16T09:36:12.3875800Z         },
2026-06-16T09:36:12.3875933Z         "impl": {
2026-06-16T09:36:12.3876096Z           "complete": true,
2026-06-16T09:36:12.3876243Z           "evidence": [
2026-06-16T09:36:12.3876378Z             {
2026-06-16T09:36:12.3876637Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.3876786Z               "line": 367
2026-06-16T09:36:12.3876923Z             },
2026-06-16T09:36:12.3877053Z             {
2026-06-16T09:36:12.3877310Z               "path": "crates/spt-daemon/src/shelldisc.rs",
2026-06-16T09:36:12.3877463Z               "line": 18
2026-06-16T09:36:12.3877591Z             },
2026-06-16T09:36:12.3877730Z             {
2026-06-16T09:36:12.3877969Z               "path": "crates/spt-daemon/src/shelldisc.rs",
2026-06-16T09:36:12.3878120Z               "line": 63
2026-06-16T09:36:12.3878254Z             },
2026-06-16T09:36:12.3878388Z             {
2026-06-16T09:36:12.3878637Z               "path": "crates/spt-daemon/src/shelldisc.rs",
2026-06-16T09:36:12.3878782Z               "line": 92
2026-06-16T09:36:12.3878916Z             },
2026-06-16T09:36:12.3879118Z             {
2026-06-16T09:36:12.3879368Z               "path": "crates/spt-daemon/src/shelldisc.rs",
2026-06-16T09:36:12.3879519Z               "line": 167
2026-06-16T09:36:12.3879658Z             },
2026-06-16T09:36:12.3879790Z             {
2026-06-16T09:36:12.3880030Z               "path": "crates/spt-daemon/src/shelldisc.rs",
2026-06-16T09:36:12.3880182Z               "line": 179
2026-06-16T09:36:12.3880439Z             },
2026-06-16T09:36:12.3880574Z             {
2026-06-16T09:36:12.3880816Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.3880968Z               "line": 114
2026-06-16T09:36:12.3881107Z             },
2026-06-16T09:36:12.3881232Z             {
2026-06-16T09:36:12.3881584Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.3881730Z               "line": 22
2026-06-16T09:36:12.3881864Z             },
2026-06-16T09:36:12.3881990Z             {
2026-06-16T09:36:12.3882229Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.3882381Z               "line": 145
2026-06-16T09:36:12.3882511Z             },
2026-06-16T09:36:12.3882633Z             {
2026-06-16T09:36:12.3882868Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.3883015Z               "line": 174
2026-06-16T09:36:12.3883141Z             },
2026-06-16T09:36:12.3883268Z             {
2026-06-16T09:36:12.3883516Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.3883655Z               "line": 196
2026-06-16T09:36:12.3883780Z             },
2026-06-16T09:36:12.3883912Z             {
2026-06-16T09:36:12.3884151Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.3884306Z               "line": 221
2026-06-16T09:36:12.3884431Z             },
2026-06-16T09:36:12.3884557Z             {
2026-06-16T09:36:12.3884797Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.3884947Z               "line": 247
2026-06-16T09:36:12.3885073Z             },
2026-06-16T09:36:12.3885205Z             {
2026-06-16T09:36:12.3885444Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.3885591Z               "line": 270
2026-06-16T09:36:12.3885725Z             },
2026-06-16T09:36:12.3885854Z             {
2026-06-16T09:36:12.3886088Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3886235Z               "line": 100
2026-06-16T09:36:12.3886360Z             },
2026-06-16T09:36:12.3886488Z             {
2026-06-16T09:36:12.3886684Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3886837Z               "line": 5405
2026-06-16T09:36:12.3886967Z             },
2026-06-16T09:36:12.3887103Z             {
2026-06-16T09:36:12.3887288Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3887446Z               "line": 5539
2026-06-16T09:36:12.3887584Z             },
2026-06-16T09:36:12.3887713Z             {
2026-06-16T09:36:12.3887904Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3888052Z               "line": 5705
2026-06-16T09:36:12.3888180Z             },
2026-06-16T09:36:12.3888309Z             {
2026-06-16T09:36:12.3888504Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3888652Z               "line": 6233
2026-06-16T09:36:12.3888780Z             }
2026-06-16T09:36:12.3888906Z           ]
2026-06-16T09:36:12.3889105Z         },
2026-06-16T09:36:12.3889239Z         "int": {
2026-06-16T09:36:12.3889395Z           "complete": true,
2026-06-16T09:36:12.3889547Z           "evidence": [
2026-06-16T09:36:12.3889678Z             {
2026-06-16T09:36:12.3889923Z               "path": "crates/spt/tests/notify_shell_e2e.rs",
2026-06-16T09:36:12.3890074Z               "line": 16
2026-06-16T09:36:12.3890199Z             },
2026-06-16T09:36:12.3890327Z             {
2026-06-16T09:36:12.3890538Z               "path": "crates/spt/tests/shell_e2e.rs",
2026-06-16T09:36:12.3890684Z               "line": 15
2026-06-16T09:36:12.3890814Z             }
2026-06-16T09:36:12.3890938Z           ]
2026-06-16T09:36:12.3891071Z         },
2026-06-16T09:36:12.3891200Z         "unit": {
2026-06-16T09:36:12.3891357Z           "complete": true,
2026-06-16T09:36:12.3891501Z           "evidence": [
2026-06-16T09:36:12.3891647Z             {
2026-06-16T09:36:12.3891905Z               "path": "crates/spt-daemon/src/shelldisc.rs",
2026-06-16T09:36:12.3892045Z               "line": 246
2026-06-16T09:36:12.3892295Z             },
2026-06-16T09:36:12.3892424Z             {
2026-06-16T09:36:12.3892670Z               "path": "crates/spt-daemon/src/shelldisc.rs",
2026-06-16T09:36:12.3892819Z               "line": 306
2026-06-16T09:36:12.3892955Z             },
2026-06-16T09:36:12.3893185Z             {
2026-06-16T09:36:12.3893423Z               "path": "crates/spt-daemon/src/shelldisc.rs",
2026-06-16T09:36:12.3893570Z               "line": 363
2026-06-16T09:36:12.3893696Z             },
2026-06-16T09:36:12.3893828Z             {
2026-06-16T09:36:12.3894062Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.3894215Z               "line": 286
2026-06-16T09:36:12.3894340Z             },
2026-06-16T09:36:12.3894462Z             {
2026-06-16T09:36:12.3894702Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.3894847Z               "line": 338
2026-06-16T09:36:12.3894977Z             },
2026-06-16T09:36:12.3895103Z             {
2026-06-16T09:36:12.3895337Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.3895489Z               "line": 779
2026-06-16T09:36:12.3895619Z             },
2026-06-16T09:36:12.3895746Z             {
2026-06-16T09:36:12.3895938Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3896089Z               "line": 7577
2026-06-16T09:36:12.3896224Z             },
2026-06-16T09:36:12.3896347Z             {
2026-06-16T09:36:12.3896539Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3896682Z               "line": 7730
2026-06-16T09:36:12.3896815Z             },
2026-06-16T09:36:12.3896939Z             {
2026-06-16T09:36:12.3897130Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3897277Z               "line": 8319
2026-06-16T09:36:12.3897406Z             },
2026-06-16T09:36:12.3897536Z             {
2026-06-16T09:36:12.3897715Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3897863Z               "line": 8435
2026-06-16T09:36:12.3897996Z             }
2026-06-16T09:36:12.3898125Z           ]
2026-06-16T09:36:12.3898250Z         }
2026-06-16T09:36:12.3898372Z       }
2026-06-16T09:36:12.3898497Z     },
2026-06-16T09:36:12.3898621Z     {
2026-06-16T09:36:12.3898774Z       "id": "REQ-EP-6",
2026-06-16T09:36:12.3902571Z       "title": "Gateway type acceptance: a Gateway-typed perch binds (api bind --type, open type system — un-hardcode the live_agent default), advertises/addressable like any endpoint, owns shells (owner validation not agent-family-gated), subscribes to digests, and is the user-msg identity gate's user-backed origin (REQ-MSG-5); in-tree mock-gateway fixture (R-DOCS-2 pattern, no downstream adapter code). Cross-node WAN Gateway-origin (registry endpoint_type trust) tracked by REQ-MSG-6",
2026-06-16T09:36:12.3902742Z       "requiredStages": [
2026-06-16T09:36:12.3902879Z         "doc",
2026-06-16T09:36:12.3903012Z         "impl",
2026-06-16T09:36:12.3903148Z         "unit"
2026-06-16T09:36:12.3903273Z       ],
2026-06-16T09:36:12.3903426Z       "stages": {
2026-06-16T09:36:12.3903564Z         "doc": {
2026-06-16T09:36:12.3903717Z           "complete": true,
2026-06-16T09:36:12.3903869Z           "evidence": [
2026-06-16T09:36:12.3903984Z             {
2026-06-16T09:36:12.3904150Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.3904308Z               "line": 208
2026-06-16T09:36:12.3904436Z             }
2026-06-16T09:36:12.3904566Z           ]
2026-06-16T09:36:12.3904693Z         },
2026-06-16T09:36:12.3904828Z         "impl": {
2026-06-16T09:36:12.3904975Z           "complete": true,
2026-06-16T09:36:12.3905123Z           "evidence": [
2026-06-16T09:36:12.3905253Z             {
2026-06-16T09:36:12.3905480Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.3905635Z               "line": 166
2026-06-16T09:36:12.3905762Z             }
2026-06-16T09:36:12.3905897Z           ]
2026-06-16T09:36:12.3906020Z         },
2026-06-16T09:36:12.3906150Z         "int": {
2026-06-16T09:36:12.3906450Z           "complete": true,
2026-06-16T09:36:12.3906603Z           "evidence": [
2026-06-16T09:36:12.3906726Z             {
2026-06-16T09:36:12.3906946Z               "path": "crates/spt/tests/gateway_e2e.rs",
2026-06-16T09:36:12.3907094Z               "line": 18
2026-06-16T09:36:12.3907227Z             }
2026-06-16T09:36:12.3907452Z           ]
2026-06-16T09:36:12.3907580Z         },
2026-06-16T09:36:12.3907719Z         "unit": {
2026-06-16T09:36:12.3907875Z           "complete": true,
2026-06-16T09:36:12.3908025Z           "evidence": [
2026-06-16T09:36:12.3908157Z             {
2026-06-16T09:36:12.3908395Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.3908542Z               "line": 551
2026-06-16T09:36:12.3908671Z             },
2026-06-16T09:36:12.3908800Z             {
2026-06-16T09:36:12.3909105Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.3909248Z               "line": 627
2026-06-16T09:36:12.3909368Z             }
2026-06-16T09:36:12.3909501Z           ]
2026-06-16T09:36:12.3909639Z         }
2026-06-16T09:36:12.3909767Z       }
2026-06-16T09:36:12.3909891Z     },
2026-06-16T09:36:12.3910021Z     {
2026-06-16T09:36:12.3910168Z       "id": "REQ-EP-7",
2026-06-16T09:36:12.3914277Z       "title": "Durable live-role.md: a per-agent broad-purpose statement in tracked/agents/<id>/ beside live-context.md (replicates with the mind on the same a-<id> branch); renders FIRST at start-transition context injection (role -> live-context -> project-context); SOLE writer `spt endpoint role --overwrite <file>` — mechanical no-automated-writer guarantee (echo-commune ingest / signoff / Psyche reconcile structurally exclude it). The user-backed-origin hard gate on the writer is a deferred later tightening (rides the user-msg identity plumbing)",
2026-06-16T09:36:12.3914458Z       "requiredStages": [
2026-06-16T09:36:12.3914582Z         "doc",
2026-06-16T09:36:12.3914715Z         "impl",
2026-06-16T09:36:12.3914840Z         "unit"
2026-06-16T09:36:12.3914963Z       ],
2026-06-16T09:36:12.3915098Z       "stages": {
2026-06-16T09:36:12.3915220Z         "doc": {
2026-06-16T09:36:12.3915383Z           "complete": true,
2026-06-16T09:36:12.3915535Z           "evidence": [
2026-06-16T09:36:12.3915659Z             {
2026-06-16T09:36:12.3915818Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.3915973Z               "line": 435
2026-06-16T09:36:12.3916101Z             }
2026-06-16T09:36:12.3916223Z           ]
2026-06-16T09:36:12.3916352Z         },
2026-06-16T09:36:12.3916496Z         "impl": {
2026-06-16T09:36:12.3916657Z           "complete": true,
2026-06-16T09:36:12.3916795Z           "evidence": [
2026-06-16T09:36:12.3916919Z             {
2026-06-16T09:36:12.3917134Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.3917286Z               "line": 505
2026-06-16T09:36:12.3917416Z             },
2026-06-16T09:36:12.3917543Z             {
2026-06-16T09:36:12.3917759Z               "path": "crates/spt-live/src/resume.rs",
2026-06-16T09:36:12.3917907Z               "line": 87
2026-06-16T09:36:12.3918036Z             },
2026-06-16T09:36:12.3918164Z             {
2026-06-16T09:36:12.3918421Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.3918570Z               "line": 81
2026-06-16T09:36:12.3918699Z             },
2026-06-16T09:36:12.3918840Z             {
2026-06-16T09:36:12.3919174Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.3919327Z               "line": 166
2026-06-16T09:36:12.3919450Z             },
2026-06-16T09:36:12.3919580Z             {
2026-06-16T09:36:12.3919760Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3919899Z               "line": 1490
2026-06-16T09:36:12.3920027Z             }
2026-06-16T09:36:12.3920151Z           ]
2026-06-16T09:36:12.3920281Z         },
2026-06-16T09:36:12.3920413Z         "int": {
2026-06-16T09:36:12.3920567Z           "complete": false,
2026-06-16T09:36:12.3920723Z           "evidence": []
2026-06-16T09:36:12.3920843Z         },
2026-06-16T09:36:12.3921108Z         "unit": {
2026-06-16T09:36:12.3921265Z           "complete": true,
2026-06-16T09:36:12.3921411Z           "evidence": [
2026-06-16T09:36:12.3921540Z             {
2026-06-16T09:36:12.3921764Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.3922002Z               "line": 623
2026-06-16T09:36:12.3922127Z             },
2026-06-16T09:36:12.3922261Z             {
2026-06-16T09:36:12.3922471Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.3922613Z               "line": 212
2026-06-16T09:36:12.3922742Z             },
2026-06-16T09:36:12.3922861Z             {
2026-06-16T09:36:12.3923086Z               "path": "crates/spt-live/src/resume.rs",
2026-06-16T09:36:12.3923228Z               "line": 307
2026-06-16T09:36:12.3923362Z             },
2026-06-16T09:36:12.3923491Z             {
2026-06-16T09:36:12.3923692Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3923829Z               "line": 6694
2026-06-16T09:36:12.3923956Z             },
2026-06-16T09:36:12.3924081Z             {
2026-06-16T09:36:12.3924269Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3924422Z               "line": 6721
2026-06-16T09:36:12.3924551Z             }
2026-06-16T09:36:12.3924674Z           ]
2026-06-16T09:36:12.3924799Z         }
2026-06-16T09:36:12.3924926Z       }
2026-06-16T09:36:12.3925056Z     },
2026-06-16T09:36:12.3925180Z     {
2026-06-16T09:36:12.3925338Z       "id": "REQ-FRONT-1",
2026-06-16T09:36:12.3925724Z       "title": "Day-one launcher/manager frontend (list/launch/attach/init)",
2026-06-16T09:36:12.3925895Z       "requiredStages": [],
2026-06-16T09:36:12.3926025Z       "stages": {
2026-06-16T09:36:12.3926162Z         "doc": {
2026-06-16T09:36:12.3926320Z           "complete": false,
2026-06-16T09:36:12.3926466Z           "evidence": []
2026-06-16T09:36:12.3926600Z         },
2026-06-16T09:36:12.3926727Z         "impl": {
2026-06-16T09:36:12.3926888Z           "complete": false,
2026-06-16T09:36:12.3927042Z           "evidence": []
2026-06-16T09:36:12.3927179Z         },
2026-06-16T09:36:12.3927304Z         "int": {
2026-06-16T09:36:12.3927451Z           "complete": false,
2026-06-16T09:36:12.3927609Z           "evidence": []
2026-06-16T09:36:12.3927733Z         },
2026-06-16T09:36:12.3927876Z         "unit": {
2026-06-16T09:36:12.3928027Z           "complete": false,
2026-06-16T09:36:12.3928175Z           "evidence": []
2026-06-16T09:36:12.3928300Z         }
2026-06-16T09:36:12.3928428Z       }
2026-06-16T09:36:12.3928558Z     },
2026-06-16T09:36:12.3928680Z     {
2026-06-16T09:36:12.3928897Z       "id": "REQ-HAZARD-BRAIN-RESPAWN-PATH",
2026-06-16T09:36:12.3935206Z       "title": "The broker respawns the brain onto the APPLIED bytes, not the renamed old binary: the candidate-binary default is the canonical exe path captured ONCE at broker start, never a per-spawn std::env::current_exe() — on Linux current_exe (readlink /proc/self/exe) is inode-tracking and follows the `apply` rename (spt -> spt.old-N), so a resident broker would respawn the brain onto OLD bytes while recording `applied` (Windows GetModuleFileName is path-at-start, so Windows was green; ADR-0018 Q3 silently assumed path-string semantics). Backstop: promotion gates on bytes — a trial promotes only if brain.ready exe_hash == the staged artifact hash for this platform, else auto-rollback + loud notif (readiness != new-bytes was the false-success that recorded applied:8 over a v0.4.0 brain on kitsubito, 2026-06-11). KNOWN-HAZARDS 6.11.",
2026-06-16T09:36:12.3935397Z       "requiredStages": [
2026-06-16T09:36:12.3935525Z         "doc",
2026-06-16T09:36:12.3935664Z         "impl",
2026-06-16T09:36:12.3935783Z         "unit",
2026-06-16T09:36:12.3935908Z         "int"
2026-06-16T09:36:12.3936031Z       ],
2026-06-16T09:36:12.3936179Z       "stages": {
2026-06-16T09:36:12.3936312Z         "doc": {
2026-06-16T09:36:12.3936464Z           "complete": true,
2026-06-16T09:36:12.3936604Z           "evidence": [
2026-06-16T09:36:12.3936727Z             {
2026-06-16T09:36:12.3937055Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.3937203Z               "line": 326
2026-06-16T09:36:12.3937329Z             }
2026-06-16T09:36:12.3937458Z           ]
2026-06-16T09:36:12.3937583Z         },
2026-06-16T09:36:12.3937719Z         "impl": {
2026-06-16T09:36:12.3937969Z           "complete": true,
2026-06-16T09:36:12.3938116Z           "evidence": [
2026-06-16T09:36:12.3938250Z             {
2026-06-16T09:36:12.3938503Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3938655Z               "line": 494
2026-06-16T09:36:12.3938785Z             },
2026-06-16T09:36:12.3938917Z             {
2026-06-16T09:36:12.3939245Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3939390Z               "line": 499
2026-06-16T09:36:12.3939518Z             },
2026-06-16T09:36:12.3939646Z             {
2026-06-16T09:36:12.3939884Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3940036Z               "line": 874
2026-06-16T09:36:12.3940162Z             },
2026-06-16T09:36:12.3940289Z             {
2026-06-16T09:36:12.3940533Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3940676Z               "line": 915
2026-06-16T09:36:12.3940819Z             },
2026-06-16T09:36:12.3940947Z             {
2026-06-16T09:36:12.3941177Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3941320Z               "line": 926
2026-06-16T09:36:12.3941448Z             },
2026-06-16T09:36:12.3941586Z             {
2026-06-16T09:36:12.3941819Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.3941969Z               "line": 358
2026-06-16T09:36:12.3942096Z             }
2026-06-16T09:36:12.3942219Z           ]
2026-06-16T09:36:12.3942343Z         },
2026-06-16T09:36:12.3942474Z         "int": {
2026-06-16T09:36:12.3942632Z           "complete": true,
2026-06-16T09:36:12.3942779Z           "evidence": [
2026-06-16T09:36:12.3942913Z             {
2026-06-16T09:36:12.3943180Z               "path": "crates/spt/tests/brain_respawn_rename.rs",
2026-06-16T09:36:12.3943319Z               "line": 30
2026-06-16T09:36:12.3943456Z             }
2026-06-16T09:36:12.3943577Z           ]
2026-06-16T09:36:12.3943724Z         },
2026-06-16T09:36:12.3943847Z         "unit": {
2026-06-16T09:36:12.3944005Z           "complete": true,
2026-06-16T09:36:12.3944148Z           "evidence": [
2026-06-16T09:36:12.3944273Z             {
2026-06-16T09:36:12.3944521Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3944658Z               "line": 1467
2026-06-16T09:36:12.3944787Z             },
2026-06-16T09:36:12.3944912Z             {
2026-06-16T09:36:12.3945158Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3945308Z               "line": 1492
2026-06-16T09:36:12.3945436Z             },
2026-06-16T09:36:12.3945571Z             {
2026-06-16T09:36:12.3945809Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3945962Z               "line": 1509
2026-06-16T09:36:12.3946090Z             },
2026-06-16T09:36:12.3946214Z             {
2026-06-16T09:36:12.3946443Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3946591Z               "line": 1552
2026-06-16T09:36:12.3946715Z             }
2026-06-16T09:36:12.3946844Z           ]
2026-06-16T09:36:12.3946972Z         }
2026-06-16T09:36:12.3947102Z       }
2026-06-16T09:36:12.3947225Z     },
2026-06-16T09:36:12.3947354Z     {
2026-06-16T09:36:12.3947587Z       "id": "REQ-HAZARD-BROKER-PROCESS-ISOLATION",
2026-06-16T09:36:12.3954079Z       "title": "Broker and brain are separate processes: the broker runs as its own long-lived per-machine process that survives every brain restart, so a routine (brain-only) self-update restarts the brain onto the swapped binary while every hosted endpoint (PTY child, live QUIC conn, listening socket) stays untouched at the PROCESS level. The in-process-thread broker (daemon.rs:165-170) is a regression that silently unrealizes REQ-UPD-3 — apply degrades to an in-process Brain::handoff no-op and new code does not run until an unrelated restart (KNOWN-HAZARDS 6.7). Evidence must prove process-level survival (SPIKE-01/03 productionized as int: PTY child + live QUIC survive a brain-PROCESS restart onto a swapped binary), re-pointing the regression-masked in-process int tags currently on REQ-DAEMON-2 / REQ-UPD-3 (ADR-0018).",
2026-06-16T09:36:12.3954350Z       "requiredStages": [
2026-06-16T09:36:12.3954490Z         "doc",
2026-06-16T09:36:12.3954618Z         "impl",
2026-06-16T09:36:12.3954752Z         "unit",
2026-06-16T09:36:12.3954880Z         "int"
2026-06-16T09:36:12.3955004Z       ],
2026-06-16T09:36:12.3955129Z       "stages": {
2026-06-16T09:36:12.3955271Z         "doc": {
2026-06-16T09:36:12.3955415Z           "complete": true,
2026-06-16T09:36:12.3955556Z           "evidence": [
2026-06-16T09:36:12.3955684Z             {
2026-06-16T09:36:12.3955873Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.3956026Z               "line": 295
2026-06-16T09:36:12.3956146Z             }
2026-06-16T09:36:12.3956273Z           ]
2026-06-16T09:36:12.3956404Z         },
2026-06-16T09:36:12.3956540Z         "impl": {
2026-06-16T09:36:12.3956709Z           "complete": true,
2026-06-16T09:36:12.3956851Z           "evidence": [
2026-06-16T09:36:12.3956984Z             {
2026-06-16T09:36:12.3957218Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.3957362Z               "line": 108
2026-06-16T09:36:12.3957489Z             },
2026-06-16T09:36:12.3957609Z             {
2026-06-16T09:36:12.3957837Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.3957982Z               "line": 794
2026-06-16T09:36:12.3958109Z             },
2026-06-16T09:36:12.3958237Z             {
2026-06-16T09:36:12.3958449Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.3958597Z               "line": 994
2026-06-16T09:36:12.3958727Z             },
2026-06-16T09:36:12.3958859Z             {
2026-06-16T09:36:12.3959160Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3959308Z               "line": 23
2026-06-16T09:36:12.3959432Z             },
2026-06-16T09:36:12.3959576Z             {
2026-06-16T09:36:12.3959822Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3959961Z               "line": 113
2026-06-16T09:36:12.3960104Z             },
2026-06-16T09:36:12.3960225Z             {
2026-06-16T09:36:12.3960466Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3960605Z               "line": 158
2026-06-16T09:36:12.3960738Z             },
2026-06-16T09:36:12.3960864Z             {
2026-06-16T09:36:12.3961094Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3961239Z               "line": 218
2026-06-16T09:36:12.3961371Z             },
2026-06-16T09:36:12.3961496Z             {
2026-06-16T09:36:12.3965050Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3965239Z               "line": 261
2026-06-16T09:36:12.3965370Z             },
2026-06-16T09:36:12.3965497Z             {
2026-06-16T09:36:12.3965755Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3965908Z               "line": 275
2026-06-16T09:36:12.3966042Z             },
2026-06-16T09:36:12.3966159Z             {
2026-06-16T09:36:12.3966415Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3966571Z               "line": 320
2026-06-16T09:36:12.3966696Z             },
2026-06-16T09:36:12.3966829Z             {
2026-06-16T09:36:12.3967073Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3967220Z               "line": 347
2026-06-16T09:36:12.3967349Z             },
2026-06-16T09:36:12.3967477Z             {
2026-06-16T09:36:12.3967721Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3968040Z               "line": 359
2026-06-16T09:36:12.3968174Z             },
2026-06-16T09:36:12.3968298Z             {
2026-06-16T09:36:12.3968547Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3968678Z               "line": 373
2026-06-16T09:36:12.3968792Z             },
2026-06-16T09:36:12.3969104Z             {
2026-06-16T09:36:12.3969343Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3969491Z               "line": 400
2026-06-16T09:36:12.3969611Z             },
2026-06-16T09:36:12.3969734Z             {
2026-06-16T09:36:12.3969978Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3970121Z               "line": 643
2026-06-16T09:36:12.3970254Z             },
2026-06-16T09:36:12.3970383Z             {
2026-06-16T09:36:12.3970616Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3970765Z               "line": 972
2026-06-16T09:36:12.3970898Z             },
2026-06-16T09:36:12.3971036Z             {
2026-06-16T09:36:12.3971265Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3971409Z               "line": 178
2026-06-16T09:36:12.3971532Z             },
2026-06-16T09:36:12.3971654Z             {
2026-06-16T09:36:12.3971875Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3972022Z               "line": 590
2026-06-16T09:36:12.3972151Z             },
2026-06-16T09:36:12.3972275Z             {
2026-06-16T09:36:12.3972504Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3972647Z               "line": 662
2026-06-16T09:36:12.3972771Z             },
2026-06-16T09:36:12.3972899Z             {
2026-06-16T09:36:12.3973119Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3973266Z               "line": 674
2026-06-16T09:36:12.3973391Z             },
2026-06-16T09:36:12.3973524Z             {
2026-06-16T09:36:12.3973734Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3973890Z               "line": 1084
2026-06-16T09:36:12.3974014Z             },
2026-06-16T09:36:12.3974146Z             {
2026-06-16T09:36:12.3974370Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3974512Z               "line": 183
2026-06-16T09:36:12.3974661Z             },
2026-06-16T09:36:12.3974780Z             {
2026-06-16T09:36:12.3975005Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3975151Z               "line": 260
2026-06-16T09:36:12.3975281Z             },
2026-06-16T09:36:12.3975409Z             {
2026-06-16T09:36:12.3975634Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3975785Z               "line": 271
2026-06-16T09:36:12.3975915Z             },
2026-06-16T09:36:12.3976052Z             {
2026-06-16T09:36:12.3976283Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.3976425Z               "line": 297
2026-06-16T09:36:12.3976559Z             },
2026-06-16T09:36:12.3976686Z             {
2026-06-16T09:36:12.3976924Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.3977069Z               "line": 56
2026-06-16T09:36:12.3977194Z             },
2026-06-16T09:36:12.3977323Z             {
2026-06-16T09:36:12.3977562Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.3977703Z               "line": 188
2026-06-16T09:36:12.3977833Z             },
2026-06-16T09:36:12.3977962Z             {
2026-06-16T09:36:12.3978191Z               "path": "crates/spt-daemon/src/endpoint.rs",
2026-06-16T09:36:12.3978338Z               "line": 82
2026-06-16T09:36:12.3978463Z             },
2026-06-16T09:36:12.3978590Z             {
2026-06-16T09:36:12.3978830Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.3979049Z               "line": 258
2026-06-16T09:36:12.3979183Z             },
2026-06-16T09:36:12.3979310Z             {
2026-06-16T09:36:12.3979528Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.3979790Z               "line": 424
2026-06-16T09:36:12.3979918Z             },
2026-06-16T09:36:12.3980047Z             {
2026-06-16T09:36:12.3980241Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.3980396Z               "line": 1795
2026-06-16T09:36:12.3980618Z             }
2026-06-16T09:36:12.3980748Z           ]
2026-06-16T09:36:12.3980871Z         },
2026-06-16T09:36:12.3981006Z         "int": {
2026-06-16T09:36:12.3981158Z           "complete": true,
2026-06-16T09:36:12.3981301Z           "evidence": [
2026-06-16T09:36:12.3981425Z             {
2026-06-16T09:36:12.3981664Z               "path": "crates/spt/tests/brain_survive.rs",
2026-06-16T09:36:12.3981796Z               "line": 57
2026-06-16T09:36:12.3981931Z             },
2026-06-16T09:36:12.3982055Z             {
2026-06-16T09:36:12.3982277Z               "path": "crates/spt/tests/n1_pairing.rs",
2026-06-16T09:36:12.3982416Z               "line": 41
2026-06-16T09:36:12.3982534Z             }
2026-06-16T09:36:12.3982669Z           ]
2026-06-16T09:36:12.3982796Z         },
2026-06-16T09:36:12.3982936Z         "unit": {
2026-06-16T09:36:12.3983088Z           "complete": true,
2026-06-16T09:36:12.3983231Z           "evidence": [
2026-06-16T09:36:12.3983355Z             {
2026-06-16T09:36:12.3983594Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.3983751Z               "line": 532
2026-06-16T09:36:12.3983870Z             },
2026-06-16T09:36:12.3984008Z             {
2026-06-16T09:36:12.3984243Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.3984394Z               "line": 755
2026-06-16T09:36:12.3984522Z             },
2026-06-16T09:36:12.3984649Z             {
2026-06-16T09:36:12.3984878Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3985025Z               "line": 1041
2026-06-16T09:36:12.3985149Z             },
2026-06-16T09:36:12.3985264Z             {
2026-06-16T09:36:12.3985508Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3985654Z               "line": 1075
2026-06-16T09:36:12.3985779Z             },
2026-06-16T09:36:12.3985908Z             {
2026-06-16T09:36:12.3986147Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3986284Z               "line": 1117
2026-06-16T09:36:12.3986418Z             },
2026-06-16T09:36:12.3986546Z             {
2026-06-16T09:36:12.3986786Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3986932Z               "line": 1189
2026-06-16T09:36:12.3987057Z             },
2026-06-16T09:36:12.3987186Z             {
2026-06-16T09:36:12.3987418Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3987568Z               "line": 1202
2026-06-16T09:36:12.3987682Z             },
2026-06-16T09:36:12.3987803Z             {
2026-06-16T09:36:12.3988040Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3988193Z               "line": 1225
2026-06-16T09:36:12.3988316Z             },
2026-06-16T09:36:12.3988446Z             {
2026-06-16T09:36:12.3988679Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3988826Z               "line": 1251
2026-06-16T09:36:12.3989028Z             },
2026-06-16T09:36:12.3989155Z             {
2026-06-16T09:36:12.3989395Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3989533Z               "line": 1265
2026-06-16T09:36:12.3989658Z             },
2026-06-16T09:36:12.3989780Z             {
2026-06-16T09:36:12.3990013Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3990149Z               "line": 1289
2026-06-16T09:36:12.3990288Z             },
2026-06-16T09:36:12.3990413Z             {
2026-06-16T09:36:12.3990651Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3990802Z               "line": 1421
2026-06-16T09:36:12.3990927Z             },
2026-06-16T09:36:12.3991050Z             {
2026-06-16T09:36:12.3991398Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3991556Z               "line": 1597
2026-06-16T09:36:12.3991689Z             },
2026-06-16T09:36:12.3991813Z             {
2026-06-16T09:36:12.3992051Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3992438Z               "line": 1652
2026-06-16T09:36:12.3992568Z             },
2026-06-16T09:36:12.3992699Z             {
2026-06-16T09:36:12.3992928Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3993066Z               "line": 1698
2026-06-16T09:36:12.3993185Z             },
2026-06-16T09:36:12.3993314Z             {
2026-06-16T09:36:12.3993544Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3993690Z               "line": 1743
2026-06-16T09:36:12.3993820Z             },
2026-06-16T09:36:12.3993948Z             {
2026-06-16T09:36:12.3994183Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3994329Z               "line": 1787
2026-06-16T09:36:12.3994469Z             },
2026-06-16T09:36:12.3994596Z             {
2026-06-16T09:36:12.3994841Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.3994987Z               "line": 1829
2026-06-16T09:36:12.3995116Z             },
2026-06-16T09:36:12.3995251Z             {
2026-06-16T09:36:12.3995471Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.3995623Z               "line": 1418
2026-06-16T09:36:12.3995752Z             },
2026-06-16T09:36:12.3995876Z             {
2026-06-16T09:36:12.3996115Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.3996262Z               "line": 217
2026-06-16T09:36:12.3996397Z             },
2026-06-16T09:36:12.3996515Z             {
2026-06-16T09:36:12.3996749Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.3996882Z               "line": 233
2026-06-16T09:36:12.3997012Z             },
2026-06-16T09:36:12.3997144Z             {
2026-06-16T09:36:12.3997383Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.3997531Z               "line": 254
2026-06-16T09:36:12.3997661Z             },
2026-06-16T09:36:12.3997792Z             {
2026-06-16T09:36:12.3998020Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.3998180Z               "line": 265
2026-06-16T09:36:12.3998314Z             },
2026-06-16T09:36:12.3998434Z             {
2026-06-16T09:36:12.3998668Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.3998810Z               "line": 278
2026-06-16T09:36:12.3998935Z             },
2026-06-16T09:36:12.3999139Z             {
2026-06-16T09:36:12.3999373Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.3999520Z               "line": 289
2026-06-16T09:36:12.3999640Z             },
2026-06-16T09:36:12.3999768Z             {
2026-06-16T09:36:12.3999993Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.4000150Z               "line": 301
2026-06-16T09:36:12.4000279Z             },
2026-06-16T09:36:12.4000406Z             {
2026-06-16T09:36:12.4000639Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.4000790Z               "line": 312
2026-06-16T09:36:12.4000920Z             },
2026-06-16T09:36:12.4001043Z             {
2026-06-16T09:36:12.4001276Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.4001424Z               "line": 323
2026-06-16T09:36:12.4001544Z             },
2026-06-16T09:36:12.4001668Z             {
2026-06-16T09:36:12.4001897Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.4002049Z               "line": 332
2026-06-16T09:36:12.4002169Z             },
2026-06-16T09:36:12.4002302Z             {
2026-06-16T09:36:12.4002536Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.4002668Z               "line": 342
2026-06-16T09:36:12.4002799Z             },
2026-06-16T09:36:12.4003041Z             {
2026-06-16T09:36:12.4003278Z               "path": "crates/spt-daemon/src/deadline.rs",
2026-06-16T09:36:12.4003421Z               "line": 358
2026-06-16T09:36:12.4003551Z             },
2026-06-16T09:36:12.4003669Z             {
2026-06-16T09:36:12.4003903Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4004170Z               "line": 708
2026-06-16T09:36:12.4004298Z             },
2026-06-16T09:36:12.4004433Z             {
2026-06-16T09:36:12.4004671Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4004818Z               "line": 744
2026-06-16T09:36:12.4004956Z             },
2026-06-16T09:36:12.4005077Z             {
2026-06-16T09:36:12.4005300Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.4005443Z               "line": 966
2026-06-16T09:36:12.4005575Z             },
2026-06-16T09:36:12.4005704Z             {
2026-06-16T09:36:12.4005950Z               "path": "crates/spt-daemon/tests/resume.rs",
2026-06-16T09:36:12.4006094Z               "line": 143
2026-06-16T09:36:12.4006226Z             },
2026-06-16T09:36:12.4006351Z             {
2026-06-16T09:36:12.4006589Z               "path": "crates/spt-daemon/tests/resume.rs",
2026-06-16T09:36:12.4006737Z               "line": 222
2026-06-16T09:36:12.4006869Z             },
2026-06-16T09:36:12.4006994Z             {
2026-06-16T09:36:12.4007228Z               "path": "crates/spt-daemon/tests/resume.rs",
2026-06-16T09:36:12.4007366Z               "line": 291
2026-06-16T09:36:12.4007495Z             },
2026-06-16T09:36:12.4007615Z             {
2026-06-16T09:36:12.4007843Z               "path": "crates/spt/tests/brain_split.rs",
2026-06-16T09:36:12.4007986Z               "line": 17
2026-06-16T09:36:12.4008115Z             },
2026-06-16T09:36:12.4008245Z             {
2026-06-16T09:36:12.4008461Z               "path": "crates/spt/tests/brain_split.rs",
2026-06-16T09:36:12.4008599Z               "line": 104
2026-06-16T09:36:12.4008731Z             }
2026-06-16T09:36:12.4008865Z           ]
2026-06-16T09:36:12.4009083Z         }
2026-06-16T09:36:12.4009218Z       }
2026-06-16T09:36:12.4009346Z     },
2026-06-16T09:36:12.4009470Z     {
2026-06-16T09:36:12.4009684Z       "id": "REQ-HAZARD-CASCADE-WIPE-GUARD",
2026-06-16T09:36:12.4010051Z       "title": "No hard-delete of a parent hosting non-empty children (6.3)",
2026-06-16T09:36:12.4010219Z       "requiredStages": [
2026-06-16T09:36:12.4010348Z         "impl",
2026-06-16T09:36:12.4010478Z         "unit"
2026-06-16T09:36:12.4010600Z       ],
2026-06-16T09:36:12.4010730Z       "stages": {
2026-06-16T09:36:12.4010854Z         "doc": {
2026-06-16T09:36:12.4011004Z           "complete": false,
2026-06-16T09:36:12.4011152Z           "evidence": []
2026-06-16T09:36:12.4011279Z         },
2026-06-16T09:36:12.4011403Z         "impl": {
2026-06-16T09:36:12.4011561Z           "complete": true,
2026-06-16T09:36:12.4011703Z           "evidence": [
2026-06-16T09:36:12.4011832Z             {
2026-06-16T09:36:12.4012062Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.4012214Z               "line": 168
2026-06-16T09:36:12.4012342Z             },
2026-06-16T09:36:12.4012471Z             {
2026-06-16T09:36:12.4012676Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.4012824Z               "line": 18
2026-06-16T09:36:12.4012952Z             },
2026-06-16T09:36:12.4013082Z             {
2026-06-16T09:36:12.4013291Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.4013444Z               "line": 100
2026-06-16T09:36:12.4013567Z             }
2026-06-16T09:36:12.4013707Z           ]
2026-06-16T09:36:12.4013838Z         },
2026-06-16T09:36:12.4013972Z         "int": {
2026-06-16T09:36:12.4014116Z           "complete": false,
2026-06-16T09:36:12.4014257Z           "evidence": []
2026-06-16T09:36:12.4014382Z         },
2026-06-16T09:36:12.4014515Z         "unit": {
2026-06-16T09:36:12.4014669Z           "complete": true,
2026-06-16T09:36:12.4014926Z           "evidence": [
2026-06-16T09:36:12.4015059Z             {
2026-06-16T09:36:12.4015289Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.4015436Z               "line": 853
2026-06-16T09:36:12.4015570Z             },
2026-06-16T09:36:12.4015693Z             {
2026-06-16T09:36:12.4016003Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.4016149Z               "line": 161
2026-06-16T09:36:12.4016274Z             },
2026-06-16T09:36:12.4016395Z             {
2026-06-16T09:36:12.4016606Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.4016743Z               "line": 233
2026-06-16T09:36:12.4016872Z             }
2026-06-16T09:36:12.4017006Z           ]
2026-06-16T09:36:12.4017134Z         }
2026-06-16T09:36:12.4017263Z       }
2026-06-16T09:36:12.4017396Z     },
2026-06-16T09:36:12.4017522Z     {
2026-06-16T09:36:12.4017735Z       "id": "REQ-HAZARD-CHILD-CONSOLE-FLASH",
2026-06-16T09:36:12.4018800Z       "title": "Console-subsystem children of the console-less daemon spawn with CREATE_NO_WINDOW, or each spawn flashes a visible blank window on the user's desktop (5.8)",
2026-06-16T09:36:12.4019031Z       "requiredStages": [
2026-06-16T09:36:12.4019160Z         "impl",
2026-06-16T09:36:12.4019287Z         "unit"
2026-06-16T09:36:12.4019420Z       ],
2026-06-16T09:36:12.4019563Z       "stages": {
2026-06-16T09:36:12.4019691Z         "doc": {
2026-06-16T09:36:12.4019840Z           "complete": true,
2026-06-16T09:36:12.4019991Z           "evidence": [
2026-06-16T09:36:12.4020112Z             {
2026-06-16T09:36:12.4020311Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4020450Z               "line": 220
2026-06-16T09:36:12.4020588Z             }
2026-06-16T09:36:12.4020718Z           ]
2026-06-16T09:36:12.4020845Z         },
2026-06-16T09:36:12.4020980Z         "impl": {
2026-06-16T09:36:12.4021136Z           "complete": true,
2026-06-16T09:36:12.4021280Z           "evidence": [
2026-06-16T09:36:12.4021404Z             {
2026-06-16T09:36:12.4021655Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.4021796Z               "line": 311
2026-06-16T09:36:12.4021929Z             },
2026-06-16T09:36:12.4022050Z             {
2026-06-16T09:36:12.4022287Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.4022436Z               "line": 257
2026-06-16T09:36:12.4022563Z             },
2026-06-16T09:36:12.4022693Z             {
2026-06-16T09:36:12.4022932Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.4023060Z               "line": 405
2026-06-16T09:36:12.4023198Z             },
2026-06-16T09:36:12.4023327Z             {
2026-06-16T09:36:12.4023546Z               "path": "crates/spt-store/src/gitrun.rs",
2026-06-16T09:36:12.4023689Z               "line": 77
2026-06-16T09:36:12.4023817Z             }
2026-06-16T09:36:12.4023948Z           ]
2026-06-16T09:36:12.4024075Z         },
2026-06-16T09:36:12.4024205Z         "int": {
2026-06-16T09:36:12.4024356Z           "complete": false,
2026-06-16T09:36:12.4024498Z           "evidence": []
2026-06-16T09:36:12.4024623Z         },
2026-06-16T09:36:12.4024760Z         "unit": {
2026-06-16T09:36:12.4024914Z           "complete": true,
2026-06-16T09:36:12.4025056Z           "evidence": [
2026-06-16T09:36:12.4025186Z             {
2026-06-16T09:36:12.4025413Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.4025553Z               "line": 478
2026-06-16T09:36:12.4025686Z             },
2026-06-16T09:36:12.4025811Z             {
2026-06-16T09:36:12.4026043Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.4026192Z               "line": 516
2026-06-16T09:36:12.4026330Z             },
2026-06-16T09:36:12.4026455Z             {
2026-06-16T09:36:12.4026672Z               "path": "crates/spt-store/src/gitrun.rs",
2026-06-16T09:36:12.4026810Z               "line": 166
2026-06-16T09:36:12.4026937Z             }
2026-06-16T09:36:12.4027065Z           ]
2026-06-16T09:36:12.4027303Z         }
2026-06-16T09:36:12.4027437Z       }
2026-06-16T09:36:12.4027562Z     },
2026-06-16T09:36:12.4027685Z     {
2026-06-16T09:36:12.4027914Z       "id": "REQ-HAZARD-CONFLICT-BOTH-PRESERVED",
2026-06-16T09:36:12.4029417Z       "title": "A surfaced concurrent context pair is durably preserved (both versions, tracked artifacts) until a strictly dominating write clears it; no reconcile failure path discards an unmerged version (6.6, ADR-0013)",
2026-06-16T09:36:12.4029677Z       "requiredStages": [
2026-06-16T09:36:12.4029808Z         "impl",
2026-06-16T09:36:12.4029932Z         "unit"
2026-06-16T09:36:12.4030057Z       ],
2026-06-16T09:36:12.4030194Z       "stages": {
2026-06-16T09:36:12.4030325Z         "doc": {
2026-06-16T09:36:12.4030475Z           "complete": false,
2026-06-16T09:36:12.4030625Z           "evidence": []
2026-06-16T09:36:12.4030739Z         },
2026-06-16T09:36:12.4030881Z         "impl": {
2026-06-16T09:36:12.4031034Z           "complete": true,
2026-06-16T09:36:12.4031182Z           "evidence": [
2026-06-16T09:36:12.4031311Z             {
2026-06-16T09:36:12.4031554Z               "path": "crates/spt-daemon/src/reconcile.rs",
2026-06-16T09:36:12.4031696Z               "line": 22
2026-06-16T09:36:12.4031825Z             },
2026-06-16T09:36:12.4031960Z             {
2026-06-16T09:36:12.4032177Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.4032328Z               "line": 487
2026-06-16T09:36:12.4032455Z             },
2026-06-16T09:36:12.4032585Z             {
2026-06-16T09:36:12.4032819Z               "path": "crates/spt-live/src/reconcile.rs",
2026-06-16T09:36:12.4032962Z               "line": 17
2026-06-16T09:36:12.4033104Z             },
2026-06-16T09:36:12.4033229Z             {
2026-06-16T09:36:12.4033458Z               "path": "crates/spt-live/src/reconcile.rs",
2026-06-16T09:36:12.4033610Z               "line": 147
2026-06-16T09:36:12.4033734Z             },
2026-06-16T09:36:12.4033864Z             {
2026-06-16T09:36:12.4034107Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4034259Z               "line": 226
2026-06-16T09:36:12.4034387Z             },
2026-06-16T09:36:12.4034517Z             {
2026-06-16T09:36:12.4034770Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4034911Z               "line": 251
2026-06-16T09:36:12.4035044Z             },
2026-06-16T09:36:12.4035169Z             {
2026-06-16T09:36:12.4035412Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4035565Z               "line": 277
2026-06-16T09:36:12.4035688Z             },
2026-06-16T09:36:12.4035817Z             {
2026-06-16T09:36:12.4036041Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.4036189Z               "line": 124
2026-06-16T09:36:12.4036312Z             },
2026-06-16T09:36:12.4036447Z             {
2026-06-16T09:36:12.4036676Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.4036818Z               "line": 224
2026-06-16T09:36:12.4036957Z             }
2026-06-16T09:36:12.4037077Z           ]
2026-06-16T09:36:12.4037203Z         },
2026-06-16T09:36:12.4037337Z         "int": {
2026-06-16T09:36:12.4037483Z           "complete": false,
2026-06-16T09:36:12.4037630Z           "evidence": []
2026-06-16T09:36:12.4037765Z         },
2026-06-16T09:36:12.4037897Z         "unit": {
2026-06-16T09:36:12.4038046Z           "complete": true,
2026-06-16T09:36:12.4038192Z           "evidence": [
2026-06-16T09:36:12.4038318Z             {
2026-06-16T09:36:12.4038555Z               "path": "crates/spt-daemon/src/reconcile.rs",
2026-06-16T09:36:12.4038699Z               "line": 63
2026-06-16T09:36:12.4038826Z             },
2026-06-16T09:36:12.4039042Z             {
2026-06-16T09:36:12.4039271Z               "path": "crates/spt-daemon/src/reconcile.rs",
2026-06-16T09:36:12.4039423Z               "line": 73
2026-06-16T09:36:12.4039548Z             },
2026-06-16T09:36:12.4039681Z             {
2026-06-16T09:36:12.4040019Z               "path": "crates/spt-daemon/src/reconcile.rs",
2026-06-16T09:36:12.4040160Z               "line": 85
2026-06-16T09:36:12.4040290Z             },
2026-06-16T09:36:12.4040411Z             {
2026-06-16T09:36:12.4040641Z               "path": "crates/spt-daemon/tests/sync.rs",
2026-06-16T09:36:12.4040885Z               "line": 346
2026-06-16T09:36:12.4041013Z             },
2026-06-16T09:36:12.4041141Z             {
2026-06-16T09:36:12.4041365Z               "path": "crates/spt-live/src/reconcile.rs",
2026-06-16T09:36:12.4041514Z               "line": 281
2026-06-16T09:36:12.4041642Z             },
2026-06-16T09:36:12.4041770Z             {
2026-06-16T09:36:12.4041999Z               "path": "crates/spt-live/src/reconcile.rs",
2026-06-16T09:36:12.4042148Z               "line": 322
2026-06-16T09:36:12.4042275Z             },
2026-06-16T09:36:12.4042400Z             {
2026-06-16T09:36:12.4042623Z               "path": "crates/spt-live/src/reconcile.rs",
2026-06-16T09:36:12.4042756Z               "line": 360
2026-06-16T09:36:12.4042898Z             },
2026-06-16T09:36:12.4043025Z             {
2026-06-16T09:36:12.4043279Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4043422Z               "line": 688
2026-06-16T09:36:12.4043546Z             },
2026-06-16T09:36:12.4043679Z             {
2026-06-16T09:36:12.4043908Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.4044052Z               "line": 397
2026-06-16T09:36:12.4044180Z             },
2026-06-16T09:36:12.4044303Z             {
2026-06-16T09:36:12.4044537Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.4044686Z               "line": 440
2026-06-16T09:36:12.4044814Z             }
2026-06-16T09:36:12.4044938Z           ]
2026-06-16T09:36:12.4045063Z         }
2026-06-16T09:36:12.4045190Z       }
2026-06-16T09:36:12.4045320Z     },
2026-06-16T09:36:12.4045443Z     {
2026-06-16T09:36:12.4045619Z       "id": "REQ-HAZARD-CONPTY-DSR",
2026-06-16T09:36:12.4046101Z       "title": "ConPTY reader must auto-answer DSR (ESC[6n) or all child output stalls (5.5)",
2026-06-16T09:36:12.4046263Z       "requiredStages": [
2026-06-16T09:36:12.4046392Z         "impl",
2026-06-16T09:36:12.4046515Z         "unit"
2026-06-16T09:36:12.4046649Z       ],
2026-06-16T09:36:12.4046797Z       "stages": {
2026-06-16T09:36:12.4046926Z         "doc": {
2026-06-16T09:36:12.4047087Z           "complete": false,
2026-06-16T09:36:12.4047236Z           "evidence": []
2026-06-16T09:36:12.4047364Z         },
2026-06-16T09:36:12.4047488Z         "impl": {
2026-06-16T09:36:12.4047632Z           "complete": true,
2026-06-16T09:36:12.4047787Z           "evidence": [
2026-06-16T09:36:12.4047916Z             {
2026-06-16T09:36:12.4048133Z               "path": "crates/spt-term/src/reader.rs",
2026-06-16T09:36:12.4048272Z               "line": 169
2026-06-16T09:36:12.4048400Z             }
2026-06-16T09:36:12.4048524Z           ]
2026-06-16T09:36:12.4048653Z         },
2026-06-16T09:36:12.4048786Z         "int": {
2026-06-16T09:36:12.4048930Z           "complete": true,
2026-06-16T09:36:12.4049139Z           "evidence": [
2026-06-16T09:36:12.4049264Z             {
2026-06-16T09:36:12.4049473Z               "path": "crates/spt-term/tests/dsr.rs",
2026-06-16T09:36:12.4049616Z               "line": 44
2026-06-16T09:36:12.4049759Z             },
2026-06-16T09:36:12.4049889Z             {
2026-06-16T09:36:12.4050088Z               "path": "crates/spt-term/tests/dsr.rs",
2026-06-16T09:36:12.4050232Z               "line": 66
2026-06-16T09:36:12.4050350Z             }
2026-06-16T09:36:12.4050471Z           ]
2026-06-16T09:36:12.4050598Z         },
2026-06-16T09:36:12.4050735Z         "unit": {
2026-06-16T09:36:12.4050882Z           "complete": true,
2026-06-16T09:36:12.4051014Z           "evidence": [
2026-06-16T09:36:12.4051144Z             {
2026-06-16T09:36:12.4051358Z               "path": "crates/spt-term/src/reader.rs",
2026-06-16T09:36:12.4051506Z               "line": 186
2026-06-16T09:36:12.4051634Z             },
2026-06-16T09:36:12.4051883Z             {
2026-06-16T09:36:12.4052098Z               "path": "crates/spt-term/src/reader.rs",
2026-06-16T09:36:12.4052240Z               "line": 238
2026-06-16T09:36:12.4052374Z             },
2026-06-16T09:36:12.4052502Z             {
2026-06-16T09:36:12.4052718Z               "path": "crates/spt-term/src/reader.rs",
2026-06-16T09:36:12.4052985Z               "line": 266
2026-06-16T09:36:12.4053113Z             }
2026-06-16T09:36:12.4053245Z           ]
2026-06-16T09:36:12.4053369Z         }
2026-06-16T09:36:12.4053495Z       }
2026-06-16T09:36:12.4053609Z     },
2026-06-16T09:36:12.4053734Z     {
2026-06-16T09:36:12.4053953Z       "id": "REQ-HAZARD-DAEMON-HOSTED-LIVENESS",
2026-06-16T09:36:12.4054994Z       "title": "Daemon-hosted perches (Psyche, spt-hosted Self) derive liveness from the daemon endpoint table + info.json status, never is_process_alive(info.pid) (2.5)",
2026-06-16T09:36:12.4055145Z       "requiredStages": [
2026-06-16T09:36:12.4055280Z         "impl",
2026-06-16T09:36:12.4055417Z         "unit",
2026-06-16T09:36:12.4055556Z         "int"
2026-06-16T09:36:12.4055679Z       ],
2026-06-16T09:36:12.4055808Z       "stages": {
2026-06-16T09:36:12.4055929Z         "doc": {
2026-06-16T09:36:12.4056089Z           "complete": false,
2026-06-16T09:36:12.4056241Z           "evidence": []
2026-06-16T09:36:12.4056370Z         },
2026-06-16T09:36:12.4056508Z         "impl": {
2026-06-16T09:36:12.4056666Z           "complete": true,
2026-06-16T09:36:12.4056803Z           "evidence": [
2026-06-16T09:36:12.4056933Z             {
2026-06-16T09:36:12.4057186Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4057333Z               "line": 152
2026-06-16T09:36:12.4057462Z             },
2026-06-16T09:36:12.4057591Z             {
2026-06-16T09:36:12.4057835Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4057981Z               "line": 176
2026-06-16T09:36:12.4058111Z             },
2026-06-16T09:36:12.4058239Z             {
2026-06-16T09:36:12.4058452Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.4058603Z               "line": 79
2026-06-16T09:36:12.4058726Z             },
2026-06-16T09:36:12.4058856Z             {
2026-06-16T09:36:12.4059118Z               "path": "crates/spt-msg/src/ring.rs",
2026-06-16T09:36:12.4059261Z               "line": 52
2026-06-16T09:36:12.4059399Z             },
2026-06-16T09:36:12.4059523Z             {
2026-06-16T09:36:12.4059729Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4059871Z               "line": 205
2026-06-16T09:36:12.4060005Z             },
2026-06-16T09:36:12.4060138Z             {
2026-06-16T09:36:12.4060353Z               "path": "crates/spt-store/src/liveness.rs",
2026-06-16T09:36:12.4060486Z               "line": 27
2026-06-16T09:36:12.4060614Z             },
2026-06-16T09:36:12.4060740Z             {
2026-06-16T09:36:12.4060964Z               "path": "crates/spt-store/src/liveness.rs",
2026-06-16T09:36:12.4061111Z               "line": 79
2026-06-16T09:36:12.4061238Z             },
2026-06-16T09:36:12.4061362Z             {
2026-06-16T09:36:12.4061584Z               "path": "crates/spt-store/src/liveness.rs",
2026-06-16T09:36:12.4061728Z               "line": 102
2026-06-16T09:36:12.4061856Z             },
2026-06-16T09:36:12.4061990Z             {
2026-06-16T09:36:12.4062218Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4062367Z               "line": 116
2026-06-16T09:36:12.4062485Z             }
2026-06-16T09:36:12.4062615Z           ]
2026-06-16T09:36:12.4062738Z         },
2026-06-16T09:36:12.4062867Z         "int": {
2026-06-16T09:36:12.4063016Z           "complete": true,
2026-06-16T09:36:12.4063152Z           "evidence": [
2026-06-16T09:36:12.4063283Z             {
2026-06-16T09:36:12.4063530Z               "path": "crates/spt-daemon/tests/daemon_e2e.rs",
2026-06-16T09:36:12.4063673Z               "line": 43
2026-06-16T09:36:12.4063801Z             }
2026-06-16T09:36:12.4063924Z           ]
2026-06-16T09:36:12.4064160Z         },
2026-06-16T09:36:12.4064304Z         "unit": {
2026-06-16T09:36:12.4064461Z           "complete": true,
2026-06-16T09:36:12.4064600Z           "evidence": [
2026-06-16T09:36:12.4064727Z             {
2026-06-16T09:36:12.4064962Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4065201Z               "line": 628
2026-06-16T09:36:12.4065329Z             },
2026-06-16T09:36:12.4065452Z             {
2026-06-16T09:36:12.4065663Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4065806Z               "line": 369
2026-06-16T09:36:12.4065939Z             },
2026-06-16T09:36:12.4066068Z             {
2026-06-16T09:36:12.4066296Z               "path": "crates/spt-store/src/liveness.rs",
2026-06-16T09:36:12.4066441Z               "line": 124
2026-06-16T09:36:12.4066568Z             },
2026-06-16T09:36:12.4066700Z             {
2026-06-16T09:36:12.4066925Z               "path": "crates/spt-store/src/liveness.rs",
2026-06-16T09:36:12.4067078Z               "line": 143
2026-06-16T09:36:12.4067207Z             },
2026-06-16T09:36:12.4067340Z             {
2026-06-16T09:36:12.4067569Z               "path": "crates/spt-store/src/liveness.rs",
2026-06-16T09:36:12.4067712Z               "line": 160
2026-06-16T09:36:12.4067846Z             },
2026-06-16T09:36:12.4067969Z             {
2026-06-16T09:36:12.4068198Z               "path": "crates/spt-store/src/liveness.rs",
2026-06-16T09:36:12.4068342Z               "line": 187
2026-06-16T09:36:12.4068466Z             },
2026-06-16T09:36:12.4068594Z             {
2026-06-16T09:36:12.4068808Z               "path": "crates/spt-store/src/liveness.rs",
2026-06-16T09:36:12.4069027Z               "line": 206
2026-06-16T09:36:12.4069158Z             },
2026-06-16T09:36:12.4069281Z             {
2026-06-16T09:36:12.4069516Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4069673Z               "line": 229
2026-06-16T09:36:12.4069802Z             }
2026-06-16T09:36:12.4069935Z           ]
2026-06-16T09:36:12.4070060Z         }
2026-06-16T09:36:12.4070183Z       }
2026-06-16T09:36:12.4070318Z     },
2026-06-16T09:36:12.4070441Z     {
2026-06-16T09:36:12.4070675Z       "id": "REQ-HAZARD-DAEMON-SCHED-NONBLOCKING",
2026-06-16T09:36:12.4072341Z       "title": "Per-agent pulse/psyche/echo-commune scheduling must not serialize across agents: each agent's bounded LLM call (echo-commune summarizer, Psyche turn) runs off the shared scheduler so one slow/hung call cannot stall another agent's tick (7.4)",
2026-06-16T09:36:12.4075603Z       "requiredStages": [
2026-06-16T09:36:12.4075775Z         "impl",
2026-06-16T09:36:12.4075908Z         "unit"
2026-06-16T09:36:12.4076037Z       ],
2026-06-16T09:36:12.4076184Z       "stages": {
2026-06-16T09:36:12.4076313Z         "doc": {
2026-06-16T09:36:12.4076480Z           "complete": false,
2026-06-16T09:36:12.4076628Z           "evidence": []
2026-06-16T09:36:12.4076753Z         },
2026-06-16T09:36:12.4076881Z         "impl": {
2026-06-16T09:36:12.4077034Z           "complete": true,
2026-06-16T09:36:12.4077185Z           "evidence": [
2026-06-16T09:36:12.4077314Z             {
2026-06-16T09:36:12.4077556Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.4077696Z               "line": 621
2026-06-16T09:36:12.4077824Z             },
2026-06-16T09:36:12.4077958Z             {
2026-06-16T09:36:12.4078186Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.4078335Z               "line": 834
2026-06-16T09:36:12.4078463Z             }
2026-06-16T09:36:12.4078587Z           ]
2026-06-16T09:36:12.4078711Z         },
2026-06-16T09:36:12.4078839Z         "int": {
2026-06-16T09:36:12.4079087Z           "complete": false,
2026-06-16T09:36:12.4079241Z           "evidence": []
2026-06-16T09:36:12.4079368Z         },
2026-06-16T09:36:12.4079501Z         "unit": {
2026-06-16T09:36:12.4079644Z           "complete": true,
2026-06-16T09:36:12.4079790Z           "evidence": [
2026-06-16T09:36:12.4079909Z             {
2026-06-16T09:36:12.4080305Z               "path": "crates/spt-daemon/tests/shellchan.rs",
2026-06-16T09:36:12.4080461Z               "line": 161
2026-06-16T09:36:12.4080596Z             }
2026-06-16T09:36:12.4080719Z           ]
2026-06-16T09:36:12.4080844Z         }
2026-06-16T09:36:12.4081067Z       }
2026-06-16T09:36:12.4081193Z     },
2026-06-16T09:36:12.4081316Z     {
2026-06-16T09:36:12.4081517Z       "id": "REQ-HAZARD-DEFERRED-DRAIN",
2026-06-16T09:36:12.4081916Z       "title": "Deferred spool rows excluded from the event-stream drain (1.4)",
2026-06-16T09:36:12.4082079Z       "requiredStages": [
2026-06-16T09:36:12.4082217Z         "impl",
2026-06-16T09:36:12.4082344Z         "unit"
2026-06-16T09:36:12.4082473Z       ],
2026-06-16T09:36:12.4082604Z       "stages": {
2026-06-16T09:36:12.4082733Z         "doc": {
2026-06-16T09:36:12.4082891Z           "complete": false,
2026-06-16T09:36:12.4083038Z           "evidence": []
2026-06-16T09:36:12.4083168Z         },
2026-06-16T09:36:12.4083300Z         "impl": {
2026-06-16T09:36:12.4083458Z           "complete": true,
2026-06-16T09:36:12.4083596Z           "evidence": [
2026-06-16T09:36:12.4083725Z             {
2026-06-16T09:36:12.4083949Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4084093Z               "line": 40
2026-06-16T09:36:12.4084230Z             },
2026-06-16T09:36:12.4084360Z             {
2026-06-16T09:36:12.4084574Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4084718Z               "line": 103
2026-06-16T09:36:12.4084840Z             },
2026-06-16T09:36:12.4084973Z             {
2026-06-16T09:36:12.4085186Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4085333Z               "line": 218
2026-06-16T09:36:12.4085463Z             },
2026-06-16T09:36:12.4085590Z             {
2026-06-16T09:36:12.4085797Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4085938Z               "line": 323
2026-06-16T09:36:12.4086073Z             }
2026-06-16T09:36:12.4086210Z           ]
2026-06-16T09:36:12.4086345Z         },
2026-06-16T09:36:12.4086464Z         "int": {
2026-06-16T09:36:12.4086626Z           "complete": false,
2026-06-16T09:36:12.4086764Z           "evidence": []
2026-06-16T09:36:12.4086897Z         },
2026-06-16T09:36:12.4087040Z         "unit": {
2026-06-16T09:36:12.4087193Z           "complete": true,
2026-06-16T09:36:12.4087332Z           "evidence": [
2026-06-16T09:36:12.4087455Z             {
2026-06-16T09:36:12.4087670Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4087811Z               "line": 361
2026-06-16T09:36:12.4087936Z             },
2026-06-16T09:36:12.4088069Z             {
2026-06-16T09:36:12.4088275Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4088421Z               "line": 433
2026-06-16T09:36:12.4088547Z             },
2026-06-16T09:36:12.4088676Z             {
2026-06-16T09:36:12.4088885Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4089109Z               "line": 496
2026-06-16T09:36:12.4089238Z             },
2026-06-16T09:36:12.4089361Z             {
2026-06-16T09:36:12.4089577Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4089709Z               "line": 517
2026-06-16T09:36:12.4089840Z             }
2026-06-16T09:36:12.4089971Z           ]
2026-06-16T09:36:12.4090094Z         }
2026-06-16T09:36:12.4090223Z       }
2026-06-16T09:36:12.4090345Z     },
2026-06-16T09:36:12.4090474Z     {
2026-06-16T09:36:12.4090683Z       "id": "REQ-HAZARD-DEFERRED-SURVIVE-DRAIN",
2026-06-16T09:36:12.4090927Z       "title": "Deferred rows survive poll drain (4.4)",
2026-06-16T09:36:12.4091075Z       "requiredStages": [
2026-06-16T09:36:12.4091213Z         "impl",
2026-06-16T09:36:12.4091346Z         "unit"
2026-06-16T09:36:12.4091466Z       ],
2026-06-16T09:36:12.4091599Z       "stages": {
2026-06-16T09:36:12.4091724Z         "doc": {
2026-06-16T09:36:12.4091876Z           "complete": false,
2026-06-16T09:36:12.4092124Z           "evidence": []
2026-06-16T09:36:12.4092257Z         },
2026-06-16T09:36:12.4092387Z         "impl": {
2026-06-16T09:36:12.4092543Z           "complete": true,
2026-06-16T09:36:12.4092687Z           "evidence": [
2026-06-16T09:36:12.4092819Z             {
2026-06-16T09:36:12.4093136Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4093278Z               "line": 116
2026-06-16T09:36:12.4093408Z             },
2026-06-16T09:36:12.4093541Z             {
2026-06-16T09:36:12.4093751Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4093889Z               "line": 211
2026-06-16T09:36:12.4094009Z             }
2026-06-16T09:36:12.4094133Z           ]
2026-06-16T09:36:12.4094247Z         },
2026-06-16T09:36:12.4094381Z         "int": {
2026-06-16T09:36:12.4094542Z           "complete": false,
2026-06-16T09:36:12.4094672Z           "evidence": []
2026-06-16T09:36:12.4094800Z         },
2026-06-16T09:36:12.4094930Z         "unit": {
2026-06-16T09:36:12.4095081Z           "complete": true,
2026-06-16T09:36:12.4095221Z           "evidence": [
2026-06-16T09:36:12.4095396Z             {
2026-06-16T09:36:12.4095605Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4095751Z               "line": 388
2026-06-16T09:36:12.4095889Z             },
2026-06-16T09:36:12.4096014Z             {
2026-06-16T09:36:12.4096228Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4096371Z               "line": 469
2026-06-16T09:36:12.4096504Z             }
2026-06-16T09:36:12.4096633Z           ]
2026-06-16T09:36:12.4096756Z         }
2026-06-16T09:36:12.4096881Z       }
2026-06-16T09:36:12.4097004Z     },
2026-06-16T09:36:12.4097119Z     {
2026-06-16T09:36:12.4097343Z       "id": "REQ-HAZARD-DETACHED-PIPE-INHERIT",
2026-06-16T09:36:12.4100151Z       "title": "Windows detached long-lived children must not inherit a captured caller's pipe: every detach-spawn of an immortal child (daemon, shell binary) runs bInheritHandles=FALSE, or a caller capturing output anywhere up the process chain hangs forever on a pipe that never EOFs — std-handle flag stripping is NOT sufficient (grandparent strays still flow) (5.6)",
2026-06-16T09:36:12.4100318Z       "requiredStages": [
2026-06-16T09:36:12.4100442Z         "impl",
2026-06-16T09:36:12.4100593Z         "unit"
2026-06-16T09:36:12.4100717Z       ],
2026-06-16T09:36:12.4100857Z       "stages": {
2026-06-16T09:36:12.4100986Z         "doc": {
2026-06-16T09:36:12.4101131Z           "complete": true,
2026-06-16T09:36:12.4101267Z           "evidence": [
2026-06-16T09:36:12.4101388Z             {
2026-06-16T09:36:12.4101577Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4101721Z               "line": 206
2026-06-16T09:36:12.4101849Z             }
2026-06-16T09:36:12.4101979Z           ]
2026-06-16T09:36:12.4102107Z         },
2026-06-16T09:36:12.4102231Z         "impl": {
2026-06-16T09:36:12.4102379Z           "complete": true,
2026-06-16T09:36:12.4102521Z           "evidence": [
2026-06-16T09:36:12.4102652Z             {
2026-06-16T09:36:12.4102884Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.4103032Z               "line": 630
2026-06-16T09:36:12.4103165Z             },
2026-06-16T09:36:12.4103296Z             {
2026-06-16T09:36:12.4103516Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.4103664Z               "line": 722
2026-06-16T09:36:12.4103791Z             },
2026-06-16T09:36:12.4103920Z             {
2026-06-16T09:36:12.4104163Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.4104302Z               "line": 183
2026-06-16T09:36:12.4104430Z             }
2026-06-16T09:36:12.4104555Z           ]
2026-06-16T09:36:12.4104683Z         },
2026-06-16T09:36:12.4104807Z         "int": {
2026-06-16T09:36:12.4104959Z           "complete": false,
2026-06-16T09:36:12.4105107Z           "evidence": []
2026-06-16T09:36:12.4105223Z         },
2026-06-16T09:36:12.4105355Z         "unit": {
2026-06-16T09:36:12.4105636Z           "complete": true,
2026-06-16T09:36:12.4105795Z           "evidence": [
2026-06-16T09:36:12.4105918Z             {
2026-06-16T09:36:12.4106146Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.4106296Z               "line": 771
2026-06-16T09:36:12.4106516Z             },
2026-06-16T09:36:12.4106649Z             {
2026-06-16T09:36:12.4106893Z               "path": "crates/spt/tests/notify_shell_e2e.rs",
2026-06-16T09:36:12.4107030Z               "line": 44
2026-06-16T09:36:12.4107159Z             },
2026-06-16T09:36:12.4107274Z             {
2026-06-16T09:36:12.4107526Z               "path": "crates/spt/tests/shell_actgate_e2e.rs",
2026-06-16T09:36:12.4107659Z               "line": 52
2026-06-16T09:36:12.4107789Z             },
2026-06-16T09:36:12.4107913Z             {
2026-06-16T09:36:12.4108132Z               "path": "crates/spt/tests/shell_e2e.rs",
2026-06-16T09:36:12.4108265Z               "line": 57
2026-06-16T09:36:12.4108396Z             },
2026-06-16T09:36:12.4108537Z             {
2026-06-16T09:36:12.4108790Z               "path": "crates/spt/tests/shell_sleepwake_e2e.rs",
2026-06-16T09:36:12.4108936Z               "line": 54
2026-06-16T09:36:12.4109133Z             }
2026-06-16T09:36:12.4109256Z           ]
2026-06-16T09:36:12.4109386Z         }
2026-06-16T09:36:12.4109528Z       }
2026-06-16T09:36:12.4109653Z     },
2026-06-16T09:36:12.4109776Z     {
2026-06-16T09:36:12.4110010Z       "id": "REQ-HAZARD-DIRECT-WRITE-PRECEDENCE",
2026-06-16T09:36:12.4110487Z       "title": "Direct-write precedence marker (with node id) guards stale overwrite (6.5)",
2026-06-16T09:36:12.4110649Z       "requiredStages": [
2026-06-16T09:36:12.4110781Z         "impl",
2026-06-16T09:36:12.4110906Z         "unit"
2026-06-16T09:36:12.4111031Z       ],
2026-06-16T09:36:12.4111158Z       "stages": {
2026-06-16T09:36:12.4111281Z         "doc": {
2026-06-16T09:36:12.4111427Z           "complete": false,
2026-06-16T09:36:12.4111575Z           "evidence": []
2026-06-16T09:36:12.4111705Z         },
2026-06-16T09:36:12.4111837Z         "impl": {
2026-06-16T09:36:12.4111985Z           "complete": true,
2026-06-16T09:36:12.4112123Z           "evidence": [
2026-06-16T09:36:12.4112253Z             {
2026-06-16T09:36:12.4112466Z               "path": "crates/spt-live/src/context.rs",
2026-06-16T09:36:12.4112610Z               "line": 26
2026-06-16T09:36:12.4112724Z             },
2026-06-16T09:36:12.4112854Z             {
2026-06-16T09:36:12.4113077Z               "path": "crates/spt-live/src/context.rs",
2026-06-16T09:36:12.4113216Z               "line": 135
2026-06-16T09:36:12.4113339Z             },
2026-06-16T09:36:12.4113469Z             {
2026-06-16T09:36:12.4113711Z               "path": "crates/spt-store/src/contextmark.rs",
2026-06-16T09:36:12.4113846Z               "line": 26
2026-06-16T09:36:12.4113973Z             },
2026-06-16T09:36:12.4114101Z             {
2026-06-16T09:36:12.4114342Z               "path": "crates/spt-store/src/contextmark.rs",
2026-06-16T09:36:12.4114490Z               "line": 237
2026-06-16T09:36:12.4114618Z             }
2026-06-16T09:36:12.4114747Z           ]
2026-06-16T09:36:12.4114876Z         },
2026-06-16T09:36:12.4115009Z         "int": {
2026-06-16T09:36:12.4115153Z           "complete": false,
2026-06-16T09:36:12.4115305Z           "evidence": []
2026-06-16T09:36:12.4115435Z         },
2026-06-16T09:36:12.4115568Z         "unit": {
2026-06-16T09:36:12.4115721Z           "complete": true,
2026-06-16T09:36:12.4115868Z           "evidence": [
2026-06-16T09:36:12.4115987Z             {
2026-06-16T09:36:12.4116206Z               "path": "crates/spt-live/src/context.rs",
2026-06-16T09:36:12.4116341Z               "line": 161
2026-06-16T09:36:12.4116469Z             },
2026-06-16T09:36:12.4116596Z             {
2026-06-16T09:36:12.4116809Z               "path": "crates/spt-live/src/context.rs",
2026-06-16T09:36:12.4116956Z               "line": 170
2026-06-16T09:36:12.4117086Z             },
2026-06-16T09:36:12.4117214Z             {
2026-06-16T09:36:12.4117528Z               "path": "crates/spt-live/src/context.rs",
2026-06-16T09:36:12.4117678Z               "line": 179
2026-06-16T09:36:12.4117805Z             },
2026-06-16T09:36:12.4117929Z             {
2026-06-16T09:36:12.4118149Z               "path": "crates/spt-live/src/context.rs",
2026-06-16T09:36:12.4118382Z               "line": 190
2026-06-16T09:36:12.4118511Z             },
2026-06-16T09:36:12.4118636Z             {
2026-06-16T09:36:12.4118850Z               "path": "crates/spt-live/src/context.rs",
2026-06-16T09:36:12.4119059Z               "line": 199
2026-06-16T09:36:12.4119183Z             },
2026-06-16T09:36:12.4119318Z             {
2026-06-16T09:36:12.4119530Z               "path": "crates/spt-live/src/context.rs",
2026-06-16T09:36:12.4119669Z               "line": 216
2026-06-16T09:36:12.4119797Z             },
2026-06-16T09:36:12.4119926Z             {
2026-06-16T09:36:12.4120126Z               "path": "crates/spt-live/src/context.rs",
2026-06-16T09:36:12.4120260Z               "line": 242
2026-06-16T09:36:12.4120389Z             },
2026-06-16T09:36:12.4120512Z             {
2026-06-16T09:36:12.4120722Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.4120857Z               "line": 295
2026-06-16T09:36:12.4120985Z             },
2026-06-16T09:36:12.4121113Z             {
2026-06-16T09:36:12.4121323Z               "path": "crates/spt-live/src/signoff.rs",
2026-06-16T09:36:12.4121457Z               "line": 244
2026-06-16T09:36:12.4121586Z             },
2026-06-16T09:36:12.4121718Z             {
2026-06-16T09:36:12.4121955Z               "path": "crates/spt-store/src/contextmark.rs",
2026-06-16T09:36:12.4122096Z               "line": 265
2026-06-16T09:36:12.4122221Z             },
2026-06-16T09:36:12.4122354Z             {
2026-06-16T09:36:12.4122598Z               "path": "crates/spt-store/src/contextmark.rs",
2026-06-16T09:36:12.4122731Z               "line": 293
2026-06-16T09:36:12.4122856Z             },
2026-06-16T09:36:12.4122970Z             {
2026-06-16T09:36:12.4123222Z               "path": "crates/spt-store/src/contextmark.rs",
2026-06-16T09:36:12.4123370Z               "line": 317
2026-06-16T09:36:12.4123495Z             },
2026-06-16T09:36:12.4123623Z             {
2026-06-16T09:36:12.4123852Z               "path": "crates/spt-store/src/contextmark.rs",
2026-06-16T09:36:12.4124000Z               "line": 327
2026-06-16T09:36:12.4124125Z             },
2026-06-16T09:36:12.4124253Z             {
2026-06-16T09:36:12.4124491Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.4124628Z               "line": 540
2026-06-16T09:36:12.4124752Z             }
2026-06-16T09:36:12.4124878Z           ]
2026-06-16T09:36:12.4125003Z         }
2026-06-16T09:36:12.4125127Z       }
2026-06-16T09:36:12.4125255Z     },
2026-06-16T09:36:12.4125380Z     {
2026-06-16T09:36:12.4125598Z       "id": "REQ-HAZARD-DROP-FILE-SINGLE-WRITER",
2026-06-16T09:36:12.4125898Z       "title": "Drop files are daemon-owned single-writer (6.4)",
2026-06-16T09:36:12.4126043Z       "requiredStages": [
2026-06-16T09:36:12.4126175Z         "impl",
2026-06-16T09:36:12.4126305Z         "unit"
2026-06-16T09:36:12.4126437Z       ],
2026-06-16T09:36:12.4126566Z       "stages": {
2026-06-16T09:36:12.4126696Z         "doc": {
2026-06-16T09:36:12.4126843Z           "complete": false,
2026-06-16T09:36:12.4126992Z           "evidence": []
2026-06-16T09:36:12.4127118Z         },
2026-06-16T09:36:12.4127252Z         "impl": {
2026-06-16T09:36:12.4127397Z           "complete": true,
2026-06-16T09:36:12.4127540Z           "evidence": [
2026-06-16T09:36:12.4127675Z             {
2026-06-16T09:36:12.4127879Z               "path": "crates/spt-live/src/echo.rs",
2026-06-16T09:36:12.4128023Z               "line": 25
2026-06-16T09:36:12.4128160Z             },
2026-06-16T09:36:12.4128280Z             {
2026-06-16T09:36:12.4128489Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.4128632Z               "line": 26
2026-06-16T09:36:12.4128761Z             },
2026-06-16T09:36:12.4129056Z             {
2026-06-16T09:36:12.4129280Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.4129433Z               "line": 159
2026-06-16T09:36:12.4129558Z             }
2026-06-16T09:36:12.4129686Z           ]
2026-06-16T09:36:12.4129811Z         },
2026-06-16T09:36:12.4130042Z         "int": {
2026-06-16T09:36:12.4130196Z           "complete": false,
2026-06-16T09:36:12.4130338Z           "evidence": []
2026-06-16T09:36:12.4130458Z         },
2026-06-16T09:36:12.4130587Z         "unit": {
2026-06-16T09:36:12.4130744Z           "complete": true,
2026-06-16T09:36:12.4130892Z           "evidence": [
2026-06-16T09:36:12.4131024Z             {
2026-06-16T09:36:12.4131230Z               "path": "crates/spt-live/src/echo.rs",
2026-06-16T09:36:12.4131373Z               "line": 188
2026-06-16T09:36:12.4131498Z             },
2026-06-16T09:36:12.4131621Z             {
2026-06-16T09:36:12.4131817Z               "path": "crates/spt-live/src/echo.rs",
2026-06-16T09:36:12.4131969Z               "line": 240
2026-06-16T09:36:12.4132089Z             },
2026-06-16T09:36:12.4132217Z             {
2026-06-16T09:36:12.4132421Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.4132567Z               "line": 186
2026-06-16T09:36:12.4132691Z             }
2026-06-16T09:36:12.4132820Z           ]
2026-06-16T09:36:12.4132943Z         }
2026-06-16T09:36:12.4133068Z       }
2026-06-16T09:36:12.4133196Z     },
2026-06-16T09:36:12.4133310Z     {
2026-06-16T09:36:12.4133501Z       "id": "REQ-HAZARD-EBUSY-RENAME",
2026-06-16T09:36:12.4133849Z       "title": "tmp-write + atomic-rename + retry on Windows EBUSY (5.2)",
2026-06-16T09:36:12.4134007Z       "requiredStages": [
2026-06-16T09:36:12.4134140Z         "impl",
2026-06-16T09:36:12.4134264Z         "unit"
2026-06-16T09:36:12.4134398Z       ],
2026-06-16T09:36:12.4134521Z       "stages": {
2026-06-16T09:36:12.4134651Z         "doc": {
2026-06-16T09:36:12.4134803Z           "complete": false,
2026-06-16T09:36:12.4134947Z           "evidence": []
2026-06-16T09:36:12.4135102Z         },
2026-06-16T09:36:12.4135269Z         "impl": {
2026-06-16T09:36:12.4135424Z           "complete": true,
2026-06-16T09:36:12.4135558Z           "evidence": [
2026-06-16T09:36:12.4135682Z             {
2026-06-16T09:36:12.4135897Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4136049Z               "line": 48
2026-06-16T09:36:12.4136187Z             },
2026-06-16T09:36:12.4136311Z             {
2026-06-16T09:36:12.4136531Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4136673Z               "line": 55
2026-06-16T09:36:12.4136807Z             },
2026-06-16T09:36:12.4136922Z             {
2026-06-16T09:36:12.4137146Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4137293Z               "line": 74
2026-06-16T09:36:12.4137417Z             },
2026-06-16T09:36:12.4137547Z             {
2026-06-16T09:36:12.4137768Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4137916Z               "line": 91
2026-06-16T09:36:12.4138038Z             }
2026-06-16T09:36:12.4138167Z           ]
2026-06-16T09:36:12.4138301Z         },
2026-06-16T09:36:12.4138425Z         "int": {
2026-06-16T09:36:12.4138583Z           "complete": false,
2026-06-16T09:36:12.4138720Z           "evidence": []
2026-06-16T09:36:12.4138845Z         },
2026-06-16T09:36:12.4139103Z         "unit": {
2026-06-16T09:36:12.4139278Z           "complete": true,
2026-06-16T09:36:12.4139432Z           "evidence": [
2026-06-16T09:36:12.4139560Z             {
2026-06-16T09:36:12.4139775Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4139922Z               "line": 149
2026-06-16T09:36:12.4140047Z             },
2026-06-16T09:36:12.4140174Z             {
2026-06-16T09:36:12.4140395Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4140536Z               "line": 166
2026-06-16T09:36:12.4140665Z             },
2026-06-16T09:36:12.4140790Z             {
2026-06-16T09:36:12.4141118Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4141274Z               "line": 176
2026-06-16T09:36:12.4141404Z             },
2026-06-16T09:36:12.4141537Z             {
2026-06-16T09:36:12.4141747Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4141992Z               "line": 194
2026-06-16T09:36:12.4142119Z             },
2026-06-16T09:36:12.4142243Z             {
2026-06-16T09:36:12.4142476Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4142621Z               "line": 207
2026-06-16T09:36:12.4142753Z             }
2026-06-16T09:36:12.4142876Z           ]
2026-06-16T09:36:12.4142990Z         }
2026-06-16T09:36:12.4143122Z       }
2026-06-16T09:36:12.4143246Z     },
2026-06-16T09:36:12.4143366Z     {
2026-06-16T09:36:12.4143565Z       "id": "REQ-HAZARD-ECHO-BEFORE-SIGNOFF",
2026-06-16T09:36:12.4143976Z       "title": "Echo-commune fires before INIT_SIGNOFF on orphan teardown (3.3)",
2026-06-16T09:36:12.4144137Z       "requiredStages": [
2026-06-16T09:36:12.4144262Z         "impl",
2026-06-16T09:36:12.4144390Z         "unit"
2026-06-16T09:36:12.4144514Z       ],
2026-06-16T09:36:12.4144653Z       "stages": {
2026-06-16T09:36:12.4144781Z         "doc": {
2026-06-16T09:36:12.4144934Z           "complete": false,
2026-06-16T09:36:12.4145086Z           "evidence": []
2026-06-16T09:36:12.4145207Z         },
2026-06-16T09:36:12.4145339Z         "impl": {
2026-06-16T09:36:12.4145488Z           "complete": true,
2026-06-16T09:36:12.4145634Z           "evidence": [
2026-06-16T09:36:12.4145757Z             {
2026-06-16T09:36:12.4146003Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4146152Z               "line": 416
2026-06-16T09:36:12.4146280Z             },
2026-06-16T09:36:12.4146404Z             {
2026-06-16T09:36:12.4146619Z               "path": "crates/spt-live/src/signoff.rs",
2026-06-16T09:36:12.4146762Z               "line": 26
2026-06-16T09:36:12.4146890Z             }
2026-06-16T09:36:12.4147018Z           ]
2026-06-16T09:36:12.4147148Z         },
2026-06-16T09:36:12.4147272Z         "int": {
2026-06-16T09:36:12.4147435Z           "complete": false,
2026-06-16T09:36:12.4147576Z           "evidence": []
2026-06-16T09:36:12.4147706Z         },
2026-06-16T09:36:12.4147835Z         "unit": {
2026-06-16T09:36:12.4147987Z           "complete": true,
2026-06-16T09:36:12.4148136Z           "evidence": [
2026-06-16T09:36:12.4148262Z             {
2026-06-16T09:36:12.4148476Z               "path": "crates/spt-live/src/signoff.rs",
2026-06-16T09:36:12.4148617Z               "line": 150
2026-06-16T09:36:12.4148742Z             },
2026-06-16T09:36:12.4148870Z             {
2026-06-16T09:36:12.4149148Z               "path": "crates/spt-live/src/signoff.rs",
2026-06-16T09:36:12.4149304Z               "line": 208
2026-06-16T09:36:12.4149438Z             }
2026-06-16T09:36:12.4149571Z           ]
2026-06-16T09:36:12.4149696Z         }
2026-06-16T09:36:12.4149820Z       }
2026-06-16T09:36:12.4149953Z     },
2026-06-16T09:36:12.4150082Z     {
2026-06-16T09:36:12.4150302Z       "id": "REQ-HAZARD-ELEVATED-DAEMON-SPAWN",
2026-06-16T09:36:12.4153513Z       "title": "The daemon always runs unelevated in the invoking user's universe, regardless of which command spawns it: an elevated spawner de-elevates (Windows: UAC linked token via CreateProcessWithTokenW; Linux: drop to SUDO_UID/SUDO_GID + the invoker's HOME) — an elevated daemon's pipes deny unelevated clients (every later spt reads not-running→spawn→bind Access-denied) and a sudo'd daemon roots the user's state universe (5.7)",
2026-06-16T09:36:12.4153682Z       "requiredStages": [
2026-06-16T09:36:12.4153811Z         "doc",
2026-06-16T09:36:12.4153940Z         "impl",
2026-06-16T09:36:12.4154072Z         "unit"
2026-06-16T09:36:12.4154198Z       ],
2026-06-16T09:36:12.4154340Z       "stages": {
2026-06-16T09:36:12.4154460Z         "doc": {
2026-06-16T09:36:12.4154612Z           "complete": true,
2026-06-16T09:36:12.4154750Z           "evidence": [
2026-06-16T09:36:12.4155012Z             {
2026-06-16T09:36:12.4155222Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4155370Z               "line": 214
2026-06-16T09:36:12.4155508Z             }
2026-06-16T09:36:12.4155627Z           ]
2026-06-16T09:36:12.4155762Z         },
2026-06-16T09:36:12.4156000Z         "impl": {
2026-06-16T09:36:12.4156171Z           "complete": true,
2026-06-16T09:36:12.4156317Z           "evidence": [
2026-06-16T09:36:12.4156446Z             {
2026-06-16T09:36:12.4156673Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.4156817Z               "line": 56
2026-06-16T09:36:12.4156949Z             },
2026-06-16T09:36:12.4157084Z             {
2026-06-16T09:36:12.4157307Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.4157455Z               "line": 548
2026-06-16T09:36:12.4157583Z             },
2026-06-16T09:36:12.4157713Z             {
2026-06-16T09:36:12.4157946Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4158094Z               "line": 36
2026-06-16T09:36:12.4158223Z             },
2026-06-16T09:36:12.4158352Z             {
2026-06-16T09:36:12.4158591Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4158733Z               "line": 59
2026-06-16T09:36:12.4158875Z             },
2026-06-16T09:36:12.4159069Z             {
2026-06-16T09:36:12.4159292Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4159435Z               "line": 83
2026-06-16T09:36:12.4159569Z             },
2026-06-16T09:36:12.4159703Z             {
2026-06-16T09:36:12.4159932Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4160079Z               "line": 140
2026-06-16T09:36:12.4160209Z             },
2026-06-16T09:36:12.4160336Z             {
2026-06-16T09:36:12.4160571Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4160714Z               "line": 159
2026-06-16T09:36:12.4160848Z             },
2026-06-16T09:36:12.4160980Z             {
2026-06-16T09:36:12.4161215Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4161362Z               "line": 384
2026-06-16T09:36:12.4161487Z             },
2026-06-16T09:36:12.4161615Z             {
2026-06-16T09:36:12.4161842Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4161995Z               "line": 526
2026-06-16T09:36:12.4162114Z             },
2026-06-16T09:36:12.4162243Z             {
2026-06-16T09:36:12.4162482Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4162624Z               "line": 572
2026-06-16T09:36:12.4162758Z             },
2026-06-16T09:36:12.4162887Z             {
2026-06-16T09:36:12.4163088Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4163220Z               "line": 300
2026-06-16T09:36:12.4163344Z             },
2026-06-16T09:36:12.4163470Z             {
2026-06-16T09:36:12.4163674Z               "path": "crates/spt/src/main.rs",
2026-06-16T09:36:12.4163822Z               "line": 41
2026-06-16T09:36:12.4163949Z             }
2026-06-16T09:36:12.4164082Z           ]
2026-06-16T09:36:12.4164209Z         },
2026-06-16T09:36:12.4164337Z         "int": {
2026-06-16T09:36:12.4164491Z           "complete": false,
2026-06-16T09:36:12.4164652Z           "evidence": []
2026-06-16T09:36:12.4164786Z         },
2026-06-16T09:36:12.4164914Z         "unit": {
2026-06-16T09:36:12.4165063Z           "complete": true,
2026-06-16T09:36:12.4165205Z           "evidence": [
2026-06-16T09:36:12.4165340Z             {
2026-06-16T09:36:12.4165567Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4165721Z               "line": 785
2026-06-16T09:36:12.4165849Z             },
2026-06-16T09:36:12.4165979Z             {
2026-06-16T09:36:12.4166221Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4166360Z               "line": 826
2026-06-16T09:36:12.4166483Z             },
2026-06-16T09:36:12.4166726Z             {
2026-06-16T09:36:12.4166964Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4167114Z               "line": 900
2026-06-16T09:36:12.4167238Z             }
2026-06-16T09:36:12.4167367Z           ]
2026-06-16T09:36:12.4167597Z         }
2026-06-16T09:36:12.4167720Z       }
2026-06-16T09:36:12.4167843Z     },
2026-06-16T09:36:12.4167973Z     {
2026-06-16T09:36:12.4168192Z       "id": "REQ-HAZARD-ENVELOPE-CR-LINESAFE",
2026-06-16T09:36:12.4172645Z       "title": "Envelope CR-linesafety (4.1): the line-framed EVENT codec must neutralize raw carriage returns — `event_body_escape` folds CRLF/lone-CR to the codec's representable linebreak (`\\n`→`<br>`) BEFORE framing, so a body carrying `\\r` (Windows `echo`/CRLF text crossing nodes) cannot survive into the single-line envelope and trigger a receiver terminal CR→col0 overwrite that corrupts the frame. Robustness on unrepresentable input, NOT a wire-format change (decoder untouched, amp-last invariant held). Belt-and-suspenders: `spt send`/`ring` also trim stdin (parity with `notify`).",
2026-06-16T09:36:12.4172833Z       "requiredStages": [
2026-06-16T09:36:12.4172965Z         "impl",
2026-06-16T09:36:12.4173090Z         "unit"
2026-06-16T09:36:12.4173213Z       ],
2026-06-16T09:36:12.4173362Z       "stages": {
2026-06-16T09:36:12.4173505Z         "doc": {
2026-06-16T09:36:12.4173662Z           "complete": false,
2026-06-16T09:36:12.4173809Z           "evidence": []
2026-06-16T09:36:12.4173943Z         },
2026-06-16T09:36:12.4174072Z         "impl": {
2026-06-16T09:36:12.4174224Z           "complete": true,
2026-06-16T09:36:12.4174373Z           "evidence": [
2026-06-16T09:36:12.4174500Z             {
2026-06-16T09:36:12.4174732Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4174873Z               "line": 31
2026-06-16T09:36:12.4175003Z             }
2026-06-16T09:36:12.4175131Z           ]
2026-06-16T09:36:12.4175265Z         },
2026-06-16T09:36:12.4175399Z         "int": {
2026-06-16T09:36:12.4175556Z           "complete": false,
2026-06-16T09:36:12.4175704Z           "evidence": []
2026-06-16T09:36:12.4175837Z         },
2026-06-16T09:36:12.4175980Z         "unit": {
2026-06-16T09:36:12.4176127Z           "complete": true,
2026-06-16T09:36:12.4176286Z           "evidence": [
2026-06-16T09:36:12.4176414Z             {
2026-06-16T09:36:12.4176657Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4176805Z               "line": 181
2026-06-16T09:36:12.4176939Z             }
2026-06-16T09:36:12.4177062Z           ]
2026-06-16T09:36:12.4177193Z         }
2026-06-16T09:36:12.4177314Z       }
2026-06-16T09:36:12.4177442Z     },
2026-06-16T09:36:12.4177567Z     {
2026-06-16T09:36:12.4177784Z       "id": "REQ-HAZARD-ENVELOPE-DECODE-ORDER",
2026-06-16T09:36:12.4178108Z       "title": "Envelope decode order, ampersand decoded last (4.1)",
2026-06-16T09:36:12.4178261Z       "requiredStages": [
2026-06-16T09:36:12.4178389Z         "impl",
2026-06-16T09:36:12.4178523Z         "unit"
2026-06-16T09:36:12.4178651Z       ],
2026-06-16T09:36:12.4178791Z       "stages": {
2026-06-16T09:36:12.4178924Z         "doc": {
2026-06-16T09:36:12.4179148Z           "complete": false,
2026-06-16T09:36:12.4179290Z           "evidence": []
2026-06-16T09:36:12.4179421Z         },
2026-06-16T09:36:12.4179552Z         "impl": {
2026-06-16T09:36:12.4179697Z           "complete": true,
2026-06-16T09:36:12.4179844Z           "evidence": [
2026-06-16T09:36:12.4179966Z             {
2026-06-16T09:36:12.4180203Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4180350Z               "line": 49
2026-06-16T09:36:12.4180475Z             },
2026-06-16T09:36:12.4180607Z             {
2026-06-16T09:36:12.4180828Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4180970Z               "line": 81
2026-06-16T09:36:12.4181095Z             }
2026-06-16T09:36:12.4181237Z           ]
2026-06-16T09:36:12.4181362Z         },
2026-06-16T09:36:12.4181619Z         "int": {
2026-06-16T09:36:12.4181781Z           "complete": false,
2026-06-16T09:36:12.4181919Z           "evidence": []
2026-06-16T09:36:12.4182044Z         },
2026-06-16T09:36:12.4182172Z         "unit": {
2026-06-16T09:36:12.4182340Z           "complete": true,
2026-06-16T09:36:12.4182583Z           "evidence": [
2026-06-16T09:36:12.4182707Z             {
2026-06-16T09:36:12.4182944Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4183092Z               "line": 156
2026-06-16T09:36:12.4183220Z             },
2026-06-16T09:36:12.4183340Z             {
2026-06-16T09:36:12.4183574Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4183717Z               "line": 173
2026-06-16T09:36:12.4183840Z             },
2026-06-16T09:36:12.4183974Z             {
2026-06-16T09:36:12.4184203Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4184350Z               "line": 196
2026-06-16T09:36:12.4184479Z             }
2026-06-16T09:36:12.4184618Z           ]
2026-06-16T09:36:12.4184746Z         }
2026-06-16T09:36:12.4184866Z       }
2026-06-16T09:36:12.4184989Z     },
2026-06-16T09:36:12.4185107Z     {
2026-06-16T09:36:12.4185329Z       "id": "REQ-HAZARD-ENVELOPE-PARSER-SAFE",
2026-06-16T09:36:12.4185696Z       "title": "Two-slice envelope parser is panic-free and tolerant (4.2)",
2026-06-16T09:36:12.4185869Z       "requiredStages": [
2026-06-16T09:36:12.4188692Z         "impl",
2026-06-16T09:36:12.4188854Z         "unit"
2026-06-16T09:36:12.4189070Z       ],
2026-06-16T09:36:12.4189206Z       "stages": {
2026-06-16T09:36:12.4189341Z         "doc": {
2026-06-16T09:36:12.4189493Z           "complete": false,
2026-06-16T09:36:12.4189637Z           "evidence": []
2026-06-16T09:36:12.4189769Z         },
2026-06-16T09:36:12.4189894Z         "impl": {
2026-06-16T09:36:12.4190056Z           "complete": true,
2026-06-16T09:36:12.4190194Z           "evidence": [
2026-06-16T09:36:12.4190320Z             {
2026-06-16T09:36:12.4190574Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4190726Z               "line": 120
2026-06-16T09:36:12.4190848Z             }
2026-06-16T09:36:12.4190973Z           ]
2026-06-16T09:36:12.4191101Z         },
2026-06-16T09:36:12.4191230Z         "int": {
2026-06-16T09:36:12.4191398Z           "complete": false,
2026-06-16T09:36:12.4191540Z           "evidence": []
2026-06-16T09:36:12.4191669Z         },
2026-06-16T09:36:12.4191797Z         "unit": {
2026-06-16T09:36:12.4191937Z           "complete": true,
2026-06-16T09:36:12.4192088Z           "evidence": [
2026-06-16T09:36:12.4192213Z             {
2026-06-16T09:36:12.4192451Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4192595Z               "line": 212
2026-06-16T09:36:12.4192723Z             },
2026-06-16T09:36:12.4192853Z             {
2026-06-16T09:36:12.4193085Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4193229Z               "line": 221
2026-06-16T09:36:12.4193361Z             },
2026-06-16T09:36:12.4193494Z             {
2026-06-16T09:36:12.4193722Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4193867Z               "line": 229
2026-06-16T09:36:12.4194004Z             },
2026-06-16T09:36:12.4194129Z             {
2026-06-16T09:36:12.4194366Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4194510Z               "line": 239
2026-06-16T09:36:12.4194648Z             },
2026-06-16T09:36:12.4194778Z             {
2026-06-16T09:36:12.4195001Z               "path": "crates/spt-proto/src/envelope.rs",
2026-06-16T09:36:12.4195150Z               "line": 249
2026-06-16T09:36:12.4195282Z             }
2026-06-16T09:36:12.4195407Z           ]
2026-06-16T09:36:12.4195535Z         }
2026-06-16T09:36:12.4195663Z       }
2026-06-16T09:36:12.4195791Z     },
2026-06-16T09:36:12.4195913Z     {
2026-06-16T09:36:12.4196147Z       "id": "REQ-HAZARD-EPHEMERAL-CLEANUP",
2026-06-16T09:36:12.4196628Z       "title": "Ephemeral perch cleanup on every ring exit path (3.1)",
2026-06-16T09:36:12.4196795Z       "requiredStages": [
2026-06-16T09:36:12.4196928Z         "impl",
2026-06-16T09:36:12.4197063Z         "unit"
2026-06-16T09:36:12.4197196Z       ],
2026-06-16T09:36:12.4197330Z       "stages": {
2026-06-16T09:36:12.4197586Z         "doc": {
2026-06-16T09:36:12.4197740Z           "complete": false,
2026-06-16T09:36:12.4197882Z           "evidence": []
2026-06-16T09:36:12.4198012Z         },
2026-06-16T09:36:12.4198144Z         "impl": {
2026-06-16T09:36:12.4198298Z           "complete": true,
2026-06-16T09:36:12.4198444Z           "evidence": [
2026-06-16T09:36:12.4198572Z             {
2026-06-16T09:36:12.4198775Z               "path": "crates/spt-msg/src/ring.rs",
2026-06-16T09:36:12.4198924Z               "line": 14
2026-06-16T09:36:12.4199123Z             },
2026-06-16T09:36:12.4199257Z             {
2026-06-16T09:36:12.4199457Z               "path": "crates/spt-msg/src/ring.rs",
2026-06-16T09:36:12.4199606Z               "line": 63
2026-06-16T09:36:12.4199744Z             }
2026-06-16T09:36:12.4199877Z           ]
2026-06-16T09:36:12.4200005Z         },
2026-06-16T09:36:12.4200139Z         "int": {
2026-06-16T09:36:12.4200292Z           "complete": false,
2026-06-16T09:36:12.4200444Z           "evidence": []
2026-06-16T09:36:12.4200574Z         },
2026-06-16T09:36:12.4200711Z         "unit": {
2026-06-16T09:36:12.4200865Z           "complete": true,
2026-06-16T09:36:12.4201016Z           "evidence": [
2026-06-16T09:36:12.4201134Z             {
2026-06-16T09:36:12.4201342Z               "path": "crates/spt-msg/src/ring.rs",
2026-06-16T09:36:12.4201485Z               "line": 164
2026-06-16T09:36:12.4201619Z             },
2026-06-16T09:36:12.4201747Z             {
2026-06-16T09:36:12.4201944Z               "path": "crates/spt-msg/src/ring.rs",
2026-06-16T09:36:12.4202090Z               "line": 198
2026-06-16T09:36:12.4202220Z             },
2026-06-16T09:36:12.4202348Z             {
2026-06-16T09:36:12.4202549Z               "path": "crates/spt-msg/src/ring.rs",
2026-06-16T09:36:12.4202687Z               "line": 220
2026-06-16T09:36:12.4202812Z             }
2026-06-16T09:36:12.4202944Z           ]
2026-06-16T09:36:12.4203078Z         }
2026-06-16T09:36:12.4203206Z       }
2026-06-16T09:36:12.4203335Z     },
2026-06-16T09:36:12.4203484Z     {
2026-06-16T09:36:12.4203664Z       "id": "REQ-HAZARD-EPOCH-RESET",
2026-06-16T09:36:12.4206994Z       "title": "Advertisement-epoch reset strands a node: peers' higher last-seen epoch drops the reset node's fresh advertisements as Stale until the counter outruns history. Common case (full reinstall/re-pair) is mitigated by REQ-SUBNET-7's ceremony eviction (peer-side epoch memory dies with the deleted row — acceptance-verified); the residual narrow slice (epoch file lost, identity kept) is documented, guard deferred to a field hit (4.11)",
2026-06-16T09:36:12.4207154Z       "requiredStages": [],
2026-06-16T09:36:12.4207294Z       "stages": {
2026-06-16T09:36:12.4207431Z         "doc": {
2026-06-16T09:36:12.4207585Z           "complete": true,
2026-06-16T09:36:12.4207732Z           "evidence": [
2026-06-16T09:36:12.4207861Z             {
2026-06-16T09:36:12.4208061Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4208200Z               "line": 165
2026-06-16T09:36:12.4208342Z             }
2026-06-16T09:36:12.4208476Z           ]
2026-06-16T09:36:12.4208601Z         },
2026-06-16T09:36:12.4208734Z         "impl": {
2026-06-16T09:36:12.4208887Z           "complete": false,
2026-06-16T09:36:12.4209123Z           "evidence": []
2026-06-16T09:36:12.4209247Z         },
2026-06-16T09:36:12.4209383Z         "int": {
2026-06-16T09:36:12.4209536Z           "complete": false,
2026-06-16T09:36:12.4209683Z           "evidence": []
2026-06-16T09:36:12.4209813Z         },
2026-06-16T09:36:12.4209937Z         "unit": {
2026-06-16T09:36:12.4210098Z           "complete": false,
2026-06-16T09:36:12.4210241Z           "evidence": []
2026-06-16T09:36:12.4210374Z         }
2026-06-16T09:36:12.4210505Z       }
2026-06-16T09:36:12.4210747Z     },
2026-06-16T09:36:12.4210871Z     {
2026-06-16T09:36:12.4211091Z       "id": "REQ-HAZARD-EVENTPART-REASSEMBLY",
2026-06-16T09:36:12.4211571Z       "title": "EVENT-PART split/reassembly is byte-exact; orphan parts dropped silently",
2026-06-16T09:36:12.4211823Z       "requiredStages": [
2026-06-16T09:36:12.4211954Z         "impl",
2026-06-16T09:36:12.4212084Z         "unit"
2026-06-16T09:36:12.4212212Z       ],
2026-06-16T09:36:12.4212350Z       "stages": {
2026-06-16T09:36:12.4212484Z         "doc": {
2026-06-16T09:36:12.4212636Z           "complete": false,
2026-06-16T09:36:12.4212784Z           "evidence": []
2026-06-16T09:36:12.4212908Z         },
2026-06-16T09:36:12.4213048Z         "impl": {
2026-06-16T09:36:12.4213190Z           "complete": true,
2026-06-16T09:36:12.4213343Z           "evidence": [
2026-06-16T09:36:12.4213471Z             {
2026-06-16T09:36:12.4213682Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4213829Z               "line": 76
2026-06-16T09:36:12.4213958Z             },
2026-06-16T09:36:12.4214095Z             {
2026-06-16T09:36:12.4214297Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4214447Z               "line": 167
2026-06-16T09:36:12.4214576Z             },
2026-06-16T09:36:12.4214716Z             {
2026-06-16T09:36:12.4214934Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4215077Z               "line": 233
2026-06-16T09:36:12.4215215Z             },
2026-06-16T09:36:12.4215339Z             {
2026-06-16T09:36:12.4215559Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4215688Z               "line": 272
2026-06-16T09:36:12.4215816Z             }
2026-06-16T09:36:12.4215946Z           ]
2026-06-16T09:36:12.4216069Z         },
2026-06-16T09:36:12.4216208Z         "int": {
2026-06-16T09:36:12.4216345Z           "complete": false,
2026-06-16T09:36:12.4216498Z           "evidence": []
2026-06-16T09:36:12.4216627Z         },
2026-06-16T09:36:12.4216773Z         "unit": {
2026-06-16T09:36:12.4216930Z           "complete": true,
2026-06-16T09:36:12.4217076Z           "evidence": [
2026-06-16T09:36:12.4217205Z             {
2026-06-16T09:36:12.4217414Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4217568Z               "line": 321
2026-06-16T09:36:12.4217696Z             },
2026-06-16T09:36:12.4217831Z             {
2026-06-16T09:36:12.4218044Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4218197Z               "line": 329
2026-06-16T09:36:12.4218335Z             },
2026-06-16T09:36:12.4218460Z             {
2026-06-16T09:36:12.4218678Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4218817Z               "line": 356
2026-06-16T09:36:12.4219036Z             },
2026-06-16T09:36:12.4219170Z             {
2026-06-16T09:36:12.4219390Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4219527Z               "line": 395
2026-06-16T09:36:12.4219645Z             },
2026-06-16T09:36:12.4219774Z             {
2026-06-16T09:36:12.4219981Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4220126Z               "line": 406
2026-06-16T09:36:12.4220248Z             },
2026-06-16T09:36:12.4220378Z             {
2026-06-16T09:36:12.4220601Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4220745Z               "line": 418
2026-06-16T09:36:12.4220878Z             },
2026-06-16T09:36:12.4221002Z             {
2026-06-16T09:36:12.4221216Z               "path": "crates/spt-proto/src/chunk.rs",
2026-06-16T09:36:12.4221360Z               "line": 442
2026-06-16T09:36:12.4221492Z             }
2026-06-16T09:36:12.4221617Z           ]
2026-06-16T09:36:12.4221733Z         }
2026-06-16T09:36:12.4221865Z       }
2026-06-16T09:36:12.4221995Z     },
2026-06-16T09:36:12.4222122Z     {
2026-06-16T09:36:12.4222317Z       "id": "REQ-HAZARD-GEN-START-NOW",
2026-06-16T09:36:12.4222726Z       "title": "gen_start = now() on cold-start and handoff (2.4)",
2026-06-16T09:36:12.4222891Z       "requiredStages": [
2026-06-16T09:36:12.4223016Z         "impl",
2026-06-16T09:36:12.4223153Z         "int"
2026-06-16T09:36:12.4223279Z       ],
2026-06-16T09:36:12.4223426Z       "stages": {
2026-06-16T09:36:12.4223660Z         "doc": {
2026-06-16T09:36:12.4223821Z           "complete": false,
2026-06-16T09:36:12.4223970Z           "evidence": []
2026-06-16T09:36:12.4224112Z         },
2026-06-16T09:36:12.4224252Z         "impl": {
2026-06-16T09:36:12.4224398Z           "complete": true,
2026-06-16T09:36:12.4224547Z           "evidence": [
2026-06-16T09:36:12.4224679Z             {
2026-06-16T09:36:12.4224900Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.4225046Z               "line": 22
2026-06-16T09:36:12.4225170Z             }
2026-06-16T09:36:12.4225295Z           ]
2026-06-16T09:36:12.4225422Z         },
2026-06-16T09:36:12.4225547Z         "int": {
2026-06-16T09:36:12.4225689Z           "complete": true,
2026-06-16T09:36:12.4225843Z           "evidence": [
2026-06-16T09:36:12.4225980Z             {
2026-06-16T09:36:12.4226214Z               "path": "crates/spt-daemon/tests/handoff.rs",
2026-06-16T09:36:12.4226347Z               "line": 18
2026-06-16T09:36:12.4226472Z             }
2026-06-16T09:36:12.4226610Z           ]
2026-06-16T09:36:12.4226734Z         },
2026-06-16T09:36:12.4226877Z         "unit": {
2026-06-16T09:36:12.4227039Z           "complete": false,
2026-06-16T09:36:12.4227182Z           "evidence": []
2026-06-16T09:36:12.4227310Z         }
2026-06-16T09:36:12.4227434Z       }
2026-06-16T09:36:12.4227560Z     },
2026-06-16T09:36:12.4227683Z     {
2026-06-16T09:36:12.4227899Z       "id": "REQ-HAZARD-GRACE-BEFORE-SIGNOFF",
2026-06-16T09:36:12.4228308Z       "title": "Grace-period wait completes before composing INIT_SIGNOFF (1.1)",
2026-06-16T09:36:12.4228457Z       "requiredStages": [
2026-06-16T09:36:12.4228599Z         "impl",
2026-06-16T09:36:12.4228725Z         "unit"
2026-06-16T09:36:12.4228848Z       ],
2026-06-16T09:36:12.4229063Z       "stages": {
2026-06-16T09:36:12.4229200Z         "doc": {
2026-06-16T09:36:12.4229364Z           "complete": false,
2026-06-16T09:36:12.4229510Z           "evidence": []
2026-06-16T09:36:12.4229645Z         },
2026-06-16T09:36:12.4229768Z         "impl": {
2026-06-16T09:36:12.4229931Z           "complete": true,
2026-06-16T09:36:12.4230073Z           "evidence": [
2026-06-16T09:36:12.4230196Z             {
2026-06-16T09:36:12.4230442Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4230589Z               "line": 415
2026-06-16T09:36:12.4230714Z             },
2026-06-16T09:36:12.4230841Z             {
2026-06-16T09:36:12.4231067Z               "path": "crates/spt-live/src/signoff.rs",
2026-06-16T09:36:12.4231209Z               "line": 27
2026-06-16T09:36:12.4231334Z             }
2026-06-16T09:36:12.4231462Z           ]
2026-06-16T09:36:12.4231592Z         },
2026-06-16T09:36:12.4231724Z         "int": {
2026-06-16T09:36:12.4231882Z           "complete": false,
2026-06-16T09:36:12.4232034Z           "evidence": []
2026-06-16T09:36:12.4232163Z         },
2026-06-16T09:36:12.4232297Z         "unit": {
2026-06-16T09:36:12.4232444Z           "complete": true,
2026-06-16T09:36:12.4232588Z           "evidence": [
2026-06-16T09:36:12.4232729Z             {
2026-06-16T09:36:12.4232962Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4233103Z               "line": 940
2026-06-16T09:36:12.4233233Z             },
2026-06-16T09:36:12.4233366Z             {
2026-06-16T09:36:12.4233576Z               "path": "crates/spt-live/src/signoff.rs",
2026-06-16T09:36:12.4233718Z               "line": 181
2026-06-16T09:36:12.4233843Z             }
2026-06-16T09:36:12.4233972Z           ]
2026-06-16T09:36:12.4234095Z         }
2026-06-16T09:36:12.4234225Z       }
2026-06-16T09:36:12.4234352Z     },
2026-06-16T09:36:12.4234478Z     {
2026-06-16T09:36:12.4234691Z       "id": "REQ-HAZARD-HANDOFF-ARGV-COMPAT",
2026-06-16T09:36:12.4235146Z       "title": "Broker/brain IPC + handoff argv version-tolerant (2.3)",
2026-06-16T09:36:12.4235311Z       "requiredStages": [
2026-06-16T09:36:12.4235441Z         "impl",
2026-06-16T09:36:12.4235577Z         "unit"
2026-06-16T09:36:12.4235696Z       ],
2026-06-16T09:36:12.4235939Z       "stages": {
2026-06-16T09:36:12.4236068Z         "doc": {
2026-06-16T09:36:12.4236230Z           "complete": false,
2026-06-16T09:36:12.4236374Z           "evidence": []
2026-06-16T09:36:12.4236503Z         },
2026-06-16T09:36:12.4236626Z         "impl": {
2026-06-16T09:36:12.4236775Z           "complete": true,
2026-06-16T09:36:12.4236921Z           "evidence": [
2026-06-16T09:36:12.4237042Z             {
2026-06-16T09:36:12.4237275Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.4237418Z               "line": 73
2026-06-16T09:36:12.4237546Z             },
2026-06-16T09:36:12.4237667Z             {
2026-06-16T09:36:12.4237908Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.4238055Z               "line": 955
2026-06-16T09:36:12.4238182Z             },
2026-06-16T09:36:12.4238311Z             {
2026-06-16T09:36:12.4238530Z               "path": "crates/spt-daemon/src/frame.rs",
2026-06-16T09:36:12.4238679Z               "line": 20
2026-06-16T09:36:12.4238811Z             },
2026-06-16T09:36:12.4238921Z             {
2026-06-16T09:36:12.4239207Z               "path": "crates/spt-daemon/src/frame.rs",
2026-06-16T09:36:12.4239336Z               "line": 100
2026-06-16T09:36:12.4239469Z             },
2026-06-16T09:36:12.4239595Z             {
2026-06-16T09:36:12.4239803Z               "path": "crates/spt-daemon/src/msg.rs",
2026-06-16T09:36:12.4239943Z               "line": 555
2026-06-16T09:36:12.4240070Z             },
2026-06-16T09:36:12.4240186Z             {
2026-06-16T09:36:12.4240423Z               "path": "crates/spt-daemon/src/transport.rs",
2026-06-16T09:36:12.4240563Z               "line": 68
2026-06-16T09:36:12.4240695Z             },
2026-06-16T09:36:12.4240823Z             {
2026-06-16T09:36:12.4241059Z               "path": "crates/spt-daemon/src/transport.rs",
2026-06-16T09:36:12.4241202Z               "line": 80
2026-06-16T09:36:12.4241331Z             }
2026-06-16T09:36:12.4241459Z           ]
2026-06-16T09:36:12.4241584Z         },
2026-06-16T09:36:12.4241717Z         "int": {
2026-06-16T09:36:12.4241870Z           "complete": true,
2026-06-16T09:36:12.4242007Z           "evidence": [
2026-06-16T09:36:12.4242127Z             {
2026-06-16T09:36:12.4242351Z               "path": "crates/spt/tests/n1_pairing.rs",
2026-06-16T09:36:12.4242495Z               "line": 44
2026-06-16T09:36:12.4242632Z             }
2026-06-16T09:36:12.4242757Z           ]
2026-06-16T09:36:12.4242885Z         },
2026-06-16T09:36:12.4243023Z         "unit": {
2026-06-16T09:36:12.4243177Z           "complete": true,
2026-06-16T09:36:12.4243318Z           "evidence": [
2026-06-16T09:36:12.4243456Z             {
2026-06-16T09:36:12.4243701Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.4243851Z               "line": 1155
2026-06-16T09:36:12.4243983Z             },
2026-06-16T09:36:12.4244113Z             {
2026-06-16T09:36:12.4244341Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.4244489Z               "line": 1171
2026-06-16T09:36:12.4244626Z             },
2026-06-16T09:36:12.4244766Z             {
2026-06-16T09:36:12.4244994Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.4245147Z               "line": 1488
2026-06-16T09:36:12.4245275Z             },
2026-06-16T09:36:12.4245405Z             {
2026-06-16T09:36:12.4245624Z               "path": "crates/spt-daemon/src/frame.rs",
2026-06-16T09:36:12.4245767Z               "line": 152
2026-06-16T09:36:12.4245895Z             },
2026-06-16T09:36:12.4246025Z             {
2026-06-16T09:36:12.4246242Z               "path": "crates/spt-daemon/src/frame.rs",
2026-06-16T09:36:12.4246391Z               "line": 175
2026-06-16T09:36:12.4246643Z             },
2026-06-16T09:36:12.4246772Z             {
2026-06-16T09:36:12.4246987Z               "path": "crates/spt-daemon/src/frame.rs",
2026-06-16T09:36:12.4247129Z               "line": 186
2026-06-16T09:36:12.4247249Z             },
2026-06-16T09:36:12.4247377Z             {
2026-06-16T09:36:12.4247720Z               "path": "crates/spt-daemon/src/frame.rs",
2026-06-16T09:36:12.4247859Z               "line": 202
2026-06-16T09:36:12.4247993Z             },
2026-06-16T09:36:12.4248121Z             {
2026-06-16T09:36:12.4248345Z               "path": "crates/spt-daemon/src/frame.rs",
2026-06-16T09:36:12.4248477Z               "line": 216
2026-06-16T09:36:12.4248616Z             },
2026-06-16T09:36:12.4248742Z             {
2026-06-16T09:36:12.4249052Z               "path": "crates/spt-daemon/src/transport.rs",
2026-06-16T09:36:12.4249191Z               "line": 137
2026-06-16T09:36:12.4249324Z             },
2026-06-16T09:36:12.4249457Z             {
2026-06-16T09:36:12.4249658Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4249801Z               "line": 7057
2026-06-16T09:36:12.4249935Z             },
2026-06-16T09:36:12.4250063Z             {
2026-06-16T09:36:12.4250278Z               "path": "crates/spt/tests/n1_compat.rs",
2026-06-16T09:36:12.4250421Z               "line": 30
2026-06-16T09:36:12.4250563Z             },
2026-06-16T09:36:12.4250688Z             {
2026-06-16T09:36:12.4250897Z               "path": "crates/spt/tests/n1_compat.rs",
2026-06-16T09:36:12.4251041Z               "line": 73
2026-06-16T09:36:12.4251166Z             }
2026-06-16T09:36:12.4251288Z           ]
2026-06-16T09:36:12.4251411Z         }
2026-06-16T09:36:12.4251534Z       }
2026-06-16T09:36:12.4251661Z     },
2026-06-16T09:36:12.4251782Z     {
2026-06-16T09:36:12.4251967Z       "id": "REQ-HAZARD-ID-CHARSET",
2026-06-16T09:36:12.4252525Z       "title": "Addressable-id charset reserves :/@ delimiters; validated at every creation seam (4.6)",
2026-06-16T09:36:12.4252687Z       "requiredStages": [
2026-06-16T09:36:12.4252825Z         "impl",
2026-06-16T09:36:12.4252959Z         "unit"
2026-06-16T09:36:12.4253083Z       ],
2026-06-16T09:36:12.4253221Z       "stages": {
2026-06-16T09:36:12.4253361Z         "doc": {
2026-06-16T09:36:12.4253507Z           "complete": true,
2026-06-16T09:36:12.4253656Z           "evidence": [
2026-06-16T09:36:12.4253779Z             {
2026-06-16T09:36:12.4253983Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4254129Z               "line": 133
2026-06-16T09:36:12.4254252Z             }
2026-06-16T09:36:12.4254387Z           ]
2026-06-16T09:36:12.4254514Z         },
2026-06-16T09:36:12.4254658Z         "impl": {
2026-06-16T09:36:12.4254810Z           "complete": true,
2026-06-16T09:36:12.4254954Z           "evidence": [
2026-06-16T09:36:12.4255087Z             {
2026-06-16T09:36:12.4255288Z               "path": "crates/spt-msg/src/ready.rs",
2026-06-16T09:36:12.4255435Z               "line": 65
2026-06-16T09:36:12.4255564Z             },
2026-06-16T09:36:12.4255702Z             {
2026-06-16T09:36:12.4255908Z               "path": "crates/spt-proto/src/id.rs",
2026-06-16T09:36:12.4256054Z               "line": 17
2026-06-16T09:36:12.4256189Z             },
2026-06-16T09:36:12.4256317Z             {
2026-06-16T09:36:12.4256557Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.4256707Z               "line": 146
2026-06-16T09:36:12.4256836Z             },
2026-06-16T09:36:12.4256956Z             {
2026-06-16T09:36:12.4257170Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.4257323Z               "line": 241
2026-06-16T09:36:12.4257446Z             },
2026-06-16T09:36:12.4257576Z             {
2026-06-16T09:36:12.4257789Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.4257942Z               "line": 340
2026-06-16T09:36:12.4258066Z             },
2026-06-16T09:36:12.4258200Z             {
2026-06-16T09:36:12.4258410Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.4258662Z               "line": 32
2026-06-16T09:36:12.4258797Z             },
2026-06-16T09:36:12.4258919Z             {
2026-06-16T09:36:12.4259185Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4259331Z               "line": 1221
2026-06-16T09:36:12.4259465Z             },
2026-06-16T09:36:12.4259693Z             {
2026-06-16T09:36:12.4259885Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4260037Z               "line": 5498
2026-06-16T09:36:12.4260156Z             },
2026-06-16T09:36:12.4260294Z             {
2026-06-16T09:36:12.4260480Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4260628Z               "line": 5780
2026-06-16T09:36:12.4260753Z             }
2026-06-16T09:36:12.4260871Z           ]
2026-06-16T09:36:12.4260996Z         },
2026-06-16T09:36:12.4261128Z         "int": {
2026-06-16T09:36:12.4261286Z           "complete": false,
2026-06-16T09:36:12.4261434Z           "evidence": []
2026-06-16T09:36:12.4261558Z         },
2026-06-16T09:36:12.4261693Z         "unit": {
2026-06-16T09:36:12.4261843Z           "complete": true,
2026-06-16T09:36:12.4261991Z           "evidence": [
2026-06-16T09:36:12.4262117Z             {
2026-06-16T09:36:12.4262318Z               "path": "crates/spt-proto/src/id.rs",
2026-06-16T09:36:12.4262460Z               "line": 94
2026-06-16T09:36:12.4262594Z             },
2026-06-16T09:36:12.4262723Z             {
2026-06-16T09:36:12.4262914Z               "path": "crates/spt-proto/src/id.rs",
2026-06-16T09:36:12.4263057Z               "line": 111
2026-06-16T09:36:12.4263180Z             },
2026-06-16T09:36:12.4263305Z             {
2026-06-16T09:36:12.4263500Z               "path": "crates/spt-proto/src/id.rs",
2026-06-16T09:36:12.4263634Z               "line": 124
2026-06-16T09:36:12.4263771Z             },
2026-06-16T09:36:12.4263902Z             {
2026-06-16T09:36:12.4264091Z               "path": "crates/spt-proto/src/id.rs",
2026-06-16T09:36:12.4264236Z               "line": 134
2026-06-16T09:36:12.4264367Z             },
2026-06-16T09:36:12.4264490Z             {
2026-06-16T09:36:12.4264698Z               "path": "crates/spt-proto/src/id.rs",
2026-06-16T09:36:12.4264841Z               "line": 144
2026-06-16T09:36:12.4264966Z             },
2026-06-16T09:36:12.4265093Z             {
2026-06-16T09:36:12.4265295Z               "path": "crates/spt-proto/src/id.rs",
2026-06-16T09:36:12.4265437Z               "line": 156
2026-06-16T09:36:12.4265571Z             },
2026-06-16T09:36:12.4265699Z             {
2026-06-16T09:36:12.4265957Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4266105Z               "line": 746
2026-06-16T09:36:12.4266229Z             },
2026-06-16T09:36:12.4266362Z             {
2026-06-16T09:36:12.4266596Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.4266745Z               "line": 309
2026-06-16T09:36:12.4266873Z             }
2026-06-16T09:36:12.4267006Z           ]
2026-06-16T09:36:12.4267131Z         }
2026-06-16T09:36:12.4267258Z       }
2026-06-16T09:36:12.4267386Z     },
2026-06-16T09:36:12.4267516Z     {
2026-06-16T09:36:12.4267706Z       "id": "REQ-HAZARD-INBOX-NO-DOUBLE",
2026-06-16T09:36:12.4267963Z       "title": "No double-delivery via legacy inbox (4.5)",
2026-06-16T09:36:12.4268112Z       "requiredStages": [
2026-06-16T09:36:12.4268254Z         "impl",
2026-06-16T09:36:12.4268389Z         "unit"
2026-06-16T09:36:12.4268507Z       ],
2026-06-16T09:36:12.4268645Z       "stages": {
2026-06-16T09:36:12.4268784Z         "doc": {
2026-06-16T09:36:12.4269019Z           "complete": false,
2026-06-16T09:36:12.4269165Z           "evidence": []
2026-06-16T09:36:12.4269289Z         },
2026-06-16T09:36:12.4269423Z         "impl": {
2026-06-16T09:36:12.4269579Z           "complete": true,
2026-06-16T09:36:12.4269727Z           "evidence": [
2026-06-16T09:36:12.4269853Z             {
2026-06-16T09:36:12.4270073Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.4270225Z               "line": 128
2026-06-16T09:36:12.4270454Z             }
2026-06-16T09:36:12.4270592Z           ]
2026-06-16T09:36:12.4270712Z         },
2026-06-16T09:36:12.4270844Z         "int": {
2026-06-16T09:36:12.4270998Z           "complete": false,
2026-06-16T09:36:12.4271149Z           "evidence": []
2026-06-16T09:36:12.4271379Z         },
2026-06-16T09:36:12.4271517Z         "unit": {
2026-06-16T09:36:12.4271670Z           "complete": true,
2026-06-16T09:36:12.4271808Z           "evidence": [
2026-06-16T09:36:12.4271943Z             {
2026-06-16T09:36:12.4272157Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.4272300Z               "line": 205
2026-06-16T09:36:12.4272437Z             }
2026-06-16T09:36:12.4272560Z           ]
2026-06-16T09:36:12.4272692Z         }
2026-06-16T09:36:12.4272820Z       }
2026-06-16T09:36:12.4272950Z     },
2026-06-16T09:36:12.4273068Z     {
2026-06-16T09:36:12.4273283Z       "id": "REQ-HAZARD-INFO-JSON-TORN-READ",
2026-06-16T09:36:12.4273598Z       "title": "State-file reads tolerate concurrent writes (1.2)",
2026-06-16T09:36:12.4273750Z       "requiredStages": [
2026-06-16T09:36:12.4273889Z         "impl",
2026-06-16T09:36:12.4274026Z         "unit"
2026-06-16T09:36:12.4274157Z       ],
2026-06-16T09:36:12.4274293Z       "stages": {
2026-06-16T09:36:12.4274423Z         "doc": {
2026-06-16T09:36:12.4274584Z           "complete": false,
2026-06-16T09:36:12.4274728Z           "evidence": []
2026-06-16T09:36:12.4274852Z         },
2026-06-16T09:36:12.4274984Z         "impl": {
2026-06-16T09:36:12.4275142Z           "complete": true,
2026-06-16T09:36:12.4275282Z           "evidence": [
2026-06-16T09:36:12.4275415Z             {
2026-06-16T09:36:12.4275625Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4275770Z               "line": 263
2026-06-16T09:36:12.4275897Z             },
2026-06-16T09:36:12.4276026Z             {
2026-06-16T09:36:12.4276236Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4276389Z               "line": 274
2026-06-16T09:36:12.4276517Z             },
2026-06-16T09:36:12.4276650Z             {
2026-06-16T09:36:12.4276856Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4276999Z               "line": 292
2026-06-16T09:36:12.4277127Z             }
2026-06-16T09:36:12.4277270Z           ]
2026-06-16T09:36:12.4277400Z         },
2026-06-16T09:36:12.4277523Z         "int": {
2026-06-16T09:36:12.4277677Z           "complete": false,
2026-06-16T09:36:12.4277818Z           "evidence": []
2026-06-16T09:36:12.4277946Z         },
2026-06-16T09:36:12.4278086Z         "unit": {
2026-06-16T09:36:12.4278227Z           "complete": true,
2026-06-16T09:36:12.4278367Z           "evidence": [
2026-06-16T09:36:12.4278495Z             {
2026-06-16T09:36:12.4278705Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4278852Z               "line": 316
2026-06-16T09:36:12.4279077Z             },
2026-06-16T09:36:12.4279205Z             {
2026-06-16T09:36:12.4279420Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4279564Z               "line": 337
2026-06-16T09:36:12.4279692Z             },
2026-06-16T09:36:12.4279830Z             {
2026-06-16T09:36:12.4280044Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4280191Z               "line": 617
2026-06-16T09:36:12.4280324Z             },
2026-06-16T09:36:12.4280456Z             {
2026-06-16T09:36:12.4280662Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4280809Z               "line": 628
2026-06-16T09:36:12.4280948Z             },
2026-06-16T09:36:12.4281066Z             {
2026-06-16T09:36:12.4281272Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4281409Z               "line": 641
2026-06-16T09:36:12.4281539Z             }
2026-06-16T09:36:12.4281667Z           ]
2026-06-16T09:36:12.4281791Z         }
2026-06-16T09:36:12.4281925Z       }
2026-06-16T09:36:12.4282048Z     },
2026-06-16T09:36:12.4282178Z     {
2026-06-16T09:36:12.4282493Z       "id": "REQ-HAZARD-INSTANT-UNDERFLOW",
2026-06-16T09:36:12.4284029Z       "title": "Scheduling never subtracts a Duration from Instant::now() (underflow-panics on a host booted more recently than the offset); 'due now / never run' is Option<Instant>=None gated on forward duration_since only (5.9)",
2026-06-16T09:36:12.4284310Z       "requiredStages": [
2026-06-16T09:36:12.4284435Z         "impl",
2026-06-16T09:36:12.4284563Z         "unit"
2026-06-16T09:36:12.4284683Z       ],
2026-06-16T09:36:12.4284825Z       "stages": {
2026-06-16T09:36:12.4284949Z         "doc": {
2026-06-16T09:36:12.4285112Z           "complete": false,
2026-06-16T09:36:12.4285259Z           "evidence": []
2026-06-16T09:36:12.4285389Z         },
2026-06-16T09:36:12.4285530Z         "impl": {
2026-06-16T09:36:12.4285682Z           "complete": true,
2026-06-16T09:36:12.4285823Z           "evidence": [
2026-06-16T09:36:12.4285957Z             {
2026-06-16T09:36:12.4286200Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.4286344Z               "line": 759
2026-06-16T09:36:12.4286471Z             }
2026-06-16T09:36:12.4286596Z           ]
2026-06-16T09:36:12.4286720Z         },
2026-06-16T09:36:12.4286848Z         "int": {
2026-06-16T09:36:12.4287011Z           "complete": false,
2026-06-16T09:36:12.4287158Z           "evidence": []
2026-06-16T09:36:12.4287284Z         },
2026-06-16T09:36:12.4287416Z         "unit": {
2026-06-16T09:36:12.4287574Z           "complete": true,
2026-06-16T09:36:12.4287706Z           "evidence": [
2026-06-16T09:36:12.4287840Z             {
2026-06-16T09:36:12.4288074Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.4288223Z               "line": 873
2026-06-16T09:36:12.4288350Z             }
2026-06-16T09:36:12.4288477Z           ]
2026-06-16T09:36:12.4288603Z         }
2026-06-16T09:36:12.4288726Z       }
2026-06-16T09:36:12.4288860Z     },
2026-06-16T09:36:12.4289069Z     {
2026-06-16T09:36:12.4289260Z       "id": "REQ-HAZARD-LOCAL-API-AUTH",
2026-06-16T09:36:12.4289741Z       "title": "Every local `api` mutation authenticated to an endpoint/session (codex #13)",
2026-06-16T09:36:12.4289895Z       "requiredStages": [
2026-06-16T09:36:12.4290033Z         "impl",
2026-06-16T09:36:12.4290167Z         "unit"
2026-06-16T09:36:12.4290290Z       ],
2026-06-16T09:36:12.4290434Z       "stages": {
2026-06-16T09:36:12.4290562Z         "doc": {
2026-06-16T09:36:12.4290713Z           "complete": false,
2026-06-16T09:36:12.4290861Z           "evidence": []
2026-06-16T09:36:12.4290987Z         },
2026-06-16T09:36:12.4291112Z         "impl": {
2026-06-16T09:36:12.4291255Z           "complete": true,
2026-06-16T09:36:12.4291407Z           "evidence": [
2026-06-16T09:36:12.4291536Z             {
2026-06-16T09:36:12.4291742Z               "path": "crates/spt/src/api/auth.rs",
2026-06-16T09:36:12.4291865Z               "line": 14
2026-06-16T09:36:12.4292003Z             },
2026-06-16T09:36:12.4292128Z             {
2026-06-16T09:36:12.4292328Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.4292475Z               "line": 495
2026-06-16T09:36:12.4292599Z             }
2026-06-16T09:36:12.4292729Z           ]
2026-06-16T09:36:12.4292856Z         },
2026-06-16T09:36:12.4292981Z         "int": {
2026-06-16T09:36:12.4293138Z           "complete": false,
2026-06-16T09:36:12.4293287Z           "evidence": []
2026-06-16T09:36:12.4293411Z         },
2026-06-16T09:36:12.4293542Z         "unit": {
2026-06-16T09:36:12.4293685Z           "complete": true,
2026-06-16T09:36:12.4296393Z           "evidence": [
2026-06-16T09:36:12.4296555Z             {
2026-06-16T09:36:12.4296779Z               "path": "crates/spt/src/api/auth.rs",
2026-06-16T09:36:12.4296928Z               "line": 130
2026-06-16T09:36:12.4297055Z             },
2026-06-16T09:36:12.4297180Z             {
2026-06-16T09:36:12.4297389Z               "path": "crates/spt/src/api/auth.rs",
2026-06-16T09:36:12.4297538Z               "line": 138
2026-06-16T09:36:12.4297666Z             },
2026-06-16T09:36:12.4297972Z             {
2026-06-16T09:36:12.4298182Z               "path": "crates/spt/src/api/auth.rs",
2026-06-16T09:36:12.4298333Z               "line": 146
2026-06-16T09:36:12.4298463Z             },
2026-06-16T09:36:12.4298590Z             {
2026-06-16T09:36:12.4298788Z               "path": "crates/spt/src/api/auth.rs",
2026-06-16T09:36:12.4299272Z               "line": 154
2026-06-16T09:36:12.4299401Z             },
2026-06-16T09:36:12.4299540Z             {
2026-06-16T09:36:12.4299740Z               "path": "crates/spt/src/api/auth.rs",
2026-06-16T09:36:12.4299883Z               "line": 162
2026-06-16T09:36:12.4300011Z             },
2026-06-16T09:36:12.4300135Z             {
2026-06-16T09:36:12.4300340Z               "path": "crates/spt/src/api/auth.rs",
2026-06-16T09:36:12.4300469Z               "line": 170
2026-06-16T09:36:12.4300593Z             }
2026-06-16T09:36:12.4300728Z           ]
2026-06-16T09:36:12.4300845Z         }
2026-06-16T09:36:12.4300974Z       }
2026-06-16T09:36:12.4301098Z     },
2026-06-16T09:36:12.4301230Z     {
2026-06-16T09:36:12.4301425Z       "id": "REQ-HAZARD-PAIR-RATE-LIMIT",
2026-06-16T09:36:12.4303571Z       "title": "Subnet-global pairing rate limit: one active ceremony per subnet, shared attempt counter, exponential backoff — a public pre-trust relay + multiple seed-holders otherwise enables distributed SPAKE2 guessing (and ±1 TOTP window triples the valid-password space) (ADR-0005 #11)",
2026-06-16T09:36:12.4303750Z       "requiredStages": [
2026-06-16T09:36:12.4303875Z         "impl",
2026-06-16T09:36:12.4303999Z         "unit"
2026-06-16T09:36:12.4304121Z       ],
2026-06-16T09:36:12.4304264Z       "stages": {
2026-06-16T09:36:12.4304396Z         "doc": {
2026-06-16T09:36:12.4304549Z           "complete": false,
2026-06-16T09:36:12.4304692Z           "evidence": []
2026-06-16T09:36:12.4304811Z         },
2026-06-16T09:36:12.4304940Z         "impl": {
2026-06-16T09:36:12.4305091Z           "complete": true,
2026-06-16T09:36:12.4305241Z           "evidence": [
2026-06-16T09:36:12.4305383Z             {
2026-06-16T09:36:12.4305674Z               "path": "crates/spt-net/src/net/pairing/ratelimit.rs",
2026-06-16T09:36:12.4305818Z               "line": 34
2026-06-16T09:36:12.4305946Z             }
2026-06-16T09:36:12.4306084Z           ]
2026-06-16T09:36:12.4306209Z         },
2026-06-16T09:36:12.4306351Z         "int": {
2026-06-16T09:36:12.4306509Z           "complete": false,
2026-06-16T09:36:12.4306660Z           "evidence": []
2026-06-16T09:36:12.4306793Z         },
2026-06-16T09:36:12.4306925Z         "unit": {
2026-06-16T09:36:12.4307087Z           "complete": true,
2026-06-16T09:36:12.4307235Z           "evidence": [
2026-06-16T09:36:12.4307372Z             {
2026-06-16T09:36:12.4307649Z               "path": "crates/spt-net/src/net/pairing/ratelimit.rs",
2026-06-16T09:36:12.4307788Z               "line": 188
2026-06-16T09:36:12.4307926Z             },
2026-06-16T09:36:12.4308055Z             {
2026-06-16T09:36:12.4308340Z               "path": "crates/spt-net/src/net/pairing/ratelimit.rs",
2026-06-16T09:36:12.4308488Z               "line": 200
2026-06-16T09:36:12.4308617Z             },
2026-06-16T09:36:12.4308752Z             {
2026-06-16T09:36:12.4309114Z               "path": "crates/spt-net/src/net/pairing/ratelimit.rs",
2026-06-16T09:36:12.4309256Z               "line": 211
2026-06-16T09:36:12.4309396Z             },
2026-06-16T09:36:12.4309517Z             {
2026-06-16T09:36:12.4309795Z               "path": "crates/spt-net/src/net/pairing/ratelimit.rs",
2026-06-16T09:36:12.4309946Z               "line": 253
2026-06-16T09:36:12.4310071Z             },
2026-06-16T09:36:12.4310199Z             {
2026-06-16T09:36:12.4310480Z               "path": "crates/spt-net/src/net/pairing/ratelimit.rs",
2026-06-16T09:36:12.4310629Z               "line": 277
2026-06-16T09:36:12.4310762Z             },
2026-06-16T09:36:12.4310885Z             {
2026-06-16T09:36:12.4311172Z               "path": "crates/spt-net/src/net/pairing/ratelimit.rs",
2026-06-16T09:36:12.4311311Z               "line": 300
2026-06-16T09:36:12.4311583Z             },
2026-06-16T09:36:12.4311705Z             {
2026-06-16T09:36:12.4311985Z               "path": "crates/spt-net/src/net/pairing/ratelimit.rs",
2026-06-16T09:36:12.4312122Z               "line": 316
2026-06-16T09:36:12.4312251Z             }
2026-06-16T09:36:12.4312479Z           ]
2026-06-16T09:36:12.4312604Z         }
2026-06-16T09:36:12.4312732Z       }
2026-06-16T09:36:12.4312862Z     },
2026-06-16T09:36:12.4312986Z     {
2026-06-16T09:36:12.4313191Z       "id": "REQ-HAZARD-PAIR-SEED-ROTATION",
2026-06-16T09:36:12.4314531Z       "title": "Removing a node rotates the subnet seed (epoch bump) so an old node/old seed cannot rejoin; trust-store delete alone is NOT revocation because the seed is replicated to every trusted node (ADR-0005 #10)",
2026-06-16T09:36:12.4314686Z       "requiredStages": [
2026-06-16T09:36:12.4314825Z         "impl",
2026-06-16T09:36:12.4314951Z         "unit"
2026-06-16T09:36:12.4315075Z       ],
2026-06-16T09:36:12.4315205Z       "stages": {
2026-06-16T09:36:12.4315346Z         "doc": {
2026-06-16T09:36:12.4315505Z           "complete": false,
2026-06-16T09:36:12.4315651Z           "evidence": []
2026-06-16T09:36:12.4315777Z         },
2026-06-16T09:36:12.4315910Z         "impl": {
2026-06-16T09:36:12.4316058Z           "complete": true,
2026-06-16T09:36:12.4316205Z           "evidence": [
2026-06-16T09:36:12.4316334Z             {
2026-06-16T09:36:12.4316563Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4316707Z               "line": 29
2026-06-16T09:36:12.4316825Z             },
2026-06-16T09:36:12.4316949Z             {
2026-06-16T09:36:12.4317168Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4317325Z               "line": 174
2026-06-16T09:36:12.4317443Z             },
2026-06-16T09:36:12.4317570Z             {
2026-06-16T09:36:12.4317791Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4317928Z               "line": 194
2026-06-16T09:36:12.4318076Z             },
2026-06-16T09:36:12.4318243Z             {
2026-06-16T09:36:12.4318463Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4318611Z               "line": 222
2026-06-16T09:36:12.4318739Z             }
2026-06-16T09:36:12.4318862Z           ]
2026-06-16T09:36:12.4319087Z         },
2026-06-16T09:36:12.4319216Z         "int": {
2026-06-16T09:36:12.4319368Z           "complete": false,
2026-06-16T09:36:12.4319516Z           "evidence": []
2026-06-16T09:36:12.4319641Z         },
2026-06-16T09:36:12.4319778Z         "unit": {
2026-06-16T09:36:12.4319932Z           "complete": true,
2026-06-16T09:36:12.4320077Z           "evidence": [
2026-06-16T09:36:12.4320197Z             {
2026-06-16T09:36:12.4320411Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4320554Z               "line": 329
2026-06-16T09:36:12.4320684Z             },
2026-06-16T09:36:12.4320807Z             {
2026-06-16T09:36:12.4321017Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4321170Z               "line": 344
2026-06-16T09:36:12.4321293Z             },
2026-06-16T09:36:12.4321422Z             {
2026-06-16T09:36:12.4321627Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4321770Z               "line": 417
2026-06-16T09:36:12.4321914Z             },
2026-06-16T09:36:12.4322032Z             {
2026-06-16T09:36:12.4322252Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4322393Z               "line": 433
2026-06-16T09:36:12.4322523Z             },
2026-06-16T09:36:12.4322639Z             {
2026-06-16T09:36:12.4322859Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4323002Z               "line": 492
2026-06-16T09:36:12.4323126Z             },
2026-06-16T09:36:12.4323255Z             {
2026-06-16T09:36:12.4323465Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4323612Z               "line": 506
2026-06-16T09:36:12.4323737Z             },
2026-06-16T09:36:12.4323979Z             {
2026-06-16T09:36:12.4324204Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4324347Z               "line": 517
2026-06-16T09:36:12.4324475Z             },
2026-06-16T09:36:12.4324599Z             {
2026-06-16T09:36:12.4324809Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4325044Z               "line": 528
2026-06-16T09:36:12.4325171Z             }
2026-06-16T09:36:12.4325299Z           ]
2026-06-16T09:36:12.4325422Z         }
2026-06-16T09:36:12.4325549Z       }
2026-06-16T09:36:12.4325669Z     },
2026-06-16T09:36:12.4325798Z     {
2026-06-16T09:36:12.4326022Z       "id": "REQ-HAZARD-PAIR-TRANSCRIPT-BIND",
2026-06-16T09:36:12.4327563Z       "title": "Pairing transcript binds roles, both node pubkeys, subnet ID, seed epoch, TOTP time-step, and confirmation MACs — or unknown-key-share/reflection/wrong-subnet/replay pairing remain possible (ADR-0005 #12)",
2026-06-16T09:36:12.4327728Z       "requiredStages": [
2026-06-16T09:36:12.4327880Z         "impl",
2026-06-16T09:36:12.4328008Z         "unit"
2026-06-16T09:36:12.4328135Z       ],
2026-06-16T09:36:12.4328274Z       "stages": {
2026-06-16T09:36:12.4328407Z         "doc": {
2026-06-16T09:36:12.4328560Z           "complete": false,
2026-06-16T09:36:12.4328731Z           "evidence": []
2026-06-16T09:36:12.4328856Z         },
2026-06-16T09:36:12.4329060Z         "impl": {
2026-06-16T09:36:12.4329218Z           "complete": true,
2026-06-16T09:36:12.4329366Z           "evidence": [
2026-06-16T09:36:12.4329495Z             {
2026-06-16T09:36:12.4329747Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.4329881Z               "line": 27
2026-06-16T09:36:12.4330005Z             },
2026-06-16T09:36:12.4330130Z             {
2026-06-16T09:36:12.4330381Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.4330530Z               "line": 110
2026-06-16T09:36:12.4330652Z             },
2026-06-16T09:36:12.4330776Z             {
2026-06-16T09:36:12.4331033Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.4331182Z               "line": 153
2026-06-16T09:36:12.4331309Z             },
2026-06-16T09:36:12.4331435Z             {
2026-06-16T09:36:12.4331691Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.4331840Z               "line": 182
2026-06-16T09:36:12.4331967Z             },
2026-06-16T09:36:12.4332088Z             {
2026-06-16T09:36:12.4332379Z               "path": "crates/spt-net/src/net/pairing/transcript.rs",
2026-06-16T09:36:12.4332520Z               "line": 31
2026-06-16T09:36:12.4332641Z             },
2026-06-16T09:36:12.4332770Z             {
2026-06-16T09:36:12.4333054Z               "path": "crates/spt-net/src/net/pairing/transcript.rs",
2026-06-16T09:36:12.4333199Z               "line": 113
2026-06-16T09:36:12.4333324Z             },
2026-06-16T09:36:12.4333439Z             {
2026-06-16T09:36:12.4333729Z               "path": "crates/spt-net/src/net/pairing/transcript.rs",
2026-06-16T09:36:12.4333881Z               "line": 138
2026-06-16T09:36:12.4334002Z             }
2026-06-16T09:36:12.4334130Z           ]
2026-06-16T09:36:12.4334258Z         },
2026-06-16T09:36:12.4334392Z         "int": {
2026-06-16T09:36:12.4334544Z           "complete": false,
2026-06-16T09:36:12.4334697Z           "evidence": []
2026-06-16T09:36:12.4334825Z         },
2026-06-16T09:36:12.4334955Z         "unit": {
2026-06-16T09:36:12.4335107Z           "complete": true,
2026-06-16T09:36:12.4335246Z           "evidence": [
2026-06-16T09:36:12.4335383Z             {
2026-06-16T09:36:12.4335638Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.4335783Z               "line": 261
2026-06-16T09:36:12.4335912Z             },
2026-06-16T09:36:12.4336043Z             {
2026-06-16T09:36:12.4336296Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.4336443Z               "line": 276
2026-06-16T09:36:12.4336687Z             },
2026-06-16T09:36:12.4336825Z             {
2026-06-16T09:36:12.4337077Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.4337222Z               "line": 293
2026-06-16T09:36:12.4337349Z             },
2026-06-16T09:36:12.4337474Z             {
2026-06-16T09:36:12.4337832Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.4337983Z               "line": 310
2026-06-16T09:36:12.4338104Z             },
2026-06-16T09:36:12.4338232Z             {
2026-06-16T09:36:12.4338493Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.4338638Z               "line": 327
2026-06-16T09:36:12.4338767Z             },
2026-06-16T09:36:12.4338887Z             {
2026-06-16T09:36:12.4339225Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.4339367Z               "line": 366
2026-06-16T09:36:12.4339492Z             },
2026-06-16T09:36:12.4339620Z             {
2026-06-16T09:36:12.4339912Z               "path": "crates/spt-net/src/net/pairing/transcript.rs",
2026-06-16T09:36:12.4340060Z               "line": 179
2026-06-16T09:36:12.4340188Z             },
2026-06-16T09:36:12.4340316Z             {
2026-06-16T09:36:12.4340593Z               "path": "crates/spt-net/src/net/pairing/transcript.rs",
2026-06-16T09:36:12.4340742Z               "line": 194
2026-06-16T09:36:12.4340874Z             },
2026-06-16T09:36:12.4340995Z             {
2026-06-16T09:36:12.4341288Z               "path": "crates/spt-net/src/net/pairing/transcript.rs",
2026-06-16T09:36:12.4341432Z               "line": 204
2026-06-16T09:36:12.4341559Z             },
2026-06-16T09:36:12.4341689Z             {
2026-06-16T09:36:12.4341971Z               "path": "crates/spt-net/src/net/pairing/transcript.rs",
2026-06-16T09:36:12.4342119Z               "line": 259
2026-06-16T09:36:12.4342242Z             },
2026-06-16T09:36:12.4342357Z             {
2026-06-16T09:36:12.4342648Z               "path": "crates/spt-net/src/net/pairing/transcript.rs",
2026-06-16T09:36:12.4342796Z               "line": 269
2026-06-16T09:36:12.4342920Z             },
2026-06-16T09:36:12.4343044Z             {
2026-06-16T09:36:12.4343335Z               "path": "crates/spt-net/src/net/pairing/transcript.rs",
2026-06-16T09:36:12.4343476Z               "line": 283
2026-06-16T09:36:12.4343604Z             }
2026-06-16T09:36:12.4343732Z           ]
2026-06-16T09:36:12.4343854Z         }
2026-06-16T09:36:12.4343984Z       }
2026-06-16T09:36:12.4344112Z     },
2026-06-16T09:36:12.4344236Z     {
2026-06-16T09:36:12.4344441Z       "id": "REQ-HAZARD-PARENT-PID-PREFER",
2026-06-16T09:36:12.4344853Z       "title": "Prefer stable parent PID / broker handle over ephemeral PID (2.1)",
2026-06-16T09:36:12.4345005Z       "requiredStages": [],
2026-06-16T09:36:12.4345142Z       "stages": {
2026-06-16T09:36:12.4345286Z         "doc": {
2026-06-16T09:36:12.4345443Z           "complete": false,
2026-06-16T09:36:12.4345596Z           "evidence": []
2026-06-16T09:36:12.4345719Z         },
2026-06-16T09:36:12.4345850Z         "impl": {
2026-06-16T09:36:12.4346001Z           "complete": false,
2026-06-16T09:36:12.4346145Z           "evidence": []
2026-06-16T09:36:12.4346277Z         },
2026-06-16T09:36:12.4346404Z         "int": {
2026-06-16T09:36:12.4346552Z           "complete": false,
2026-06-16T09:36:12.4346689Z           "evidence": []
2026-06-16T09:36:12.4346818Z         },
2026-06-16T09:36:12.4346951Z         "unit": {
2026-06-16T09:36:12.4347099Z           "complete": false,
2026-06-16T09:36:12.4347252Z           "evidence": []
2026-06-16T09:36:12.4347375Z         }
2026-06-16T09:36:12.4347495Z       }
2026-06-16T09:36:12.4347618Z     },
2026-06-16T09:36:12.4347743Z     {
2026-06-16T09:36:12.4347976Z       "id": "REQ-HAZARD-PSYCHE-OUTBOUND-PROXY",
2026-06-16T09:36:12.4350071Z       "title": "Psyche outbound captured + sanitized: the live-Psyche turn driver captures stdout (never Stdio::null), and the daemon strips/re-stamps Psyche-supplied from=/target and constrains routing (reply→__REPLY_TO__ sender, notify→own user/subnet) (7.3)",
2026-06-16T09:36:12.4350232Z       "requiredStages": [
2026-06-16T09:36:12.4350367Z         "impl",
2026-06-16T09:36:12.4350490Z         "unit"
2026-06-16T09:36:12.4350615Z       ],
2026-06-16T09:36:12.4350748Z       "stages": {
2026-06-16T09:36:12.4350992Z         "doc": {
2026-06-16T09:36:12.4351148Z           "complete": false,
2026-06-16T09:36:12.4351293Z           "evidence": []
2026-06-16T09:36:12.4351415Z         },
2026-06-16T09:36:12.4351555Z         "impl": {
2026-06-16T09:36:12.4351701Z           "complete": true,
2026-06-16T09:36:12.4351848Z           "evidence": [
2026-06-16T09:36:12.4351973Z             {
2026-06-16T09:36:12.4352211Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.4352359Z               "line": 26
2026-06-16T09:36:12.4352482Z             },
2026-06-16T09:36:12.4352621Z             {
2026-06-16T09:36:12.4352855Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.4353027Z               "line": 95
2026-06-16T09:36:12.4353155Z             },
2026-06-16T09:36:12.4353279Z             {
2026-06-16T09:36:12.4353509Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.4353660Z               "line": 166
2026-06-16T09:36:12.4353785Z             },
2026-06-16T09:36:12.4353914Z             {
2026-06-16T09:36:12.4354141Z               "path": "crates/spt-live/src/outbound.rs",
2026-06-16T09:36:12.4354287Z               "line": 19
2026-06-16T09:36:12.4354419Z             },
2026-06-16T09:36:12.4354540Z             {
2026-06-16T09:36:12.4354758Z               "path": "crates/spt-live/src/outbound.rs",
2026-06-16T09:36:12.4354902Z               "line": 50
2026-06-16T09:36:12.4355030Z             },
2026-06-16T09:36:12.4355165Z             {
2026-06-16T09:36:12.4355369Z               "path": "crates/spt-live/src/turn.rs",
2026-06-16T09:36:12.4355513Z               "line": 18
2026-06-16T09:36:12.4355645Z             },
2026-06-16T09:36:12.4355775Z             {
2026-06-16T09:36:12.4355984Z               "path": "crates/spt-live/src/turn.rs",
2026-06-16T09:36:12.4356123Z               "line": 71
2026-06-16T09:36:12.4356256Z             },
2026-06-16T09:36:12.4356376Z             {
2026-06-16T09:36:12.4356585Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.4356739Z               "line": 87
2026-06-16T09:36:12.4356865Z             }
2026-06-16T09:36:12.4356994Z           ]
2026-06-16T09:36:12.4357122Z         },
2026-06-16T09:36:12.4357258Z         "int": {
2026-06-16T09:36:12.4357416Z           "complete": false,
2026-06-16T09:36:12.4357554Z           "evidence": []
2026-06-16T09:36:12.4357684Z         },
2026-06-16T09:36:12.4357808Z         "unit": {
2026-06-16T09:36:12.4357970Z           "complete": true,
2026-06-16T09:36:12.4358098Z           "evidence": [
2026-06-16T09:36:12.4358231Z             {
2026-06-16T09:36:12.4358475Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.4358623Z               "line": 289
2026-06-16T09:36:12.4358769Z             },
2026-06-16T09:36:12.4358889Z             {
2026-06-16T09:36:12.4359224Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.4359380Z               "line": 314
2026-06-16T09:36:12.4359512Z             },
2026-06-16T09:36:12.4359651Z             {
2026-06-16T09:36:12.4359883Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.4360026Z               "line": 350
2026-06-16T09:36:12.4360154Z             },
2026-06-16T09:36:12.4360279Z             {
2026-06-16T09:36:12.4360507Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.4360641Z               "line": 418
2026-06-16T09:36:12.4360769Z             },
2026-06-16T09:36:12.4360894Z             {
2026-06-16T09:36:12.4361127Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.4361270Z               "line": 429
2026-06-16T09:36:12.4361399Z             },
2026-06-16T09:36:12.4361524Z             {
2026-06-16T09:36:12.4361863Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.4362009Z               "line": 460
2026-06-16T09:36:12.4362139Z             },
2026-06-16T09:36:12.4362275Z             {
2026-06-16T09:36:12.4362504Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.4362747Z               "line": 471
2026-06-16T09:36:12.4362872Z             },
2026-06-16T09:36:12.4362995Z             {
2026-06-16T09:36:12.4363234Z               "path": "crates/spt-live/src/outbound.rs",
2026-06-16T09:36:12.4363367Z               "line": 77
2026-06-16T09:36:12.4363496Z             },
2026-06-16T09:36:12.4363619Z             {
2026-06-16T09:36:12.4363849Z               "path": "crates/spt-live/src/outbound.rs",
2026-06-16T09:36:12.4364001Z               "line": 97
2026-06-16T09:36:12.4364121Z             },
2026-06-16T09:36:12.4364263Z             {
2026-06-16T09:36:12.4364469Z               "path": "crates/spt-live/src/outbound.rs",
2026-06-16T09:36:12.4364615Z               "line": 112
2026-06-16T09:36:12.4364748Z             },
2026-06-16T09:36:12.4364885Z             {
2026-06-16T09:36:12.4365114Z               "path": "crates/spt-live/src/outbound.rs",
2026-06-16T09:36:12.4365256Z               "line": 123
2026-06-16T09:36:12.4365391Z             },
2026-06-16T09:36:12.4365514Z             {
2026-06-16T09:36:12.4365748Z               "path": "crates/spt-live/src/outbound.rs",
2026-06-16T09:36:12.4365895Z               "line": 130
2026-06-16T09:36:12.4366044Z             },
2026-06-16T09:36:12.4366168Z             {
2026-06-16T09:36:12.4366382Z               "path": "crates/spt-live/src/outbound.rs",
2026-06-16T09:36:12.4366529Z               "line": 145
2026-06-16T09:36:12.4366659Z             },
2026-06-16T09:36:12.4366782Z             {
2026-06-16T09:36:12.4366984Z               "path": "crates/spt-live/src/turn.rs",
2026-06-16T09:36:12.4367131Z               "line": 115
2026-06-16T09:36:12.4367256Z             },
2026-06-16T09:36:12.4367397Z             {
2026-06-16T09:36:12.4367597Z               "path": "crates/spt-live/src/turn.rs",
2026-06-16T09:36:12.4367733Z               "line": 130
2026-06-16T09:36:12.4367861Z             },
2026-06-16T09:36:12.4367986Z             {
2026-06-16T09:36:12.4368195Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.4368349Z               "line": 428
2026-06-16T09:36:12.4368476Z             }
2026-06-16T09:36:12.4368602Z           ]
2026-06-16T09:36:12.4368725Z         }
2026-06-16T09:36:12.4368854Z       }
2026-06-16T09:36:12.4369067Z     },
2026-06-16T09:36:12.4369193Z     {
2026-06-16T09:36:12.4369392Z       "id": "REQ-HAZARD-PUMP-IPC-DEADLINE",
2026-06-16T09:36:12.4371348Z       "title": "The single-threaded peer pump's brain-IPC reads are deadline-bounded (PUMP_PEER_IO_TIMEOUT, total-wait per call); a TimedOut read POISONS the client and escalates to a SUPERVISED RESTART, never a per-peer retry — a black-holed peer must never wedge the whole pump",
2026-06-16T09:36:12.4371520Z       "requiredStages": [
2026-06-16T09:36:12.4371644Z         "doc",
2026-06-16T09:36:12.4371779Z         "impl",
2026-06-16T09:36:12.4371916Z         "unit"
2026-06-16T09:36:12.4372036Z       ],
2026-06-16T09:36:12.4372168Z       "stages": {
2026-06-16T09:36:12.4372302Z         "doc": {
2026-06-16T09:36:12.4372460Z           "complete": true,
2026-06-16T09:36:12.4372622Z           "evidence": [
2026-06-16T09:36:12.4372752Z             {
2026-06-16T09:36:12.4372935Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4373069Z               "line": 367
2026-06-16T09:36:12.4373202Z             }
2026-06-16T09:36:12.4373326Z           ]
2026-06-16T09:36:12.4373451Z         },
2026-06-16T09:36:12.4373593Z         "impl": {
2026-06-16T09:36:12.4373751Z           "complete": true,
2026-06-16T09:36:12.4373898Z           "evidence": [
2026-06-16T09:36:12.4374028Z             {
2026-06-16T09:36:12.4374251Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.4374385Z               "line": 199
2026-06-16T09:36:12.4374625Z             },
2026-06-16T09:36:12.4374752Z             {
2026-06-16T09:36:12.4374978Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.4375128Z               "line": 303
2026-06-16T09:36:12.4375256Z             },
2026-06-16T09:36:12.4375388Z             {
2026-06-16T09:36:12.4375694Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.4375845Z               "line": 515
2026-06-16T09:36:12.4375970Z             },
2026-06-16T09:36:12.4376108Z             {
2026-06-16T09:36:12.4376323Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.4376464Z               "line": 530
2026-06-16T09:36:12.4376590Z             },
2026-06-16T09:36:12.4376708Z             {
2026-06-16T09:36:12.4376933Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.4377080Z               "line": 1127
2026-06-16T09:36:12.4377205Z             },
2026-06-16T09:36:12.4377328Z             {
2026-06-16T09:36:12.4377558Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.4377705Z               "line": 443
2026-06-16T09:36:12.4377831Z             },
2026-06-16T09:36:12.4377953Z             {
2026-06-16T09:36:12.4378180Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.4378326Z               "line": 590
2026-06-16T09:36:12.4378450Z             },
2026-06-16T09:36:12.4378570Z             {
2026-06-16T09:36:12.4378794Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.4378932Z               "line": 731
2026-06-16T09:36:12.4379142Z             }
2026-06-16T09:36:12.4379271Z           ]
2026-06-16T09:36:12.4379394Z         },
2026-06-16T09:36:12.4379533Z         "int": {
2026-06-16T09:36:12.4379690Z           "complete": false,
2026-06-16T09:36:12.4379829Z           "evidence": []
2026-06-16T09:36:12.4379947Z         },
2026-06-16T09:36:12.4380091Z         "unit": {
2026-06-16T09:36:12.4380253Z           "complete": true,
2026-06-16T09:36:12.4380402Z           "evidence": [
2026-06-16T09:36:12.4380529Z             {
2026-06-16T09:36:12.4380762Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.4380912Z               "line": 1155
2026-06-16T09:36:12.4381031Z             },
2026-06-16T09:36:12.4381152Z             {
2026-06-16T09:36:12.4381427Z               "path": "crates/spt-daemon/tests/pumpdeadline.rs",
2026-06-16T09:36:12.4381565Z               "line": 30
2026-06-16T09:36:12.4381700Z             }
2026-06-16T09:36:12.4381823Z           ]
2026-06-16T09:36:12.4381957Z         }
2026-06-16T09:36:12.4382080Z       }
2026-06-16T09:36:12.4382214Z     },
2026-06-16T09:36:12.4382334Z     {
2026-06-16T09:36:12.4382553Z       "id": "REQ-HAZARD-REGISTRY-CONCURRENT",
2026-06-16T09:36:12.4383139Z       "title": "Concurrent SQLite openers (registry/spool) must not fail with 'database is locked' (4.7)",
2026-06-16T09:36:12.4383298Z       "requiredStages": [
2026-06-16T09:36:12.4383438Z         "impl",
2026-06-16T09:36:12.4383562Z         "unit"
2026-06-16T09:36:12.4383697Z       ],
2026-06-16T09:36:12.4383838Z       "stages": {
2026-06-16T09:36:12.4383963Z         "doc": {
2026-06-16T09:36:12.4384110Z           "complete": true,
2026-06-16T09:36:12.4384250Z           "evidence": [
2026-06-16T09:36:12.4384382Z             {
2026-06-16T09:36:12.4384579Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4384725Z               "line": 139
2026-06-16T09:36:12.4384850Z             }
2026-06-16T09:36:12.4384978Z           ]
2026-06-16T09:36:12.4385093Z         },
2026-06-16T09:36:12.4385223Z         "impl": {
2026-06-16T09:36:12.4385383Z           "complete": true,
2026-06-16T09:36:12.4385524Z           "evidence": [
2026-06-16T09:36:12.4385650Z             {
2026-06-16T09:36:12.4385850Z               "path": "crates/spt-store/src/db.rs",
2026-06-16T09:36:12.4385986Z               "line": 29
2026-06-16T09:36:12.4386115Z             },
2026-06-16T09:36:12.4386240Z             {
2026-06-16T09:36:12.4386573Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.4386768Z               "line": 101
2026-06-16T09:36:12.4386897Z             },
2026-06-16T09:36:12.4387029Z             {
2026-06-16T09:36:12.4387259Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4387402Z               "line": 30
2026-06-16T09:36:12.4387650Z             },
2026-06-16T09:36:12.4387771Z             {
2026-06-16T09:36:12.4387984Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4388132Z               "line": 48
2026-06-16T09:36:12.4388261Z             }
2026-06-16T09:36:12.4388381Z           ]
2026-06-16T09:36:12.4388508Z         },
2026-06-16T09:36:12.4388636Z         "int": {
2026-06-16T09:36:12.4388788Z           "complete": false,
2026-06-16T09:36:12.4389010Z           "evidence": []
2026-06-16T09:36:12.4389145Z         },
2026-06-16T09:36:12.4389301Z         "unit": {
2026-06-16T09:36:12.4389450Z           "complete": true,
2026-06-16T09:36:12.4389601Z           "evidence": [
2026-06-16T09:36:12.4389717Z             {
2026-06-16T09:36:12.4389954Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4390098Z               "line": 162
2026-06-16T09:36:12.4390250Z             }
2026-06-16T09:36:12.4390380Z           ]
2026-06-16T09:36:12.4390503Z         }
2026-06-16T09:36:12.4390638Z       }
2026-06-16T09:36:12.4390760Z     },
2026-06-16T09:36:12.4390899Z     {
2026-06-16T09:36:12.4391103Z       "id": "REQ-HAZARD-REGISTRY-DIR-CREATE",
2026-06-16T09:36:12.4391902Z       "title": "SQLite store opens create their parent dir themselves — a fresh-home registry op must not SQLITE_CANTOPEN (4.9)",
2026-06-16T09:36:12.4392069Z       "requiredStages": [
2026-06-16T09:36:12.4392197Z         "doc",
2026-06-16T09:36:12.4392331Z         "impl",
2026-06-16T09:36:12.4392454Z         "unit"
2026-06-16T09:36:12.4392579Z       ],
2026-06-16T09:36:12.4392708Z       "stages": {
2026-06-16T09:36:12.4392836Z         "doc": {
2026-06-16T09:36:12.4392988Z           "complete": true,
2026-06-16T09:36:12.4393146Z           "evidence": [
2026-06-16T09:36:12.4393275Z             {
2026-06-16T09:36:12.4393466Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4393618Z               "line": 151
2026-06-16T09:36:12.4393742Z             }
2026-06-16T09:36:12.4393872Z           ]
2026-06-16T09:36:12.4394022Z         },
2026-06-16T09:36:12.4394151Z         "impl": {
2026-06-16T09:36:12.4394308Z           "complete": true,
2026-06-16T09:36:12.4394447Z           "evidence": [
2026-06-16T09:36:12.4394586Z             {
2026-06-16T09:36:12.4394815Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4394961Z               "line": 22
2026-06-16T09:36:12.4395096Z             }
2026-06-16T09:36:12.4395214Z           ]
2026-06-16T09:36:12.4395338Z         },
2026-06-16T09:36:12.4395464Z         "int": {
2026-06-16T09:36:12.4395614Z           "complete": false,
2026-06-16T09:36:12.4395759Z           "evidence": []
2026-06-16T09:36:12.4395886Z         },
2026-06-16T09:36:12.4396035Z         "unit": {
2026-06-16T09:36:12.4396191Z           "complete": true,
2026-06-16T09:36:12.4396333Z           "evidence": [
2026-06-16T09:36:12.4396462Z             {
2026-06-16T09:36:12.4396708Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4396847Z               "line": 298
2026-06-16T09:36:12.4396980Z             }
2026-06-16T09:36:12.4397105Z           ]
2026-06-16T09:36:12.4397237Z         }
2026-06-16T09:36:12.4397367Z       }
2026-06-16T09:36:12.4397486Z     },
2026-06-16T09:36:12.4397614Z     {
2026-06-16T09:36:12.4397828Z       "id": "REQ-HAZARD-REGISTRY-EPOCH-LEASE",
2026-06-16T09:36:12.4398797Z       "title": "Registry merge ordered by per-node monotonic epoch, never wall-clock — a stale Active can't clobber a newer Offline (4.8, red-team #8)",
2026-06-16T09:36:12.4399026Z       "requiredStages": [
2026-06-16T09:36:12.4399158Z         "impl",
2026-06-16T09:36:12.4399297Z         "unit"
2026-06-16T09:36:12.4399418Z       ],
2026-06-16T09:36:12.4399686Z       "stages": {
2026-06-16T09:36:12.4399822Z         "doc": {
2026-06-16T09:36:12.4399972Z           "complete": true,
2026-06-16T09:36:12.4400124Z           "evidence": [
2026-06-16T09:36:12.4400244Z             {
2026-06-16T09:36:12.4400448Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4400701Z               "line": 145
2026-06-16T09:36:12.4400830Z             }
2026-06-16T09:36:12.4400958Z           ]
2026-06-16T09:36:12.4401092Z         },
2026-06-16T09:36:12.4401226Z         "impl": {
2026-06-16T09:36:12.4401378Z           "complete": true,
2026-06-16T09:36:12.4401518Z           "evidence": [
2026-06-16T09:36:12.4401640Z             {
2026-06-16T09:36:12.4401896Z               "path": "crates/spt-daemon/src/pump/update.rs",
2026-06-16T09:36:12.4402041Z               "line": 160
2026-06-16T09:36:12.4402162Z             },
2026-06-16T09:36:12.4402290Z             {
2026-06-16T09:36:12.4402539Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4402694Z               "line": 200
2026-06-16T09:36:12.4402820Z             },
2026-06-16T09:36:12.4402948Z             {
2026-06-16T09:36:12.4403192Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4403329Z               "line": 298
2026-06-16T09:36:12.4403454Z             },
2026-06-16T09:36:12.4403592Z             {
2026-06-16T09:36:12.4403812Z               "path": "crates/spt-store/src/epoch.rs",
2026-06-16T09:36:12.4403954Z               "line": 20
2026-06-16T09:36:12.4404074Z             }
2026-06-16T09:36:12.4404202Z           ]
2026-06-16T09:36:12.4404322Z         },
2026-06-16T09:36:12.4404456Z         "int": {
2026-06-16T09:36:12.4404606Z           "complete": false,
2026-06-16T09:36:12.4404755Z           "evidence": []
2026-06-16T09:36:12.4404873Z         },
2026-06-16T09:36:12.4405002Z         "unit": {
2026-06-16T09:36:12.4405160Z           "complete": true,
2026-06-16T09:36:12.4405302Z           "evidence": [
2026-06-16T09:36:12.4405436Z             {
2026-06-16T09:36:12.4405685Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4405832Z               "line": 885
2026-06-16T09:36:12.4405956Z             },
2026-06-16T09:36:12.4406089Z             {
2026-06-16T09:36:12.4406348Z               "path": "crates/spt-daemon/tests/replicate.rs",
2026-06-16T09:36:12.4406513Z               "line": 88
2026-06-16T09:36:12.4406648Z             },
2026-06-16T09:36:12.4406780Z             {
2026-06-16T09:36:12.4407013Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4407159Z               "line": 819
2026-06-16T09:36:12.4407283Z             },
2026-06-16T09:36:12.4407412Z             {
2026-06-16T09:36:12.4407636Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4407788Z               "line": 838
2026-06-16T09:36:12.4407918Z             },
2026-06-16T09:36:12.4408046Z             {
2026-06-16T09:36:12.4408280Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.4411156Z               "line": 279
2026-06-16T09:36:12.4411323Z             },
2026-06-16T09:36:12.4411457Z             {
2026-06-16T09:36:12.4411690Z               "path": "crates/spt-store/src/epoch.rs",
2026-06-16T09:36:12.4411833Z               "line": 82
2026-06-16T09:36:12.4411962Z             },
2026-06-16T09:36:12.4412092Z             {
2026-06-16T09:36:12.4412313Z               "path": "crates/spt-store/src/epoch.rs",
2026-06-16T09:36:12.4412461Z               "line": 99
2026-06-16T09:36:12.4412588Z             },
2026-06-16T09:36:12.4412717Z             {
2026-06-16T09:36:12.4412926Z               "path": "crates/spt-store/src/epoch.rs",
2026-06-16T09:36:12.4413070Z               "line": 119
2026-06-16T09:36:12.4413203Z             }
2026-06-16T09:36:12.4413332Z           ]
2026-06-16T09:36:12.4413461Z         }
2026-06-16T09:36:12.4413593Z       }
2026-06-16T09:36:12.4413723Z     },
2026-06-16T09:36:12.4413847Z     {
2026-06-16T09:36:12.4414061Z       "id": "REQ-HAZARD-REGISTRY-GHOST-ROWS",
2026-06-16T09:36:12.4417373Z       "title": "A dead node identity's registry rows must decay: only the per-(endpoint,node) epoch lease supersedes rows, so without eviction a vanished node's rows are immortal and poison bare-id resolution with phantom AcrossNodes ambiguity — evict rows whose author node has not been heard (admitted inbound feed) within the eviction window; own rows never decay; a revived node re-inserts from its durable epoch within one pump cadence (4.10)",
2026-06-16T09:36:12.4417639Z       "requiredStages": [
2026-06-16T09:36:12.4417775Z         "doc",
2026-06-16T09:36:12.4417900Z         "impl",
2026-06-16T09:36:12.4418038Z         "unit"
2026-06-16T09:36:12.4418157Z       ],
2026-06-16T09:36:12.4418296Z       "stages": {
2026-06-16T09:36:12.4418424Z         "doc": {
2026-06-16T09:36:12.4418577Z           "complete": true,
2026-06-16T09:36:12.4418734Z           "evidence": [
2026-06-16T09:36:12.4418854Z             {
2026-06-16T09:36:12.4419141Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4419306Z               "line": 157
2026-06-16T09:36:12.4419436Z             }
2026-06-16T09:36:12.4419568Z           ]
2026-06-16T09:36:12.4419688Z         },
2026-06-16T09:36:12.4419832Z         "impl": {
2026-06-16T09:36:12.4419979Z           "complete": true,
2026-06-16T09:36:12.4420128Z           "evidence": [
2026-06-16T09:36:12.4420250Z             {
2026-06-16T09:36:12.4420520Z               "path": "crates/spt-daemon/src/pump/registry.rs",
2026-06-16T09:36:12.4420667Z               "line": 137
2026-06-16T09:36:12.4420787Z             },
2026-06-16T09:36:12.4420924Z             {
2026-06-16T09:36:12.4421177Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4421321Z               "line": 512
2026-06-16T09:36:12.4421449Z             },
2026-06-16T09:36:12.4421568Z             {
2026-06-16T09:36:12.4421826Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4421960Z               "line": 519
2026-06-16T09:36:12.4422088Z             },
2026-06-16T09:36:12.4422222Z             {
2026-06-16T09:36:12.4422459Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4422613Z               "line": 227
2026-06-16T09:36:12.4422736Z             }
2026-06-16T09:36:12.4422868Z           ]
2026-06-16T09:36:12.4422993Z         },
2026-06-16T09:36:12.4423124Z         "int": {
2026-06-16T09:36:12.4423282Z           "complete": false,
2026-06-16T09:36:12.4423429Z           "evidence": []
2026-06-16T09:36:12.4423563Z         },
2026-06-16T09:36:12.4423687Z         "unit": {
2026-06-16T09:36:12.4423844Z           "complete": true,
2026-06-16T09:36:12.4423987Z           "evidence": [
2026-06-16T09:36:12.4424120Z             {
2026-06-16T09:36:12.4424369Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4424517Z               "line": 1515
2026-06-16T09:36:12.4424645Z             },
2026-06-16T09:36:12.4424769Z             {
2026-06-16T09:36:12.4425022Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4425161Z               "line": 1573
2026-06-16T09:36:12.4425298Z             },
2026-06-16T09:36:12.4425427Z             {
2026-06-16T09:36:12.4425650Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4425798Z               "line": 851
2026-06-16T09:36:12.4425928Z             }
2026-06-16T09:36:12.4426055Z           ]
2026-06-16T09:36:12.4426185Z         }
2026-06-16T09:36:12.4426332Z       }
2026-06-16T09:36:12.4426462Z     },
2026-06-16T09:36:12.4426590Z     {
2026-06-16T09:36:12.4426810Z       "id": "REQ-HAZARD-REGISTRY-STALE-CLEAN",
2026-06-16T09:36:12.4427229Z       "title": "Stale registry entries degrade to fallback, never hard-fail (4.3)",
2026-06-16T09:36:12.4427382Z       "requiredStages": [
2026-06-16T09:36:12.4427511Z         "impl",
2026-06-16T09:36:12.4427643Z         "unit"
2026-06-16T09:36:12.4427773Z       ],
2026-06-16T09:36:12.4427914Z       "stages": {
2026-06-16T09:36:12.4428043Z         "doc": {
2026-06-16T09:36:12.4428307Z           "complete": false,
2026-06-16T09:36:12.4428461Z           "evidence": []
2026-06-16T09:36:12.4428588Z         },
2026-06-16T09:36:12.4428727Z         "impl": {
2026-06-16T09:36:12.4428875Z           "complete": true,
2026-06-16T09:36:12.4429100Z           "evidence": [
2026-06-16T09:36:12.4429329Z             {
2026-06-16T09:36:12.4429542Z               "path": "crates/spt-store/src/proc.rs",
2026-06-16T09:36:12.4429686Z               "line": 15
2026-06-16T09:36:12.4429815Z             },
2026-06-16T09:36:12.4429938Z             {
2026-06-16T09:36:12.4430168Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4430311Z               "line": 55
2026-06-16T09:36:12.4430439Z             },
2026-06-16T09:36:12.4430564Z             {
2026-06-16T09:36:12.4430791Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4430929Z               "line": 66
2026-06-16T09:36:12.4431061Z             },
2026-06-16T09:36:12.4431193Z             {
2026-06-16T09:36:12.4431423Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4431566Z               "line": 115
2026-06-16T09:36:12.4431700Z             },
2026-06-16T09:36:12.4431837Z             {
2026-06-16T09:36:12.4432057Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4432210Z               "line": 138
2026-06-16T09:36:12.4432328Z             }
2026-06-16T09:36:12.4432462Z           ]
2026-06-16T09:36:12.4432583Z         },
2026-06-16T09:36:12.4432710Z         "int": {
2026-06-16T09:36:12.4432864Z           "complete": false,
2026-06-16T09:36:12.4433010Z           "evidence": []
2026-06-16T09:36:12.4433140Z         },
2026-06-16T09:36:12.4433264Z         "unit": {
2026-06-16T09:36:12.4433414Z           "complete": true,
2026-06-16T09:36:12.4433558Z           "evidence": [
2026-06-16T09:36:12.4433684Z             {
2026-06-16T09:36:12.4433895Z               "path": "crates/spt-store/src/proc.rs",
2026-06-16T09:36:12.4434042Z               "line": 149
2026-06-16T09:36:12.4434181Z             },
2026-06-16T09:36:12.4434299Z             {
2026-06-16T09:36:12.4434510Z               "path": "crates/spt-store/src/proc.rs",
2026-06-16T09:36:12.4434647Z               "line": 155
2026-06-16T09:36:12.4434777Z             },
2026-06-16T09:36:12.4434910Z             {
2026-06-16T09:36:12.4435121Z               "path": "crates/spt-store/src/proc.rs",
2026-06-16T09:36:12.4435272Z               "line": 169
2026-06-16T09:36:12.4435401Z             },
2026-06-16T09:36:12.4435524Z             {
2026-06-16T09:36:12.4435736Z               "path": "crates/spt-store/src/proc.rs",
2026-06-16T09:36:12.4435882Z               "line": 178
2026-06-16T09:36:12.4436017Z             },
2026-06-16T09:36:12.4436150Z             {
2026-06-16T09:36:12.4436367Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4436521Z               "line": 195
2026-06-16T09:36:12.4436649Z             },
2026-06-16T09:36:12.4436783Z             {
2026-06-16T09:36:12.4437007Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4437169Z               "line": 208
2026-06-16T09:36:12.4437303Z             },
2026-06-16T09:36:12.4437436Z             {
2026-06-16T09:36:12.4437675Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4437822Z               "line": 271
2026-06-16T09:36:12.4437956Z             },
2026-06-16T09:36:12.4438085Z             {
2026-06-16T09:36:12.4438315Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4438461Z               "line": 290
2026-06-16T09:36:12.4438583Z             },
2026-06-16T09:36:12.4438717Z             {
2026-06-16T09:36:12.4439017Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4439158Z               "line": 319
2026-06-16T09:36:12.4439288Z             }
2026-06-16T09:36:12.4439416Z           ]
2026-06-16T09:36:12.4439535Z         }
2026-06-16T09:36:12.4439655Z       }
2026-06-16T09:36:12.4439783Z     },
2026-06-16T09:36:12.4439899Z     {
2026-06-16T09:36:12.4440213Z       "id": "REQ-HAZARD-RESTART-IDEMPOTENT",
2026-06-16T09:36:12.4440818Z       "title": "Idempotent/exactly-once delivery across brain restart at every broker boundary (codex #14)",
2026-06-16T09:36:12.4440980Z       "requiredStages": [
2026-06-16T09:36:12.4441119Z         "impl",
2026-06-16T09:36:12.4441365Z         "unit",
2026-06-16T09:36:12.4441504Z         "int"
2026-06-16T09:36:12.4441626Z       ],
2026-06-16T09:36:12.4441763Z       "stages": {
2026-06-16T09:36:12.4441888Z         "doc": {
2026-06-16T09:36:12.4442049Z           "complete": false,
2026-06-16T09:36:12.4442198Z           "evidence": []
2026-06-16T09:36:12.4442331Z         },
2026-06-16T09:36:12.4442470Z         "impl": {
2026-06-16T09:36:12.4442613Z           "complete": true,
2026-06-16T09:36:12.4442755Z           "evidence": [
2026-06-16T09:36:12.4442879Z             {
2026-06-16T09:36:12.4443104Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.4443250Z               "line": 447
2026-06-16T09:36:12.4443375Z             },
2026-06-16T09:36:12.4443505Z             {
2026-06-16T09:36:12.4443720Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.4443861Z               "line": 867
2026-06-16T09:36:12.4443993Z             },
2026-06-16T09:36:12.4444113Z             {
2026-06-16T09:36:12.4444329Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.4444479Z               "line": 912
2026-06-16T09:36:12.4444616Z             },
2026-06-16T09:36:12.4444741Z             {
2026-06-16T09:36:12.4444955Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.4445103Z               "line": 937
2026-06-16T09:36:12.4445226Z             },
2026-06-16T09:36:12.4445356Z             {
2026-06-16T09:36:12.4445579Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.4445723Z               "line": 987
2026-06-16T09:36:12.4445846Z             },
2026-06-16T09:36:12.4445976Z             {
2026-06-16T09:36:12.4446204Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.4446349Z               "line": 1113
2026-06-16T09:36:12.4446466Z             },
2026-06-16T09:36:12.4446601Z             {
2026-06-16T09:36:12.4446828Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.4446981Z               "line": 1244
2026-06-16T09:36:12.4447114Z             },
2026-06-16T09:36:12.4447233Z             {
2026-06-16T09:36:12.4447462Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.4447606Z               "line": 1292
2026-06-16T09:36:12.4447734Z             },
2026-06-16T09:36:12.4447877Z             {
2026-06-16T09:36:12.4448096Z               "path": "crates/spt-daemon/src/effect.rs",
2026-06-16T09:36:12.4448245Z               "line": 46
2026-06-16T09:36:12.4448368Z             },
2026-06-16T09:36:12.4448492Z             {
2026-06-16T09:36:12.4448720Z               "path": "crates/spt-daemon/src/effect.rs",
2026-06-16T09:36:12.4448865Z               "line": 167
2026-06-16T09:36:12.4449087Z             },
2026-06-16T09:36:12.4449216Z             {
2026-06-16T09:36:12.4449422Z               "path": "crates/spt-daemon/src/wan.rs",
2026-06-16T09:36:12.4449557Z               "line": 132
2026-06-16T09:36:12.4449695Z             },
2026-06-16T09:36:12.4449829Z             {
2026-06-16T09:36:12.4450038Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4450191Z               "line": 137
2026-06-16T09:36:12.4450314Z             },
2026-06-16T09:36:12.4450434Z             {
2026-06-16T09:36:12.4450649Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4450793Z               "line": 183
2026-06-16T09:36:12.4450916Z             }
2026-06-16T09:36:12.4451029Z           ]
2026-06-16T09:36:12.4451155Z         },
2026-06-16T09:36:12.4451288Z         "int": {
2026-06-16T09:36:12.4451446Z           "complete": true,
2026-06-16T09:36:12.4451597Z           "evidence": [
2026-06-16T09:36:12.4451722Z             {
2026-06-16T09:36:12.4452083Z               "path": "crates/spt-daemon/tests/idempotent.rs",
2026-06-16T09:36:12.4452229Z               "line": 27
2026-06-16T09:36:12.4452362Z             },
2026-06-16T09:36:12.4452481Z             {
2026-06-16T09:36:12.4452730Z               "path": "crates/spt-daemon/tests/netbroker.rs",
2026-06-16T09:36:12.4452981Z               "line": 129
2026-06-16T09:36:12.4453116Z             },
2026-06-16T09:36:12.4453243Z             {
2026-06-16T09:36:12.4453472Z               "path": "crates/spt-daemon/tests/netstream.rs",
2026-06-16T09:36:12.4453616Z               "line": 200
2026-06-16T09:36:12.4453741Z             }
2026-06-16T09:36:12.4453873Z           ]
2026-06-16T09:36:12.4453989Z         },
2026-06-16T09:36:12.4454130Z         "unit": {
2026-06-16T09:36:12.4454280Z           "complete": true,
2026-06-16T09:36:12.4454426Z           "evidence": [
2026-06-16T09:36:12.4454549Z             {
2026-06-16T09:36:12.4454776Z               "path": "crates/spt-daemon/src/effect.rs",
2026-06-16T09:36:12.4454924Z               "line": 313
2026-06-16T09:36:12.4455044Z             },
2026-06-16T09:36:12.4455171Z             {
2026-06-16T09:36:12.4455397Z               "path": "crates/spt-daemon/src/effect.rs",
2026-06-16T09:36:12.4455543Z               "line": 345
2026-06-16T09:36:12.4455672Z             },
2026-06-16T09:36:12.4455805Z             {
2026-06-16T09:36:12.4456034Z               "path": "crates/spt-daemon/src/effect.rs",
2026-06-16T09:36:12.4456177Z               "line": 366
2026-06-16T09:36:12.4456312Z             },
2026-06-16T09:36:12.4456440Z             {
2026-06-16T09:36:12.4456668Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.4456817Z               "line": 508
2026-06-16T09:36:12.4456946Z             },
2026-06-16T09:36:12.4457069Z             {
2026-06-16T09:36:12.4457298Z               "path": "crates/spt-daemon/tests/wanmsg.rs",
2026-06-16T09:36:12.4457444Z               "line": 289
2026-06-16T09:36:12.4457574Z             },
2026-06-16T09:36:12.4457697Z             {
2026-06-16T09:36:12.4457932Z               "path": "crates/spt-daemon/tests/xfer.rs",
2026-06-16T09:36:12.4458074Z               "line": 230
2026-06-16T09:36:12.4458199Z             },
2026-06-16T09:36:12.4458317Z             {
2026-06-16T09:36:12.4458537Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4458689Z               "line": 526
2026-06-16T09:36:12.4458810Z             },
2026-06-16T09:36:12.4458938Z             {
2026-06-16T09:36:12.4459237Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.4459381Z               "line": 556
2026-06-16T09:36:12.4459515Z             }
2026-06-16T09:36:12.4459637Z           ]
2026-06-16T09:36:12.4459762Z         }
2026-06-16T09:36:12.4459883Z       }
2026-06-16T09:36:12.4460006Z     },
2026-06-16T09:36:12.4460137Z     {
2026-06-16T09:36:12.4460379Z       "id": "REQ-HAZARD-ROLLBACK-STATE-COMPAT",
2026-06-16T09:36:12.4464443Z       "title": "A brain must not irreversibly migrate durable state before update ready-promotion: the readiness-gated auto-rollback (ADR-0018 Q7) spawns the N-1 binary against durable state the new brain may have written, so every pre-ready write must stay N-1-readable (schema migrations gated behind ready-promotion, or written N-1-tolerant/additive). Else the first in-place schema migration silently bricks rollback (KNOWN-HAZARDS 6.8). Free now — a 2026-06-09 audit confirmed zero state-migration code exists; unmintable retroactively once a migration ships.",
2026-06-16T09:36:12.4464606Z       "requiredStages": [
2026-06-16T09:36:12.4464748Z         "doc",
2026-06-16T09:36:12.4464873Z         "impl",
2026-06-16T09:36:12.4465015Z         "unit"
2026-06-16T09:36:12.4465142Z       ],
2026-06-16T09:36:12.4465271Z       "stages": {
2026-06-16T09:36:12.4465402Z         "doc": {
2026-06-16T09:36:12.4465546Z           "complete": true,
2026-06-16T09:36:12.4465693Z           "evidence": [
2026-06-16T09:36:12.4465818Z             {
2026-06-16T09:36:12.4466018Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4466300Z               "line": 307
2026-06-16T09:36:12.4466438Z             }
2026-06-16T09:36:12.4466566Z           ]
2026-06-16T09:36:12.4466685Z         },
2026-06-16T09:36:12.4466820Z         "impl": {
2026-06-16T09:36:12.4466976Z           "complete": true,
2026-06-16T09:36:12.4467247Z           "evidence": [
2026-06-16T09:36:12.4467387Z             {
2026-06-16T09:36:12.4467663Z               "path": "crates/spt-daemon/src/rollback_compat.rs",
2026-06-16T09:36:12.4467812Z               "line": 33
2026-06-16T09:36:12.4467938Z             },
2026-06-16T09:36:12.4468067Z             {
2026-06-16T09:36:12.4468338Z               "path": "crates/spt-daemon/src/rollback_compat.rs",
2026-06-16T09:36:12.4468487Z               "line": 39
2026-06-16T09:36:12.4468610Z             }
2026-06-16T09:36:12.4468741Z           ]
2026-06-16T09:36:12.4468864Z         },
2026-06-16T09:36:12.4469060Z         "int": {
2026-06-16T09:36:12.4469225Z           "complete": false,
2026-06-16T09:36:12.4469365Z           "evidence": []
2026-06-16T09:36:12.4469493Z         },
2026-06-16T09:36:12.4469632Z         "unit": {
2026-06-16T09:36:12.4469793Z           "complete": true,
2026-06-16T09:36:12.4469941Z           "evidence": [
2026-06-16T09:36:12.4470061Z             {
2026-06-16T09:36:12.4470326Z               "path": "crates/spt-daemon/src/rollback_compat.rs",
2026-06-16T09:36:12.4470481Z               "line": 95
2026-06-16T09:36:12.4470619Z             }
2026-06-16T09:36:12.4470749Z           ]
2026-06-16T09:36:12.4470881Z         }
2026-06-16T09:36:12.4471021Z       }
2026-06-16T09:36:12.4471153Z     },
2026-06-16T09:36:12.4471274Z     {
2026-06-16T09:36:12.4471463Z       "id": "REQ-HAZARD-SELF-ELEVATE",
2026-06-16T09:36:12.4476750Z       "title": "Self-elevation (REQ-ELEVATE-1) re-runs the EXACT original invocation with the binary's ABSOLUTE exe path — never widening privilege scope, never adding/altering args, never via a PATH-resolved bare name, never via a shell-interpolated command string (argv-array only, no `sh -c`); the elevated child drops state back to the user (composes with the 5.7 de-elevation) and NEVER re-elevates (loop-safe: decide_elevation_path returns AlreadyElevated whenever the process is already Elevated, on every OS). The user's UAC/polkit/sudo prompt is the only consent gate — we never bypass it; the print-hint floor prints the absolute-path command too. The unprivileged parent never depends on (pipes/captures) the privileged child's stdout.",
2026-06-16T09:36:12.4476940Z       "requiredStages": [
2026-06-16T09:36:12.4477079Z         "unit"
2026-06-16T09:36:12.4477203Z       ],
2026-06-16T09:36:12.4477347Z       "stages": {
2026-06-16T09:36:12.4477474Z         "doc": {
2026-06-16T09:36:12.4477627Z           "complete": false,
2026-06-16T09:36:12.4477770Z           "evidence": []
2026-06-16T09:36:12.4477903Z         },
2026-06-16T09:36:12.4478043Z         "impl": {
2026-06-16T09:36:12.4478190Z           "complete": true,
2026-06-16T09:36:12.4478334Z           "evidence": [
2026-06-16T09:36:12.4478484Z             {
2026-06-16T09:36:12.4478676Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4478822Z               "line": 3206
2026-06-16T09:36:12.4479037Z             },
2026-06-16T09:36:12.4479175Z             {
2026-06-16T09:36:12.4479357Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4479533Z               "line": 3258
2026-06-16T09:36:12.4479658Z             },
2026-06-16T09:36:12.4479790Z             {
2026-06-16T09:36:12.4479973Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4480124Z               "line": 3303
2026-06-16T09:36:12.4480254Z             },
2026-06-16T09:36:12.4480377Z             {
2026-06-16T09:36:12.4480584Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4480724Z               "line": 92
2026-06-16T09:36:12.4480867Z             },
2026-06-16T09:36:12.4481008Z             {
2026-06-16T09:36:12.4481218Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4481471Z               "line": 148
2026-06-16T09:36:12.4481609Z             },
2026-06-16T09:36:12.4481742Z             {
2026-06-16T09:36:12.4481933Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4482085Z               "line": 192
2026-06-16T09:36:12.4482215Z             },
2026-06-16T09:36:12.4482444Z             {
2026-06-16T09:36:12.4482658Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4482802Z               "line": 200
2026-06-16T09:36:12.4482939Z             },
2026-06-16T09:36:12.4483059Z             {
2026-06-16T09:36:12.4483253Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4483398Z               "line": 211
2026-06-16T09:36:12.4483535Z             },
2026-06-16T09:36:12.4483658Z             {
2026-06-16T09:36:12.4483866Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4484003Z               "line": 265
2026-06-16T09:36:12.4484133Z             },
2026-06-16T09:36:12.4484271Z             {
2026-06-16T09:36:12.4484476Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4484619Z               "line": 279
2026-06-16T09:36:12.4484758Z             }
2026-06-16T09:36:12.4484881Z           ]
2026-06-16T09:36:12.4485010Z         },
2026-06-16T09:36:12.4485144Z         "int": {
2026-06-16T09:36:12.4485311Z           "complete": false,
2026-06-16T09:36:12.4485458Z           "evidence": []
2026-06-16T09:36:12.4485591Z         },
2026-06-16T09:36:12.4485721Z         "unit": {
2026-06-16T09:36:12.4485873Z           "complete": true,
2026-06-16T09:36:12.4486022Z           "evidence": [
2026-06-16T09:36:12.4486154Z             {
2026-06-16T09:36:12.4486353Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4486490Z               "line": 419
2026-06-16T09:36:12.4486623Z             },
2026-06-16T09:36:12.4486748Z             {
2026-06-16T09:36:12.4486953Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4487091Z               "line": 470
2026-06-16T09:36:12.4487224Z             },
2026-06-16T09:36:12.4487353Z             {
2026-06-16T09:36:12.4487548Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4487691Z               "line": 499
2026-06-16T09:36:12.4487829Z             },
2026-06-16T09:36:12.4487954Z             {
2026-06-16T09:36:12.4488158Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4488307Z               "line": 526
2026-06-16T09:36:12.4488445Z             }
2026-06-16T09:36:12.4488574Z           ]
2026-06-16T09:36:12.4488706Z         }
2026-06-16T09:36:12.4488832Z       }
2026-06-16T09:36:12.4489031Z     },
2026-06-16T09:36:12.4489163Z     {
2026-06-16T09:36:12.4489369Z       "id": "REQ-HAZARD-SINGLE-PATH-SOURCE",
2026-06-16T09:36:12.4489769Z       "title": "Single path/registry source of truth; no layout ambiguity (6.1)",
2026-06-16T09:36:12.4489931Z       "requiredStages": [
2026-06-16T09:36:12.4490069Z         "impl",
2026-06-16T09:36:12.4490208Z         "unit"
2026-06-16T09:36:12.4490332Z       ],
2026-06-16T09:36:12.4490471Z       "stages": {
2026-06-16T09:36:12.4490603Z         "doc": {
2026-06-16T09:36:12.4490757Z           "complete": false,
2026-06-16T09:36:12.4490904Z           "evidence": []
2026-06-16T09:36:12.4491028Z         },
2026-06-16T09:36:12.4491167Z         "impl": {
2026-06-16T09:36:12.4491332Z           "complete": true,
2026-06-16T09:36:12.4491470Z           "evidence": [
2026-06-16T09:36:12.4491592Z             {
2026-06-16T09:36:12.4491851Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4491992Z               "line": 62
2026-06-16T09:36:12.4492122Z             },
2026-06-16T09:36:12.4492250Z             {
2026-06-16T09:36:12.4492489Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4492631Z               "line": 71
2026-06-16T09:36:12.4492766Z             },
2026-06-16T09:36:12.4492893Z             {
2026-06-16T09:36:12.4493132Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4493410Z               "line": 80
2026-06-16T09:36:12.4493551Z             },
2026-06-16T09:36:12.4493677Z             {
2026-06-16T09:36:12.4493924Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4494068Z               "line": 88
2026-06-16T09:36:12.4494195Z             },
2026-06-16T09:36:12.4494422Z             {
2026-06-16T09:36:12.4494636Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4494779Z               "line": 33
2026-06-16T09:36:12.4494912Z             },
2026-06-16T09:36:12.4495036Z             {
2026-06-16T09:36:12.4495246Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4495395Z               "line": 65
2026-06-16T09:36:12.4495522Z             },
2026-06-16T09:36:12.4495647Z             {
2026-06-16T09:36:12.4495866Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4495999Z               "line": 74
2026-06-16T09:36:12.4496138Z             },
2026-06-16T09:36:12.4496263Z             {
2026-06-16T09:36:12.4496476Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4496625Z               "line": 93
2026-06-16T09:36:12.4496747Z             },
2026-06-16T09:36:12.4496871Z             {
2026-06-16T09:36:12.4497083Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4497241Z               "line": 102
2026-06-16T09:36:12.4497369Z             },
2026-06-16T09:36:12.4497503Z             {
2026-06-16T09:36:12.4497708Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4497847Z               "line": 111
2026-06-16T09:36:12.4497985Z             },
2026-06-16T09:36:12.4498109Z             {
2026-06-16T09:36:12.4498314Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4498457Z               "line": 122
2026-06-16T09:36:12.4498590Z             },
2026-06-16T09:36:12.4498718Z             {
2026-06-16T09:36:12.4498928Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4499158Z               "line": 140
2026-06-16T09:36:12.4499286Z             },
2026-06-16T09:36:12.4499421Z             {
2026-06-16T09:36:12.4499628Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4499776Z               "line": 149
2026-06-16T09:36:12.4499915Z             },
2026-06-16T09:36:12.4500043Z             {
2026-06-16T09:36:12.4500248Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4500397Z               "line": 158
2026-06-16T09:36:12.4500530Z             },
2026-06-16T09:36:12.4500649Z             {
2026-06-16T09:36:12.4500869Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4501017Z               "line": 169
2026-06-16T09:36:12.4501150Z             },
2026-06-16T09:36:12.4501283Z             {
2026-06-16T09:36:12.4501488Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4501631Z               "line": 177
2026-06-16T09:36:12.4501765Z             },
2026-06-16T09:36:12.4501907Z             {
2026-06-16T09:36:12.4502115Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4502257Z               "line": 186
2026-06-16T09:36:12.4502391Z             },
2026-06-16T09:36:12.4502519Z             {
2026-06-16T09:36:12.4502734Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4502877Z               "line": 195
2026-06-16T09:36:12.4502997Z             },
2026-06-16T09:36:12.4503125Z             {
2026-06-16T09:36:12.4503326Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4503472Z               "line": 204
2026-06-16T09:36:12.4503602Z             },
2026-06-16T09:36:12.4503731Z             {
2026-06-16T09:36:12.4503932Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4504074Z               "line": 216
2026-06-16T09:36:12.4504199Z             },
2026-06-16T09:36:12.4504332Z             {
2026-06-16T09:36:12.4504547Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4504693Z               "line": 223
2026-06-16T09:36:12.4504940Z             },
2026-06-16T09:36:12.4505076Z             {
2026-06-16T09:36:12.4505277Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4505429Z               "line": 232
2026-06-16T09:36:12.4505554Z             },
2026-06-16T09:36:12.4505682Z             {
2026-06-16T09:36:12.4505997Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4506145Z               "line": 239
2026-06-16T09:36:12.4506268Z             },
2026-06-16T09:36:12.4506397Z             {
2026-06-16T09:36:12.4506611Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4506756Z               "line": 306
2026-06-16T09:36:12.4506893Z             },
2026-06-16T09:36:12.4507022Z             {
2026-06-16T09:36:12.4507236Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4507383Z               "line": 318
2026-06-16T09:36:12.4507511Z             },
2026-06-16T09:36:12.4507638Z             {
2026-06-16T09:36:12.4507845Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4507991Z               "line": 405
2026-06-16T09:36:12.4508121Z             }
2026-06-16T09:36:12.4508244Z           ]
2026-06-16T09:36:12.4508373Z         },
2026-06-16T09:36:12.4508507Z         "int": {
2026-06-16T09:36:12.4508679Z           "complete": false,
2026-06-16T09:36:12.4508826Z           "evidence": []
2026-06-16T09:36:12.4509051Z         },
2026-06-16T09:36:12.4509179Z         "unit": {
2026-06-16T09:36:12.4509342Z           "complete": true,
2026-06-16T09:36:12.4509483Z           "evidence": [
2026-06-16T09:36:12.4509608Z             {
2026-06-16T09:36:12.4509822Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4509962Z               "line": 487
2026-06-16T09:36:12.4510089Z             },
2026-06-16T09:36:12.4510216Z             {
2026-06-16T09:36:12.4510432Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4510575Z               "line": 528
2026-06-16T09:36:12.4510704Z             },
2026-06-16T09:36:12.4510842Z             {
2026-06-16T09:36:12.4511047Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4511199Z               "line": 541
2026-06-16T09:36:12.4511324Z             },
2026-06-16T09:36:12.4511461Z             {
2026-06-16T09:36:12.4511686Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4511828Z               "line": 627
2026-06-16T09:36:12.4511958Z             }
2026-06-16T09:36:12.4512091Z           ]
2026-06-16T09:36:12.4512221Z         }
2026-06-16T09:36:12.4512339Z       }
2026-06-16T09:36:12.4512467Z     },
2026-06-16T09:36:12.4512590Z     {
2026-06-16T09:36:12.4512779Z       "id": "REQ-HAZARD-SOFT-CLEANUP",
2026-06-16T09:36:12.4513190Z       "title": "Soft-cleanup preserves state, removes only the ready marker (6.2)",
2026-06-16T09:36:12.4513352Z       "requiredStages": [
2026-06-16T09:36:12.4513495Z         "impl",
2026-06-16T09:36:12.4513614Z         "unit"
2026-06-16T09:36:12.4513737Z       ],
2026-06-16T09:36:12.4513881Z       "stages": {
2026-06-16T09:36:12.4514024Z         "doc": {
2026-06-16T09:36:12.4514186Z           "complete": false,
2026-06-16T09:36:12.4514334Z           "evidence": []
2026-06-16T09:36:12.4514468Z         },
2026-06-16T09:36:12.4514609Z         "impl": {
2026-06-16T09:36:12.4514769Z           "complete": true,
2026-06-16T09:36:12.4514915Z           "evidence": [
2026-06-16T09:36:12.4515040Z             {
2026-06-16T09:36:12.4515249Z               "path": "crates/spt-msg/src/ready.rs",
2026-06-16T09:36:12.4515396Z               "line": 152
2026-06-16T09:36:12.4515528Z             },
2026-06-16T09:36:12.4515651Z             {
2026-06-16T09:36:12.4515881Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.4516032Z               "line": 167
2026-06-16T09:36:12.4516152Z             }
2026-06-16T09:36:12.4516275Z           ]
2026-06-16T09:36:12.4516405Z         },
2026-06-16T09:36:12.4516543Z         "int": {
2026-06-16T09:36:12.4516696Z           "complete": false,
2026-06-16T09:36:12.4516962Z           "evidence": []
2026-06-16T09:36:12.4517101Z         },
2026-06-16T09:36:12.4517238Z         "unit": {
2026-06-16T09:36:12.4517397Z           "complete": true,
2026-06-16T09:36:12.4517539Z           "evidence": [
2026-06-16T09:36:12.4517679Z             {
2026-06-16T09:36:12.4517981Z               "path": "crates/spt-msg/src/ready.rs",
2026-06-16T09:36:12.4518132Z               "line": 274
2026-06-16T09:36:12.4518270Z             },
2026-06-16T09:36:12.4518395Z             {
2026-06-16T09:36:12.4518623Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.4518771Z               "line": 832
2026-06-16T09:36:12.4518914Z             },
2026-06-16T09:36:12.4519119Z             {
2026-06-16T09:36:12.4519343Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.4519491Z               "line": 845
2026-06-16T09:36:12.4519611Z             }
2026-06-16T09:36:12.4519744Z           ]
2026-06-16T09:36:12.4519868Z         }
2026-06-16T09:36:12.4520010Z       }
2026-06-16T09:36:12.4520130Z     },
2026-06-16T09:36:12.4520255Z     {
2026-06-16T09:36:12.4520445Z       "id": "REQ-HAZARD-STALE-INDEX-LOCK",
2026-06-16T09:36:12.4520711Z       "title": "Sweep stale lockfiles on daemon boot (1.3)",
2026-06-16T09:36:12.4520868Z       "requiredStages": [
2026-06-16T09:36:12.4521011Z         "impl",
2026-06-16T09:36:12.4521144Z         "unit"
2026-06-16T09:36:12.4521269Z       ],
2026-06-16T09:36:12.4521411Z       "stages": {
2026-06-16T09:36:12.4521550Z         "doc": {
2026-06-16T09:36:12.4521707Z           "complete": false,
2026-06-16T09:36:12.4521851Z           "evidence": []
2026-06-16T09:36:12.4521969Z         },
2026-06-16T09:36:12.4522113Z         "impl": {
2026-06-16T09:36:12.4522265Z           "complete": true,
2026-06-16T09:36:12.4522398Z           "evidence": [
2026-06-16T09:36:12.4522528Z             {
2026-06-16T09:36:12.4522752Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.4522894Z               "line": 116
2026-06-16T09:36:12.4523012Z             },
2026-06-16T09:36:12.4523155Z             {
2026-06-16T09:36:12.4523396Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.4523555Z               "line": 481
2026-06-16T09:36:12.4523682Z             }
2026-06-16T09:36:12.4523807Z           ]
2026-06-16T09:36:12.4523935Z         },
2026-06-16T09:36:12.4524060Z         "int": {
2026-06-16T09:36:12.4524217Z           "complete": false,
2026-06-16T09:36:12.4524365Z           "evidence": []
2026-06-16T09:36:12.4524494Z         },
2026-06-16T09:36:12.4524626Z         "unit": {
2026-06-16T09:36:12.4524780Z           "complete": true,
2026-06-16T09:36:12.4524927Z           "evidence": [
2026-06-16T09:36:12.4525052Z             {
2026-06-16T09:36:12.4527736Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.4527910Z               "line": 515
2026-06-16T09:36:12.4528042Z             }
2026-06-16T09:36:12.4528167Z           ]
2026-06-16T09:36:12.4528296Z         }
2026-06-16T09:36:12.4528432Z       }
2026-06-16T09:36:12.4528551Z     },
2026-06-16T09:36:12.4528683Z     {
2026-06-16T09:36:12.4528912Z       "id": "REQ-HAZARD-STALE-SIGNOFF-SENTINEL",
2026-06-16T09:36:12.4529346Z       "title": "Stale signoff sentinel does not kill a fresh start (3.2)",
2026-06-16T09:36:12.4529513Z       "requiredStages": [
2026-06-16T09:36:12.4529656Z         "impl",
2026-06-16T09:36:12.4529784Z         "unit"
2026-06-16T09:36:12.4529913Z       ],
2026-06-16T09:36:12.4530051Z       "stages": {
2026-06-16T09:36:12.4530186Z         "doc": {
2026-06-16T09:36:12.4530346Z           "complete": false,
2026-06-16T09:36:12.4530491Z           "evidence": []
2026-06-16T09:36:12.4530608Z         },
2026-06-16T09:36:12.4530748Z         "impl": {
2026-06-16T09:36:12.4530899Z           "complete": true,
2026-06-16T09:36:12.4531043Z           "evidence": [
2026-06-16T09:36:12.4531173Z             {
2026-06-16T09:36:12.4531414Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4531704Z               "line": 502
2026-06-16T09:36:12.4531838Z             },
2026-06-16T09:36:12.4531971Z             {
2026-06-16T09:36:12.4532182Z               "path": "crates/spt-live/src/signoff.rs",
2026-06-16T09:36:12.4532324Z               "line": 28
2026-06-16T09:36:12.4532449Z             }
2026-06-16T09:36:12.4532683Z           ]
2026-06-16T09:36:12.4532815Z         },
2026-06-16T09:36:12.4532949Z         "int": {
2026-06-16T09:36:12.4533107Z           "complete": false,
2026-06-16T09:36:12.4533245Z           "evidence": []
2026-06-16T09:36:12.4533380Z         },
2026-06-16T09:36:12.4533516Z         "unit": {
2026-06-16T09:36:12.4533668Z           "complete": true,
2026-06-16T09:36:12.4533814Z           "evidence": [
2026-06-16T09:36:12.4533937Z             {
2026-06-16T09:36:12.4534171Z               "path": "crates/spt-live/src/signoff.rs",
2026-06-16T09:36:12.4534315Z               "line": 229
2026-06-16T09:36:12.4534443Z             }
2026-06-16T09:36:12.4534557Z           ]
2026-06-16T09:36:12.4534696Z         }
2026-06-16T09:36:12.4534834Z       }
2026-06-16T09:36:12.4534968Z     },
2026-06-16T09:36:12.4535101Z     {
2026-06-16T09:36:12.4535297Z       "id": "REQ-HAZARD-STDIN-SESSION-ID",
2026-06-16T09:36:12.4535579Z       "title": "Stdin session_id precedence over env (2.2)",
2026-06-16T09:36:12.4535740Z       "requiredStages": [],
2026-06-16T09:36:12.4535879Z       "stages": {
2026-06-16T09:36:12.4536016Z         "doc": {
2026-06-16T09:36:12.4536165Z           "complete": false,
2026-06-16T09:36:12.4536308Z           "evidence": []
2026-06-16T09:36:12.4536430Z         },
2026-06-16T09:36:12.4536573Z         "impl": {
2026-06-16T09:36:12.4536719Z           "complete": false,
2026-06-16T09:36:12.4536862Z           "evidence": []
2026-06-16T09:36:12.4536996Z         },
2026-06-16T09:36:12.4537129Z         "int": {
2026-06-16T09:36:12.4537291Z           "complete": false,
2026-06-16T09:36:12.4537424Z           "evidence": []
2026-06-16T09:36:12.4537559Z         },
2026-06-16T09:36:12.4537696Z         "unit": {
2026-06-16T09:36:12.4537854Z           "complete": false,
2026-06-16T09:36:12.4537997Z           "evidence": []
2026-06-16T09:36:12.4538121Z         }
2026-06-16T09:36:12.4538254Z       }
2026-06-16T09:36:12.4538373Z     },
2026-06-16T09:36:12.4538493Z     {
2026-06-16T09:36:12.4538697Z       "id": "REQ-HAZARD-SUBPROCESS-TIMEOUT",
2026-06-16T09:36:12.4539068Z       "title": "Every harness/git subprocess has a timeout (5.3)",
2026-06-16T09:36:12.4539234Z       "requiredStages": [
2026-06-16T09:36:12.4539357Z         "impl",
2026-06-16T09:36:12.4539496Z         "unit"
2026-06-16T09:36:12.4539619Z       ],
2026-06-16T09:36:12.4539758Z       "stages": {
2026-06-16T09:36:12.4539883Z         "doc": {
2026-06-16T09:36:12.4540044Z           "complete": false,
2026-06-16T09:36:12.4540197Z           "evidence": []
2026-06-16T09:36:12.4540315Z         },
2026-06-16T09:36:12.4540454Z         "impl": {
2026-06-16T09:36:12.4540601Z           "complete": true,
2026-06-16T09:36:12.4540751Z           "evidence": [
2026-06-16T09:36:12.4540874Z             {
2026-06-16T09:36:12.4541089Z               "path": "crates/spt-live/src/turn.rs",
2026-06-16T09:36:12.4541226Z               "line": 19
2026-06-16T09:36:12.4541356Z             },
2026-06-16T09:36:12.4541478Z             {
2026-06-16T09:36:12.4541704Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.4541855Z               "line": 347
2026-06-16T09:36:12.4541979Z             },
2026-06-16T09:36:12.4542108Z             {
2026-06-16T09:36:12.4542342Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.4542488Z               "line": 383
2026-06-16T09:36:12.4542613Z             },
2026-06-16T09:36:12.4542737Z             {
2026-06-16T09:36:12.4542962Z               "path": "crates/spt-store/src/gitrun.rs",
2026-06-16T09:36:12.4543109Z               "line": 15
2026-06-16T09:36:12.4543243Z             },
2026-06-16T09:36:12.4543371Z             {
2026-06-16T09:36:12.4543714Z               "path": "crates/spt-store/src/gitrun.rs",
2026-06-16T09:36:12.4543857Z               "line": 48
2026-06-16T09:36:12.4543991Z             },
2026-06-16T09:36:12.4544114Z             {
2026-06-16T09:36:12.4544332Z               "path": "crates/spt-store/src/gitrun.rs",
2026-06-16T09:36:12.4544478Z               "line": 119
2026-06-16T09:36:12.4544712Z             },
2026-06-16T09:36:12.4544836Z             {
2026-06-16T09:36:12.4545032Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4545180Z               "line": 3634
2026-06-16T09:36:12.4545304Z             }
2026-06-16T09:36:12.4545427Z           ]
2026-06-16T09:36:12.4545547Z         },
2026-06-16T09:36:12.4545685Z         "int": {
2026-06-16T09:36:12.4545839Z           "complete": false,
2026-06-16T09:36:12.4545990Z           "evidence": []
2026-06-16T09:36:12.4546119Z         },
2026-06-16T09:36:12.4546252Z         "unit": {
2026-06-16T09:36:12.4546400Z           "complete": true,
2026-06-16T09:36:12.4546539Z           "evidence": [
2026-06-16T09:36:12.4546677Z             {
2026-06-16T09:36:12.4546910Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.4547062Z               "line": 496
2026-06-16T09:36:12.4547190Z             },
2026-06-16T09:36:12.4547321Z             {
2026-06-16T09:36:12.4547537Z               "path": "crates/spt-store/src/gitrun.rs",
2026-06-16T09:36:12.4547689Z               "line": 165
2026-06-16T09:36:12.4547819Z             },
2026-06-16T09:36:12.4547942Z             {
2026-06-16T09:36:12.4548152Z               "path": "crates/spt-store/src/gitrun.rs",
2026-06-16T09:36:12.4548294Z               "line": 175
2026-06-16T09:36:12.4548424Z             }
2026-06-16T09:36:12.4548548Z           ]
2026-06-16T09:36:12.4548672Z         }
2026-06-16T09:36:12.4548805Z       }
2026-06-16T09:36:12.4548924Z     },
2026-06-16T09:36:12.4549120Z     {
2026-06-16T09:36:12.4549321Z       "id": "REQ-HAZARD-SUDO-SECURE-PATH",
2026-06-16T09:36:12.4551377Z       "title": "Elevation guidance on Unix names the binary's ABSOLUTE path under sudo (a user-local install ~/.local/bin · ~/.cargo/bin is not on sudo's secure_path, so bare `sudo spt` dies 'command not found'); gated commands auto-elevate on an interactive TTY, else print the runnable hint (5.10)",
2026-06-16T09:36:12.4551543Z       "requiredStages": [
2026-06-16T09:36:12.4551686Z         "impl",
2026-06-16T09:36:12.4551824Z         "unit"
2026-06-16T09:36:12.4551955Z       ],
2026-06-16T09:36:12.4552097Z       "stages": {
2026-06-16T09:36:12.4552217Z         "doc": {
2026-06-16T09:36:12.4552377Z           "complete": false,
2026-06-16T09:36:12.4552524Z           "evidence": []
2026-06-16T09:36:12.4552650Z         },
2026-06-16T09:36:12.4552791Z         "impl": {
2026-06-16T09:36:12.4552944Z           "complete": true,
2026-06-16T09:36:12.4553096Z           "evidence": [
2026-06-16T09:36:12.4553217Z             {
2026-06-16T09:36:12.4553430Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4553574Z               "line": 192
2026-06-16T09:36:12.4553697Z             },
2026-06-16T09:36:12.4553856Z             {
2026-06-16T09:36:12.4554064Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4554213Z               "line": 279
2026-06-16T09:36:12.4554336Z             }
2026-06-16T09:36:12.4554461Z           ]
2026-06-16T09:36:12.4554589Z         },
2026-06-16T09:36:12.4554716Z         "int": {
2026-06-16T09:36:12.4554878Z           "complete": false,
2026-06-16T09:36:12.4555024Z           "evidence": []
2026-06-16T09:36:12.4555144Z         },
2026-06-16T09:36:12.4555267Z         "unit": {
2026-06-16T09:36:12.4555430Z           "complete": true,
2026-06-16T09:36:12.4555578Z           "evidence": [
2026-06-16T09:36:12.4555706Z             {
2026-06-16T09:36:12.4555906Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4556050Z               "line": 470
2026-06-16T09:36:12.4556174Z             },
2026-06-16T09:36:12.4556302Z             {
2026-06-16T09:36:12.4556512Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.4556784Z               "line": 526
2026-06-16T09:36:12.4556908Z             }
2026-06-16T09:36:12.4557038Z           ]
2026-06-16T09:36:12.4557160Z         }
2026-06-16T09:36:12.4557290Z       }
2026-06-16T09:36:12.4557419Z     },
2026-06-16T09:36:12.4557537Z     {
2026-06-16T09:36:12.4557830Z       "id": "REQ-HAZARD-UNC-PATH-STRIP",
2026-06-16T09:36:12.4558135Z       "title": "Strip Windows UNC prefix on serialized paths (5.4)",
2026-06-16T09:36:12.4558292Z       "requiredStages": [
2026-06-16T09:36:12.4558417Z         "impl",
2026-06-16T09:36:12.4558558Z         "unit"
2026-06-16T09:36:12.4558674Z       ],
2026-06-16T09:36:12.4558816Z       "stages": {
2026-06-16T09:36:12.4559022Z         "doc": {
2026-06-16T09:36:12.4559174Z           "complete": false,
2026-06-16T09:36:12.4559322Z           "evidence": []
2026-06-16T09:36:12.4559441Z         },
2026-06-16T09:36:12.4559581Z         "impl": {
2026-06-16T09:36:12.4559727Z           "complete": true,
2026-06-16T09:36:12.4559867Z           "evidence": [
2026-06-16T09:36:12.4560009Z             {
2026-06-16T09:36:12.4560232Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4560377Z               "line": 35
2026-06-16T09:36:12.4560501Z             }
2026-06-16T09:36:12.4560626Z           ]
2026-06-16T09:36:12.4560754Z         },
2026-06-16T09:36:12.4560893Z         "int": {
2026-06-16T09:36:12.4561049Z           "complete": false,
2026-06-16T09:36:12.4561194Z           "evidence": []
2026-06-16T09:36:12.4561326Z         },
2026-06-16T09:36:12.4561465Z         "unit": {
2026-06-16T09:36:12.4561612Z           "complete": true,
2026-06-16T09:36:12.4561755Z           "evidence": [
2026-06-16T09:36:12.4561885Z             {
2026-06-16T09:36:12.4562094Z               "path": "crates/spt-store/src/atomic.rs",
2026-06-16T09:36:12.4562246Z               "line": 220
2026-06-16T09:36:12.4562370Z             }
2026-06-16T09:36:12.4562500Z           ]
2026-06-16T09:36:12.4562627Z         }
2026-06-16T09:36:12.4562753Z       }
2026-06-16T09:36:12.4562895Z     },
2026-06-16T09:36:12.4563022Z     {
2026-06-16T09:36:12.4563205Z       "id": "REQ-HAZARD-UPDATE-ROLLBACK",
2026-06-16T09:36:12.4563806Z       "title": "Self-update rejects version rollback; metadata expiry + adapter content signing (codex #5)",
2026-06-16T09:36:12.4563966Z       "requiredStages": [
2026-06-16T09:36:12.4564106Z         "impl",
2026-06-16T09:36:12.4564230Z         "unit"
2026-06-16T09:36:12.4564353Z       ],
2026-06-16T09:36:12.4564487Z       "stages": {
2026-06-16T09:36:12.4564610Z         "doc": {
2026-06-16T09:36:12.4564773Z           "complete": false,
2026-06-16T09:36:12.4564920Z           "evidence": []
2026-06-16T09:36:12.4565050Z         },
2026-06-16T09:36:12.4565177Z         "impl": {
2026-06-16T09:36:12.4565334Z           "complete": true,
2026-06-16T09:36:12.4565485Z           "evidence": [
2026-06-16T09:36:12.4565608Z             {
2026-06-16T09:36:12.4565856Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.4565999Z               "line": 405
2026-06-16T09:36:12.4566147Z             },
2026-06-16T09:36:12.4566271Z             {
2026-06-16T09:36:12.4566509Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.4566654Z               "line": 409
2026-06-16T09:36:12.4566782Z             },
2026-06-16T09:36:12.4566920Z             {
2026-06-16T09:36:12.4567143Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.4567298Z               "line": 156
2026-06-16T09:36:12.4567420Z             }
2026-06-16T09:36:12.4567545Z           ]
2026-06-16T09:36:12.4567669Z         },
2026-06-16T09:36:12.4567792Z         "int": {
2026-06-16T09:36:12.4567956Z           "complete": false,
2026-06-16T09:36:12.4568097Z           "evidence": []
2026-06-16T09:36:12.4568235Z         },
2026-06-16T09:36:12.4568366Z         "unit": {
2026-06-16T09:36:12.4568519Z           "complete": true,
2026-06-16T09:36:12.4568667Z           "evidence": [
2026-06-16T09:36:12.4568794Z             {
2026-06-16T09:36:12.4569216Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.4569362Z               "line": 812
2026-06-16T09:36:12.4569496Z             },
2026-06-16T09:36:12.4569625Z             {
2026-06-16T09:36:12.4569850Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.4570082Z               "line": 826
2026-06-16T09:36:12.4570207Z             },
2026-06-16T09:36:12.4570335Z             {
2026-06-16T09:36:12.4570564Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.4570705Z               "line": 845
2026-06-16T09:36:12.4570835Z             },
2026-06-16T09:36:12.4570957Z             {
2026-06-16T09:36:12.4571186Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.4571333Z               "line": 862
2026-06-16T09:36:12.4571458Z             },
2026-06-16T09:36:12.4571577Z             {
2026-06-16T09:36:12.4571825Z               "path": "crates/spt-daemon/tests/propagate.rs",
2026-06-16T09:36:12.4571972Z               "line": 441
2026-06-16T09:36:12.4572101Z             }
2026-06-16T09:36:12.4572225Z           ]
2026-06-16T09:36:12.4572349Z         }
2026-06-16T09:36:12.4572468Z       }
2026-06-16T09:36:12.4572592Z     },
2026-06-16T09:36:12.4572727Z     {
2026-06-16T09:36:12.4572911Z       "id": "REQ-HAZARD-VIEWER-ISOLATION",
2026-06-16T09:36:12.4578177Z       "title": "A slow / dead / hostile VIEWER must NEVER stall the controller, the PTY child, or the session drain thread. The broker drain fans output to the controller on the authoritative blocking bounded path (advances delivered_through) but to each viewer via a bounded per-viewer channel with a dedicated writer thread; the drain `try_send`s under the log lock and a viewer whose bounded queue OVERFLOWS (can't keep up) is EVICTED (queue dropped, writer thread ends, removed from the viewers map) — the drain thread NEVER touches a viewer socket, so no viewer write can backpressure or block it. A soft viewer cap bounds the thread count. Viewer eviction never perturbs the controller stream, the delivered_through cursor, or the child.",
2026-06-16T09:36:12.4578343Z       "requiredStages": [
2026-06-16T09:36:12.4578478Z         "unit",
2026-06-16T09:36:12.4578600Z         "int"
2026-06-16T09:36:12.4578732Z       ],
2026-06-16T09:36:12.4578866Z       "stages": {
2026-06-16T09:36:12.4579093Z         "doc": {
2026-06-16T09:36:12.4579251Z           "complete": true,
2026-06-16T09:36:12.4579393Z           "evidence": [
2026-06-16T09:36:12.4579522Z             {
2026-06-16T09:36:12.4579718Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4579871Z               "line": 374
2026-06-16T09:36:12.4579994Z             }
2026-06-16T09:36:12.4580128Z           ]
2026-06-16T09:36:12.4580251Z         },
2026-06-16T09:36:12.4580386Z         "impl": {
2026-06-16T09:36:12.4580542Z           "complete": true,
2026-06-16T09:36:12.4580682Z           "evidence": [
2026-06-16T09:36:12.4580809Z             {
2026-06-16T09:36:12.4581030Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.4581176Z               "line": 97
2026-06-16T09:36:12.4581299Z             }
2026-06-16T09:36:12.4581428Z           ]
2026-06-16T09:36:12.4581550Z         },
2026-06-16T09:36:12.4581679Z         "int": {
2026-06-16T09:36:12.4581826Z           "complete": true,
2026-06-16T09:36:12.4581969Z           "evidence": [
2026-06-16T09:36:12.4582099Z             {
2026-06-16T09:36:12.4582328Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.4582480Z               "line": 918
2026-06-16T09:36:12.4582609Z             }
2026-06-16T09:36:12.4582732Z           ]
2026-06-16T09:36:12.4582866Z         },
2026-06-16T09:36:12.4582995Z         "unit": {
2026-06-16T09:36:12.4583157Z           "complete": true,
2026-06-16T09:36:12.4583301Z           "evidence": [
2026-06-16T09:36:12.4583438Z             {
2026-06-16T09:36:12.4583672Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.4583820Z               "line": 1459
2026-06-16T09:36:12.4583940Z             }
2026-06-16T09:36:12.4584186Z           ]
2026-06-16T09:36:12.4584311Z         }
2026-06-16T09:36:12.4584434Z       }
2026-06-16T09:36:12.4584563Z     },
2026-06-16T09:36:12.4584701Z     {
2026-06-16T09:36:12.4584887Z       "id": "REQ-HAZARD-WAN-ORIGIN-AUTH",
2026-06-16T09:36:12.4586757Z       "title": "WAN-inbound origin is transport truth, never payload: the access gate's subject (ADR-0009 origin-node whitelist) is the QUIC handshake-proven remote node id from the broker's conn/stream table — a forged origin/node field inside record bytes is inert (7.5)",
2026-06-16T09:36:12.4587038Z       "requiredStages": [
2026-06-16T09:36:12.4587173Z         "doc",
2026-06-16T09:36:12.4587315Z         "impl",
2026-06-16T09:36:12.4587440Z         "unit"
2026-06-16T09:36:12.4587568Z       ],
2026-06-16T09:36:12.4587711Z       "stages": {
2026-06-16T09:36:12.4587849Z         "doc": {
2026-06-16T09:36:12.4587992Z           "complete": true,
2026-06-16T09:36:12.4588136Z           "evidence": [
2026-06-16T09:36:12.4588278Z             {
2026-06-16T09:36:12.4588479Z               "path": "docs/KNOWN-HAZARDS.md",
2026-06-16T09:36:12.4588636Z               "line": 359
2026-06-16T09:36:12.4588761Z             }
2026-06-16T09:36:12.4588879Z           ]
2026-06-16T09:36:12.4589076Z         },
2026-06-16T09:36:12.4589241Z         "impl": {
2026-06-16T09:36:12.4589398Z           "complete": true,
2026-06-16T09:36:12.4589538Z           "evidence": [
2026-06-16T09:36:12.4589672Z             {
2026-06-16T09:36:12.4589896Z               "path": "crates/spt-daemon/src/access.rs",
2026-06-16T09:36:12.4590036Z               "line": 87
2026-06-16T09:36:12.4590158Z             },
2026-06-16T09:36:12.4590288Z             {
2026-06-16T09:36:12.4590515Z               "path": "crates/spt-daemon/src/attach.rs",
2026-06-16T09:36:12.4590660Z               "line": 105
2026-06-16T09:36:12.4590784Z             },
2026-06-16T09:36:12.4590912Z             {
2026-06-16T09:36:12.4591159Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.4591309Z               "line": 55
2026-06-16T09:36:12.4591446Z             },
2026-06-16T09:36:12.4591576Z             {
2026-06-16T09:36:12.4591803Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.4591950Z               "line": 31
2026-06-16T09:36:12.4592072Z             },
2026-06-16T09:36:12.4592206Z             {
2026-06-16T09:36:12.4592429Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.4592574Z               "line": 446
2026-06-16T09:36:12.4592715Z             },
2026-06-16T09:36:12.4592830Z             {
2026-06-16T09:36:12.4593063Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.4593203Z               "line": 95
2026-06-16T09:36:12.4593340Z             },
2026-06-16T09:36:12.4593464Z             {
2026-06-16T09:36:12.4593707Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.4593852Z               "line": 29
2026-06-16T09:36:12.4593974Z             },
2026-06-16T09:36:12.4594114Z             {
2026-06-16T09:36:12.4594346Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.4594491Z               "line": 104
2026-06-16T09:36:12.4594622Z             },
2026-06-16T09:36:12.4594760Z             {
2026-06-16T09:36:12.4595022Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4595171Z               "line": 208
2026-06-16T09:36:12.4595308Z             },
2026-06-16T09:36:12.4595434Z             {
2026-06-16T09:36:12.4595666Z               "path": "crates/spt-daemon/src/resthost.rs",
2026-06-16T09:36:12.4595809Z               "line": 28
2026-06-16T09:36:12.4595938Z             },
2026-06-16T09:36:12.4596078Z             {
2026-06-16T09:36:12.4596300Z               "path": "crates/spt-daemon/src/resthost.rs",
2026-06-16T09:36:12.4596453Z               "line": 74
2026-06-16T09:36:12.4596577Z             },
2026-06-16T09:36:12.4596712Z             {
2026-06-16T09:36:12.4597067Z               "path": "crates/spt-daemon/src/serveprobe.rs",
2026-06-16T09:36:12.4597208Z               "line": 32
2026-06-16T09:36:12.4597341Z             },
2026-06-16T09:36:12.4597462Z             {
2026-06-16T09:36:12.4597676Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.4597818Z               "line": 40
2026-06-16T09:36:12.4598048Z             },
2026-06-16T09:36:12.4598176Z             {
2026-06-16T09:36:12.4598386Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.4598533Z               "line": 184
2026-06-16T09:36:12.4598653Z             },
2026-06-16T09:36:12.4598786Z             {
2026-06-16T09:36:12.4599053Z               "path": "crates/spt-daemon/src/wan.rs",
2026-06-16T09:36:12.4599201Z               "line": 61
2026-06-16T09:36:12.4599335Z             },
2026-06-16T09:36:12.4599454Z             {
2026-06-16T09:36:12.4599660Z               "path": "crates/spt-daemon/src/wan.rs",
2026-06-16T09:36:12.4599805Z               "line": 131
2026-06-16T09:36:12.4599939Z             },
2026-06-16T09:36:12.4600066Z             {
2026-06-16T09:36:12.4600281Z               "path": "crates/spt-daemon/src/xfer.rs",
2026-06-16T09:36:12.4600427Z               "line": 223
2026-06-16T09:36:12.4600557Z             },
2026-06-16T09:36:12.4600691Z             {
2026-06-16T09:36:12.4600891Z               "path": "crates/spt-net/src/net/sync.rs",
2026-06-16T09:36:12.4601052Z               "line": 37
2026-06-16T09:36:12.4601177Z             },
2026-06-16T09:36:12.4601305Z             {
2026-06-16T09:36:12.4601521Z               "path": "crates/spt-net/src/net/update.rs",
2026-06-16T09:36:12.4601652Z               "line": 38
2026-06-16T09:36:12.4601782Z             },
2026-06-16T09:36:12.4601902Z             {
2026-06-16T09:36:12.4602136Z               "path": "crates/spt-net/src/net/wanmsg.rs",
2026-06-16T09:36:12.4602277Z               "line": 36
2026-06-16T09:36:12.4602400Z             },
2026-06-16T09:36:12.4602534Z             {
2026-06-16T09:36:12.4602741Z               "path": "crates/spt-net/src/net/xfer.rs",
2026-06-16T09:36:12.4602891Z               "line": 40
2026-06-16T09:36:12.4603013Z             }
2026-06-16T09:36:12.4603139Z           ]
2026-06-16T09:36:12.4603262Z         },
2026-06-16T09:36:12.4603400Z         "int": {
2026-06-16T09:36:12.4603567Z           "complete": false,
2026-06-16T09:36:12.4603710Z           "evidence": []
2026-06-16T09:36:12.4603834Z         },
2026-06-16T09:36:12.4603962Z         "unit": {
2026-06-16T09:36:12.4604126Z           "complete": true,
2026-06-16T09:36:12.4604267Z           "evidence": [
2026-06-16T09:36:12.4604397Z             {
2026-06-16T09:36:12.4604640Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.4604783Z               "line": 212
2026-06-16T09:36:12.4604921Z             },
2026-06-16T09:36:12.4605051Z             {
2026-06-16T09:36:12.4605301Z               "path": "crates/spt-daemon/tests/notifsync.rs",
2026-06-16T09:36:12.4605441Z               "line": 136
2026-06-16T09:36:12.4605568Z             },
2026-06-16T09:36:12.4605726Z             {
2026-06-16T09:36:12.4605979Z               "path": "crates/spt-daemon/tests/propagate.rs",
2026-06-16T09:36:12.4606122Z               "line": 685
2026-06-16T09:36:12.4606250Z             },
2026-06-16T09:36:12.4606374Z             {
2026-06-16T09:36:12.4606599Z               "path": "crates/spt-daemon/tests/sync.rs",
2026-06-16T09:36:12.4606746Z               "line": 224
2026-06-16T09:36:12.4606884Z             },
2026-06-16T09:36:12.4607013Z             {
2026-06-16T09:36:12.4607243Z               "path": "crates/spt-daemon/tests/wanmsg.rs",
2026-06-16T09:36:12.4607389Z               "line": 206
2026-06-16T09:36:12.4607522Z             },
2026-06-16T09:36:12.4607646Z             {
2026-06-16T09:36:12.4607868Z               "path": "crates/spt-net/src/net/notif.rs",
2026-06-16T09:36:12.4608012Z               "line": 112
2026-06-16T09:36:12.4608134Z             },
2026-06-16T09:36:12.4608259Z             {
2026-06-16T09:36:12.4608473Z               "path": "crates/spt-net/src/net/sync.rs",
2026-06-16T09:36:12.4608736Z               "line": 157
2026-06-16T09:36:12.4608875Z             },
2026-06-16T09:36:12.4609079Z             {
2026-06-16T09:36:12.4609303Z               "path": "crates/spt-net/src/net/update.rs",
2026-06-16T09:36:12.4609446Z               "line": 215
2026-06-16T09:36:12.4609675Z             },
2026-06-16T09:36:12.4609800Z             {
2026-06-16T09:36:12.4610024Z               "path": "crates/spt-net/src/net/wanmsg.rs",
2026-06-16T09:36:12.4610168Z               "line": 141
2026-06-16T09:36:12.4610295Z             },
2026-06-16T09:36:12.4610427Z             {
2026-06-16T09:36:12.4610640Z               "path": "crates/spt-net/src/net/xfer.rs",
2026-06-16T09:36:12.4610788Z               "line": 162
2026-06-16T09:36:12.4610917Z             }
2026-06-16T09:36:12.4611045Z           ]
2026-06-16T09:36:12.4611180Z         }
2026-06-16T09:36:12.4611293Z       }
2026-06-16T09:36:12.4611432Z     },
2026-06-16T09:36:12.4611551Z     {
2026-06-16T09:36:12.4611761Z       "id": "REQ-HAZARD-WINDOWS-PID-RECYCLE",
2026-06-16T09:36:12.4612095Z       "title": "Windows PID-recycling false positives guarded (5.1)",
2026-06-16T09:36:12.4612252Z       "requiredStages": [
2026-06-16T09:36:12.4612391Z         "impl",
2026-06-16T09:36:12.4612518Z         "unit"
2026-06-16T09:36:12.4612643Z       ],
2026-06-16T09:36:12.4612777Z       "stages": {
2026-06-16T09:36:12.4612918Z         "doc": {
2026-06-16T09:36:12.4613080Z           "complete": false,
2026-06-16T09:36:12.4613221Z           "evidence": []
2026-06-16T09:36:12.4613354Z         },
2026-06-16T09:36:12.4613493Z         "impl": {
2026-06-16T09:36:12.4613640Z           "complete": true,
2026-06-16T09:36:12.4613784Z           "evidence": [
2026-06-16T09:36:12.4613912Z             {
2026-06-16T09:36:12.4614132Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.4614285Z               "line": 95
2026-06-16T09:36:12.4614417Z             },
2026-06-16T09:36:12.4614546Z             {
2026-06-16T09:36:12.4614766Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.4614909Z               "line": 94
2026-06-16T09:36:12.4615043Z             }
2026-06-16T09:36:12.4615171Z           ]
2026-06-16T09:36:12.4615301Z         },
2026-06-16T09:36:12.4615438Z         "int": {
2026-06-16T09:36:12.4615592Z           "complete": false,
2026-06-16T09:36:12.4615752Z           "evidence": []
2026-06-16T09:36:12.4615871Z         },
2026-06-16T09:36:12.4616011Z         "unit": {
2026-06-16T09:36:12.4616166Z           "complete": true,
2026-06-16T09:36:12.4616315Z           "evidence": [
2026-06-16T09:36:12.4616448Z             {
2026-06-16T09:36:12.4616663Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.4616800Z               "line": 250
2026-06-16T09:36:12.4616935Z             },
2026-06-16T09:36:12.4617067Z             {
2026-06-16T09:36:12.4617278Z               "path": "crates/spt-store/src/proc.rs",
2026-06-16T09:36:12.4617425Z               "line": 198
2026-06-16T09:36:12.4617551Z             },
2026-06-16T09:36:12.4617673Z             {
2026-06-16T09:36:12.4617884Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.4618030Z               "line": 487
2026-06-16T09:36:12.4618164Z             },
2026-06-16T09:36:12.4618295Z             {
2026-06-16T09:36:12.4618505Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.4618662Z               "line": 520
2026-06-16T09:36:12.4618781Z             }
2026-06-16T09:36:12.4618906Z           ]
2026-06-16T09:36:12.4619106Z         }
2026-06-16T09:36:12.4619230Z       }
2026-06-16T09:36:12.4619353Z     },
2026-06-16T09:36:12.4619478Z     {
2026-06-16T09:36:12.4619658Z       "id": "REQ-HAZARD-WORKER-PATH",
2026-06-16T09:36:12.4620040Z       "title": "Single source of truth for Worker/Psyche perch location (1.5)",
2026-06-16T09:36:12.4620202Z       "requiredStages": [
2026-06-16T09:36:12.4620331Z         "impl",
2026-06-16T09:36:12.4620465Z         "unit"
2026-06-16T09:36:12.4620598Z       ],
2026-06-16T09:36:12.4620728Z       "stages": {
2026-06-16T09:36:12.4620973Z         "doc": {
2026-06-16T09:36:12.4621134Z           "complete": false,
2026-06-16T09:36:12.4621280Z           "evidence": []
2026-06-16T09:36:12.4621406Z         },
2026-06-16T09:36:12.4621553Z         "impl": {
2026-06-16T09:36:12.4621696Z           "complete": true,
2026-06-16T09:36:12.4621929Z           "evidence": [
2026-06-16T09:36:12.4622054Z             {
2026-06-16T09:36:12.4622273Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4622416Z               "line": 262
2026-06-16T09:36:12.4622539Z             },
2026-06-16T09:36:12.4622669Z             {
2026-06-16T09:36:12.4622883Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4623032Z               "line": 307
2026-06-16T09:36:12.4623178Z             },
2026-06-16T09:36:12.4623304Z             {
2026-06-16T09:36:12.4623516Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4623654Z               "line": 319
2026-06-16T09:36:12.4623795Z             }
2026-06-16T09:36:12.4623924Z           ]
2026-06-16T09:36:12.4624053Z         },
2026-06-16T09:36:12.4624191Z         "int": {
2026-06-16T09:36:12.4624344Z           "complete": false,
2026-06-16T09:36:12.4624501Z           "evidence": []
2026-06-16T09:36:12.4624626Z         },
2026-06-16T09:36:12.4624767Z         "unit": {
2026-06-16T09:36:12.4624912Z           "complete": true,
2026-06-16T09:36:12.4625059Z           "evidence": [
2026-06-16T09:36:12.4625189Z             {
2026-06-16T09:36:12.4625402Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4625551Z               "line": 455
2026-06-16T09:36:12.4625679Z             },
2026-06-16T09:36:12.4625809Z             {
2026-06-16T09:36:12.4626022Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.4626176Z               "line": 499
2026-06-16T09:36:12.4626303Z             }
2026-06-16T09:36:12.4626416Z           ]
2026-06-16T09:36:12.4626541Z         }
2026-06-16T09:36:12.4626674Z       }
2026-06-16T09:36:12.4626803Z     },
2026-06-16T09:36:12.4626928Z     {
2026-06-16T09:36:12.4627095Z       "id": "REQ-HOST-RUN-1",
2026-06-16T09:36:12.4632718Z       "title": "spt-hosted harness bringup: `spt endpoint run` spawns an adapter's `[session.self]` command template into a broker-held PTY (the spawn-session seam, brain.rs spawn_session_pid — same broker path shellhost.rs launch_shell_brokered_in uses for shells, now for kind=\"harness\" self-role), registers the perch under the given endpoint id, returns the id. Reverses today's harness-hosted-only launch (external launcher → `api bind`). Non-interactive flag set (--adapter <a[:profile]> --id <id> --create --resume <session> --attach|--start|--view) covers every terminal action of the W2 interactive picker so shortcuts (cc-<id>) bake fully non-interactive launches; composite adapter:profile resolves via registry::resolve_option leaf-replace overlay.",
2026-06-16T09:36:12.4632896Z       "requiredStages": [
2026-06-16T09:36:12.4633033Z         "impl",
2026-06-16T09:36:12.4633187Z         "unit",
2026-06-16T09:36:12.4633319Z         "int"
2026-06-16T09:36:12.4633443Z       ],
2026-06-16T09:36:12.4633582Z       "stages": {
2026-06-16T09:36:12.4633715Z         "doc": {
2026-06-16T09:36:12.4633869Z           "complete": false,
2026-06-16T09:36:12.4634038Z           "evidence": []
2026-06-16T09:36:12.4634163Z         },
2026-06-16T09:36:12.4634303Z         "impl": {
2026-06-16T09:36:12.4634446Z           "complete": true,
2026-06-16T09:36:12.4634595Z           "evidence": [
2026-06-16T09:36:12.4634722Z             {
2026-06-16T09:36:12.4634989Z               "path": "crates/spt-daemon/src/harnesshost.rs",
2026-06-16T09:36:12.4635128Z               "line": 24
2026-06-16T09:36:12.4635262Z             },
2026-06-16T09:36:12.4635381Z             {
2026-06-16T09:36:12.4635638Z               "path": "crates/spt-daemon/src/harnesshost.rs",
2026-06-16T09:36:12.4635787Z               "line": 63
2026-06-16T09:36:12.4635920Z             },
2026-06-16T09:36:12.4636054Z             {
2026-06-16T09:36:12.4636402Z               "path": "crates/spt-daemon/src/harnesshost.rs",
2026-06-16T09:36:12.4636558Z               "line": 109
2026-06-16T09:36:12.4636684Z             },
2026-06-16T09:36:12.4636811Z             {
2026-06-16T09:36:12.4637005Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4637272Z               "line": 1209
2026-06-16T09:36:12.4637407Z             }
2026-06-16T09:36:12.4637521Z           ]
2026-06-16T09:36:12.4637655Z         },
2026-06-16T09:36:12.4637783Z         "int": {
2026-06-16T09:36:12.4637935Z           "complete": true,
2026-06-16T09:36:12.4638079Z           "evidence": [
2026-06-16T09:36:12.4638202Z             {
2026-06-16T09:36:12.4638436Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.4638579Z               "line": 279
2026-06-16T09:36:12.4638709Z             }
2026-06-16T09:36:12.4638841Z           ]
2026-06-16T09:36:12.4639047Z         },
2026-06-16T09:36:12.4639183Z         "unit": {
2026-06-16T09:36:12.4639336Z           "complete": true,
2026-06-16T09:36:12.4639487Z           "evidence": [
2026-06-16T09:36:12.4639611Z             {
2026-06-16T09:36:12.4639858Z               "path": "crates/spt-daemon/src/harnesshost.rs",
2026-06-16T09:36:12.4639997Z               "line": 149
2026-06-16T09:36:12.4640139Z             },
2026-06-16T09:36:12.4640260Z             {
2026-06-16T09:36:12.4640507Z               "path": "crates/spt-daemon/src/harnesshost.rs",
2026-06-16T09:36:12.4640655Z               "line": 169
2026-06-16T09:36:12.4640773Z             },
2026-06-16T09:36:12.4640918Z             {
2026-06-16T09:36:12.4641166Z               "path": "crates/spt-daemon/src/harnesshost.rs",
2026-06-16T09:36:12.4641312Z               "line": 202
2026-06-16T09:36:12.4641446Z             }
2026-06-16T09:36:12.4641567Z           ]
2026-06-16T09:36:12.4641699Z         }
2026-06-16T09:36:12.4641824Z       }
2026-06-16T09:36:12.4641956Z     },
2026-06-16T09:36:12.4642079Z     {
2026-06-16T09:36:12.4642250Z       "id": "REQ-HOST-RUN-2",
2026-06-16T09:36:12.4646747Z       "title": "Project-scoped working directory for spt-hosted bringup: `spt endpoint run` lands the broker-spawned harness PTY in the user's PROJECT cwd, not the daemon's, via an additive `SpawnReq.cwd` field carried through the broker PTY spawn (portable-pty CommandBuilder cwd). N-1-safe wire change (additive, defaulted). Required because the consumer (Claude Code) is project-scoped: broker-inherited cwd = the daemon's cwd = the wrong `.claude`, wrong session history, wrong digest source; `cc <id>` at a project root MUST land the harness in that project. W1 ships broker-inherited cwd as a bringup-proof shortcut only; this REQ must land before the M12 gate (doyle, 2026-06-14).",
2026-06-16T09:36:12.4646914Z       "requiredStages": [
2026-06-16T09:36:12.4649588Z         "impl",
2026-06-16T09:36:12.4649753Z         "unit",
2026-06-16T09:36:12.4649882Z         "int"
2026-06-16T09:36:12.4650008Z       ],
2026-06-16T09:36:12.4650138Z       "stages": {
2026-06-16T09:36:12.4650285Z         "doc": {
2026-06-16T09:36:12.4650447Z           "complete": false,
2026-06-16T09:36:12.4650596Z           "evidence": []
2026-06-16T09:36:12.4650728Z         },
2026-06-16T09:36:12.4650867Z         "impl": {
2026-06-16T09:36:12.4651024Z           "complete": true,
2026-06-16T09:36:12.4651168Z           "evidence": [
2026-06-16T09:36:12.4651305Z             {
2026-06-16T09:36:12.4651568Z               "path": "crates/spt-daemon/src/harnesshost.rs",
2026-06-16T09:36:12.4651721Z               "line": 110
2026-06-16T09:36:12.4651854Z             },
2026-06-16T09:36:12.4651982Z             {
2026-06-16T09:36:12.4652192Z               "path": "crates/spt-term/src/pty.rs",
2026-06-16T09:36:12.4652336Z               "line": 113
2026-06-16T09:36:12.4652460Z             }
2026-06-16T09:36:12.4652582Z           ]
2026-06-16T09:36:12.4652711Z         },
2026-06-16T09:36:12.4652856Z         "int": {
2026-06-16T09:36:12.4653005Z           "complete": true,
2026-06-16T09:36:12.4653148Z           "evidence": [
2026-06-16T09:36:12.4653415Z             {
2026-06-16T09:36:12.4653668Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.4653811Z               "line": 454
2026-06-16T09:36:12.4653944Z             }
2026-06-16T09:36:12.4654077Z           ]
2026-06-16T09:36:12.4654307Z         },
2026-06-16T09:36:12.4654449Z         "unit": {
2026-06-16T09:36:12.4654603Z           "complete": true,
2026-06-16T09:36:12.4654754Z           "evidence": [
2026-06-16T09:36:12.4654874Z             {
2026-06-16T09:36:12.4655111Z               "path": "crates/spt-term/tests/surface.rs",
2026-06-16T09:36:12.4655253Z               "line": 86
2026-06-16T09:36:12.4655376Z             }
2026-06-16T09:36:12.4655513Z           ]
2026-06-16T09:36:12.4655633Z         }
2026-06-16T09:36:12.4655767Z       }
2026-06-16T09:36:12.4655890Z     },
2026-06-16T09:36:12.4656010Z     {
2026-06-16T09:36:12.4656162Z       "id": "REQ-INFRA-1",
2026-06-16T09:36:12.4656554Z       "title": "GitHub issue tracking for v1; tangled.org as migration target",
2026-06-16T09:36:12.4656725Z       "requiredStages": [],
2026-06-16T09:36:12.4656854Z       "stages": {
2026-06-16T09:36:12.4656978Z         "doc": {
2026-06-16T09:36:12.4657135Z           "complete": false,
2026-06-16T09:36:12.4657283Z           "evidence": []
2026-06-16T09:36:12.4657421Z         },
2026-06-16T09:36:12.4657556Z         "impl": {
2026-06-16T09:36:12.4657717Z           "complete": false,
2026-06-16T09:36:12.4657857Z           "evidence": []
2026-06-16T09:36:12.4657983Z         },
2026-06-16T09:36:12.4658107Z         "int": {
2026-06-16T09:36:12.4658265Z           "complete": false,
2026-06-16T09:36:12.4658421Z           "evidence": []
2026-06-16T09:36:12.4658542Z         },
2026-06-16T09:36:12.4658683Z         "unit": {
2026-06-16T09:36:12.4658827Z           "complete": false,
2026-06-16T09:36:12.4659061Z           "evidence": []
2026-06-16T09:36:12.4659185Z         }
2026-06-16T09:36:12.4659308Z       }
2026-06-16T09:36:12.4659438Z     },
2026-06-16T09:36:12.4659570Z     {
2026-06-16T09:36:12.4659719Z       "id": "REQ-INST-1",
2026-06-16T09:36:12.4660038Z       "title": "endpoint ID vs instance split (adapter-agnostic ID)",
2026-06-16T09:36:12.4660205Z       "requiredStages": [],
2026-06-16T09:36:12.4660341Z       "stages": {
2026-06-16T09:36:12.4660484Z         "doc": {
2026-06-16T09:36:12.4660640Z           "complete": false,
2026-06-16T09:36:12.4660784Z           "evidence": []
2026-06-16T09:36:12.4660907Z         },
2026-06-16T09:36:12.4661045Z         "impl": {
2026-06-16T09:36:12.4661208Z           "complete": false,
2026-06-16T09:36:12.4661347Z           "evidence": []
2026-06-16T09:36:12.4661475Z         },
2026-06-16T09:36:12.4661613Z         "int": {
2026-06-16T09:36:12.4661761Z           "complete": false,
2026-06-16T09:36:12.4661903Z           "evidence": []
2026-06-16T09:36:12.4662028Z         },
2026-06-16T09:36:12.4662166Z         "unit": {
2026-06-16T09:36:12.4662324Z           "complete": false,
2026-06-16T09:36:12.4662471Z           "evidence": []
2026-06-16T09:36:12.4662601Z         }
2026-06-16T09:36:12.4662724Z       }
2026-06-16T09:36:12.4662852Z     },
2026-06-16T09:36:12.4662973Z     {
2026-06-16T09:36:12.4663133Z       "id": "REQ-INST-10",
2026-06-16T09:36:12.4663584Z       "title": "Qualified addressing [subnet:]id[@node] + ambiguity forces qualification",
2026-06-16T09:36:12.4663750Z       "requiredStages": [
2026-06-16T09:36:12.4663889Z         "impl",
2026-06-16T09:36:12.4664023Z         "unit"
2026-06-16T09:36:12.4664151Z       ],
2026-06-16T09:36:12.4664285Z       "stages": {
2026-06-16T09:36:12.4664422Z         "doc": {
2026-06-16T09:36:12.4664567Z           "complete": false,
2026-06-16T09:36:12.4664714Z           "evidence": []
2026-06-16T09:36:12.4664833Z         },
2026-06-16T09:36:12.4664957Z         "impl": {
2026-06-16T09:36:12.4665105Z           "complete": true,
2026-06-16T09:36:12.4665249Z           "evidence": [
2026-06-16T09:36:12.4665381Z             {
2026-06-16T09:36:12.4665728Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4665871Z               "line": 616
2026-06-16T09:36:12.4666007Z             },
2026-06-16T09:36:12.4666131Z             {
2026-06-16T09:36:12.4666374Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4666518Z               "line": 693
2026-06-16T09:36:12.4666736Z             },
2026-06-16T09:36:12.4666861Z             {
2026-06-16T09:36:12.4667071Z               "path": "crates/spt-proto/src/addr.rs",
2026-06-16T09:36:12.4667218Z               "line": 13
2026-06-16T09:36:12.4667342Z             },
2026-06-16T09:36:12.4667472Z             {
2026-06-16T09:36:12.4667681Z               "path": "crates/spt-proto/src/addr.rs",
2026-06-16T09:36:12.4667819Z               "line": 67
2026-06-16T09:36:12.4667952Z             },
2026-06-16T09:36:12.4668088Z             {
2026-06-16T09:36:12.4668291Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.4668431Z               "line": 18
2026-06-16T09:36:12.4668567Z             },
2026-06-16T09:36:12.4668695Z             {
2026-06-16T09:36:12.4668905Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.4669111Z               "line": 444
2026-06-16T09:36:12.4669234Z             }
2026-06-16T09:36:12.4669360Z           ]
2026-06-16T09:36:12.4669483Z         },
2026-06-16T09:36:12.4669621Z         "int": {
2026-06-16T09:36:12.4669778Z           "complete": false,
2026-06-16T09:36:12.4669925Z           "evidence": []
2026-06-16T09:36:12.4670041Z         },
2026-06-16T09:36:12.4670174Z         "unit": {
2026-06-16T09:36:12.4670332Z           "complete": true,
2026-06-16T09:36:12.4670469Z           "evidence": [
2026-06-16T09:36:12.4670599Z             {
2026-06-16T09:36:12.4670821Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4670964Z               "line": 900
2026-06-16T09:36:12.4671091Z             },
2026-06-16T09:36:12.4671219Z             {
2026-06-16T09:36:12.4671444Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4671592Z               "line": 1233
2026-06-16T09:36:12.4671734Z             },
2026-06-16T09:36:12.4671858Z             {
2026-06-16T09:36:12.4672087Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4672231Z               "line": 1244
2026-06-16T09:36:12.4672364Z             },
2026-06-16T09:36:12.4672497Z             {
2026-06-16T09:36:12.4672726Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4672875Z               "line": 1260
2026-06-16T09:36:12.4672998Z             },
2026-06-16T09:36:12.4673122Z             {
2026-06-16T09:36:12.4673355Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4673495Z               "line": 1276
2026-06-16T09:36:12.4673632Z             },
2026-06-16T09:36:12.4673755Z             {
2026-06-16T09:36:12.4673987Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4674134Z               "line": 1298
2026-06-16T09:36:12.4674259Z             },
2026-06-16T09:36:12.4674386Z             {
2026-06-16T09:36:12.4674612Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4674764Z               "line": 1603
2026-06-16T09:36:12.4674888Z             },
2026-06-16T09:36:12.4675016Z             {
2026-06-16T09:36:12.4675226Z               "path": "crates/spt-proto/src/addr.rs",
2026-06-16T09:36:12.4675374Z               "line": 130
2026-06-16T09:36:12.4675513Z             },
2026-06-16T09:36:12.4675640Z             {
2026-06-16T09:36:12.4675860Z               "path": "crates/spt-proto/src/addr.rs",
2026-06-16T09:36:12.4676004Z               "line": 167
2026-06-16T09:36:12.4676128Z             },
2026-06-16T09:36:12.4676250Z             {
2026-06-16T09:36:12.4676465Z               "path": "crates/spt-proto/src/addr.rs",
2026-06-16T09:36:12.4676615Z               "line": 175
2026-06-16T09:36:12.4676734Z             },
2026-06-16T09:36:12.4676872Z             {
2026-06-16T09:36:12.4677078Z               "path": "crates/spt-proto/src/addr.rs",
2026-06-16T09:36:12.4677335Z               "line": 183
2026-06-16T09:36:12.4677459Z             },
2026-06-16T09:36:12.4677583Z             {
2026-06-16T09:36:12.4677783Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.4677921Z               "line": 896
2026-06-16T09:36:12.4678146Z             }
2026-06-16T09:36:12.4678280Z           ]
2026-06-16T09:36:12.4678403Z         }
2026-06-16T09:36:12.4678532Z       }
2026-06-16T09:36:12.4678667Z     },
2026-06-16T09:36:12.4678789Z     {
2026-06-16T09:36:12.4679024Z       "id": "REQ-INST-11",
2026-06-16T09:36:12.4679480Z       "title": "spt rename <id> rippled to all instances (collision-checked, 6.5-reconciled)",
2026-06-16T09:36:12.4679633Z       "requiredStages": [
2026-06-16T09:36:12.4679775Z         "impl",
2026-06-16T09:36:12.4679905Z         "unit"
2026-06-16T09:36:12.4680033Z       ],
2026-06-16T09:36:12.4680176Z       "stages": {
2026-06-16T09:36:12.4680305Z         "doc": {
2026-06-16T09:36:12.4680462Z           "complete": false,
2026-06-16T09:36:12.4680601Z           "evidence": []
2026-06-16T09:36:12.4680724Z         },
2026-06-16T09:36:12.4680859Z         "impl": {
2026-06-16T09:36:12.4681015Z           "complete": true,
2026-06-16T09:36:12.4681159Z           "evidence": [
2026-06-16T09:36:12.4681291Z             {
2026-06-16T09:36:12.4681529Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4681665Z               "line": 482
2026-06-16T09:36:12.4681794Z             },
2026-06-16T09:36:12.4681919Z             {
2026-06-16T09:36:12.4682166Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4682318Z               "line": 297
2026-06-16T09:36:12.4682452Z             },
2026-06-16T09:36:12.4682576Z             {
2026-06-16T09:36:12.4682792Z               "path": "crates/spt-store/src/rename.rs",
2026-06-16T09:36:12.4682938Z               "line": 59
2026-06-16T09:36:12.4683072Z             },
2026-06-16T09:36:12.4683196Z             {
2026-06-16T09:36:12.4683382Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4683525Z               "line": 4909
2026-06-16T09:36:12.4683658Z             },
2026-06-16T09:36:12.4683788Z             {
2026-06-16T09:36:12.4683977Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4684122Z               "line": 6474
2026-06-16T09:36:12.4684253Z             }
2026-06-16T09:36:12.4684377Z           ]
2026-06-16T09:36:12.4684504Z         },
2026-06-16T09:36:12.4684641Z         "int": {
2026-06-16T09:36:12.4684786Z           "complete": false,
2026-06-16T09:36:12.4684932Z           "evidence": []
2026-06-16T09:36:12.4685057Z         },
2026-06-16T09:36:12.4685200Z         "unit": {
2026-06-16T09:36:12.4685353Z           "complete": true,
2026-06-16T09:36:12.4685491Z           "evidence": [
2026-06-16T09:36:12.4685624Z             {
2026-06-16T09:36:12.4685853Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4685997Z               "line": 1403
2026-06-16T09:36:12.4686129Z             },
2026-06-16T09:36:12.4686259Z             {
2026-06-16T09:36:12.4686482Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4686627Z               "line": 1436
2026-06-16T09:36:12.4686759Z             },
2026-06-16T09:36:12.4686891Z             {
2026-06-16T09:36:12.4687146Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4687285Z               "line": 527
2026-06-16T09:36:12.4687414Z             },
2026-06-16T09:36:12.4687556Z             {
2026-06-16T09:36:12.4687762Z               "path": "crates/spt-store/src/rename.rs",
2026-06-16T09:36:12.4687910Z               "line": 160
2026-06-16T09:36:12.4688034Z             },
2026-06-16T09:36:12.4688167Z             {
2026-06-16T09:36:12.4688387Z               "path": "crates/spt-store/src/rename.rs",
2026-06-16T09:36:12.4688530Z               "line": 190
2026-06-16T09:36:12.4688667Z             },
2026-06-16T09:36:12.4688792Z             {
2026-06-16T09:36:12.4689222Z               "path": "crates/spt-store/src/rename.rs",
2026-06-16T09:36:12.4689373Z               "line": 225
2026-06-16T09:36:12.4689503Z             },
2026-06-16T09:36:12.4689635Z             {
2026-06-16T09:36:12.4689811Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4689955Z               "line": 6910
2026-06-16T09:36:12.4690179Z             }
2026-06-16T09:36:12.4690321Z           ]
2026-06-16T09:36:12.4690446Z         }
2026-06-16T09:36:12.4690569Z       }
2026-06-16T09:36:12.4690698Z     },
2026-06-16T09:36:12.4690818Z     {
2026-06-16T09:36:12.4690965Z       "id": "REQ-INST-12",
2026-06-16T09:36:12.4691623Z       "title": "Endpoint visibility per-(endpoint,subnet): excluded semantics, OR-of-defaults + override, gates sync",
2026-06-16T09:36:12.4691791Z       "requiredStages": [
2026-06-16T09:36:12.4691913Z         "impl",
2026-06-16T09:36:12.4692051Z         "unit"
2026-06-16T09:36:12.4692183Z       ],
2026-06-16T09:36:12.4692320Z       "stages": {
2026-06-16T09:36:12.4692445Z         "doc": {
2026-06-16T09:36:12.4692592Z           "complete": false,
2026-06-16T09:36:12.4692745Z           "evidence": []
2026-06-16T09:36:12.4692869Z         },
2026-06-16T09:36:12.4693007Z         "impl": {
2026-06-16T09:36:12.4693160Z           "complete": true,
2026-06-16T09:36:12.4693303Z           "evidence": [
2026-06-16T09:36:12.4693432Z             {
2026-06-16T09:36:12.4693656Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4693799Z               "line": 534
2026-06-16T09:36:12.4693927Z             },
2026-06-16T09:36:12.4694057Z             {
2026-06-16T09:36:12.4694296Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4694437Z               "line": 627
2026-06-16T09:36:12.4694567Z             },
2026-06-16T09:36:12.4694691Z             {
2026-06-16T09:36:12.4694918Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4695064Z               "line": 707
2026-06-16T09:36:12.4695192Z             },
2026-06-16T09:36:12.4695327Z             {
2026-06-16T09:36:12.4695536Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4695679Z               "line": 96
2026-06-16T09:36:12.4695812Z             },
2026-06-16T09:36:12.4695937Z             {
2026-06-16T09:36:12.4696136Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4696295Z               "line": 269
2026-06-16T09:36:12.4696423Z             },
2026-06-16T09:36:12.4696543Z             {
2026-06-16T09:36:12.4696775Z               "path": "crates/spt-store/src/visibility.rs",
2026-06-16T09:36:12.4696924Z               "line": 135
2026-06-16T09:36:12.4697057Z             }
2026-06-16T09:36:12.4697182Z           ]
2026-06-16T09:36:12.4697314Z         },
2026-06-16T09:36:12.4697442Z         "int": {
2026-06-16T09:36:12.4697589Z           "complete": false,
2026-06-16T09:36:12.4697735Z           "evidence": []
2026-06-16T09:36:12.4697859Z         },
2026-06-16T09:36:12.4697993Z         "unit": {
2026-06-16T09:36:12.4698151Z           "complete": true,
2026-06-16T09:36:12.4698308Z           "evidence": [
2026-06-16T09:36:12.4698441Z             {
2026-06-16T09:36:12.4698669Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4698818Z               "line": 1478
2026-06-16T09:36:12.4699022Z             },
2026-06-16T09:36:12.4699157Z             {
2026-06-16T09:36:12.4699380Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4699524Z               "line": 1501
2026-06-16T09:36:12.4699657Z             },
2026-06-16T09:36:12.4699777Z             {
2026-06-16T09:36:12.4700001Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4700144Z               "line": 1538
2026-06-16T09:36:12.4700271Z             },
2026-06-16T09:36:12.4700395Z             {
2026-06-16T09:36:12.4700604Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.4700754Z               "line": 457
2026-06-16T09:36:12.4700890Z             },
2026-06-16T09:36:12.4701025Z             {
2026-06-16T09:36:12.4701359Z               "path": "crates/spt-store/src/visibility.rs",
2026-06-16T09:36:12.4701516Z               "line": 172
2026-06-16T09:36:12.4701655Z             },
2026-06-16T09:36:12.4701782Z             {
2026-06-16T09:36:12.4702022Z               "path": "crates/spt-store/src/visibility.rs",
2026-06-16T09:36:12.4702264Z               "line": 193
2026-06-16T09:36:12.4702398Z             },
2026-06-16T09:36:12.4702521Z             {
2026-06-16T09:36:12.4702752Z               "path": "crates/spt-store/src/visibility.rs",
2026-06-16T09:36:12.4702899Z               "line": 219
2026-06-16T09:36:12.4703024Z             }
2026-06-16T09:36:12.4703162Z           ]
2026-06-16T09:36:12.4703281Z         }
2026-06-16T09:36:12.4703405Z       }
2026-06-16T09:36:12.4703533Z     },
2026-06-16T09:36:12.4703654Z     {
2026-06-16T09:36:12.4703801Z       "id": "REQ-INST-13",
2026-06-16T09:36:12.4704192Z       "title": "Subnet-exclusive sync + per-endpoint subnet-membership list",
2026-06-16T09:36:12.4704364Z       "requiredStages": [
2026-06-16T09:36:12.4704497Z         "impl",
2026-06-16T09:36:12.4704626Z         "unit"
2026-06-16T09:36:12.4704754Z       ],
2026-06-16T09:36:12.4704899Z       "stages": {
2026-06-16T09:36:12.4705040Z         "doc": {
2026-06-16T09:36:12.4705195Z           "complete": false,
2026-06-16T09:36:12.4705350Z           "evidence": []
2026-06-16T09:36:12.4705473Z         },
2026-06-16T09:36:12.4705615Z         "impl": {
2026-06-16T09:36:12.4705766Z           "complete": true,
2026-06-16T09:36:12.4705911Z           "evidence": [
2026-06-16T09:36:12.4706048Z             {
2026-06-16T09:36:12.4706263Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.4706410Z               "line": 100
2026-06-16T09:36:12.4706535Z             },
2026-06-16T09:36:12.4706658Z             {
2026-06-16T09:36:12.4706887Z               "path": "crates/spt-store/src/visibility.rs",
2026-06-16T09:36:12.4707040Z               "line": 158
2026-06-16T09:36:12.4707179Z             }
2026-06-16T09:36:12.4707312Z           ]
2026-06-16T09:36:12.4707432Z         },
2026-06-16T09:36:12.4707559Z         "int": {
2026-06-16T09:36:12.4707718Z           "complete": false,
2026-06-16T09:36:12.4707860Z           "evidence": []
2026-06-16T09:36:12.4707997Z         },
2026-06-16T09:36:12.4708135Z         "unit": {
2026-06-16T09:36:12.4708295Z           "complete": true,
2026-06-16T09:36:12.4708444Z           "evidence": [
2026-06-16T09:36:12.4708568Z             {
2026-06-16T09:36:12.4708797Z               "path": "crates/spt-store/src/visibility.rs",
2026-06-16T09:36:12.4708934Z               "line": 248
2026-06-16T09:36:12.4709144Z             },
2026-06-16T09:36:12.4709282Z             {
2026-06-16T09:36:12.4709512Z               "path": "crates/spt-store/src/visibility.rs",
2026-06-16T09:36:12.4709660Z               "line": 266
2026-06-16T09:36:12.4709793Z             }
2026-06-16T09:36:12.4709926Z           ]
2026-06-16T09:36:12.4710046Z         }
2026-06-16T09:36:12.4710179Z       }
2026-06-16T09:36:12.4710309Z     },
2026-06-16T09:36:12.4710436Z     {
2026-06-16T09:36:12.4710590Z       "id": "REQ-INST-14",
2026-06-16T09:36:12.4711474Z       "title": "Resource advertisement (subnet resource registry): free-text blurb, both-authored, registry projection, visibility/whitelist-gated",
2026-06-16T09:36:12.4711633Z       "requiredStages": [
2026-06-16T09:36:12.4711766Z         "doc",
2026-06-16T09:36:12.4711905Z         "impl",
2026-06-16T09:36:12.4712032Z         "unit"
2026-06-16T09:36:12.4712157Z       ],
2026-06-16T09:36:12.4712296Z       "stages": {
2026-06-16T09:36:12.4712419Z         "doc": {
2026-06-16T09:36:12.4712577Z           "complete": true,
2026-06-16T09:36:12.4712719Z           "evidence": [
2026-06-16T09:36:12.4712854Z             {
2026-06-16T09:36:12.4713024Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.4713157Z               "line": 533
2026-06-16T09:36:12.4713294Z             },
2026-06-16T09:36:12.4713417Z             {
2026-06-16T09:36:12.4713584Z               "path": "docs/STORAGE.md",
2026-06-16T09:36:12.4713841Z               "line": 49
2026-06-16T09:36:12.4713975Z             }
2026-06-16T09:36:12.4714108Z           ]
2026-06-16T09:36:12.4714232Z         },
2026-06-16T09:36:12.4714370Z         "impl": {
2026-06-16T09:36:12.4714519Z           "complete": true,
2026-06-16T09:36:12.4714767Z           "evidence": [
2026-06-16T09:36:12.4714895Z             {
2026-06-16T09:36:12.4715159Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4715310Z               "line": 404
2026-06-16T09:36:12.4715430Z             },
2026-06-16T09:36:12.4715562Z             {
2026-06-16T09:36:12.4715788Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4715943Z               "line": 346
2026-06-16T09:36:12.4716072Z             },
2026-06-16T09:36:12.4716198Z             {
2026-06-16T09:36:12.4716404Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4716546Z               "line": 235
2026-06-16T09:36:12.4716670Z             },
2026-06-16T09:36:12.4716804Z             {
2026-06-16T09:36:12.4716995Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4717143Z               "line": 1422
2026-06-16T09:36:12.4717275Z             }
2026-06-16T09:36:12.4717405Z           ]
2026-06-16T09:36:12.4717538Z         },
2026-06-16T09:36:12.4717683Z         "int": {
2026-06-16T09:36:12.4717838Z           "complete": false,
2026-06-16T09:36:12.4717983Z           "evidence": []
2026-06-16T09:36:12.4718105Z         },
2026-06-16T09:36:12.4718249Z         "unit": {
2026-06-16T09:36:12.4718411Z           "complete": true,
2026-06-16T09:36:12.4718557Z           "evidence": [
2026-06-16T09:36:12.4718695Z             {
2026-06-16T09:36:12.4719033Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4719189Z               "line": 1111
2026-06-16T09:36:12.4719309Z             },
2026-06-16T09:36:12.4719447Z             {
2026-06-16T09:36:12.4719681Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4719818Z               "line": 912
2026-06-16T09:36:12.4719958Z             },
2026-06-16T09:36:12.4720081Z             {
2026-06-16T09:36:12.4720315Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4720462Z               "line": 1173
2026-06-16T09:36:12.4720587Z             },
2026-06-16T09:36:12.4720725Z             {
2026-06-16T09:36:12.4720917Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4721059Z               "line": 533
2026-06-16T09:36:12.4721179Z             },
2026-06-16T09:36:12.4721316Z             {
2026-06-16T09:36:12.4721506Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4721654Z               "line": 6986
2026-06-16T09:36:12.4721787Z             }
2026-06-16T09:36:12.4721912Z           ]
2026-06-16T09:36:12.4722034Z         }
2026-06-16T09:36:12.4722164Z       }
2026-06-16T09:36:12.4722289Z     },
2026-06-16T09:36:12.4722412Z     {
2026-06-16T09:36:12.4722569Z       "id": "REQ-INST-15",
2026-06-16T09:36:12.4724368Z       "title": "Immutable home subnet (assigned at creation: auto-if-one/ask-if-many) + spt fork (cross-subnet clone to a new identity, copy-then-diverge, not re-home); adapter chosen at creation from registered hostable adapters, changed only via launch/resume-under-new (ADR-0010)",
2026-06-16T09:36:12.4724535Z       "requiredStages": [
2026-06-16T09:36:12.4724678Z         "doc",
2026-06-16T09:36:12.4724812Z         "impl",
2026-06-16T09:36:12.4724940Z         "unit"
2026-06-16T09:36:12.4725070Z       ],
2026-06-16T09:36:12.4725207Z       "stages": {
2026-06-16T09:36:12.4725342Z         "doc": {
2026-06-16T09:36:12.4725489Z           "complete": true,
2026-06-16T09:36:12.4725642Z           "evidence": [
2026-06-16T09:36:12.4725765Z             {
2026-06-16T09:36:12.4726141Z               "path": "docs/adr/0010-immutable-home-subnet-fork-not-rehome.md",
2026-06-16T09:36:12.4726281Z               "line": 3
2026-06-16T09:36:12.4726414Z             }
2026-06-16T09:36:12.4726546Z           ]
2026-06-16T09:36:12.4726787Z         },
2026-06-16T09:36:12.4726926Z         "impl": {
2026-06-16T09:36:12.4727088Z           "complete": true,
2026-06-16T09:36:12.4727225Z           "evidence": [
2026-06-16T09:36:12.4727350Z             {
2026-06-16T09:36:12.4727613Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4727860Z               "line": 353
2026-06-16T09:36:12.4727984Z             },
2026-06-16T09:36:12.4728112Z             {
2026-06-16T09:36:12.4728318Z               "path": "crates/spt-msg/src/ready.rs",
2026-06-16T09:36:12.4728466Z               "line": 60
2026-06-16T09:36:12.4728600Z             },
2026-06-16T09:36:12.4728732Z             {
2026-06-16T09:36:12.4729061Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4729208Z               "line": 368
2026-06-16T09:36:12.4729344Z             },
2026-06-16T09:36:12.4729468Z             {
2026-06-16T09:36:12.4729716Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4729869Z               "line": 417
2026-06-16T09:36:12.4729988Z             },
2026-06-16T09:36:12.4730126Z             {
2026-06-16T09:36:12.4730331Z               "path": "crates/spt-store/src/home.rs",
2026-06-16T09:36:12.4730480Z               "line": 19
2026-06-16T09:36:12.4730622Z             },
2026-06-16T09:36:12.4730746Z             {
2026-06-16T09:36:12.4730956Z               "path": "crates/spt-store/src/home.rs",
2026-06-16T09:36:12.4731100Z               "line": 70
2026-06-16T09:36:12.4731228Z             },
2026-06-16T09:36:12.4731347Z             {
2026-06-16T09:36:12.4731551Z               "path": "crates/spt-store/src/home.rs",
2026-06-16T09:36:12.4731701Z               "line": 96
2026-06-16T09:36:12.4731824Z             },
2026-06-16T09:36:12.4731946Z             {
2026-06-16T09:36:12.4732153Z               "path": "crates/spt-store/src/home.rs",
2026-06-16T09:36:12.4732294Z               "line": 121
2026-06-16T09:36:12.4732424Z             },
2026-06-16T09:36:12.4732548Z             {
2026-06-16T09:36:12.4732763Z               "path": "crates/spt-store/src/home.rs",
2026-06-16T09:36:12.4732905Z               "line": 172
2026-06-16T09:36:12.4733040Z             },
2026-06-16T09:36:12.4733172Z             {
2026-06-16T09:36:12.4733378Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.4733535Z               "line": 138
2026-06-16T09:36:12.4733665Z             },
2026-06-16T09:36:12.4733792Z             {
2026-06-16T09:36:12.4733979Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4734121Z               "line": 1314
2026-06-16T09:36:12.4734248Z             }
2026-06-16T09:36:12.4734387Z           ]
2026-06-16T09:36:12.4734518Z         },
2026-06-16T09:36:12.4734656Z         "int": {
2026-06-16T09:36:12.4734813Z           "complete": false,
2026-06-16T09:36:12.4734962Z           "evidence": []
2026-06-16T09:36:12.4735095Z         },
2026-06-16T09:36:12.4735233Z         "unit": {
2026-06-16T09:36:12.4735391Z           "complete": true,
2026-06-16T09:36:12.4735534Z           "evidence": [
2026-06-16T09:36:12.4735668Z             {
2026-06-16T09:36:12.4735925Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4736059Z               "line": 577
2026-06-16T09:36:12.4736197Z             },
2026-06-16T09:36:12.4736330Z             {
2026-06-16T09:36:12.4736570Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.4736711Z               "line": 638
2026-06-16T09:36:12.4736846Z             },
2026-06-16T09:36:12.4736983Z             {
2026-06-16T09:36:12.4737187Z               "path": "crates/spt-store/src/home.rs",
2026-06-16T09:36:12.4737333Z               "line": 213
2026-06-16T09:36:12.4737451Z             },
2026-06-16T09:36:12.4737581Z             {
2026-06-16T09:36:12.4737785Z               "path": "crates/spt-store/src/home.rs",
2026-06-16T09:36:12.4737934Z               "line": 249
2026-06-16T09:36:12.4738067Z             },
2026-06-16T09:36:12.4738192Z             {
2026-06-16T09:36:12.4738516Z               "path": "crates/spt-store/src/home.rs",
2026-06-16T09:36:12.4738668Z               "line": 262
2026-06-16T09:36:12.4738831Z             },
2026-06-16T09:36:12.4739079Z             {
2026-06-16T09:36:12.4739283Z               "path": "crates/spt-store/src/home.rs",
2026-06-16T09:36:12.4739531Z               "line": 338
2026-06-16T09:36:12.4739658Z             },
2026-06-16T09:36:12.4739797Z             {
2026-06-16T09:36:12.4740008Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.4740148Z               "line": 541
2026-06-16T09:36:12.4740276Z             },
2026-06-16T09:36:12.4740401Z             {
2026-06-16T09:36:12.4740586Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4740726Z               "line": 6923
2026-06-16T09:36:12.4740863Z             },
2026-06-16T09:36:12.4740987Z             {
2026-06-16T09:36:12.4741178Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4741335Z               "line": 8663
2026-06-16T09:36:12.4741468Z             }
2026-06-16T09:36:12.4741597Z           ]
2026-06-16T09:36:12.4741722Z         }
2026-06-16T09:36:12.4741840Z       }
2026-06-16T09:36:12.4741965Z     },
2026-06-16T09:36:12.4742102Z     {
2026-06-16T09:36:12.4742246Z       "id": "REQ-INST-2",
2026-06-16T09:36:12.4742483Z       "title": "Per-node files, synced Psyche mind",
2026-06-16T09:36:12.4742646Z       "requiredStages": [
2026-06-16T09:36:12.4742783Z         "impl",
2026-06-16T09:36:12.4742917Z         "unit"
2026-06-16T09:36:12.4743037Z       ],
2026-06-16T09:36:12.4743178Z       "stages": {
2026-06-16T09:36:12.4743313Z         "doc": {
2026-06-16T09:36:12.4743475Z           "complete": false,
2026-06-16T09:36:12.4743623Z           "evidence": []
2026-06-16T09:36:12.4743747Z         },
2026-06-16T09:36:12.4743890Z         "impl": {
2026-06-16T09:36:12.4744042Z           "complete": true,
2026-06-16T09:36:12.4744191Z           "evidence": [
2026-06-16T09:36:12.4744319Z             {
2026-06-16T09:36:12.4744559Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4744705Z               "line": 88
2026-06-16T09:36:12.4744827Z             },
2026-06-16T09:36:12.4744956Z             {
2026-06-16T09:36:12.4745164Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.4745308Z               "line": 28
2026-06-16T09:36:12.4745435Z             },
2026-06-16T09:36:12.4745556Z             {
2026-06-16T09:36:12.4745769Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.4745913Z               "line": 74
2026-06-16T09:36:12.4746050Z             },
2026-06-16T09:36:12.4746166Z             {
2026-06-16T09:36:12.4746379Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.4746519Z               "line": 96
2026-06-16T09:36:12.4746642Z             },
2026-06-16T09:36:12.4746772Z             {
2026-06-16T09:36:12.4746981Z               "path": "crates/spt-live/src/resume.rs",
2026-06-16T09:36:12.4747115Z               "line": 86
2026-06-16T09:36:12.4747252Z             },
2026-06-16T09:36:12.4747387Z             {
2026-06-16T09:36:12.4747600Z               "path": "crates/spt-live/src/signoff.rs",
2026-06-16T09:36:12.4747733Z               "line": 118
2026-06-16T09:36:12.4747856Z             }
2026-06-16T09:36:12.4747988Z           ]
2026-06-16T09:36:12.4748128Z         },
2026-06-16T09:36:12.4748260Z         "int": {
2026-06-16T09:36:12.4748414Z           "complete": false,
2026-06-16T09:36:12.4748565Z           "evidence": []
2026-06-16T09:36:12.4748700Z         },
2026-06-16T09:36:12.4748833Z         "unit": {
2026-06-16T09:36:12.4749043Z           "complete": true,
2026-06-16T09:36:12.4749191Z           "evidence": [
2026-06-16T09:36:12.4749319Z             {
2026-06-16T09:36:12.4749533Z               "path": "crates/spt-live/src/ingest.rs",
2026-06-16T09:36:12.4749677Z               "line": 250
2026-06-16T09:36:12.4749804Z             },
2026-06-16T09:36:12.4749934Z             {
2026-06-16T09:36:12.4750247Z               "path": "crates/spt-live/src/resume.rs",
2026-06-16T09:36:12.4750404Z               "line": 280
2026-06-16T09:36:12.4750531Z             }
2026-06-16T09:36:12.4750665Z           ]
2026-06-16T09:36:12.4750798Z         }
2026-06-16T09:36:12.4750922Z       }
2026-06-16T09:36:12.4751051Z     },
2026-06-16T09:36:12.4751281Z     {
2026-06-16T09:36:12.4751437Z       "id": "REQ-INST-3",
2026-06-16T09:36:12.4751738Z       "title": "Dormant (warm) / suspended (cold) resting states",
2026-06-16T09:36:12.4751900Z       "requiredStages": [
2026-06-16T09:36:12.4752038Z         "doc",
2026-06-16T09:36:12.4752171Z         "impl",
2026-06-16T09:36:12.4752310Z         "unit"
2026-06-16T09:36:12.4752429Z       ],
2026-06-16T09:36:12.4752569Z       "stages": {
2026-06-16T09:36:12.4752700Z         "doc": {
2026-06-16T09:36:12.4752850Z           "complete": true,
2026-06-16T09:36:12.4752996Z           "evidence": [
2026-06-16T09:36:12.4753119Z             {
2026-06-16T09:36:12.4755743Z               "path": "docs/DORMANCY-BUDGET.md",
2026-06-16T09:36:12.4755915Z               "line": 3
2026-06-16T09:36:12.4756053Z             }
2026-06-16T09:36:12.4756182Z           ]
2026-06-16T09:36:12.4756320Z         },
2026-06-16T09:36:12.4756464Z         "impl": {
2026-06-16T09:36:12.4756620Z           "complete": true,
2026-06-16T09:36:12.4756769Z           "evidence": [
2026-06-16T09:36:12.4756897Z             {
2026-06-16T09:36:12.4757160Z               "path": "crates/spt-daemon/src/attach.rs",
2026-06-16T09:36:12.4757308Z               "line": 59
2026-06-16T09:36:12.4757446Z             },
2026-06-16T09:36:12.4757569Z             {
2026-06-16T09:36:12.4757798Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.4757942Z               "line": 480
2026-06-16T09:36:12.4758085Z             },
2026-06-16T09:36:12.4758221Z             {
2026-06-16T09:36:12.4758458Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4758606Z               "line": 204
2026-06-16T09:36:12.4758745Z             },
2026-06-16T09:36:12.4758910Z             {
2026-06-16T09:36:12.4759240Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4759412Z               "line": 334
2026-06-16T09:36:12.4759531Z             },
2026-06-16T09:36:12.4759660Z             {
2026-06-16T09:36:12.4759908Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4760064Z               "line": 368
2026-06-16T09:36:12.4760204Z             },
2026-06-16T09:36:12.4760346Z             {
2026-06-16T09:36:12.4760576Z               "path": "crates/spt-daemon/src/pump/sync.rs",
2026-06-16T09:36:12.4760712Z               "line": 74
2026-06-16T09:36:12.4760846Z             },
2026-06-16T09:36:12.4760974Z             {
2026-06-16T09:36:12.4761235Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4761377Z               "line": 234
2026-06-16T09:36:12.4761511Z             },
2026-06-16T09:36:12.4761641Z             {
2026-06-16T09:36:12.4761888Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4762035Z               "line": 390
2026-06-16T09:36:12.4762160Z             },
2026-06-16T09:36:12.4762293Z             {
2026-06-16T09:36:12.4762523Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4762664Z               "line": 45
2026-06-16T09:36:12.4762799Z             },
2026-06-16T09:36:12.4762922Z             {
2026-06-16T09:36:12.4763148Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4763294Z               "line": 114
2026-06-16T09:36:12.4763419Z             },
2026-06-16T09:36:12.4763547Z             {
2026-06-16T09:36:12.4763780Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4763927Z               "line": 152
2026-06-16T09:36:12.4764052Z             },
2026-06-16T09:36:12.4764176Z             {
2026-06-16T09:36:12.4764396Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4764543Z               "line": 168
2026-06-16T09:36:12.4764667Z             },
2026-06-16T09:36:12.4764938Z             {
2026-06-16T09:36:12.4765167Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4765306Z               "line": 178
2026-06-16T09:36:12.4765439Z             },
2026-06-16T09:36:12.4765563Z             {
2026-06-16T09:36:12.4765891Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4766039Z               "line": 210
2026-06-16T09:36:12.4766170Z             },
2026-06-16T09:36:12.4766289Z             {
2026-06-16T09:36:12.4766518Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4766666Z               "line": 287
2026-06-16T09:36:12.4766785Z             },
2026-06-16T09:36:12.4766919Z             {
2026-06-16T09:36:12.4767147Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4767292Z               "line": 311
2026-06-16T09:36:12.4767415Z             },
2026-06-16T09:36:12.4767534Z             {
2026-06-16T09:36:12.4767791Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4767945Z               "line": 389
2026-06-16T09:36:12.4768077Z             },
2026-06-16T09:36:12.4768207Z             {
2026-06-16T09:36:12.4768435Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4768584Z               "line": 438
2026-06-16T09:36:12.4768725Z             },
2026-06-16T09:36:12.4768858Z             {
2026-06-16T09:36:12.4769151Z               "path": "crates/spt-daemon/tests/budget.rs",
2026-06-16T09:36:12.4769300Z               "line": 37
2026-06-16T09:36:12.4769432Z             },
2026-06-16T09:36:12.4769562Z             {
2026-06-16T09:36:12.4769790Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4769934Z               "line": 62
2026-06-16T09:36:12.4770061Z             },
2026-06-16T09:36:12.4770187Z             {
2026-06-16T09:36:12.4770396Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4770545Z               "line": 221
2026-06-16T09:36:12.4770668Z             },
2026-06-16T09:36:12.4770784Z             {
2026-06-16T09:36:12.4770973Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4771113Z               "line": 1647
2026-06-16T09:36:12.4771235Z             }
2026-06-16T09:36:12.4771363Z           ]
2026-06-16T09:36:12.4771496Z         },
2026-06-16T09:36:12.4771632Z         "int": {
2026-06-16T09:36:12.4771795Z           "complete": false,
2026-06-16T09:36:12.4771937Z           "evidence": []
2026-06-16T09:36:12.4772076Z         },
2026-06-16T09:36:12.4772201Z         "unit": {
2026-06-16T09:36:12.4772352Z           "complete": true,
2026-06-16T09:36:12.4772491Z           "evidence": [
2026-06-16T09:36:12.4772624Z             {
2026-06-16T09:36:12.4772848Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.4772991Z               "line": 360
2026-06-16T09:36:12.4773121Z             },
2026-06-16T09:36:12.4773248Z             {
2026-06-16T09:36:12.4773477Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4773621Z               "line": 787
2026-06-16T09:36:12.4773750Z             },
2026-06-16T09:36:12.4773883Z             {
2026-06-16T09:36:12.4774121Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4774273Z               "line": 844
2026-06-16T09:36:12.4774408Z             },
2026-06-16T09:36:12.4774530Z             {
2026-06-16T09:36:12.4774751Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.4774892Z               "line": 889
2026-06-16T09:36:12.4775027Z             },
2026-06-16T09:36:12.4775159Z             {
2026-06-16T09:36:12.4775379Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.4775522Z               "line": 1014
2026-06-16T09:36:12.4775657Z             },
2026-06-16T09:36:12.4775784Z             {
2026-06-16T09:36:12.4776032Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4776185Z               "line": 1212
2026-06-16T09:36:12.4776314Z             },
2026-06-16T09:36:12.4776561Z             {
2026-06-16T09:36:12.4776815Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4776960Z               "line": 1353
2026-06-16T09:36:12.4777088Z             },
2026-06-16T09:36:12.4777222Z             {
2026-06-16T09:36:12.4777556Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4777698Z               "line": 449
2026-06-16T09:36:12.4777823Z             },
2026-06-16T09:36:12.4777946Z             {
2026-06-16T09:36:12.4778171Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4778313Z               "line": 485
2026-06-16T09:36:12.4778447Z             },
2026-06-16T09:36:12.4778580Z             {
2026-06-16T09:36:12.4778806Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4779048Z               "line": 540
2026-06-16T09:36:12.4779172Z             },
2026-06-16T09:36:12.4779309Z             {
2026-06-16T09:36:12.4779536Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4779682Z               "line": 697
2026-06-16T09:36:12.4779817Z             },
2026-06-16T09:36:12.4779940Z             {
2026-06-16T09:36:12.4780165Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4780307Z               "line": 931
2026-06-16T09:36:12.4780442Z             },
2026-06-16T09:36:12.4780565Z             {
2026-06-16T09:36:12.4780790Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4780932Z               "line": 945
2026-06-16T09:36:12.4781062Z             },
2026-06-16T09:36:12.4781194Z             {
2026-06-16T09:36:12.4781420Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4781567Z               "line": 1214
2026-06-16T09:36:12.4781692Z             },
2026-06-16T09:36:12.4781814Z             {
2026-06-16T09:36:12.4782023Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.4782164Z               "line": 483
2026-06-16T09:36:12.4782312Z             },
2026-06-16T09:36:12.4782432Z             {
2026-06-16T09:36:12.4782632Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4782770Z               "line": 6947
2026-06-16T09:36:12.4782903Z             }
2026-06-16T09:36:12.4783028Z           ]
2026-06-16T09:36:12.4783155Z         }
2026-06-16T09:36:12.4783285Z       }
2026-06-16T09:36:12.4783408Z     },
2026-06-16T09:36:12.4783537Z     {
2026-06-16T09:36:12.4783686Z       "id": "REQ-INST-4",
2026-06-16T09:36:12.4784052Z       "title": "active to dormant/suspended fires a transition echo commune",
2026-06-16T09:36:12.4784206Z       "requiredStages": [
2026-06-16T09:36:12.4784338Z         "impl",
2026-06-16T09:36:12.4784467Z         "unit"
2026-06-16T09:36:12.4784597Z       ],
2026-06-16T09:36:12.4784738Z       "stages": {
2026-06-16T09:36:12.4784871Z         "doc": {
2026-06-16T09:36:12.4785020Z           "complete": false,
2026-06-16T09:36:12.4785162Z           "evidence": []
2026-06-16T09:36:12.4785296Z         },
2026-06-16T09:36:12.4785438Z         "impl": {
2026-06-16T09:36:12.4785582Z           "complete": true,
2026-06-16T09:36:12.4785729Z           "evidence": [
2026-06-16T09:36:12.4785854Z             {
2026-06-16T09:36:12.4786097Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4786245Z               "line": 335
2026-06-16T09:36:12.4786373Z             },
2026-06-16T09:36:12.4786508Z             {
2026-06-16T09:36:12.4786726Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4786875Z               "line": 202
2026-06-16T09:36:12.4787007Z             },
2026-06-16T09:36:12.4787126Z             {
2026-06-16T09:36:12.4787352Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4787486Z               "line": 234
2026-06-16T09:36:12.4787619Z             },
2026-06-16T09:36:12.4787743Z             {
2026-06-16T09:36:12.4787967Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4788111Z               "line": 274
2026-06-16T09:36:12.4788344Z             }
2026-06-16T09:36:12.4788482Z           ]
2026-06-16T09:36:12.4788596Z         },
2026-06-16T09:36:12.4788726Z         "int": {
2026-06-16T09:36:12.4788873Z           "complete": false,
2026-06-16T09:36:12.4789089Z           "evidence": []
2026-06-16T09:36:12.4789351Z         },
2026-06-16T09:36:12.4789483Z         "unit": {
2026-06-16T09:36:12.4789647Z           "complete": true,
2026-06-16T09:36:12.4789788Z           "evidence": [
2026-06-16T09:36:12.4789916Z             {
2026-06-16T09:36:12.4790143Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.4790295Z               "line": 839
2026-06-16T09:36:12.4790416Z             },
2026-06-16T09:36:12.4790538Z             {
2026-06-16T09:36:12.4790759Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4790901Z               "line": 561
2026-06-16T09:36:12.4791030Z             },
2026-06-16T09:36:12.4791154Z             {
2026-06-16T09:36:12.4791388Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4791526Z               "line": 668
2026-06-16T09:36:12.4791655Z             },
2026-06-16T09:36:12.4791788Z             {
2026-06-16T09:36:12.4792008Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4792150Z               "line": 750
2026-06-16T09:36:12.4792275Z             }
2026-06-16T09:36:12.4792398Z           ]
2026-06-16T09:36:12.4792531Z         }
2026-06-16T09:36:12.4792654Z       }
2026-06-16T09:36:12.4792781Z     },
2026-06-16T09:36:12.4792905Z     {
2026-06-16T09:36:12.4793053Z       "id": "REQ-INST-5",
2026-06-16T09:36:12.4793424Z       "title": "Two-tier context sync (live to all, project to same-project)",
2026-06-16T09:36:12.4793583Z       "requiredStages": [
2026-06-16T09:36:12.4793716Z         "impl",
2026-06-16T09:36:12.4793841Z         "unit",
2026-06-16T09:36:12.4793978Z         "int"
2026-06-16T09:36:12.4794102Z       ],
2026-06-16T09:36:12.4794246Z       "stages": {
2026-06-16T09:36:12.4794369Z         "doc": {
2026-06-16T09:36:12.4794518Z           "complete": false,
2026-06-16T09:36:12.4794656Z           "evidence": []
2026-06-16T09:36:12.4794781Z         },
2026-06-16T09:36:12.4794922Z         "impl": {
2026-06-16T09:36:12.4795071Z           "complete": true,
2026-06-16T09:36:12.4795223Z           "evidence": [
2026-06-16T09:36:12.4795345Z             {
2026-06-16T09:36:12.4795589Z               "path": "crates/spt-daemon/src/pump/sync.rs",
2026-06-16T09:36:12.4795737Z               "line": 85
2026-06-16T09:36:12.4795866Z             },
2026-06-16T09:36:12.4795998Z             {
2026-06-16T09:36:12.4796200Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.4796337Z               "line": 68
2026-06-16T09:36:12.4796462Z             },
2026-06-16T09:36:12.4796585Z             {
2026-06-16T09:36:12.4796796Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.4796943Z               "line": 99
2026-06-16T09:36:12.4797068Z             },
2026-06-16T09:36:12.4797195Z             {
2026-06-16T09:36:12.4797411Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.4797538Z               "line": 183
2026-06-16T09:36:12.4797671Z             },
2026-06-16T09:36:12.4797803Z             {
2026-06-16T09:36:12.4798003Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.4798165Z               "line": 314
2026-06-16T09:36:12.4798289Z             }
2026-06-16T09:36:12.4798413Z           ]
2026-06-16T09:36:12.4798541Z         },
2026-06-16T09:36:12.4798672Z         "int": {
2026-06-16T09:36:12.4798822Z           "complete": true,
2026-06-16T09:36:12.4799038Z           "evidence": [
2026-06-16T09:36:12.4799161Z             {
2026-06-16T09:36:12.4799405Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.4799543Z               "line": 156
2026-06-16T09:36:12.4799672Z             },
2026-06-16T09:36:12.4799795Z             {
2026-06-16T09:36:12.4800134Z               "path": "crates/spt-daemon/tests/pump.rs",
2026-06-16T09:36:12.4800279Z               "line": 102
2026-06-16T09:36:12.4800415Z             },
2026-06-16T09:36:12.4800534Z             {
2026-06-16T09:36:12.4800765Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.4800909Z               "line": 705
2026-06-16T09:36:12.4801117Z             },
2026-06-16T09:36:12.4801252Z             {
2026-06-16T09:36:12.4801486Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.4801634Z               "line": 1067
2026-06-16T09:36:12.4801761Z             }
2026-06-16T09:36:12.4801886Z           ]
2026-06-16T09:36:12.4802014Z         },
2026-06-16T09:36:12.4802154Z         "unit": {
2026-06-16T09:36:12.4802305Z           "complete": true,
2026-06-16T09:36:12.4802435Z           "evidence": [
2026-06-16T09:36:12.4802563Z             {
2026-06-16T09:36:12.4802769Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.4802915Z               "line": 552
2026-06-16T09:36:12.4803048Z             },
2026-06-16T09:36:12.4803176Z             {
2026-06-16T09:36:12.4803384Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.4803524Z               "line": 595
2026-06-16T09:36:12.4803660Z             },
2026-06-16T09:36:12.4803785Z             {
2026-06-16T09:36:12.4804009Z               "path": "crates/spt-daemon/tests/sync.rs",
2026-06-16T09:36:12.4804152Z               "line": 219
2026-06-16T09:36:12.4804276Z             }
2026-06-16T09:36:12.4804406Z           ]
2026-06-16T09:36:12.4804529Z         }
2026-06-16T09:36:12.4804653Z       }
2026-06-16T09:36:12.4804777Z     },
2026-06-16T09:36:12.4804905Z     {
2026-06-16T09:36:12.4805050Z       "id": "REQ-INST-6",
2026-06-16T09:36:12.4805444Z       "title": "Deferred messages not delivered to dormant/suspended instances",
2026-06-16T09:36:12.4805602Z       "requiredStages": [
2026-06-16T09:36:12.4805741Z         "impl",
2026-06-16T09:36:12.4805877Z         "unit",
2026-06-16T09:36:12.4806011Z         "int"
2026-06-16T09:36:12.4806149Z       ],
2026-06-16T09:36:12.4806277Z       "stages": {
2026-06-16T09:36:12.4806412Z         "doc": {
2026-06-16T09:36:12.4806568Z           "complete": true,
2026-06-16T09:36:12.4806712Z           "evidence": [
2026-06-16T09:36:12.4806845Z             {
2026-06-16T09:36:12.4807022Z               "path": "docs/DEFERRED.md",
2026-06-16T09:36:12.4807169Z               "line": 13
2026-06-16T09:36:12.4807289Z             }
2026-06-16T09:36:12.4807417Z           ]
2026-06-16T09:36:12.4807551Z         },
2026-06-16T09:36:12.4807676Z         "impl": {
2026-06-16T09:36:12.4807832Z           "complete": true,
2026-06-16T09:36:12.4807981Z           "evidence": [
2026-06-16T09:36:12.4808108Z             {
2026-06-16T09:36:12.4808345Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.4808491Z               "line": 391
2026-06-16T09:36:12.4808616Z             },
2026-06-16T09:36:12.4808739Z             {
2026-06-16T09:36:12.4809045Z               "path": "crates/spt-daemon/src/resthost.rs",
2026-06-16T09:36:12.4809193Z               "line": 27
2026-06-16T09:36:12.4809322Z             },
2026-06-16T09:36:12.4809455Z             {
2026-06-16T09:36:12.4809670Z               "path": "crates/spt-daemon/src/resthost.rs",
2026-06-16T09:36:12.4809813Z               "line": 73
2026-06-16T09:36:12.4809941Z             },
2026-06-16T09:36:12.4810079Z             {
2026-06-16T09:36:12.4810308Z               "path": "crates/spt-daemon/src/resthost.rs",
2026-06-16T09:36:12.4810457Z               "line": 182
2026-06-16T09:36:12.4810580Z             },
2026-06-16T09:36:12.4810699Z             {
2026-06-16T09:36:12.4810923Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4811065Z               "line": 426
2026-06-16T09:36:12.4811198Z             },
2026-06-16T09:36:12.4811330Z             {
2026-06-16T09:36:12.4811546Z               "path": "crates/spt-net/src/net/rest.rs",
2026-06-16T09:36:12.4811687Z               "line": 31
2026-06-16T09:36:12.4811817Z             },
2026-06-16T09:36:12.4812055Z             {
2026-06-16T09:36:12.4812264Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.4812413Z               "line": 202
2026-06-16T09:36:12.4812537Z             },
2026-06-16T09:36:12.4812670Z             {
2026-06-16T09:36:12.4812975Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.4813109Z               "line": 83
2026-06-16T09:36:12.4813247Z             },
2026-06-16T09:36:12.4813377Z             {
2026-06-16T09:36:12.4813556Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4813699Z               "line": 1648
2026-06-16T09:36:12.4813835Z             },
2026-06-16T09:36:12.4813968Z             {
2026-06-16T09:36:12.4814164Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.4814312Z               "line": 179
2026-06-16T09:36:12.4814431Z             },
2026-06-16T09:36:12.4814564Z             {
2026-06-16T09:36:12.4814741Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.4814888Z               "line": 215
2026-06-16T09:36:12.4815013Z             }
2026-06-16T09:36:12.4815136Z           ]
2026-06-16T09:36:12.4815261Z         },
2026-06-16T09:36:12.4815399Z         "int": {
2026-06-16T09:36:12.4815557Z           "complete": true,
2026-06-16T09:36:12.4815704Z           "evidence": [
2026-06-16T09:36:12.4815828Z             {
2026-06-16T09:36:12.4816061Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.4816206Z               "line": 719
2026-06-16T09:36:12.4816343Z             },
2026-06-16T09:36:12.4816470Z             {
2026-06-16T09:36:12.4816709Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.4816862Z               "line": 1112
2026-06-16T09:36:12.4816996Z             },
2026-06-16T09:36:12.4817123Z             {
2026-06-16T09:36:12.4817315Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.4817458Z               "line": 726
2026-06-16T09:36:12.4817582Z             }
2026-06-16T09:36:12.4817710Z           ]
2026-06-16T09:36:12.4817826Z         },
2026-06-16T09:36:12.4817959Z         "unit": {
2026-06-16T09:36:12.4818116Z           "complete": true,
2026-06-16T09:36:12.4818259Z           "evidence": [
2026-06-16T09:36:12.4818387Z             {
2026-06-16T09:36:12.4818621Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.4818763Z               "line": 661
2026-06-16T09:36:12.4818886Z             },
2026-06-16T09:36:12.4819095Z             {
2026-06-16T09:36:12.4819313Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.4819462Z               "line": 899
2026-06-16T09:36:12.4819591Z             },
2026-06-16T09:36:12.4819714Z             {
2026-06-16T09:36:12.4819939Z               "path": "crates/spt-net/src/net/rest.rs",
2026-06-16T09:36:12.4820082Z               "line": 66
2026-06-16T09:36:12.4820206Z             },
2026-06-16T09:36:12.4820344Z             {
2026-06-16T09:36:12.4820559Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.4820698Z               "line": 297
2026-06-16T09:36:12.4820830Z             },
2026-06-16T09:36:12.4820954Z             {
2026-06-16T09:36:12.4821168Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.4821308Z               "line": 203
2026-06-16T09:36:12.4821455Z             }
2026-06-16T09:36:12.4821573Z           ]
2026-06-16T09:36:12.4821702Z         }
2026-06-16T09:36:12.4821819Z       }
2026-06-16T09:36:12.4821937Z     },
2026-06-16T09:36:12.4822067Z     {
2026-06-16T09:36:12.4822214Z       "id": "REQ-INST-7",
2026-06-16T09:36:12.4822491Z       "title": "Subnet registry + bare-id resolution policy",
2026-06-16T09:36:12.4822649Z       "requiredStages": [
2026-06-16T09:36:12.4822792Z         "impl",
2026-06-16T09:36:12.4822920Z         "unit",
2026-06-16T09:36:12.4823053Z         "int"
2026-06-16T09:36:12.4823173Z       ],
2026-06-16T09:36:12.4823308Z       "stages": {
2026-06-16T09:36:12.4823445Z         "doc": {
2026-06-16T09:36:12.4823720Z           "complete": false,
2026-06-16T09:36:12.4823875Z           "evidence": []
2026-06-16T09:36:12.4823998Z         },
2026-06-16T09:36:12.4824144Z         "impl": {
2026-06-16T09:36:12.4824302Z           "complete": true,
2026-06-16T09:36:12.4824442Z           "evidence": [
2026-06-16T09:36:12.4824682Z             {
2026-06-16T09:36:12.4824915Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.4825057Z               "line": 436
2026-06-16T09:36:12.4825182Z             },
2026-06-16T09:36:12.4825306Z             {
2026-06-16T09:36:12.4825564Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4825706Z               "line": 27
2026-06-16T09:36:12.4825831Z             },
2026-06-16T09:36:12.4825964Z             {
2026-06-16T09:36:12.4826212Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4826359Z               "line": 207
2026-06-16T09:36:12.4826485Z             },
2026-06-16T09:36:12.4826616Z             {
2026-06-16T09:36:12.4826870Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4827016Z               "line": 344
2026-06-16T09:36:12.4827141Z             },
2026-06-16T09:36:12.4827269Z             {
2026-06-16T09:36:12.4827489Z               "path": "crates/spt-net/src/net/ndjson.rs",
2026-06-16T09:36:12.4827641Z               "line": 59
2026-06-16T09:36:12.4827776Z             },
2026-06-16T09:36:12.4827894Z             {
2026-06-16T09:36:12.4828132Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4828275Z               "line": 41
2026-06-16T09:36:12.4828406Z             },
2026-06-16T09:36:12.4828533Z             {
2026-06-16T09:36:12.4828776Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.4828914Z               "line": 27
2026-06-16T09:36:12.4829129Z             },
2026-06-16T09:36:12.4829266Z             {
2026-06-16T09:36:12.4829498Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.4829660Z               "line": 119
2026-06-16T09:36:12.4829789Z             },
2026-06-16T09:36:12.4829916Z             {
2026-06-16T09:36:12.4830146Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.4830284Z               "line": 134
2026-06-16T09:36:12.4830418Z             },
2026-06-16T09:36:12.4830555Z             {
2026-06-16T09:36:12.4830790Z               "path": "crates/spt-store/src/registry.rs",
2026-06-16T09:36:12.4830923Z               "line": 139
2026-06-16T09:36:12.4831062Z             }
2026-06-16T09:36:12.4831185Z           ]
2026-06-16T09:36:12.4831310Z         },
2026-06-16T09:36:12.4831443Z         "int": {
2026-06-16T09:36:12.4831592Z           "complete": true,
2026-06-16T09:36:12.4831743Z           "evidence": [
2026-06-16T09:36:12.4831873Z             {
2026-06-16T09:36:12.4832109Z               "path": "crates/spt-daemon/tests/pump.rs",
2026-06-16T09:36:12.4832262Z               "line": 102
2026-06-16T09:36:12.4832384Z             },
2026-06-16T09:36:12.4832512Z             {
2026-06-16T09:36:12.4832745Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.4832895Z               "line": 663
2026-06-16T09:36:12.4833023Z             },
2026-06-16T09:36:12.4833161Z             {
2026-06-16T09:36:12.4833403Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.4833548Z               "line": 962
2026-06-16T09:36:12.4833676Z             }
2026-06-16T09:36:12.4833805Z           ]
2026-06-16T09:36:12.4833934Z         },
2026-06-16T09:36:12.4834072Z         "unit": {
2026-06-16T09:36:12.4834230Z           "complete": true,
2026-06-16T09:36:12.4834367Z           "evidence": [
2026-06-16T09:36:12.4834497Z             {
2026-06-16T09:36:12.4834752Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4834895Z               "line": 1082
2026-06-16T09:36:12.4835026Z             },
2026-06-16T09:36:12.4835156Z             {
2026-06-16T09:36:12.4835509Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.4835665Z               "line": 1414
2026-06-16T09:36:12.4835795Z             },
2026-06-16T09:36:12.4835928Z             {
2026-06-16T09:36:12.4836166Z               "path": "crates/spt-daemon/tests/replicate.rs",
2026-06-16T09:36:12.4836309Z               "line": 84
2026-06-16T09:36:12.4836539Z             },
2026-06-16T09:36:12.4836667Z             {
2026-06-16T09:36:12.4836900Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4837045Z               "line": 780
2026-06-16T09:36:12.4837176Z             },
2026-06-16T09:36:12.4837297Z             {
2026-06-16T09:36:12.4837529Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4837672Z               "line": 791
2026-06-16T09:36:12.4837810Z             },
2026-06-16T09:36:12.4837948Z             {
2026-06-16T09:36:12.4838177Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4838326Z               "line": 806
2026-06-16T09:36:12.4838459Z             },
2026-06-16T09:36:12.4838597Z             {
2026-06-16T09:36:12.4838835Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.4839064Z               "line": 166
2026-06-16T09:36:12.4839202Z             },
2026-06-16T09:36:12.4839323Z             {
2026-06-16T09:36:12.4839566Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.4839707Z               "line": 181
2026-06-16T09:36:12.4839840Z             },
2026-06-16T09:36:12.4839974Z             {
2026-06-16T09:36:12.4840205Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.4840349Z               "line": 214
2026-06-16T09:36:12.4840472Z             }
2026-06-16T09:36:12.4840611Z           ]
2026-06-16T09:36:12.4840734Z         }
2026-06-16T09:36:12.4840864Z       }
2026-06-16T09:36:12.4840997Z     },
2026-06-16T09:36:12.4841120Z     {
2026-06-16T09:36:12.4841274Z       "id": "REQ-INST-8",
2026-06-16T09:36:12.4841584Z       "title": "Remote-control mode distinct from local operation",
2026-06-16T09:36:12.4841740Z       "requiredStages": [
2026-06-16T09:36:12.4841875Z         "impl",
2026-06-16T09:36:12.4842013Z         "unit",
2026-06-16T09:36:12.4842147Z         "int"
2026-06-16T09:36:12.4842270Z       ],
2026-06-16T09:36:12.4842414Z       "stages": {
2026-06-16T09:36:12.4842557Z         "doc": {
2026-06-16T09:36:12.4842717Z           "complete": false,
2026-06-16T09:36:12.4842855Z           "evidence": []
2026-06-16T09:36:12.4842996Z         },
2026-06-16T09:36:12.4843139Z         "impl": {
2026-06-16T09:36:12.4843292Z           "complete": true,
2026-06-16T09:36:12.4843440Z           "evidence": [
2026-06-16T09:36:12.4843569Z             {
2026-06-16T09:36:12.4843788Z               "path": "crates/spt-daemon/src/attach.rs",
2026-06-16T09:36:12.4843931Z               "line": 104
2026-06-16T09:36:12.4844075Z             },
2026-06-16T09:36:12.4844198Z             {
2026-06-16T09:36:12.4844418Z               "path": "crates/spt-daemon/src/attach.rs",
2026-06-16T09:36:12.4844579Z               "line": 299
2026-06-16T09:36:12.4844709Z             },
2026-06-16T09:36:12.4844846Z             {
2026-06-16T09:36:12.4845067Z               "path": "crates/spt-daemon/src/attach.rs",
2026-06-16T09:36:12.4845217Z               "line": 339
2026-06-16T09:36:12.4845360Z             },
2026-06-16T09:36:12.4845483Z             {
2026-06-16T09:36:12.4845711Z               "path": "crates/spt-net/src/net/attach.rs",
2026-06-16T09:36:12.4845853Z               "line": 62
2026-06-16T09:36:12.4845978Z             }
2026-06-16T09:36:12.4846117Z           ]
2026-06-16T09:36:12.4846240Z         },
2026-06-16T09:36:12.4846374Z         "int": {
2026-06-16T09:36:12.4846525Z           "complete": true,
2026-06-16T09:36:12.4846675Z           "evidence": [
2026-06-16T09:36:12.4846808Z             {
2026-06-16T09:36:12.4847046Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.4847189Z               "line": 415
2026-06-16T09:36:12.4847328Z             },
2026-06-16T09:36:12.4847562Z             {
2026-06-16T09:36:12.4847799Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.4847958Z               "line": 1026
2026-06-16T09:36:12.4848079Z             }
2026-06-16T09:36:12.4848208Z           ]
2026-06-16T09:36:12.4848427Z         },
2026-06-16T09:36:12.4848561Z         "unit": {
2026-06-16T09:36:12.4848714Z           "complete": true,
2026-06-16T09:36:12.4848853Z           "evidence": [
2026-06-16T09:36:12.4849076Z             {
2026-06-16T09:36:12.4849305Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.4849457Z               "line": 358
2026-06-16T09:36:12.4849582Z             },
2026-06-16T09:36:12.4849705Z             {
2026-06-16T09:36:12.4849939Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.4850078Z               "line": 513
2026-06-16T09:36:12.4850217Z             },
2026-06-16T09:36:12.4850334Z             {
2026-06-16T09:36:12.4850566Z               "path": "crates/spt-net/src/net/attach.rs",
2026-06-16T09:36:12.4850712Z               "line": 116
2026-06-16T09:36:12.4850833Z             },
2026-06-16T09:36:12.4850971Z             {
2026-06-16T09:36:12.4851191Z               "path": "crates/spt-net/src/net/attach.rs",
2026-06-16T09:36:12.4851333Z               "line": 160
2026-06-16T09:36:12.4851472Z             }
2026-06-16T09:36:12.4851595Z           ]
2026-06-16T09:36:12.4851729Z         }
2026-06-16T09:36:12.4851853Z       }
2026-06-16T09:36:12.4851981Z     },
2026-06-16T09:36:12.4852106Z     {
2026-06-16T09:36:12.4852263Z       "id": "REQ-INST-9",
2026-06-16T09:36:12.4852654Z       "title": "Multi-subnet membership (same-user N subnets; cross-user seam)",
2026-06-16T09:36:12.4852816Z       "requiredStages": [
2026-06-16T09:36:12.4852954Z         "impl",
2026-06-16T09:36:12.4853079Z         "unit"
2026-06-16T09:36:12.4853206Z       ],
2026-06-16T09:36:12.4853334Z       "stages": {
2026-06-16T09:36:12.4853462Z         "doc": {
2026-06-16T09:36:12.4853623Z           "complete": false,
2026-06-16T09:36:12.4853776Z           "evidence": []
2026-06-16T09:36:12.4853904Z         },
2026-06-16T09:36:12.4854029Z         "impl": {
2026-06-16T09:36:12.4854190Z           "complete": true,
2026-06-16T09:36:12.4854334Z           "evidence": [
2026-06-16T09:36:12.4854477Z             {
2026-06-16T09:36:12.4854701Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4854853Z               "line": 417
2026-06-16T09:36:12.4854988Z             }
2026-06-16T09:36:12.4855105Z           ]
2026-06-16T09:36:12.4855235Z         },
2026-06-16T09:36:12.4855373Z         "int": {
2026-06-16T09:36:12.4855541Z           "complete": false,
2026-06-16T09:36:12.4855688Z           "evidence": []
2026-06-16T09:36:12.4855815Z         },
2026-06-16T09:36:12.4855958Z         "unit": {
2026-06-16T09:36:12.4856113Z           "complete": true,
2026-06-16T09:36:12.4856261Z           "evidence": [
2026-06-16T09:36:12.4856390Z             {
2026-06-16T09:36:12.4856634Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4856780Z               "line": 1321
2026-06-16T09:36:12.4856911Z             },
2026-06-16T09:36:12.4857048Z             {
2026-06-16T09:36:12.4857282Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4857444Z               "line": 1330
2026-06-16T09:36:12.4857573Z             },
2026-06-16T09:36:12.4857702Z             {
2026-06-16T09:36:12.4857930Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4860571Z               "line": 1346
2026-06-16T09:36:12.4860725Z             },
2026-06-16T09:36:12.4860851Z             {
2026-06-16T09:36:12.4861099Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4861245Z               "line": 1358
2026-06-16T09:36:12.4861369Z             },
2026-06-16T09:36:12.4861502Z             {
2026-06-16T09:36:12.4861746Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.4861902Z               "line": 1378
2026-06-16T09:36:12.4862179Z             }
2026-06-16T09:36:12.4862318Z           ]
2026-06-16T09:36:12.4862442Z         }
2026-06-16T09:36:12.4862570Z       }
2026-06-16T09:36:12.4862695Z     },
2026-06-16T09:36:12.4862818Z     {
2026-06-16T09:36:12.4862972Z       "id": "REQ-INSTALL-1",
2026-06-16T09:36:12.4863486Z       "title": "Two install paths; signed one-line script; OS-service registration",
2026-06-16T09:36:12.4863653Z       "requiredStages": [
2026-06-16T09:36:12.4863785Z         "doc",
2026-06-16T09:36:12.4863919Z         "impl",
2026-06-16T09:36:12.4864045Z         "int"
2026-06-16T09:36:12.4864173Z       ],
2026-06-16T09:36:12.4864313Z       "stages": {
2026-06-16T09:36:12.4864436Z         "doc": {
2026-06-16T09:36:12.4864589Z           "complete": true,
2026-06-16T09:36:12.4864726Z           "evidence": [
2026-06-16T09:36:12.4864851Z             {
2026-06-16T09:36:12.4865013Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.4865166Z               "line": 695
2026-06-16T09:36:12.4865289Z             }
2026-06-16T09:36:12.4865413Z           ]
2026-06-16T09:36:12.4865538Z         },
2026-06-16T09:36:12.4865666Z         "impl": {
2026-06-16T09:36:12.4865820Z           "complete": true,
2026-06-16T09:36:12.4865966Z           "evidence": [
2026-06-16T09:36:12.4866096Z             {
2026-06-16T09:36:12.4866295Z               "path": "installer/install.ps1",
2026-06-16T09:36:12.4866432Z               "line": 57
2026-06-16T09:36:12.4866561Z             },
2026-06-16T09:36:12.4866683Z             {
2026-06-16T09:36:12.4866870Z               "path": "installer/install.sh",
2026-06-16T09:36:12.4867002Z               "line": 52
2026-06-16T09:36:12.4867132Z             }
2026-06-16T09:36:12.4867265Z           ]
2026-06-16T09:36:12.4867394Z         },
2026-06-16T09:36:12.4867532Z         "int": {
2026-06-16T09:36:12.4867669Z           "complete": true,
2026-06-16T09:36:12.4867818Z           "evidence": [
2026-06-16T09:36:12.4867942Z             {
2026-06-16T09:36:12.4868176Z               "path": "crates/spt/tests/oneliner_e2e.rs",
2026-06-16T09:36:12.4868323Z               "line": 21
2026-06-16T09:36:12.4868444Z             }
2026-06-16T09:36:12.4868577Z           ]
2026-06-16T09:36:12.4868702Z         },
2026-06-16T09:36:12.4868838Z         "unit": {
2026-06-16T09:36:12.4869102Z           "complete": false,
2026-06-16T09:36:12.4869261Z           "evidence": []
2026-06-16T09:36:12.4869381Z         }
2026-06-16T09:36:12.4869501Z       }
2026-06-16T09:36:12.4869624Z     },
2026-06-16T09:36:12.4869749Z     {
2026-06-16T09:36:12.4869915Z       "id": "REQ-INSTALL-2",
2026-06-16T09:36:12.4870186Z       "title": "Marketplace-repackaging-friendly install",
2026-06-16T09:36:12.4870345Z       "requiredStages": [
2026-06-16T09:36:12.4870474Z         "doc"
2026-06-16T09:36:12.4870602Z       ],
2026-06-16T09:36:12.4870745Z       "stages": {
2026-06-16T09:36:12.4870878Z         "doc": {
2026-06-16T09:36:12.4871036Z           "complete": true,
2026-06-16T09:36:12.4871183Z           "evidence": [
2026-06-16T09:36:12.4871328Z             {
2026-06-16T09:36:12.4871478Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.4871621Z               "line": 696
2026-06-16T09:36:12.4871762Z             }
2026-06-16T09:36:12.4871881Z           ]
2026-06-16T09:36:12.4872016Z         },
2026-06-16T09:36:12.4872153Z         "impl": {
2026-06-16T09:36:12.4872315Z           "complete": false,
2026-06-16T09:36:12.4872472Z           "evidence": []
2026-06-16T09:36:12.4872593Z         },
2026-06-16T09:36:12.4872725Z         "int": {
2026-06-16T09:36:12.4872864Z           "complete": false,
2026-06-16T09:36:12.4873012Z           "evidence": []
2026-06-16T09:36:12.4873144Z         },
2026-06-16T09:36:12.4873287Z         "unit": {
2026-06-16T09:36:12.4873440Z           "complete": false,
2026-06-16T09:36:12.4873589Z           "evidence": []
2026-06-16T09:36:12.4873716Z         }
2026-06-16T09:36:12.4873842Z       }
2026-06-16T09:36:12.4873964Z     },
2026-06-16T09:36:12.4874089Z     {
2026-06-16T09:36:12.4874242Z       "id": "REQ-INSTALL-3",
2026-06-16T09:36:12.4874662Z       "title": "Idempotent + interactive-optional first run",
2026-06-16T09:36:12.4874825Z       "requiredStages": [
2026-06-16T09:36:12.4874963Z         "impl",
2026-06-16T09:36:12.4875087Z         "int"
2026-06-16T09:36:12.4875211Z       ],
2026-06-16T09:36:12.4875455Z       "stages": {
2026-06-16T09:36:12.4875587Z         "doc": {
2026-06-16T09:36:12.4875740Z           "complete": false,
2026-06-16T09:36:12.4875893Z           "evidence": []
2026-06-16T09:36:12.4876026Z         },
2026-06-16T09:36:12.4876160Z         "impl": {
2026-06-16T09:36:12.4876317Z           "complete": true,
2026-06-16T09:36:12.4876465Z           "evidence": [
2026-06-16T09:36:12.4876584Z             {
2026-06-16T09:36:12.4876771Z               "path": "installer/install.ps1",
2026-06-16T09:36:12.4876926Z               "line": 100
2026-06-16T09:36:12.4877060Z             },
2026-06-16T09:36:12.4877181Z             {
2026-06-16T09:36:12.4877377Z               "path": "installer/install.ps1",
2026-06-16T09:36:12.4877520Z               "line": 111
2026-06-16T09:36:12.4877644Z             },
2026-06-16T09:36:12.4877768Z             {
2026-06-16T09:36:12.4877954Z               "path": "installer/install.sh",
2026-06-16T09:36:12.4878102Z               "line": 79
2026-06-16T09:36:12.4878225Z             }
2026-06-16T09:36:12.4878364Z           ]
2026-06-16T09:36:12.4878488Z         },
2026-06-16T09:36:12.4878612Z         "int": {
2026-06-16T09:36:12.4878760Z           "complete": true,
2026-06-16T09:36:12.4878898Z           "evidence": [
2026-06-16T09:36:12.4879107Z             {
2026-06-16T09:36:12.4879337Z               "path": "crates/spt/tests/oneliner_e2e.rs",
2026-06-16T09:36:12.4879480Z               "line": 167
2026-06-16T09:36:12.4879605Z             }
2026-06-16T09:36:12.4879746Z           ]
2026-06-16T09:36:12.4879869Z         },
2026-06-16T09:36:12.4880009Z         "unit": {
2026-06-16T09:36:12.4880160Z           "complete": false,
2026-06-16T09:36:12.4880305Z           "evidence": []
2026-06-16T09:36:12.4880441Z         }
2026-06-16T09:36:12.4880562Z       }
2026-06-16T09:36:12.4880695Z     },
2026-06-16T09:36:12.4880814Z     {
2026-06-16T09:36:12.4880976Z       "id": "REQ-INSTALL-4",
2026-06-16T09:36:12.4882551Z       "title": "Adapter registration lifecycle: spt adapter add (--github, manifest-first, install-is-first-update) + soft-deregister remove + optional manifest uninstall template; node-local registered-adapter set self-update ripples over",
2026-06-16T09:36:12.4882713Z       "requiredStages": [
2026-06-16T09:36:12.4882852Z         "impl",
2026-06-16T09:36:12.4882989Z         "unit"
2026-06-16T09:36:12.4883114Z       ],
2026-06-16T09:36:12.4883257Z       "stages": {
2026-06-16T09:36:12.4883385Z         "doc": {
2026-06-16T09:36:12.4883543Z           "complete": false,
2026-06-16T09:36:12.4883690Z           "evidence": []
2026-06-16T09:36:12.4883815Z         },
2026-06-16T09:36:12.4883943Z         "impl": {
2026-06-16T09:36:12.4884102Z           "complete": true,
2026-06-16T09:36:12.4884249Z           "evidence": [
2026-06-16T09:36:12.4884369Z             {
2026-06-16T09:36:12.4884640Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.4884784Z               "line": 154
2026-06-16T09:36:12.4884915Z             },
2026-06-16T09:36:12.4885039Z             {
2026-06-16T09:36:12.4885265Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4885409Z               "line": 29
2026-06-16T09:36:12.4885541Z             },
2026-06-16T09:36:12.4885676Z             {
2026-06-16T09:36:12.4885909Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4886053Z               "line": 275
2026-06-16T09:36:12.4886180Z             },
2026-06-16T09:36:12.4886320Z             {
2026-06-16T09:36:12.4886557Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4886687Z               "line": 339
2026-06-16T09:36:12.4886819Z             },
2026-06-16T09:36:12.4886950Z             {
2026-06-16T09:36:12.4887303Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4887453Z               "line": 369
2026-06-16T09:36:12.4887581Z             },
2026-06-16T09:36:12.4887709Z             {
2026-06-16T09:36:12.4887937Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4888190Z               "line": 401
2026-06-16T09:36:12.4888314Z             },
2026-06-16T09:36:12.4888447Z             {
2026-06-16T09:36:12.4888633Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4888781Z               "line": 5014
2026-06-16T09:36:12.4888910Z             }
2026-06-16T09:36:12.4889124Z           ]
2026-06-16T09:36:12.4889258Z         },
2026-06-16T09:36:12.4889391Z         "int": {
2026-06-16T09:36:12.4889550Z           "complete": false,
2026-06-16T09:36:12.4889697Z           "evidence": []
2026-06-16T09:36:12.4889822Z         },
2026-06-16T09:36:12.4889963Z         "unit": {
2026-06-16T09:36:12.4890108Z           "complete": true,
2026-06-16T09:36:12.4890254Z           "evidence": [
2026-06-16T09:36:12.4890386Z             {
2026-06-16T09:36:12.4890645Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.4890788Z               "line": 335
2026-06-16T09:36:12.4890917Z             },
2026-06-16T09:36:12.4891044Z             {
2026-06-16T09:36:12.4891269Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4891412Z               "line": 763
2026-06-16T09:36:12.4891541Z             },
2026-06-16T09:36:12.4891664Z             {
2026-06-16T09:36:12.4891893Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4892042Z               "line": 804
2026-06-16T09:36:12.4892166Z             },
2026-06-16T09:36:12.4892289Z             {
2026-06-16T09:36:12.4892523Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4892664Z               "line": 824
2026-06-16T09:36:12.4892793Z             },
2026-06-16T09:36:12.4892920Z             {
2026-06-16T09:36:12.4893116Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4893263Z               "line": 7267
2026-06-16T09:36:12.4893393Z             }
2026-06-16T09:36:12.4893521Z           ]
2026-06-16T09:36:12.4893640Z         }
2026-06-16T09:36:12.4893760Z       }
2026-06-16T09:36:12.4893887Z     },
2026-06-16T09:36:12.4894013Z     {
2026-06-16T09:36:12.4894179Z       "id": "REQ-INSTALL-5",
2026-06-16T09:36:12.4895362Z       "title": "Non-interactive install path: the canonical one-liner doubles as every adapter's pack-in on-demand install (no second mechanism); sha256-verified fetch; user-PATH registration",
2026-06-16T09:36:12.4895527Z       "requiredStages": [
2026-06-16T09:36:12.4895656Z         "impl",
2026-06-16T09:36:12.4895792Z         "int"
2026-06-16T09:36:12.4895916Z       ],
2026-06-16T09:36:12.4896055Z       "stages": {
2026-06-16T09:36:12.4896187Z         "doc": {
2026-06-16T09:36:12.4896326Z           "complete": false,
2026-06-16T09:36:12.4896483Z           "evidence": []
2026-06-16T09:36:12.4896613Z         },
2026-06-16T09:36:12.4896755Z         "impl": {
2026-06-16T09:36:12.4896909Z           "complete": true,
2026-06-16T09:36:12.4897051Z           "evidence": [
2026-06-16T09:36:12.4897185Z             {
2026-06-16T09:36:12.4897375Z               "path": "installer/install.ps1",
2026-06-16T09:36:12.4897524Z               "line": 5
2026-06-16T09:36:12.4897646Z             },
2026-06-16T09:36:12.4897776Z             {
2026-06-16T09:36:12.4897961Z               "path": "installer/install.sh",
2026-06-16T09:36:12.4898089Z               "line": 6
2026-06-16T09:36:12.4898227Z             }
2026-06-16T09:36:12.4898349Z           ]
2026-06-16T09:36:12.4898478Z         },
2026-06-16T09:36:12.4898616Z         "int": {
2026-06-16T09:36:12.4898764Z           "complete": true,
2026-06-16T09:36:12.4898908Z           "evidence": [
2026-06-16T09:36:12.4899123Z             {
2026-06-16T09:36:12.4899350Z               "path": "crates/spt/tests/oneliner_e2e.rs",
2026-06-16T09:36:12.4899489Z               "line": 22
2026-06-16T09:36:12.4899737Z             }
2026-06-16T09:36:12.4899865Z           ]
2026-06-16T09:36:12.4899999Z         },
2026-06-16T09:36:12.4900138Z         "unit": {
2026-06-16T09:36:12.4900285Z           "complete": false,
2026-06-16T09:36:12.4900430Z           "evidence": []
2026-06-16T09:36:12.4900763Z         }
2026-06-16T09:36:12.4900890Z       }
2026-06-16T09:36:12.4901018Z     },
2026-06-16T09:36:12.4901148Z     {
2026-06-16T09:36:12.4901324Z       "id": "REQ-INSTALL-6",
2026-06-16T09:36:12.4904320Z       "title": "Linux elevation install leg: install.sh symlinks the binary into a sudo-reachable path (/usr/local/bin; graceful print-the-one-liner when unelevated) so sudo spt resolves; first sudo spt detects elevation and prompts ONCE for the default user account — thereafter any elevated daemon launch runs daemon + state under that account, never root (KH 5.7 interplay verified) (M8 decision 8)",
2026-06-16T09:36:12.4904486Z       "requiredStages": [
2026-06-16T09:36:12.4904620Z         "impl",
2026-06-16T09:36:12.4904772Z         "unit"
2026-06-16T09:36:12.4904897Z       ],
2026-06-16T09:36:12.4905035Z       "stages": {
2026-06-16T09:36:12.4905174Z         "doc": {
2026-06-16T09:36:12.4905330Z           "complete": false,
2026-06-16T09:36:12.4905474Z           "evidence": []
2026-06-16T09:36:12.4905617Z         },
2026-06-16T09:36:12.4905755Z         "impl": {
2026-06-16T09:36:12.4905918Z           "complete": true,
2026-06-16T09:36:12.4906054Z           "evidence": [
2026-06-16T09:36:12.4906188Z             {
2026-06-16T09:36:12.4906409Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.4906553Z               "line": 61
2026-06-16T09:36:12.4906676Z             },
2026-06-16T09:36:12.4906811Z             {
2026-06-16T09:36:12.4907043Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.4907187Z               "line": 596
2026-06-16T09:36:12.4907310Z             },
2026-06-16T09:36:12.4907435Z             {
2026-06-16T09:36:12.4907668Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4907812Z               "line": 191
2026-06-16T09:36:12.4907935Z             },
2026-06-16T09:36:12.4908070Z             {
2026-06-16T09:36:12.4908293Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4908442Z               "line": 276
2026-06-16T09:36:12.4908564Z             },
2026-06-16T09:36:12.4908697Z             {
2026-06-16T09:36:12.4908890Z               "path": "crates/spt/src/main.rs",
2026-06-16T09:36:12.4909105Z               "line": 42
2026-06-16T09:36:12.4909238Z             },
2026-06-16T09:36:12.4909363Z             {
2026-06-16T09:36:12.4909553Z               "path": "installer/install.sh",
2026-06-16T09:36:12.4909692Z               "line": 104
2026-06-16T09:36:12.4909821Z             }
2026-06-16T09:36:12.4909949Z           ]
2026-06-16T09:36:12.4910082Z         },
2026-06-16T09:36:12.4910221Z         "int": {
2026-06-16T09:36:12.4910369Z           "complete": false,
2026-06-16T09:36:12.4910516Z           "evidence": []
2026-06-16T09:36:12.4910641Z         },
2026-06-16T09:36:12.4910778Z         "unit": {
2026-06-16T09:36:12.4910923Z           "complete": true,
2026-06-16T09:36:12.4911064Z           "evidence": [
2026-06-16T09:36:12.4911189Z             {
2026-06-16T09:36:12.4911416Z               "path": "crates/spt-daemon/src/deelevate.rs",
2026-06-16T09:36:12.4911578Z               "line": 866
2026-06-16T09:36:12.4911699Z             }
2026-06-16T09:36:12.4911822Z           ]
2026-06-16T09:36:12.4911932Z         }
2026-06-16T09:36:12.4912060Z       }
2026-06-16T09:36:12.4912184Z     },
2026-06-16T09:36:12.4912304Z     {
2026-06-16T09:36:12.4912465Z       "id": "REQ-INSTALL-7",
2026-06-16T09:36:12.4915214Z       "title": "Windows inbound reachability: the elevated install leg registers the inbound-UDP firewall rule (New-NetFirewallRule); the daemon self-detects blocked inbound and renders it as the no-connection state in subnet status + the coming-online banner (covers user-scope installs that skip the elevated leg — never a silent NO_SEED_HOLDER dead-end) (M8 root cause 3)",
2026-06-16T09:36:12.4915486Z       "requiredStages": [
2026-06-16T09:36:12.4915628Z         "impl"
2026-06-16T09:36:12.4915759Z       ],
2026-06-16T09:36:12.4915904Z       "stages": {
2026-06-16T09:36:12.4916034Z         "doc": {
2026-06-16T09:36:12.4916300Z           "complete": false,
2026-06-16T09:36:12.4916440Z           "evidence": []
2026-06-16T09:36:12.4916576Z         },
2026-06-16T09:36:12.4916720Z         "impl": {
2026-06-16T09:36:12.4916865Z           "complete": true,
2026-06-16T09:36:12.4917013Z           "evidence": [
2026-06-16T09:36:12.4917137Z             {
2026-06-16T09:36:12.4917332Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4917471Z               "line": 3606
2026-06-16T09:36:12.4917603Z             },
2026-06-16T09:36:12.4917733Z             {
2026-06-16T09:36:12.4917923Z               "path": "installer/install.ps1",
2026-06-16T09:36:12.4918072Z               "line": 157
2026-06-16T09:36:12.4918199Z             }
2026-06-16T09:36:12.4918334Z           ]
2026-06-16T09:36:12.4918457Z         },
2026-06-16T09:36:12.4918591Z         "int": {
2026-06-16T09:36:12.4918758Z           "complete": false,
2026-06-16T09:36:12.4918897Z           "evidence": []
2026-06-16T09:36:12.4919100Z         },
2026-06-16T09:36:12.4919233Z         "unit": {
2026-06-16T09:36:12.4919394Z           "complete": false,
2026-06-16T09:36:12.4919545Z           "evidence": []
2026-06-16T09:36:12.4919670Z         }
2026-06-16T09:36:12.4919798Z       }
2026-06-16T09:36:12.4919918Z     },
2026-06-16T09:36:12.4920061Z     {
2026-06-16T09:36:12.4920214Z       "id": "REQ-INSTALL-8",
2026-06-16T09:36:12.4922917Z       "title": "OS-service registration (REQ-INSTALL-1's deferred third leg): Linux systemd USER service + loginctl enable-linger (linger rides the elevated install leg; daemon starts at boot pre-login, user universe per KH 5.7, systemctl --user managed); Windows scheduled task at-logon (interactive session, no stored credentials); a node is reachable after reboot without any manual spt invocation (M8 decision 17)",
2026-06-16T09:36:12.4923078Z       "requiredStages": [
2026-06-16T09:36:12.4923207Z         "impl"
2026-06-16T09:36:12.4923335Z       ],
2026-06-16T09:36:12.4923475Z       "stages": {
2026-06-16T09:36:12.4923617Z         "doc": {
2026-06-16T09:36:12.4923761Z           "complete": false,
2026-06-16T09:36:12.4923912Z           "evidence": []
2026-06-16T09:36:12.4924047Z         },
2026-06-16T09:36:12.4924174Z         "impl": {
2026-06-16T09:36:12.4924331Z           "complete": true,
2026-06-16T09:36:12.4924469Z           "evidence": [
2026-06-16T09:36:12.4924596Z             {
2026-06-16T09:36:12.4924783Z               "path": "installer/install.ps1",
2026-06-16T09:36:12.4924934Z               "line": 184
2026-06-16T09:36:12.4925059Z             },
2026-06-16T09:36:12.4925187Z             {
2026-06-16T09:36:12.4925374Z               "path": "installer/install.sh",
2026-06-16T09:36:12.4925520Z               "line": 121
2026-06-16T09:36:12.4925650Z             }
2026-06-16T09:36:12.4925779Z           ]
2026-06-16T09:36:12.4925916Z         },
2026-06-16T09:36:12.4926060Z         "int": {
2026-06-16T09:36:12.4926208Z           "complete": false,
2026-06-16T09:36:12.4926361Z           "evidence": []
2026-06-16T09:36:12.4926494Z         },
2026-06-16T09:36:12.4926633Z         "unit": {
2026-06-16T09:36:12.4926784Z           "complete": false,
2026-06-16T09:36:12.4926928Z           "evidence": []
2026-06-16T09:36:12.4927056Z         }
2026-06-16T09:36:12.4927179Z       }
2026-06-16T09:36:12.4927308Z     },
2026-06-16T09:36:12.4927430Z     {
2026-06-16T09:36:12.4927597Z       "id": "REQ-INSTALL-9",
2026-06-16T09:36:12.4930706Z       "title": "Adapter add from a GitHub release archive: `spt adapter add --release <user/repo> [--tag <tag>] [--asset <name>]` fetches a `.spt` tar asset over HTTPS+GitHub trust, extracts it to the durable adapters/_github home, and registers the root — ships built binaries source-free and versioned (the distribution path for an adapter whose dev repo is a monorepo subdir, where --github root-only clone does not fit)",
2026-06-16T09:36:12.4930884Z       "requiredStages": [
2026-06-16T09:36:12.4931021Z         "doc",
2026-06-16T09:36:12.4931151Z         "impl",
2026-06-16T09:36:12.4931284Z         "unit"
2026-06-16T09:36:12.4931518Z       ],
2026-06-16T09:36:12.4931660Z       "stages": {
2026-06-16T09:36:12.4931800Z         "doc": {
2026-06-16T09:36:12.4931951Z           "complete": true,
2026-06-16T09:36:12.4932096Z           "evidence": [
2026-06-16T09:36:12.4932222Z             {
2026-06-16T09:36:12.4932382Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.4932519Z               "line": 712
2026-06-16T09:36:12.4932646Z             }
2026-06-16T09:36:12.4932771Z           ]
2026-06-16T09:36:12.4932899Z         },
2026-06-16T09:36:12.4933037Z         "impl": {
2026-06-16T09:36:12.4933190Z           "complete": true,
2026-06-16T09:36:12.4933334Z           "evidence": [
2026-06-16T09:36:12.4933462Z             {
2026-06-16T09:36:12.4933667Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4933815Z               "line": 2317
2026-06-16T09:36:12.4933938Z             },
2026-06-16T09:36:12.4934077Z             {
2026-06-16T09:36:12.4934253Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4934415Z               "line": 2341
2026-06-16T09:36:12.4934544Z             }
2026-06-16T09:36:12.4934670Z           ]
2026-06-16T09:36:12.4934792Z         },
2026-06-16T09:36:12.4934920Z         "int": {
2026-06-16T09:36:12.4935080Z           "complete": false,
2026-06-16T09:36:12.4935222Z           "evidence": []
2026-06-16T09:36:12.4935357Z         },
2026-06-16T09:36:12.4935480Z         "unit": {
2026-06-16T09:36:12.4935633Z           "complete": true,
2026-06-16T09:36:12.4935775Z           "evidence": [
2026-06-16T09:36:12.4935900Z             {
2026-06-16T09:36:12.4936090Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4936230Z               "line": 6561
2026-06-16T09:36:12.4936363Z             },
2026-06-16T09:36:12.4936486Z             {
2026-06-16T09:36:12.4936672Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4936815Z               "line": 7297
2026-06-16T09:36:12.4936940Z             }
2026-06-16T09:36:12.4937077Z           ]
2026-06-16T09:36:12.4937213Z         }
2026-06-16T09:36:12.4937349Z       }
2026-06-16T09:36:12.4937489Z     },
2026-06-16T09:36:12.4937612Z     {
2026-06-16T09:36:12.4937763Z       "id": "REQ-KICK-1",
2026-06-16T09:36:12.4943884Z       "title": "Explicit, loud controller displacement: `spt rc kick <target>` / `--take` (Take intent) kicks the incumbent controller and becomes controller; the displaced controller receives a LOUD `Displaced{by}` notice and is FULLY DETACHED (not demoted to a viewer). A default attach to a controlled endpoint is NEVER a silent displace (it is the Control busy-refusal). An old (N-1) rc omits intent → Control, so it can drive a free endpoint but CANNOT `--take` — it can never silently steal, and gets a clean busy-refusal instead. Taking control rides the same access_check(endpoint, origin, Unsolicited) as a normal control attach (if you may drive, you may take — no elevated kick policy). The picker surfaces 'Kick <node> and attach' (Take) only on a controlled (blue ■) endpoint, via the existing attach dispatch (single-bringup-path: intent is a parameter).",
2026-06-16T09:36:12.4944066Z       "requiredStages": [
2026-06-16T09:36:12.4944198Z         "doc",
2026-06-16T09:36:12.4944337Z         "impl",
2026-06-16T09:36:12.4944470Z         "unit",
2026-06-16T09:36:12.4944595Z         "int"
2026-06-16T09:36:12.4944723Z       ],
2026-06-16T09:36:12.4944862Z       "stages": {
2026-06-16T09:36:12.4944985Z         "doc": {
2026-06-16T09:36:12.4945143Z           "complete": true,
2026-06-16T09:36:12.4945286Z           "evidence": [
2026-06-16T09:36:12.4945409Z             {
2026-06-16T09:36:12.4945561Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.4945697Z               "line": 323
2026-06-16T09:36:12.4945960Z             }
2026-06-16T09:36:12.4946087Z           ]
2026-06-16T09:36:12.4946212Z         },
2026-06-16T09:36:12.4946340Z         "impl": {
2026-06-16T09:36:12.4946509Z           "complete": true,
2026-06-16T09:36:12.4946650Z           "evidence": [
2026-06-16T09:36:12.4946785Z             {
2026-06-16T09:36:12.4947138Z               "path": "crates/spt-net/src/net/attach.rs",
2026-06-16T09:36:12.4947280Z               "line": 41
2026-06-16T09:36:12.4947414Z             },
2026-06-16T09:36:12.4947542Z             {
2026-06-16T09:36:12.4947729Z               "path": "crates/spt/src/rc.rs",
2026-06-16T09:36:12.4947875Z               "line": 181
2026-06-16T09:36:12.4948010Z             }
2026-06-16T09:36:12.4948135Z           ]
2026-06-16T09:36:12.4948262Z         },
2026-06-16T09:36:12.4948395Z         "int": {
2026-06-16T09:36:12.4948540Z           "complete": true,
2026-06-16T09:36:12.4948688Z           "evidence": [
2026-06-16T09:36:12.4948808Z             {
2026-06-16T09:36:12.4949142Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.4949288Z               "line": 789
2026-06-16T09:36:12.4949413Z             }
2026-06-16T09:36:12.4949551Z           ]
2026-06-16T09:36:12.4949671Z         },
2026-06-16T09:36:12.4949814Z         "unit": {
2026-06-16T09:36:12.4949962Z           "complete": true,
2026-06-16T09:36:12.4950099Z           "evidence": [
2026-06-16T09:36:12.4950228Z             {
2026-06-16T09:36:12.4950442Z               "path": "crates/spt-net/src/net/attach.rs",
2026-06-16T09:36:12.4950592Z               "line": 205
2026-06-16T09:36:12.4950720Z             }
2026-06-16T09:36:12.4950852Z           ]
2026-06-16T09:36:12.4950976Z         }
2026-06-16T09:36:12.4951107Z       }
2026-06-16T09:36:12.4951231Z     },
2026-06-16T09:36:12.4951361Z     {
2026-06-16T09:36:12.4951526Z       "id": "REQ-MANIFEST-1",
2026-06-16T09:36:12.4951919Z       "title": "Per-adapter manifest with adapter_name and min_spt_core_version",
2026-06-16T09:36:12.4952080Z       "requiredStages": [
2026-06-16T09:36:12.4952209Z         "doc",
2026-06-16T09:36:12.4952352Z         "impl",
2026-06-16T09:36:12.4952495Z         "unit"
2026-06-16T09:36:12.4952628Z       ],
2026-06-16T09:36:12.4952766Z       "stages": {
2026-06-16T09:36:12.4952896Z         "doc": {
2026-06-16T09:36:12.4953043Z           "complete": true,
2026-06-16T09:36:12.4953197Z           "evidence": [
2026-06-16T09:36:12.4953329Z             {
2026-06-16T09:36:12.4953512Z               "path": "docs/MANIFEST.md",
2026-06-16T09:36:12.4953653Z               "line": 19
2026-06-16T09:36:12.4953781Z             }
2026-06-16T09:36:12.4953906Z           ]
2026-06-16T09:36:12.4954038Z         },
2026-06-16T09:36:12.4954172Z         "impl": {
2026-06-16T09:36:12.4954334Z           "complete": true,
2026-06-16T09:36:12.4954478Z           "evidence": [
2026-06-16T09:36:12.4954607Z             {
2026-06-16T09:36:12.4954845Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4954973Z               "line": 18
2026-06-16T09:36:12.4955122Z             }
2026-06-16T09:36:12.4955244Z           ]
2026-06-16T09:36:12.4955364Z         },
2026-06-16T09:36:12.4955494Z         "int": {
2026-06-16T09:36:12.4955640Z           "complete": false,
2026-06-16T09:36:12.4955785Z           "evidence": []
2026-06-16T09:36:12.4955912Z         },
2026-06-16T09:36:12.4956050Z         "unit": {
2026-06-16T09:36:12.4956206Z           "complete": true,
2026-06-16T09:36:12.4956352Z           "evidence": [
2026-06-16T09:36:12.4956477Z             {
2026-06-16T09:36:12.4956710Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4956863Z               "line": 930
2026-06-16T09:36:12.4956991Z             },
2026-06-16T09:36:12.4957125Z             {
2026-06-16T09:36:12.4957345Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4957488Z               "line": 1044
2026-06-16T09:36:12.4957625Z             },
2026-06-16T09:36:12.4957755Z             {
2026-06-16T09:36:12.4958102Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4958241Z               "line": 1056
2026-06-16T09:36:12.4958380Z             },
2026-06-16T09:36:12.4958503Z             {
2026-06-16T09:36:12.4958741Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4959068Z               "line": 1067
2026-06-16T09:36:12.4959191Z             },
2026-06-16T09:36:12.4959320Z             {
2026-06-16T09:36:12.4959548Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4959692Z               "line": 1084
2026-06-16T09:36:12.4959835Z             },
2026-06-16T09:36:12.4959983Z             {
2026-06-16T09:36:12.4960217Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4960354Z               "line": 1098
2026-06-16T09:36:12.4960497Z             },
2026-06-16T09:36:12.4960627Z             {
2026-06-16T09:36:12.4960871Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4961060Z               "line": 1214
2026-06-16T09:36:12.4961219Z             },
2026-06-16T09:36:12.4961346Z             {
2026-06-16T09:36:12.4961574Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4961720Z               "line": 1229
2026-06-16T09:36:12.4961849Z             },
2026-06-16T09:36:12.4961991Z             {
2026-06-16T09:36:12.4962216Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4962363Z               "line": 1340
2026-06-16T09:36:12.4962502Z             },
2026-06-16T09:36:12.4962626Z             {
2026-06-16T09:36:12.4962855Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4963002Z               "line": 1351
2026-06-16T09:36:12.4963128Z             }
2026-06-16T09:36:12.4963250Z           ]
2026-06-16T09:36:12.4963384Z         }
2026-06-16T09:36:12.4963508Z       }
2026-06-16T09:36:12.4963636Z     },
2026-06-16T09:36:12.4963776Z     {
2026-06-16T09:36:12.4963932Z       "id": "REQ-MANIFEST-2",
2026-06-16T09:36:12.4965029Z       "title": "Adapter profiles — sparse leaf-replace overlays (shipped + local), composite <adapter>:<profile> addressing, shadow-refusal, tighten-only consent floors",
2026-06-16T09:36:12.4965195Z       "requiredStages": [
2026-06-16T09:36:12.4965314Z         "doc",
2026-06-16T09:36:12.4965462Z         "impl",
2026-06-16T09:36:12.4965648Z         "unit"
2026-06-16T09:36:12.4965791Z       ],
2026-06-16T09:36:12.4965929Z       "stages": {
2026-06-16T09:36:12.4966068Z         "doc": {
2026-06-16T09:36:12.4966229Z           "complete": true,
2026-06-16T09:36:12.4966369Z           "evidence": [
2026-06-16T09:36:12.4966505Z             {
2026-06-16T09:36:12.4966667Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.4966812Z               "line": 75
2026-06-16T09:36:12.4966942Z             }
2026-06-16T09:36:12.4967081Z           ]
2026-06-16T09:36:12.4967213Z         },
2026-06-16T09:36:12.4967343Z         "impl": {
2026-06-16T09:36:12.4967499Z           "complete": true,
2026-06-16T09:36:12.4967643Z           "evidence": [
2026-06-16T09:36:12.4967790Z             {
2026-06-16T09:36:12.4968038Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4968186Z               "line": 62
2026-06-16T09:36:12.4968315Z             },
2026-06-16T09:36:12.4968448Z             {
2026-06-16T09:36:12.4968695Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4968835Z               "line": 15
2026-06-16T09:36:12.4969054Z             },
2026-06-16T09:36:12.4969179Z             {
2026-06-16T09:36:12.4969415Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4969558Z               "line": 65
2026-06-16T09:36:12.4969684Z             },
2026-06-16T09:36:12.4969818Z             {
2026-06-16T09:36:12.4970051Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4970196Z               "line": 83
2026-06-16T09:36:12.4970323Z             },
2026-06-16T09:36:12.4970458Z             {
2026-06-16T09:36:12.4970806Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4970944Z               "line": 183
2026-06-16T09:36:12.4971072Z             },
2026-06-16T09:36:12.4971201Z             {
2026-06-16T09:36:12.4971440Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4971586Z               "line": 482
2026-06-16T09:36:12.4971840Z             },
2026-06-16T09:36:12.4971967Z             {
2026-06-16T09:36:12.4972190Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4972336Z               "line": 508
2026-06-16T09:36:12.4972466Z             },
2026-06-16T09:36:12.4972594Z             {
2026-06-16T09:36:12.4972834Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4972975Z               "line": 626
2026-06-16T09:36:12.4973110Z             },
2026-06-16T09:36:12.4973233Z             {
2026-06-16T09:36:12.4973472Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4973615Z               "line": 651
2026-06-16T09:36:12.4973753Z             },
2026-06-16T09:36:12.4973877Z             {
2026-06-16T09:36:12.4974106Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4974249Z               "line": 674
2026-06-16T09:36:12.4974378Z             },
2026-06-16T09:36:12.4974511Z             {
2026-06-16T09:36:12.4974745Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4974886Z               "line": 689
2026-06-16T09:36:12.4975007Z             },
2026-06-16T09:36:12.4975130Z             {
2026-06-16T09:36:12.4975331Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4975473Z               "line": 5179
2026-06-16T09:36:12.4975608Z             },
2026-06-16T09:36:12.4975727Z             {
2026-06-16T09:36:12.4975913Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4976060Z               "line": 5193
2026-06-16T09:36:12.4976189Z             },
2026-06-16T09:36:12.4976323Z             {
2026-06-16T09:36:12.4976514Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4976656Z               "line": 5227
2026-06-16T09:36:12.4976785Z             }
2026-06-16T09:36:12.4976924Z           ]
2026-06-16T09:36:12.4977055Z         },
2026-06-16T09:36:12.4977184Z         "int": {
2026-06-16T09:36:12.4977344Z           "complete": false,
2026-06-16T09:36:12.4977506Z           "evidence": []
2026-06-16T09:36:12.4977631Z         },
2026-06-16T09:36:12.4977763Z         "unit": {
2026-06-16T09:36:12.4977912Z           "complete": true,
2026-06-16T09:36:12.4978059Z           "evidence": [
2026-06-16T09:36:12.4978184Z             {
2026-06-16T09:36:12.4978426Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.4978575Z               "line": 920
2026-06-16T09:36:12.4978712Z             },
2026-06-16T09:36:12.4978832Z             {
2026-06-16T09:36:12.4979147Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4979304Z               "line": 211
2026-06-16T09:36:12.4979425Z             },
2026-06-16T09:36:12.4982109Z             {
2026-06-16T09:36:12.4982391Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4982537Z               "line": 272
2026-06-16T09:36:12.4982671Z             },
2026-06-16T09:36:12.4982806Z             {
2026-06-16T09:36:12.4983056Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4983202Z               "line": 313
2026-06-16T09:36:12.4983341Z             },
2026-06-16T09:36:12.4983459Z             {
2026-06-16T09:36:12.4983698Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4983841Z               "line": 325
2026-06-16T09:36:12.4983975Z             },
2026-06-16T09:36:12.4984103Z             {
2026-06-16T09:36:12.4984337Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4984485Z               "line": 336
2026-06-16T09:36:12.4984605Z             },
2026-06-16T09:36:12.4984728Z             {
2026-06-16T09:36:12.4985100Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4985249Z               "line": 345
2026-06-16T09:36:12.4985376Z             },
2026-06-16T09:36:12.4985514Z             {
2026-06-16T09:36:12.4985752Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4985891Z               "line": 361
2026-06-16T09:36:12.4986125Z             },
2026-06-16T09:36:12.4986249Z             {
2026-06-16T09:36:12.4986488Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4986635Z               "line": 444
2026-06-16T09:36:12.4986759Z             },
2026-06-16T09:36:12.4986892Z             {
2026-06-16T09:36:12.4987122Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4987287Z               "line": 877
2026-06-16T09:36:12.4987422Z             },
2026-06-16T09:36:12.4987549Z             {
2026-06-16T09:36:12.4987778Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4987924Z               "line": 901
2026-06-16T09:36:12.4988057Z             },
2026-06-16T09:36:12.4988177Z             {
2026-06-16T09:36:12.4988405Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4988543Z               "line": 927
2026-06-16T09:36:12.4988667Z             },
2026-06-16T09:36:12.4988801Z             {
2026-06-16T09:36:12.4989144Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4989287Z               "line": 946
2026-06-16T09:36:12.4989412Z             },
2026-06-16T09:36:12.4989535Z             {
2026-06-16T09:36:12.4989769Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.4989911Z               "line": 977
2026-06-16T09:36:12.4990046Z             },
2026-06-16T09:36:12.4990169Z             {
2026-06-16T09:36:12.4990394Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.4990530Z               "line": 309
2026-06-16T09:36:12.4990659Z             },
2026-06-16T09:36:12.4990791Z             {
2026-06-16T09:36:12.4990991Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.4991138Z               "line": 532
2026-06-16T09:36:12.4991268Z             },
2026-06-16T09:36:12.4991397Z             {
2026-06-16T09:36:12.4991588Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4991740Z               "line": 7474
2026-06-16T09:36:12.4991877Z             },
2026-06-16T09:36:12.4992007Z             {
2026-06-16T09:36:12.4992197Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.4992340Z               "line": 8384
2026-06-16T09:36:12.4992464Z             }
2026-06-16T09:36:12.4992589Z           ]
2026-06-16T09:36:12.4992726Z         }
2026-06-16T09:36:12.4992852Z       }
2026-06-16T09:36:12.4992975Z     },
2026-06-16T09:36:12.4993097Z     {
2026-06-16T09:36:12.4993259Z       "id": "REQ-MANIFEST-3",
2026-06-16T09:36:12.4994730Z       "title": "Adapter strings — [strings] KV tree, dot-path get-string resolving through the profile leaf-replace overlay, set-string editing a local profile's [strings] only; data-only (nothing executes a string)",
2026-06-16T09:36:12.4994892Z       "requiredStages": [
2026-06-16T09:36:12.4995031Z         "doc",
2026-06-16T09:36:12.4995161Z         "impl",
2026-06-16T09:36:12.4995288Z         "unit"
2026-06-16T09:36:12.4995418Z       ],
2026-06-16T09:36:12.4995564Z       "stages": {
2026-06-16T09:36:12.4995699Z         "doc": {
2026-06-16T09:36:12.4995856Z           "complete": true,
2026-06-16T09:36:12.4996006Z           "evidence": [
2026-06-16T09:36:12.4996141Z             {
2026-06-16T09:36:12.4996303Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.4996446Z               "line": 81
2026-06-16T09:36:12.4996569Z             }
2026-06-16T09:36:12.4996694Z           ]
2026-06-16T09:36:12.4996823Z         },
2026-06-16T09:36:12.4996965Z         "impl": {
2026-06-16T09:36:12.4997114Z           "complete": true,
2026-06-16T09:36:12.4997261Z           "evidence": [
2026-06-16T09:36:12.4997382Z             {
2026-06-16T09:36:12.4997739Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.4997881Z               "line": 72
2026-06-16T09:36:12.4998007Z             },
2026-06-16T09:36:12.4998129Z             {
2026-06-16T09:36:12.4998366Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4998508Z               "line": 101
2026-06-16T09:36:12.4998742Z             },
2026-06-16T09:36:12.4998864Z             {
2026-06-16T09:36:12.4999188Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.4999338Z               "line": 132
2026-06-16T09:36:12.4999480Z             },
2026-06-16T09:36:12.4999619Z             {
2026-06-16T09:36:12.4999852Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.5000000Z               "line": 532
2026-06-16T09:36:12.5000129Z             },
2026-06-16T09:36:12.5000249Z             {
2026-06-16T09:36:12.5000491Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.5000625Z               "line": 588
2026-06-16T09:36:12.5000763Z             },
2026-06-16T09:36:12.5000888Z             {
2026-06-16T09:36:12.5001071Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5001219Z               "line": 5240
2026-06-16T09:36:12.5001351Z             },
2026-06-16T09:36:12.5001494Z             {
2026-06-16T09:36:12.5001680Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5001838Z               "line": 5266
2026-06-16T09:36:12.5001957Z             }
2026-06-16T09:36:12.5002084Z           ]
2026-06-16T09:36:12.5002210Z         },
2026-06-16T09:36:12.5002347Z         "int": {
2026-06-16T09:36:12.5002510Z           "complete": false,
2026-06-16T09:36:12.5002657Z           "evidence": []
2026-06-16T09:36:12.5002787Z         },
2026-06-16T09:36:12.5002915Z         "unit": {
2026-06-16T09:36:12.5003072Z           "complete": true,
2026-06-16T09:36:12.5003215Z           "evidence": [
2026-06-16T09:36:12.5003348Z             {
2026-06-16T09:36:12.5003582Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.5003729Z               "line": 371
2026-06-16T09:36:12.5003866Z             },
2026-06-16T09:36:12.5003988Z             {
2026-06-16T09:36:12.5004223Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.5004360Z               "line": 429
2026-06-16T09:36:12.5004509Z             },
2026-06-16T09:36:12.5004632Z             {
2026-06-16T09:36:12.5004857Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.5005005Z               "line": 1001
2026-06-16T09:36:12.5005129Z             },
2026-06-16T09:36:12.5005252Z             {
2026-06-16T09:36:12.5005444Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5005581Z               "line": 7529
2026-06-16T09:36:12.5005711Z             }
2026-06-16T09:36:12.5005834Z           ]
2026-06-16T09:36:12.5005969Z         }
2026-06-16T09:36:12.5006097Z       }
2026-06-16T09:36:12.5006230Z     },
2026-06-16T09:36:12.5006350Z     {
2026-06-16T09:36:12.5006515Z       "id": "REQ-MANIFEST-4",
2026-06-16T09:36:12.5008093Z       "title": "Keyword hints — [[hints]] {keywords (literal/regex), text}; spt api hint --session emits at most one matched hint per message, once per session (seen-set), declaration-order first match; profiles overlay [[hints]] by leaf-replace",
2026-06-16T09:36:12.5008261Z       "requiredStages": [
2026-06-16T09:36:12.5008398Z         "doc",
2026-06-16T09:36:12.5008528Z         "impl",
2026-06-16T09:36:12.5008656Z         "unit"
2026-06-16T09:36:12.5008779Z       ],
2026-06-16T09:36:12.5008922Z       "stages": {
2026-06-16T09:36:12.5009163Z         "doc": {
2026-06-16T09:36:12.5009316Z           "complete": true,
2026-06-16T09:36:12.5009511Z           "evidence": [
2026-06-16T09:36:12.5009635Z             {
2026-06-16T09:36:12.5009802Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.5009940Z               "line": 88
2026-06-16T09:36:12.5010068Z             }
2026-06-16T09:36:12.5010198Z           ]
2026-06-16T09:36:12.5010316Z         },
2026-06-16T09:36:12.5010588Z         "impl": {
2026-06-16T09:36:12.5010741Z           "complete": true,
2026-06-16T09:36:12.5010884Z           "evidence": [
2026-06-16T09:36:12.5011018Z             {
2026-06-16T09:36:12.5011251Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.5011386Z               "line": 80
2026-06-16T09:36:12.5011618Z             },
2026-06-16T09:36:12.5011751Z             {
2026-06-16T09:36:12.5011981Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.5012121Z               "line": 152
2026-06-16T09:36:12.5012249Z             },
2026-06-16T09:36:12.5012378Z             {
2026-06-16T09:36:12.5012592Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.5012732Z               "line": 83
2026-06-16T09:36:12.5012865Z             },
2026-06-16T09:36:12.5012989Z             {
2026-06-16T09:36:12.5013222Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5013366Z               "line": 625
2026-06-16T09:36:12.5013503Z             },
2026-06-16T09:36:12.5013642Z             {
2026-06-16T09:36:12.5013861Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5013991Z               "line": 650
2026-06-16T09:36:12.5014114Z             }
2026-06-16T09:36:12.5014251Z           ]
2026-06-16T09:36:12.5014379Z         },
2026-06-16T09:36:12.5014506Z         "int": {
2026-06-16T09:36:12.5014663Z           "complete": false,
2026-06-16T09:36:12.5014807Z           "evidence": []
2026-06-16T09:36:12.5014935Z         },
2026-06-16T09:36:12.5015074Z         "unit": {
2026-06-16T09:36:12.5015221Z           "complete": true,
2026-06-16T09:36:12.5015365Z           "evidence": [
2026-06-16T09:36:12.5015483Z             {
2026-06-16T09:36:12.5015722Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.5015870Z               "line": 1164
2026-06-16T09:36:12.5015989Z             },
2026-06-16T09:36:12.5016113Z             {
2026-06-16T09:36:12.5016351Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.5016504Z               "line": 1197
2026-06-16T09:36:12.5016629Z             },
2026-06-16T09:36:12.5016766Z             {
2026-06-16T09:36:12.5016981Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5017113Z               "line": 982
2026-06-16T09:36:12.5017248Z             }
2026-06-16T09:36:12.5017380Z           ]
2026-06-16T09:36:12.5017509Z         }
2026-06-16T09:36:12.5017639Z       }
2026-06-16T09:36:12.5017776Z     },
2026-06-16T09:36:12.5017901Z     {
2026-06-16T09:36:12.5018066Z       "id": "REQ-MANIFEST-5",
2026-06-16T09:36:12.5024986Z       "title": "File-backed adapter [strings] (M12-W3-T3.1): a [strings] dot-path value MAY be an inline-table FILE POINTER `key = { file = \"rel/path\" }` resolved to the file's contents at get-string time, keeping large bodies (skill-instructions, hint text) out of the manifest. A value-position table with a `file` key IS the pointer form (reserved — cannot double as data). Per-adapter aux storage `adapters/<adapter>/strings/`; pointers resolve relative to it with CONTAINMENT (reject `..`/absolute escaping the dir). UPDATE-SAFETY: a LOCAL profile's file-pointers resolve relative to the user-owned local-profile dir (NOT adapter-shipped strings/, which adapter updates overwrite), or the local profile inlines. Validate-at-register (fail-fast on a bad/escaping/missing pointer) + LAZY read at get-string (live file edits reflect, no re-register) + skip-diagnostics on missing-at-read (no hard-crash, mirrors [digest]). Rides the same leaf-replace profile overlay as the rest of [strings].",
2026-06-16T09:36:12.5025176Z       "requiredStages": [
2026-06-16T09:36:12.5025315Z         "doc",
2026-06-16T09:36:12.5025447Z         "impl",
2026-06-16T09:36:12.5025577Z         "unit"
2026-06-16T09:36:12.5025700Z       ],
2026-06-16T09:36:12.5025840Z       "stages": {
2026-06-16T09:36:12.5025963Z         "doc": {
2026-06-16T09:36:12.5026111Z           "complete": true,
2026-06-16T09:36:12.5026249Z           "evidence": [
2026-06-16T09:36:12.5026484Z             {
2026-06-16T09:36:12.5026645Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.5026784Z               "line": 83
2026-06-16T09:36:12.5026916Z             }
2026-06-16T09:36:12.5027045Z           ]
2026-06-16T09:36:12.5027170Z         },
2026-06-16T09:36:12.5027423Z         "impl": {
2026-06-16T09:36:12.5027569Z           "complete": true,
2026-06-16T09:36:12.5027716Z           "evidence": [
2026-06-16T09:36:12.5027841Z             {
2026-06-16T09:36:12.5028079Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.5028227Z               "line": 120
2026-06-16T09:36:12.5028350Z             }
2026-06-16T09:36:12.5028484Z           ]
2026-06-16T09:36:12.5028612Z         },
2026-06-16T09:36:12.5028733Z         "int": {
2026-06-16T09:36:12.5028894Z           "complete": false,
2026-06-16T09:36:12.5029119Z           "evidence": []
2026-06-16T09:36:12.5029256Z         },
2026-06-16T09:36:12.5029391Z         "unit": {
2026-06-16T09:36:12.5029557Z           "complete": true,
2026-06-16T09:36:12.5029701Z           "evidence": [
2026-06-16T09:36:12.5029833Z             {
2026-06-16T09:36:12.5030071Z               "path": "crates/spt-runtime/src/profile.rs",
2026-06-16T09:36:12.5030216Z               "line": 404
2026-06-16T09:36:12.5030360Z             },
2026-06-16T09:36:12.5030478Z             {
2026-06-16T09:36:12.5030713Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.5030860Z               "line": 1074
2026-06-16T09:36:12.5030999Z             },
2026-06-16T09:36:12.5031122Z             {
2026-06-16T09:36:12.5031347Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.5031494Z               "line": 1103
2026-06-16T09:36:12.5031614Z             },
2026-06-16T09:36:12.5031743Z             {
2026-06-16T09:36:12.5031977Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.5032118Z               "line": 1143
2026-06-16T09:36:12.5032254Z             },
2026-06-16T09:36:12.5032366Z             {
2026-06-16T09:36:12.5032597Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.5032743Z               "line": 1158
2026-06-16T09:36:12.5032876Z             }
2026-06-16T09:36:12.5033007Z           ]
2026-06-16T09:36:12.5033130Z         }
2026-06-16T09:36:12.5033270Z       }
2026-06-16T09:36:12.5033398Z     },
2026-06-16T09:36:12.5033523Z     {
2026-06-16T09:36:12.5033679Z       "id": "REQ-MANIFEST-6",
2026-06-16T09:36:12.5038639Z       "title": "Cross-adapter fallback target addressing (M12-W3-T3.2): a cross-adapter fallback target is addressed as `<adapter>:<profile>` (not just a bare adapter_name), resolved through the one composite-addressing resolver (registry::resolve_option) at every adapter-option read site so a fallback may select a shipped/local profile (e.g. a `ccs` profile). CONTEXT.md §cross-adapter-fallback reconciled (\"ccs is a profile; cross-adapter fallback may target <adapter>:<profile>\"). Contract-only this milestone: the node-wide fallback SETTING + its rate-limit invocation are deferred to the consuming milestone (the runtime path does not exist yet); this REQ guarantees the ADDRESSING resolves.",
2026-06-16T09:36:12.5038806Z       "requiredStages": [
2026-06-16T09:36:12.5039026Z         "doc",
2026-06-16T09:36:12.5039172Z         "unit"
2026-06-16T09:36:12.5039307Z       ],
2026-06-16T09:36:12.5039445Z       "stages": {
2026-06-16T09:36:12.5039569Z         "doc": {
2026-06-16T09:36:12.5039726Z           "complete": true,
2026-06-16T09:36:12.5039865Z           "evidence": [
2026-06-16T09:36:12.5039989Z             {
2026-06-16T09:36:12.5040160Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.5040304Z               "line": 139
2026-06-16T09:36:12.5040426Z             }
2026-06-16T09:36:12.5040559Z           ]
2026-06-16T09:36:12.5040682Z         },
2026-06-16T09:36:12.5040819Z         "impl": {
2026-06-16T09:36:12.5040978Z           "complete": false,
2026-06-16T09:36:12.5041124Z           "evidence": []
2026-06-16T09:36:12.5041377Z         },
2026-06-16T09:36:12.5041507Z         "int": {
2026-06-16T09:36:12.5041654Z           "complete": false,
2026-06-16T09:36:12.5041802Z           "evidence": []
2026-06-16T09:36:12.5041926Z         },
2026-06-16T09:36:12.5042068Z         "unit": {
2026-06-16T09:36:12.5042317Z           "complete": true,
2026-06-16T09:36:12.5042461Z           "evidence": [
2026-06-16T09:36:12.5042579Z             {
2026-06-16T09:36:12.5042828Z               "path": "crates/spt-runtime/src/registry.rs",
2026-06-16T09:36:12.5042975Z               "line": 1180
2026-06-16T09:36:12.5043095Z             }
2026-06-16T09:36:12.5043223Z           ]
2026-06-16T09:36:12.5043350Z         }
2026-06-16T09:36:12.5043474Z       }
2026-06-16T09:36:12.5043596Z     },
2026-06-16T09:36:12.5043735Z     {
2026-06-16T09:36:12.5043892Z       "id": "REQ-MANIFEST-7",
2026-06-16T09:36:12.5050910Z       "title": "Adapter-declared shortcut basename (M12-W2 follow-on): an optional `[adapter] shortcut_basename` manifest field names the basename the `spt endpoint run` picker bakes into the generated `<basename>-<id>` launcher shortcut (REQ-RUN-SHORTCUT). Absent ⇒ the harness-agnostic default `spt` (→ `spt-<id>`); an adapter sets it to brand its shortcuts (claude-spt → `cc` → `cc-<id>`), so the Claude-Code-ness lives in the PUBLISHED adapter manifest, never hardcoded in spt-core. The picker reads it from the RESOLVED manifest of the selected adapter (registry::resolve_option), falling back to `spt` when absent/empty/unresolvable. Additive + N-1-safe (serde-default Option, omitted from serialization when absent; old manifests parse clean); manifest.schema.json regenerated from the derive (ADR-0001, CI drift-gated). Documented in docs/MANIFEST.md `[adapter]` section + the claude-spt worked example — the adapter-author contract perri builds spt-claude-code against.",
2026-06-16T09:36:12.5051091Z       "requiredStages": [
2026-06-16T09:36:12.5051228Z         "doc",
2026-06-16T09:36:12.5051355Z         "impl",
2026-06-16T09:36:12.5051495Z         "unit"
2026-06-16T09:36:12.5051646Z       ],
2026-06-16T09:36:12.5051790Z       "stages": {
2026-06-16T09:36:12.5051928Z         "doc": {
2026-06-16T09:36:12.5052072Z           "complete": true,
2026-06-16T09:36:12.5052214Z           "evidence": [
2026-06-16T09:36:12.5052333Z             {
2026-06-16T09:36:12.5052534Z               "path": "docs/MANIFEST.md",
2026-06-16T09:36:12.5052681Z               "line": 34
2026-06-16T09:36:12.5052805Z             }
2026-06-16T09:36:12.5052929Z           ]
2026-06-16T09:36:12.5053054Z         },
2026-06-16T09:36:12.5053201Z         "impl": {
2026-06-16T09:36:12.5053355Z           "complete": true,
2026-06-16T09:36:12.5053515Z           "evidence": [
2026-06-16T09:36:12.5053650Z             {
2026-06-16T09:36:12.5053863Z               "path": "crates/spt/src/picker/data.rs",
2026-06-16T09:36:12.5054006Z               "line": 54
2026-06-16T09:36:12.5054133Z             }
2026-06-16T09:36:12.5054270Z           ]
2026-06-16T09:36:12.5054395Z         },
2026-06-16T09:36:12.5054532Z         "int": {
2026-06-16T09:36:12.5054691Z           "complete": false,
2026-06-16T09:36:12.5054832Z           "evidence": []
2026-06-16T09:36:12.5054958Z         },
2026-06-16T09:36:12.5055082Z         "unit": {
2026-06-16T09:36:12.5055229Z           "complete": true,
2026-06-16T09:36:12.5055381Z           "evidence": [
2026-06-16T09:36:12.5055515Z             {
2026-06-16T09:36:12.5055758Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.5055902Z               "line": 1357
2026-06-16T09:36:12.5056034Z             }
2026-06-16T09:36:12.5056164Z           ]
2026-06-16T09:36:12.5056298Z         }
2026-06-16T09:36:12.5056425Z       }
2026-06-16T09:36:12.5056548Z     },
2026-06-16T09:36:12.5056676Z     {
2026-06-16T09:36:12.5056822Z       "id": "REQ-MESH-1",
2026-06-16T09:36:12.5061954Z       "title": "Membership proof (seed-proof): symmetric current-epoch seed-knowledge replaces is_trusted at EVERY inbound gate (registry apply, WAN receive, sync, notif, connection accept). MK = HKDF(seed, domain ‖ subnet_id ‖ seed_epoch); mutual channel-bound challenge-response at connect (transcript binds both handshake-proven node pubkeys, both nonces, subnet_id, seed_epoch, role); verified once per connection, cached on the broker ConnEntry, kept warm via QUIC keep-alive so re-proof is restart/partition/rotation-only. Exact-epoch match (re-seed is the sole N-1 exception). SECURITY INVARIANTS: channel-bound (no cross-connection replay), mutual, accepts a member it never paired (the mesh property).",
2026-06-16T09:36:12.5062235Z       "requiredStages": [
2026-06-16T09:36:12.5062374Z         "impl",
2026-06-16T09:36:12.5062512Z         "unit",
2026-06-16T09:36:12.5062632Z         "int"
2026-06-16T09:36:12.5062755Z       ],
2026-06-16T09:36:12.5062893Z       "stages": {
2026-06-16T09:36:12.5063032Z         "doc": {
2026-06-16T09:36:12.5063193Z           "complete": false,
2026-06-16T09:36:12.5063337Z           "evidence": []
2026-06-16T09:36:12.5063475Z         },
2026-06-16T09:36:12.5063628Z         "impl": {
2026-06-16T09:36:12.5063781Z           "complete": true,
2026-06-16T09:36:12.5063924Z           "evidence": [
2026-06-16T09:36:12.5064056Z             {
2026-06-16T09:36:12.5064292Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.5064427Z               "line": 845
2026-06-16T09:36:12.5064566Z             },
2026-06-16T09:36:12.5064688Z             {
2026-06-16T09:36:12.5064927Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5065064Z               "line": 38
2026-06-16T09:36:12.5065203Z             },
2026-06-16T09:36:12.5065323Z             {
2026-06-16T09:36:12.5065571Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5065712Z               "line": 161
2026-06-16T09:36:12.5065837Z             },
2026-06-16T09:36:12.5065970Z             {
2026-06-16T09:36:12.5066200Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5066347Z               "line": 206
2026-06-16T09:36:12.5066486Z             },
2026-06-16T09:36:12.5066613Z             {
2026-06-16T09:36:12.5066853Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5066994Z               "line": 57
2026-06-16T09:36:12.5067132Z             },
2026-06-16T09:36:12.5067255Z             {
2026-06-16T09:36:12.5067522Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5067659Z               "line": 24
2026-06-16T09:36:12.5067785Z             },
2026-06-16T09:36:12.5067922Z             {
2026-06-16T09:36:12.5068179Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5068322Z               "line": 142
2026-06-16T09:36:12.5068447Z             },
2026-06-16T09:36:12.5068579Z             {
2026-06-16T09:36:12.5068837Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5069043Z               "line": 162
2026-06-16T09:36:12.5069166Z             }
2026-06-16T09:36:12.5069295Z           ]
2026-06-16T09:36:12.5069439Z         },
2026-06-16T09:36:12.5069567Z         "int": {
2026-06-16T09:36:12.5069721Z           "complete": true,
2026-06-16T09:36:12.5069862Z           "evidence": [
2026-06-16T09:36:12.5069990Z             {
2026-06-16T09:36:12.5070242Z               "path": "crates/spt-daemon/tests/seedproofx.rs",
2026-06-16T09:36:12.5070387Z               "line": 67
2026-06-16T09:36:12.5070524Z             },
2026-06-16T09:36:12.5070654Z             {
2026-06-16T09:36:12.5070896Z               "path": "crates/spt-daemon/tests/seedproofx.rs",
2026-06-16T09:36:12.5071044Z               "line": 93
2026-06-16T09:36:12.5071182Z             },
2026-06-16T09:36:12.5071312Z             {
2026-06-16T09:36:12.5071550Z               "path": "crates/spt-daemon/tests/seedproofx.rs",
2026-06-16T09:36:12.5071702Z               "line": 117
2026-06-16T09:36:12.5071836Z             },
2026-06-16T09:36:12.5071961Z             {
2026-06-16T09:36:12.5072216Z               "path": "crates/spt-daemon/tests/seedproofx.rs",
2026-06-16T09:36:12.5072470Z               "line": 134
2026-06-16T09:36:12.5072600Z             }
2026-06-16T09:36:12.5072724Z           ]
2026-06-16T09:36:12.5072848Z         },
2026-06-16T09:36:12.5072991Z         "unit": {
2026-06-16T09:36:12.5073148Z           "complete": true,
2026-06-16T09:36:12.5073396Z           "evidence": [
2026-06-16T09:36:12.5073521Z             {
2026-06-16T09:36:12.5073758Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5073893Z               "line": 427
2026-06-16T09:36:12.5074016Z             },
2026-06-16T09:36:12.5074151Z             {
2026-06-16T09:36:12.5074412Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5074551Z               "line": 376
2026-06-16T09:36:12.5074674Z             },
2026-06-16T09:36:12.5074809Z             {
2026-06-16T09:36:12.5075054Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5075201Z               "line": 412
2026-06-16T09:36:12.5075323Z             },
2026-06-16T09:36:12.5075453Z             {
2026-06-16T09:36:12.5075705Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5075854Z               "line": 427
2026-06-16T09:36:12.5075981Z             },
2026-06-16T09:36:12.5076107Z             {
2026-06-16T09:36:12.5076368Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5076516Z               "line": 438
2026-06-16T09:36:12.5076650Z             },
2026-06-16T09:36:12.5076789Z             {
2026-06-16T09:36:12.5077042Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5077183Z               "line": 449
2026-06-16T09:36:12.5077313Z             },
2026-06-16T09:36:12.5077442Z             {
2026-06-16T09:36:12.5077697Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5077843Z               "line": 460
2026-06-16T09:36:12.5077967Z             },
2026-06-16T09:36:12.5078092Z             {
2026-06-16T09:36:12.5078349Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5078491Z               "line": 496
2026-06-16T09:36:12.5078621Z             },
2026-06-16T09:36:12.5078744Z             {
2026-06-16T09:36:12.5079073Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5079226Z               "line": 519
2026-06-16T09:36:12.5079350Z             },
2026-06-16T09:36:12.5079488Z             {
2026-06-16T09:36:12.5079735Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5079870Z               "line": 546
2026-06-16T09:36:12.5079999Z             }
2026-06-16T09:36:12.5080117Z           ]
2026-06-16T09:36:12.5080247Z         }
2026-06-16T09:36:12.5080370Z       }
2026-06-16T09:36:12.5080497Z     },
2026-06-16T09:36:12.5080627Z     {
2026-06-16T09:36:12.5080769Z       "id": "REQ-MESH-2",
2026-06-16T09:36:12.5086890Z       "title": "Member roster: node-level union-merge grow-set (per member: pubkey, label, machine_id, last-known address, last-seen — NOT the seed), the discovery directory the mesh dials by. Seeded IN FULL at pairing (seed-holder hands joiner the whole current roster, incl. offline members — folds in deferred pairing-time hostname capture + post-join address seeding); each node authors its own entry stamped with its lease_epoch, merged strictly-greater-wins (the node_label lease); exchanged only over seed-proof'd member connections; forgery-inert (a fake entry names a pubkey that still can't seed-proof). Removal needs a TOMBSTONE — a per-pubkey revoked marker that propagates, dominates the entry, gates admission (seed-proof ∧ ¬tombstoned), and prevents reinsert; cleared by a completed re-pair of that pubkey. Persists through silence (offline member keeps its entry).",
2026-06-16T09:36:12.5087076Z       "requiredStages": [
2026-06-16T09:36:12.5087205Z         "impl",
2026-06-16T09:36:12.5087339Z         "unit",
2026-06-16T09:36:12.5087467Z         "int"
2026-06-16T09:36:12.5087593Z       ],
2026-06-16T09:36:12.5087893Z       "stages": {
2026-06-16T09:36:12.5088030Z         "doc": {
2026-06-16T09:36:12.5088181Z           "complete": false,
2026-06-16T09:36:12.5088324Z           "evidence": []
2026-06-16T09:36:12.5088450Z         },
2026-06-16T09:36:12.5088584Z         "impl": {
2026-06-16T09:36:12.5088851Z           "complete": true,
2026-06-16T09:36:12.5089084Z           "evidence": [
2026-06-16T09:36:12.5089214Z             {
2026-06-16T09:36:12.5089462Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.5089596Z               "line": 734
2026-06-16T09:36:12.5089728Z             },
2026-06-16T09:36:12.5089858Z             {
2026-06-16T09:36:12.5090101Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.5090258Z               "line": 118
2026-06-16T09:36:12.5090382Z             },
2026-06-16T09:36:12.5090517Z             {
2026-06-16T09:36:12.5090750Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.5090888Z               "line": 347
2026-06-16T09:36:12.5091015Z             },
2026-06-16T09:36:12.5091149Z             {
2026-06-16T09:36:12.5091386Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.5091535Z               "line": 389
2026-06-16T09:36:12.5091658Z             },
2026-06-16T09:36:12.5091793Z             {
2026-06-16T09:36:12.5092031Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.5092169Z               "line": 403
2026-06-16T09:36:12.5092297Z             },
2026-06-16T09:36:12.5092418Z             {
2026-06-16T09:36:12.5092646Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.5092794Z               "line": 492
2026-06-16T09:36:12.5092917Z             },
2026-06-16T09:36:12.5093043Z             {
2026-06-16T09:36:12.5093269Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.5093417Z               "line": 507
2026-06-16T09:36:12.5093544Z             },
2026-06-16T09:36:12.5093663Z             {
2026-06-16T09:36:12.5093901Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.5094045Z               "line": 534
2026-06-16T09:36:12.5094173Z             },
2026-06-16T09:36:12.5094302Z             {
2026-06-16T09:36:12.5094550Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5094707Z               "line": 207
2026-06-16T09:36:12.5094835Z             },
2026-06-16T09:36:12.5094975Z             {
2026-06-16T09:36:12.5095212Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5095351Z               "line": 755
2026-06-16T09:36:12.5095475Z             },
2026-06-16T09:36:12.5095605Z             {
2026-06-16T09:36:12.5095857Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5096004Z               "line": 816
2026-06-16T09:36:12.5096145Z             },
2026-06-16T09:36:12.5096275Z             {
2026-06-16T09:36:12.5096521Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5096669Z               "line": 869
2026-06-16T09:36:12.5096801Z             },
2026-06-16T09:36:12.5096931Z             {
2026-06-16T09:36:12.5097160Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5097308Z               "line": 891
2026-06-16T09:36:12.5097431Z             },
2026-06-16T09:36:12.5097570Z             {
2026-06-16T09:36:12.5097794Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.5097937Z               "line": 122
2026-06-16T09:36:12.5098065Z             },
2026-06-16T09:36:12.5098186Z             {
2026-06-16T09:36:12.5098399Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5098538Z               "line": 44
2026-06-16T09:36:12.5098679Z             },
2026-06-16T09:36:12.5098813Z             {
2026-06-16T09:36:12.5099106Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5099245Z               "line": 184
2026-06-16T09:36:12.5099378Z             },
2026-06-16T09:36:12.5099508Z             {
2026-06-16T09:36:12.5099846Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5100007Z               "line": 211
2026-06-16T09:36:12.5100146Z             },
2026-06-16T09:36:12.5100265Z             {
2026-06-16T09:36:12.5100490Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5100729Z               "line": 251
2026-06-16T09:36:12.5100865Z             },
2026-06-16T09:36:12.5100986Z             {
2026-06-16T09:36:12.5101204Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5101349Z               "line": 275
2026-06-16T09:36:12.5101481Z             },
2026-06-16T09:36:12.5101618Z             {
2026-06-16T09:36:12.5101824Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5101961Z               "line": 289
2026-06-16T09:36:12.5102095Z             },
2026-06-16T09:36:12.5102218Z             {
2026-06-16T09:36:12.5102434Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5102577Z               "line": 300
2026-06-16T09:36:12.5102706Z             },
2026-06-16T09:36:12.5102829Z             {
2026-06-16T09:36:12.5103058Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5103196Z               "line": 313
2026-06-16T09:36:12.5103331Z             }
2026-06-16T09:36:12.5103468Z           ]
2026-06-16T09:36:12.5103593Z         },
2026-06-16T09:36:12.5103735Z         "int": {
2026-06-16T09:36:12.5103882Z           "complete": true,
2026-06-16T09:36:12.5104029Z           "evidence": [
2026-06-16T09:36:12.5104156Z             {
2026-06-16T09:36:12.5104414Z               "path": "crates/spt-daemon/tests/rosterprop.rs",
2026-06-16T09:36:12.5104557Z               "line": 116
2026-06-16T09:36:12.5104686Z             },
2026-06-16T09:36:12.5104818Z             {
2026-06-16T09:36:12.5105062Z               "path": "crates/spt-daemon/tests/rosterprop.rs",
2026-06-16T09:36:12.5105211Z               "line": 181
2026-06-16T09:36:12.5105344Z             }
2026-06-16T09:36:12.5105477Z           ]
2026-06-16T09:36:12.5105601Z         },
2026-06-16T09:36:12.5105730Z         "unit": {
2026-06-16T09:36:12.5105869Z           "complete": true,
2026-06-16T09:36:12.5106016Z           "evidence": [
2026-06-16T09:36:12.5106155Z             {
2026-06-16T09:36:12.5106388Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5106537Z               "line": 999
2026-06-16T09:36:12.5106659Z             },
2026-06-16T09:36:12.5106782Z             {
2026-06-16T09:36:12.5107019Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5107162Z               "line": 1016
2026-06-16T09:36:12.5107300Z             },
2026-06-16T09:36:12.5107419Z             {
2026-06-16T09:36:12.5107657Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5107806Z               "line": 1024
2026-06-16T09:36:12.5107929Z             },
2026-06-16T09:36:12.5108063Z             {
2026-06-16T09:36:12.5108297Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5108445Z               "line": 1048
2026-06-16T09:36:12.5108582Z             },
2026-06-16T09:36:12.5108708Z             {
2026-06-16T09:36:12.5109042Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5109183Z               "line": 1499
2026-06-16T09:36:12.5109330Z             },
2026-06-16T09:36:12.5109458Z             {
2026-06-16T09:36:12.5109676Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5109819Z               "line": 347
2026-06-16T09:36:12.5109957Z             },
2026-06-16T09:36:12.5110091Z             {
2026-06-16T09:36:12.5110306Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5110449Z               "line": 370
2026-06-16T09:36:12.5110582Z             },
2026-06-16T09:36:12.5110706Z             {
2026-06-16T09:36:12.5110921Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5111064Z               "line": 407
2026-06-16T09:36:12.5111312Z             },
2026-06-16T09:36:12.5111435Z             {
2026-06-16T09:36:12.5111651Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5111789Z               "line": 431
2026-06-16T09:36:12.5111919Z             },
2026-06-16T09:36:12.5112045Z             {
2026-06-16T09:36:12.5112360Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5112503Z               "line": 483
2026-06-16T09:36:12.5112628Z             },
2026-06-16T09:36:12.5112750Z             {
2026-06-16T09:36:12.5112961Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5113107Z               "line": 499
2026-06-16T09:36:12.5113242Z             },
2026-06-16T09:36:12.5113371Z             {
2026-06-16T09:36:12.5113586Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5113732Z               "line": 514
2026-06-16T09:36:12.5113862Z             },
2026-06-16T09:36:12.5113989Z             {
2026-06-16T09:36:12.5114206Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5114347Z               "line": 531
2026-06-16T09:36:12.5114480Z             }
2026-06-16T09:36:12.5114617Z           ]
2026-06-16T09:36:12.5114740Z         }
2026-06-16T09:36:12.5114865Z       }
2026-06-16T09:36:12.5114988Z     },
2026-06-16T09:36:12.5115126Z     {
2026-06-16T09:36:12.5115275Z       "id": "REQ-MESH-3",
2026-06-16T09:36:12.5119273Z       "title": "Mesh row fan-out: registry rows stay OWN-AUTHORED; the only change is the push target widens from directly-paired peers to ALL roster members (a wider DIRECT fan-out, never a third-party relay). Every row/message still arrives from its author over a handshake → KNOWN-HAZARDS 7.5 (origin = handshake node) and 4.10 (eviction lease: any future update comes from that node itself, alive) PRESERVED VERBATIM. Closes the staggered A→B→C repro: C (roster-seeded with A at pairing) initiates to A, seed-proof admits C unpaired, A learns C, both push directly.",
2026-06-16T09:36:12.5121943Z       "requiredStages": [
2026-06-16T09:36:12.5122130Z         "impl",
2026-06-16T09:36:12.5122262Z         "unit",
2026-06-16T09:36:12.5122401Z         "int"
2026-06-16T09:36:12.5122521Z       ],
2026-06-16T09:36:12.5122667Z       "stages": {
2026-06-16T09:36:12.5122791Z         "doc": {
2026-06-16T09:36:12.5122953Z           "complete": false,
2026-06-16T09:36:12.5123125Z           "evidence": []
2026-06-16T09:36:12.5123249Z         },
2026-06-16T09:36:12.5123387Z         "impl": {
2026-06-16T09:36:12.5123549Z           "complete": true,
2026-06-16T09:36:12.5123687Z           "evidence": [
2026-06-16T09:36:12.5123812Z             {
2026-06-16T09:36:12.5124055Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.5124207Z               "line": 641
2026-06-16T09:36:12.5124331Z             }
2026-06-16T09:36:12.5124460Z           ]
2026-06-16T09:36:12.5124579Z         },
2026-06-16T09:36:12.5124709Z         "int": {
2026-06-16T09:36:12.5124865Z           "complete": true,
2026-06-16T09:36:12.5125012Z           "evidence": [
2026-06-16T09:36:12.5125135Z             {
2026-06-16T09:36:12.5125372Z               "path": "crates/spt-daemon/tests/mesh.rs",
2026-06-16T09:36:12.5125511Z               "line": 373
2026-06-16T09:36:12.5125629Z             },
2026-06-16T09:36:12.5125768Z             {
2026-06-16T09:36:12.5126002Z               "path": "crates/spt-daemon/tests/mesh.rs",
2026-06-16T09:36:12.5126149Z               "line": 436
2026-06-16T09:36:12.5126283Z             }
2026-06-16T09:36:12.5126412Z           ]
2026-06-16T09:36:12.5126530Z         },
2026-06-16T09:36:12.5126665Z         "unit": {
2026-06-16T09:36:12.5126817Z           "complete": true,
2026-06-16T09:36:12.5126961Z           "evidence": [
2026-06-16T09:36:12.5127093Z             {
2026-06-16T09:36:12.5127323Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.5127466Z               "line": 910
2026-06-16T09:36:12.5127595Z             }
2026-06-16T09:36:12.5127713Z           ]
2026-06-16T09:36:12.5127841Z         }
2026-06-16T09:36:12.5128115Z       }
2026-06-16T09:36:12.5128244Z     },
2026-06-16T09:36:12.5128369Z     {
2026-06-16T09:36:12.5128520Z       "id": "REQ-MESH-4",
2026-06-16T09:36:12.5133885Z       "title": "Revoke + timeboxed seed rotation + re-seed grace: `spt subnet revoke <node>...` (list, elevation-gated, revoke-only) writes roster tombstones immediately, then schedules ONE seed rotation (re-mint seed, bump seed_epoch, push new seed CONFIDENTIALLY over member-auth'd TLS connections — never in roster/registry gossip — force-drop revokees) at the close of a coalescing window (default 1h); further revokes in the window join the same rotation (one epoch bump). `--force-rotate-seed` rotates immediately (compromised-node path). RE-SEED GRACE: a node proving the immediately-prior epoch (N-1) AND still on the roster gets a re-seed-only restricted connection (auto-heals a benign offliner); revoked/off-roster denied; ≥2 stale → re-pair.",
2026-06-16T09:36:12.5134180Z       "requiredStages": [
2026-06-16T09:36:12.5134330Z         "impl",
2026-06-16T09:36:12.5134467Z         "unit",
2026-06-16T09:36:12.5134591Z         "int"
2026-06-16T09:36:12.5134715Z       ],
2026-06-16T09:36:12.5134844Z       "stages": {
2026-06-16T09:36:12.5134974Z         "doc": {
2026-06-16T09:36:12.5135134Z           "complete": false,
2026-06-16T09:36:12.5135298Z           "evidence": []
2026-06-16T09:36:12.5135420Z         },
2026-06-16T09:36:12.5135557Z         "impl": {
2026-06-16T09:36:12.5135704Z           "complete": true,
2026-06-16T09:36:12.5135851Z           "evidence": [
2026-06-16T09:36:12.5135976Z             {
2026-06-16T09:36:12.5136243Z               "path": "crates/spt-daemon/src/pump/registry.rs",
2026-06-16T09:36:12.5136371Z               "line": 33
2026-06-16T09:36:12.5136499Z             },
2026-06-16T09:36:12.5136615Z             {
2026-06-16T09:36:12.5136853Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5137000Z               "line": 68
2026-06-16T09:36:12.5137139Z             },
2026-06-16T09:36:12.5137268Z             {
2026-06-16T09:36:12.5137512Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5137658Z               "line": 111
2026-06-16T09:36:12.5137783Z             },
2026-06-16T09:36:12.5137902Z             {
2026-06-16T09:36:12.5138136Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5138287Z               "line": 462
2026-06-16T09:36:12.5138420Z             },
2026-06-16T09:36:12.5138544Z             {
2026-06-16T09:36:12.5138780Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5138929Z               "line": 711
2026-06-16T09:36:12.5139134Z             },
2026-06-16T09:36:12.5139258Z             {
2026-06-16T09:36:12.5139515Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5139652Z               "line": 725
2026-06-16T09:36:12.5139782Z             },
2026-06-16T09:36:12.5139916Z             {
2026-06-16T09:36:12.5140130Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.5140277Z               "line": 132
2026-06-16T09:36:12.5140412Z             },
2026-06-16T09:36:12.5140525Z             {
2026-06-16T09:36:12.5140756Z               "path": "crates/spt-store/src/rotation.rs",
2026-06-16T09:36:12.5140896Z               "line": 26
2026-06-16T09:36:12.5141034Z             },
2026-06-16T09:36:12.5141162Z             {
2026-06-16T09:36:12.5141395Z               "path": "crates/spt-store/src/rotation.rs",
2026-06-16T09:36:12.5141542Z               "line": 97
2026-06-16T09:36:12.5141671Z             },
2026-06-16T09:36:12.5141796Z             {
2026-06-16T09:36:12.5142015Z               "path": "crates/spt-store/src/rotation.rs",
2026-06-16T09:36:12.5142162Z               "line": 119
2026-06-16T09:36:12.5142287Z             },
2026-06-16T09:36:12.5142419Z             {
2026-06-16T09:36:12.5142625Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.5142773Z               "line": 82
2026-06-16T09:36:12.5142911Z             },
2026-06-16T09:36:12.5143168Z             {
2026-06-16T09:36:12.5143387Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.5143531Z               "line": 111
2026-06-16T09:36:12.5143670Z             },
2026-06-16T09:36:12.5143802Z             {
2026-06-16T09:36:12.5144111Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.5144255Z               "line": 232
2026-06-16T09:36:12.5144374Z             },
2026-06-16T09:36:12.5144507Z             {
2026-06-16T09:36:12.5144717Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.5144870Z               "line": 245
2026-06-16T09:36:12.5145008Z             },
2026-06-16T09:36:12.5145131Z             {
2026-06-16T09:36:12.5145323Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5145466Z               "line": 4344
2026-06-16T09:36:12.5145600Z             }
2026-06-16T09:36:12.5145713Z           ]
2026-06-16T09:36:12.5145849Z         },
2026-06-16T09:36:12.5145980Z         "int": {
2026-06-16T09:36:12.5146132Z           "complete": true,
2026-06-16T09:36:12.5146278Z           "evidence": [
2026-06-16T09:36:12.5146401Z             {
2026-06-16T09:36:12.5146626Z               "path": "crates/spt-daemon/tests/reseed.rs",
2026-06-16T09:36:12.5146768Z               "line": 98
2026-06-16T09:36:12.5146907Z             },
2026-06-16T09:36:12.5147040Z             {
2026-06-16T09:36:12.5147269Z               "path": "crates/spt-daemon/tests/reseed.rs",
2026-06-16T09:36:12.5147413Z               "line": 140
2026-06-16T09:36:12.5147537Z             }
2026-06-16T09:36:12.5147674Z           ]
2026-06-16T09:36:12.5147799Z         },
2026-06-16T09:36:12.5147937Z         "unit": {
2026-06-16T09:36:12.5148095Z           "complete": true,
2026-06-16T09:36:12.5148237Z           "evidence": [
2026-06-16T09:36:12.5148377Z             {
2026-06-16T09:36:12.5148628Z               "path": "crates/spt-daemon/src/pump/registry.rs",
2026-06-16T09:36:12.5148773Z               "line": 178
2026-06-16T09:36:12.5148904Z             },
2026-06-16T09:36:12.5149118Z             {
2026-06-16T09:36:12.5149383Z               "path": "crates/spt-daemon/src/pump/registry.rs",
2026-06-16T09:36:12.5149522Z               "line": 242
2026-06-16T09:36:12.5149660Z             },
2026-06-16T09:36:12.5149779Z             {
2026-06-16T09:36:12.5150032Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5150179Z               "line": 1079
2026-06-16T09:36:12.5150304Z             },
2026-06-16T09:36:12.5150437Z             {
2026-06-16T09:36:12.5150676Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5150823Z               "line": 1109
2026-06-16T09:36:12.5150949Z             },
2026-06-16T09:36:12.5151076Z             {
2026-06-16T09:36:12.5151311Z               "path": "crates/spt-daemon/src/seedproofx.rs",
2026-06-16T09:36:12.5151451Z               "line": 1129
2026-06-16T09:36:12.5151571Z             },
2026-06-16T09:36:12.5151699Z             {
2026-06-16T09:36:12.5151955Z               "path": "crates/spt-net/src/net/mesh/seedproof.rs",
2026-06-16T09:36:12.5152097Z               "line": 602
2026-06-16T09:36:12.5152232Z             },
2026-06-16T09:36:12.5152361Z             {
2026-06-16T09:36:12.5152585Z               "path": "crates/spt-store/src/rotation.rs",
2026-06-16T09:36:12.5152732Z               "line": 148
2026-06-16T09:36:12.5152857Z             },
2026-06-16T09:36:12.5152989Z             {
2026-06-16T09:36:12.5153215Z               "path": "crates/spt-store/src/rotation.rs",
2026-06-16T09:36:12.5153357Z               "line": 169
2026-06-16T09:36:12.5153486Z             },
2026-06-16T09:36:12.5153610Z             {
2026-06-16T09:36:12.5153834Z               "path": "crates/spt-store/src/rotation.rs",
2026-06-16T09:36:12.5153980Z               "line": 181
2026-06-16T09:36:12.5154106Z             },
2026-06-16T09:36:12.5154230Z             {
2026-06-16T09:36:12.5154448Z               "path": "crates/spt-store/src/rotation.rs",
2026-06-16T09:36:12.5154714Z               "line": 202
2026-06-16T09:36:12.5154849Z             },
2026-06-16T09:36:12.5154976Z             {
2026-06-16T09:36:12.5155187Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.5155329Z               "line": 375
2026-06-16T09:36:12.5155445Z             },
2026-06-16T09:36:12.5155673Z             {
2026-06-16T09:36:12.5155883Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.5156026Z               "line": 407
2026-06-16T09:36:12.5156160Z             },
2026-06-16T09:36:12.5156278Z             {
2026-06-16T09:36:12.5156465Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5156611Z               "line": 8878
2026-06-16T09:36:12.5156745Z             }
2026-06-16T09:36:12.5156871Z           ]
2026-06-16T09:36:12.5157000Z         }
2026-06-16T09:36:12.5157134Z       }
2026-06-16T09:36:12.5157262Z     },
2026-06-16T09:36:12.5157391Z     {
2026-06-16T09:36:12.5157543Z       "id": "REQ-MESH-5",
2026-06-16T09:36:12.5160854Z       "title": "Hard cutover from pairwise trust: delete peers.json + the is_trusted authorization path (no migration — expendable test fleet, re-pairs fresh under the new model, user decision 2026-06-08). Warn-on-change DEMOTED from a gate to an awareness notice anchored on machine_id (not label): 'machine M, last seen as K1, now presents K2' — fires the same event as the REQ-SUBNET-7 re-pair overwrite. The TrustStore/peers.json code and its call sites are removed, not left dead.",
2026-06-16T09:36:12.5161036Z       "requiredStages": [
2026-06-16T09:36:12.5161174Z         "impl",
2026-06-16T09:36:12.5161302Z         "unit"
2026-06-16T09:36:12.5161431Z       ],
2026-06-16T09:36:12.5161570Z       "stages": {
2026-06-16T09:36:12.5161713Z         "doc": {
2026-06-16T09:36:12.5161856Z           "complete": false,
2026-06-16T09:36:12.5162007Z           "evidence": []
2026-06-16T09:36:12.5162131Z         },
2026-06-16T09:36:12.5162268Z         "impl": {
2026-06-16T09:36:12.5162419Z           "complete": true,
2026-06-16T09:36:12.5162588Z           "evidence": [
2026-06-16T09:36:12.5162719Z             {
2026-06-16T09:36:12.5162954Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.5163102Z               "line": 61
2026-06-16T09:36:12.5163230Z             },
2026-06-16T09:36:12.5163373Z             {
2026-06-16T09:36:12.5163640Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.5163784Z               "line": 109
2026-06-16T09:36:12.5163908Z             },
2026-06-16T09:36:12.5164036Z             {
2026-06-16T09:36:12.5164256Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.5164395Z               "line": 104
2026-06-16T09:36:12.5164531Z             },
2026-06-16T09:36:12.5164656Z             {
2026-06-16T09:36:12.5164883Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.5165036Z               "line": 105
2026-06-16T09:36:12.5165166Z             },
2026-06-16T09:36:12.5165289Z             {
2026-06-16T09:36:12.5165536Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5165681Z               "line": 85
2026-06-16T09:36:12.5165819Z             },
2026-06-16T09:36:12.5165937Z             {
2026-06-16T09:36:12.5166199Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5166344Z               "line": 250
2026-06-16T09:36:12.5166467Z             },
2026-06-16T09:36:12.5166591Z             {
2026-06-16T09:36:12.5166833Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5166978Z               "line": 314
2026-06-16T09:36:12.5167100Z             },
2026-06-16T09:36:12.5167233Z             {
2026-06-16T09:36:12.5167484Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5167632Z               "line": 715
2026-06-16T09:36:12.5167755Z             },
2026-06-16T09:36:12.5167875Z             {
2026-06-16T09:36:12.5168084Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.5168347Z               "line": 101
2026-06-16T09:36:12.5168489Z             },
2026-06-16T09:36:12.5168619Z             {
2026-06-16T09:36:12.5168828Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5169057Z               "line": 193
2026-06-16T09:36:12.5169187Z             }
2026-06-16T09:36:12.5169463Z           ]
2026-06-16T09:36:12.5169582Z         },
2026-06-16T09:36:12.5169715Z         "int": {
2026-06-16T09:36:12.5169869Z           "complete": false,
2026-06-16T09:36:12.5170015Z           "evidence": []
2026-06-16T09:36:12.5170148Z         },
2026-06-16T09:36:12.5170284Z         "unit": {
2026-06-16T09:36:12.5170432Z           "complete": true,
2026-06-16T09:36:12.5170576Z           "evidence": [
2026-06-16T09:36:12.5170694Z             {
2026-06-16T09:36:12.5170938Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5171076Z               "line": 957
2026-06-16T09:36:12.5171200Z             },
2026-06-16T09:36:12.5171323Z             {
2026-06-16T09:36:12.5171562Z               "path": "crates/spt-store/src/roster.rs",
2026-06-16T09:36:12.5171710Z               "line": 462
2026-06-16T09:36:12.5171830Z             }
2026-06-16T09:36:12.5171982Z           ]
2026-06-16T09:36:12.5172177Z         }
2026-06-16T09:36:12.5172364Z       }
2026-06-16T09:36:12.5172563Z     },
2026-06-16T09:36:12.5172748Z     {
2026-06-16T09:36:12.5172960Z       "id": "REQ-MESH-6",
2026-06-16T09:36:12.5177543Z       "title": "Concurrent liveness probes: `spt subnet status --nodes` fans out its offline/serve-probes (REQ-SUBNET-5) CONCURRENTLY — total wall-time bounded by the single-probe ceiling (~3s), never k×ceiling. The mesh makes a node see ALL members (many possibly offline), so a serial probe loop would be offline_count×3s. (Planning verifies the current REQ-SUBNET-5 probe loop's behavior and fixes it if serial.)",
2026-06-16T09:36:12.5177818Z       "requiredStages": [
2026-06-16T09:36:12.5178030Z         "impl",
2026-06-16T09:36:12.5178235Z         "unit"
2026-06-16T09:36:12.5178444Z       ],
2026-06-16T09:36:12.5178716Z       "stages": {
2026-06-16T09:36:12.5178922Z         "doc": {
2026-06-16T09:36:12.5179256Z           "complete": false,
2026-06-16T09:36:12.5179522Z           "evidence": []
2026-06-16T09:36:12.5179737Z         },
2026-06-16T09:36:12.5179965Z         "impl": {
2026-06-16T09:36:12.5180252Z           "complete": true,
2026-06-16T09:36:12.5180490Z           "evidence": [
2026-06-16T09:36:12.5180685Z             {
2026-06-16T09:36:12.5180987Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5181235Z               "line": 3867
2026-06-16T09:36:12.5181427Z             }
2026-06-16T09:36:12.5181636Z           ]
2026-06-16T09:36:12.5181831Z         },
2026-06-16T09:36:12.5182061Z         "int": {
2026-06-16T09:36:12.5182329Z           "complete": false,
2026-06-16T09:36:12.5182590Z           "evidence": []
2026-06-16T09:36:12.5182823Z         },
2026-06-16T09:36:12.5183034Z         "unit": {
2026-06-16T09:36:12.5183290Z           "complete": true,
2026-06-16T09:36:12.5183520Z           "evidence": [
2026-06-16T09:36:12.5183717Z             {
2026-06-16T09:36:12.5184008Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5184227Z               "line": 9411
2026-06-16T09:36:12.5195756Z             },
2026-06-16T09:36:12.5196041Z             {
2026-06-16T09:36:12.5196405Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5196664Z               "line": 9438
2026-06-16T09:36:12.5196893Z             },
2026-06-16T09:36:12.5197104Z             {
2026-06-16T09:36:12.5197418Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5197671Z               "line": 9462
2026-06-16T09:36:12.5197885Z             }
2026-06-16T09:36:12.5198123Z           ]
2026-06-16T09:36:12.5198348Z         }
2026-06-16T09:36:12.5198567Z       }
2026-06-16T09:36:12.5198776Z     },
2026-06-16T09:36:12.5199061Z     {
2026-06-16T09:36:12.5199341Z       "id": "REQ-MIGRATE-1",
2026-06-16T09:36:12.5200165Z       "title": "Auto-detect and migrate a legacy claude_skill_owl install",
2026-06-16T09:36:12.5200451Z       "requiredStages": [],
2026-06-16T09:36:12.5200685Z       "stages": {
2026-06-16T09:36:12.5200910Z         "doc": {
2026-06-16T09:36:12.5201178Z           "complete": false,
2026-06-16T09:36:12.5201434Z           "evidence": []
2026-06-16T09:36:12.5201838Z         },
2026-06-16T09:36:12.5202060Z         "impl": {
2026-06-16T09:36:12.5202317Z           "complete": false,
2026-06-16T09:36:12.5202561Z           "evidence": []
2026-06-16T09:36:12.5202771Z         },
2026-06-16T09:36:12.5202980Z         "int": {
2026-06-16T09:36:12.5203228Z           "complete": false,
2026-06-16T09:36:12.5203477Z           "evidence": []
2026-06-16T09:36:12.5203686Z         },
2026-06-16T09:36:12.5203909Z         "unit": {
2026-06-16T09:36:12.5204163Z           "complete": false,
2026-06-16T09:36:12.5204429Z           "evidence": []
2026-06-16T09:36:12.5204631Z         }
2026-06-16T09:36:12.5204846Z       }
2026-06-16T09:36:12.5205104Z     },
2026-06-16T09:36:12.5205318Z     {
2026-06-16T09:36:12.5205585Z       "id": "REQ-MSG-1",
2026-06-16T09:36:12.5207439Z       "title": "Local message delivery: TCP-first to a registered address, spool fallback when offline; id->address via registry (stale-clean first); reply routing (__REPLY_TO__)",
2026-06-16T09:36:12.5207740Z       "requiredStages": [
2026-06-16T09:36:12.5207964Z         "impl",
2026-06-16T09:36:12.5208183Z         "unit",
2026-06-16T09:36:12.5208383Z         "int"
2026-06-16T09:36:12.5208594Z       ],
2026-06-16T09:36:12.5208827Z       "stages": {
2026-06-16T09:36:12.5209132Z         "doc": {
2026-06-16T09:36:12.5209441Z           "complete": false,
2026-06-16T09:36:12.5209691Z           "evidence": []
2026-06-16T09:36:12.5209920Z         },
2026-06-16T09:36:12.5210164Z         "impl": {
2026-06-16T09:36:12.5210401Z           "complete": true,
2026-06-16T09:36:12.5210654Z           "evidence": [
2026-06-16T09:36:12.5210884Z             {
2026-06-16T09:36:12.5211245Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.5211499Z               "line": 28
2026-06-16T09:36:12.5211718Z             },
2026-06-16T09:36:12.5211927Z             {
2026-06-16T09:36:12.5212289Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.5212521Z               "line": 94
2026-06-16T09:36:12.5212739Z             },
2026-06-16T09:36:12.5212963Z             {
2026-06-16T09:36:12.5213316Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.5213568Z               "line": 127
2026-06-16T09:36:12.5213797Z             },
2026-06-16T09:36:12.5214018Z             {
2026-06-16T09:36:12.5214395Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.5214643Z               "line": 149
2026-06-16T09:36:12.5214860Z             },
2026-06-16T09:36:12.5215078Z             {
2026-06-16T09:36:12.5215458Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.5215712Z               "line": 174
2026-06-16T09:36:12.5215936Z             },
2026-06-16T09:36:12.5216178Z             {
2026-06-16T09:36:12.5216542Z               "path": "crates/spt-msg/src/listener.rs",
2026-06-16T09:36:12.5216799Z               "line": 18
2026-06-16T09:36:12.5217012Z             },
2026-06-16T09:36:12.5217239Z             {
2026-06-16T09:36:12.5217577Z               "path": "crates/spt-msg/src/ring.rs",
2026-06-16T09:36:12.5217832Z               "line": 13
2026-06-16T09:36:12.5218056Z             },
2026-06-16T09:36:12.5218262Z             {
2026-06-16T09:36:12.5218605Z               "path": "crates/spt-msg/src/ring.rs",
2026-06-16T09:36:12.5218834Z               "line": 62
2026-06-16T09:36:12.5219121Z             },
2026-06-16T09:36:12.5219473Z             {
2026-06-16T09:36:12.5219845Z               "path": "crates/spt-msg/src/wire.rs",
2026-06-16T09:36:12.5220092Z               "line": 13
2026-06-16T09:36:12.5220303Z             }
2026-06-16T09:36:12.5220519Z           ]
2026-06-16T09:36:12.5220724Z         },
2026-06-16T09:36:12.5220956Z         "int": {
2026-06-16T09:36:12.5221434Z           "complete": true,
2026-06-16T09:36:12.5221692Z           "evidence": [
2026-06-16T09:36:12.5221901Z             {
2026-06-16T09:36:12.5222369Z               "path": "crates/spt-msg/tests/killer_quickstart.rs",
2026-06-16T09:36:12.5222607Z               "line": 9
2026-06-16T09:36:12.5222996Z             },
2026-06-16T09:36:12.5223213Z             {
2026-06-16T09:36:12.5223681Z               "path": "crates/spt-msg/tests/killer_quickstart.rs",
2026-06-16T09:36:12.5223911Z               "line": 56
2026-06-16T09:36:12.5224133Z             },
2026-06-16T09:36:12.5224334Z             {
2026-06-16T09:36:12.5224787Z               "path": "crates/spt-msg/tests/killer_quickstart.rs",
2026-06-16T09:36:12.5225044Z               "line": 113
2026-06-16T09:36:12.5225260Z             }
2026-06-16T09:36:12.5225477Z           ]
2026-06-16T09:36:12.5225689Z         },
2026-06-16T09:36:12.5225939Z         "unit": {
2026-06-16T09:36:12.5226206Z           "complete": true,
2026-06-16T09:36:12.5226458Z           "evidence": [
2026-06-16T09:36:12.5226690Z             {
2026-06-16T09:36:12.5227039Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.5227278Z               "line": 203
2026-06-16T09:36:12.5227493Z             },
2026-06-16T09:36:12.5227697Z             {
2026-06-16T09:36:12.5228061Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.5228316Z               "line": 232
2026-06-16T09:36:12.5228549Z             },
2026-06-16T09:36:12.5228731Z             {
2026-06-16T09:36:12.5229193Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.5229451Z               "line": 277
2026-06-16T09:36:12.5229676Z             },
2026-06-16T09:36:12.5229889Z             {
2026-06-16T09:36:12.5230257Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.5230499Z               "line": 300
2026-06-16T09:36:12.5230689Z             },
2026-06-16T09:36:12.5230896Z             {
2026-06-16T09:36:12.5231274Z               "path": "crates/spt-msg/src/deliver.rs",
2026-06-16T09:36:12.5232351Z               "line": 325
2026-06-16T09:36:12.5232591Z             },
2026-06-16T09:36:12.5232809Z             {
2026-06-16T09:36:12.5233172Z               "path": "crates/spt-msg/src/listener.rs",
2026-06-16T09:36:12.5233413Z               "line": 204
2026-06-16T09:36:12.5233679Z             },
2026-06-16T09:36:12.5233889Z             {
2026-06-16T09:36:12.5234270Z               "path": "crates/spt-msg/src/listener.rs",
2026-06-16T09:36:12.5234513Z               "line": 237
2026-06-16T09:36:12.5234732Z             },
2026-06-16T09:36:12.5234966Z             {
2026-06-16T09:36:12.5235347Z               "path": "crates/spt-msg/src/listener.rs",
2026-06-16T09:36:12.5235599Z               "line": 251
2026-06-16T09:36:12.5235830Z             },
2026-06-16T09:36:12.5236042Z             {
2026-06-16T09:36:12.5236417Z               "path": "crates/spt-msg/src/listener.rs",
2026-06-16T09:36:12.5236669Z               "line": 263
2026-06-16T09:36:12.5236894Z             },
2026-06-16T09:36:12.5237128Z             {
2026-06-16T09:36:12.5237480Z               "path": "crates/spt-msg/src/ring.rs",
2026-06-16T09:36:12.5237724Z               "line": 162
2026-06-16T09:36:12.5237957Z             },
2026-06-16T09:36:12.5238162Z             {
2026-06-16T09:36:12.5238515Z               "path": "crates/spt-msg/src/ring.rs",
2026-06-16T09:36:12.5238790Z               "line": 242
2026-06-16T09:36:12.5239073Z             },
2026-06-16T09:36:12.5239306Z             {
2026-06-16T09:36:12.5239650Z               "path": "crates/spt-msg/src/wire.rs",
2026-06-16T09:36:12.5239907Z               "line": 134
2026-06-16T09:36:12.5240120Z             },
2026-06-16T09:36:12.5240344Z             {
2026-06-16T09:36:12.5240673Z               "path": "crates/spt-msg/src/wire.rs",
2026-06-16T09:36:12.5240899Z               "line": 153
2026-06-16T09:36:12.5241121Z             }
2026-06-16T09:36:12.5241343Z           ]
2026-06-16T09:36:12.5241558Z         }
2026-06-16T09:36:12.5241771Z       }
2026-06-16T09:36:12.5242211Z     },
2026-06-16T09:36:12.5242445Z     {
2026-06-16T09:36:12.5242701Z       "id": "REQ-MSG-2",
2026-06-16T09:36:12.5243762Z       "title": "spt binary CLI surface: send/ring/ready(+--once)/list/stop/whoami, stable arg shapes + exit codes",
2026-06-16T09:36:12.5244036Z       "requiredStages": [
2026-06-16T09:36:12.5244444Z         "impl",
2026-06-16T09:36:12.5244653Z         "unit"
2026-06-16T09:36:12.5244863Z       ],
2026-06-16T09:36:12.5245097Z       "stages": {
2026-06-16T09:36:12.5245316Z         "doc": {
2026-06-16T09:36:12.5245583Z           "complete": false,
2026-06-16T09:36:12.5245835Z           "evidence": []
2026-06-16T09:36:12.5246046Z         },
2026-06-16T09:36:12.5246275Z         "impl": {
2026-06-16T09:36:12.5246554Z           "complete": true,
2026-06-16T09:36:12.5246806Z           "evidence": [
2026-06-16T09:36:12.5247026Z             {
2026-06-16T09:36:12.5247354Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5247598Z               "line": 11
2026-06-16T09:36:12.5247834Z             },
2026-06-16T09:36:12.5248045Z             {
2026-06-16T09:36:12.5248384Z               "path": "crates/spt/src/main.rs",
2026-06-16T09:36:12.5248623Z               "line": 8
2026-06-16T09:36:12.5248842Z             }
2026-06-16T09:36:12.5249162Z           ]
2026-06-16T09:36:12.5249417Z         },
2026-06-16T09:36:12.5249684Z         "int": {
2026-06-16T09:36:12.5249999Z           "complete": false,
2026-06-16T09:36:12.5250271Z           "evidence": []
2026-06-16T09:36:12.5250529Z         },
2026-06-16T09:36:12.5251164Z         "unit": {
2026-06-16T09:36:12.5251767Z           "complete": true,
2026-06-16T09:36:12.5252447Z           "evidence": [
2026-06-16T09:36:12.5253048Z             {
2026-06-16T09:36:12.5253692Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5254506Z               "line": 6687
2026-06-16T09:36:12.5255142Z             },
2026-06-16T09:36:12.5255681Z             {
2026-06-16T09:36:12.5256301Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5257177Z               "line": 6729
2026-06-16T09:36:12.5257818Z             },
2026-06-16T09:36:12.5258357Z             {
2026-06-16T09:36:12.5259082Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5259986Z               "line": 6778
2026-06-16T09:36:12.5260640Z             },
2026-06-16T09:36:12.5261164Z             {
2026-06-16T09:36:12.5261799Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5262654Z               "line": 6801
2026-06-16T09:36:12.5263294Z             },
2026-06-16T09:36:12.5263889Z             {
2026-06-16T09:36:12.5264548Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5265421Z               "line": 8633
2026-06-16T09:36:12.5266026Z             },
2026-06-16T09:36:12.5266360Z             {
2026-06-16T09:36:12.5266708Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5267181Z               "line": 8642
2026-06-16T09:36:12.5267543Z             },
2026-06-16T09:36:12.5267832Z             {
2026-06-16T09:36:12.5268174Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5268655Z               "line": 8656
2026-06-16T09:36:12.5269127Z             }
2026-06-16T09:36:12.5269499Z           ]
2026-06-16T09:36:12.5269785Z         }
2026-06-16T09:36:12.5270062Z       }
2026-06-16T09:36:12.5270335Z     },
2026-06-16T09:36:12.5270609Z     {
2026-06-16T09:36:12.5270890Z       "id": "REQ-MSG-3",
2026-06-16T09:36:12.5272002Z       "title": "Ready-agent lifecycle: register perch (info.json + listener + registry address) on ready, drain spooled backlog on startup, clean teardown",
2026-06-16T09:36:12.5273200Z       "requiredStages": [
2026-06-16T09:36:12.5273548Z         "impl",
2026-06-16T09:36:12.5273854Z         "unit",
2026-06-16T09:36:12.5274154Z         "int"
2026-06-16T09:36:12.5274444Z       ],
2026-06-16T09:36:12.5274716Z       "stages": {
2026-06-16T09:36:12.5275006Z         "doc": {
2026-06-16T09:36:12.5275326Z           "complete": false,
2026-06-16T09:36:12.5275711Z           "evidence": []
2026-06-16T09:36:12.5276238Z         },
2026-06-16T09:36:12.5276535Z         "impl": {
2026-06-16T09:36:12.5276868Z           "complete": true,
2026-06-16T09:36:12.5277235Z           "evidence": [
2026-06-16T09:36:12.5277568Z             {
2026-06-16T09:36:12.5277941Z               "path": "crates/spt-msg/src/listener.rs",
2026-06-16T09:36:12.5278543Z               "line": 19
2026-06-16T09:36:12.5278885Z             },
2026-06-16T09:36:12.5279283Z             {
2026-06-16T09:36:12.5279645Z               "path": "crates/spt-msg/src/ready.rs",
2026-06-16T09:36:12.5280131Z               "line": 21
2026-06-16T09:36:12.5280469Z             },
2026-06-16T09:36:12.5280765Z             {
2026-06-16T09:36:12.5281116Z               "path": "crates/spt-msg/src/ready.rs",
2026-06-16T09:36:12.5281599Z               "line": 48
2026-06-16T09:36:12.5281942Z             },
2026-06-16T09:36:12.5282233Z             {
2026-06-16T09:36:12.5282600Z               "path": "crates/spt-msg/src/ready.rs",
2026-06-16T09:36:12.5283072Z               "line": 151
2026-06-16T09:36:12.5283423Z             }
2026-06-16T09:36:12.5283712Z           ]
2026-06-16T09:36:12.5283988Z         },
2026-06-16T09:36:12.5288086Z         "int": {
2026-06-16T09:36:12.5288463Z           "complete": true,
2026-06-16T09:36:12.5288838Z           "evidence": [
2026-06-16T09:36:12.5289304Z             {
2026-06-16T09:36:12.5289737Z               "path": "crates/spt-msg/tests/killer_quickstart.rs",
2026-06-16T09:36:12.5290295Z               "line": 10
2026-06-16T09:36:12.5290634Z             },
2026-06-16T09:36:12.5290929Z             {
2026-06-16T09:36:12.5291354Z               "path": "crates/spt-msg/tests/killer_quickstart.rs",
2026-06-16T09:36:12.5291892Z               "line": 56
2026-06-16T09:36:12.5292230Z             }
2026-06-16T09:36:12.5292507Z           ]
2026-06-16T09:36:12.5292783Z         },
2026-06-16T09:36:12.5293065Z         "unit": {
2026-06-16T09:36:12.5293390Z           "complete": true,
2026-06-16T09:36:12.5293756Z           "evidence": [
2026-06-16T09:36:12.5294088Z             {
2026-06-16T09:36:12.5294435Z               "path": "crates/spt-msg/src/ready.rs",
2026-06-16T09:36:12.5294916Z               "line": 205
2026-06-16T09:36:12.5295265Z             },
2026-06-16T09:36:12.5295555Z             {
2026-06-16T09:36:12.5295919Z               "path": "crates/spt-msg/src/ready.rs",
2026-06-16T09:36:12.5296413Z               "line": 224
2026-06-16T09:36:12.5296765Z             },
2026-06-16T09:36:12.5297049Z             {
2026-06-16T09:36:12.5297401Z               "path": "crates/spt-msg/src/ready.rs",
2026-06-16T09:36:12.5297874Z               "line": 247
2026-06-16T09:36:12.5298218Z             }
2026-06-16T09:36:12.5298504Z           ]
2026-06-16T09:36:12.5298786Z         }
2026-06-16T09:36:12.5299143Z       }
2026-06-16T09:36:12.5299422Z     },
2026-06-16T09:36:12.5299682Z     {
2026-06-16T09:36:12.5299968Z       "id": "REQ-MSG-4",
2026-06-16T09:36:12.5302141Z       "title": "Listener stream stdout emits EVENT envelope lines (sister-format, ADR-0001): parse the __REPLY_TO__ frame, pass pre-formed typed envelopes through verbatim (no double-wrap), compose <EVENT type=\"msg\" from=…> otherwise, chunk oversized lines into EVENT-PART",
2026-06-16T09:36:12.5304139Z       "requiredStages": [
2026-06-16T09:36:12.5304496Z         "impl",
2026-06-16T09:36:12.5304817Z         "unit",
2026-06-16T09:36:12.5305118Z         "int"
2026-06-16T09:36:12.5305400Z       ],
2026-06-16T09:36:12.5305676Z       "stages": {
2026-06-16T09:36:12.5305977Z         "doc": {
2026-06-16T09:36:12.5306301Z           "complete": false,
2026-06-16T09:36:12.5306687Z           "evidence": []
2026-06-16T09:36:12.5307030Z         },
2026-06-16T09:36:12.5307315Z         "impl": {
2026-06-16T09:36:12.5307637Z           "complete": true,
2026-06-16T09:36:12.5308014Z           "evidence": [
2026-06-16T09:36:12.5308343Z             {
2026-06-16T09:36:12.5308696Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5309431Z               "line": 19
2026-06-16T09:36:12.5309944Z             },
2026-06-16T09:36:12.5310400Z             {
2026-06-16T09:36:12.5310758Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5311229Z               "line": 46
2026-06-16T09:36:12.5311568Z             },
2026-06-16T09:36:12.5311864Z             {
2026-06-16T09:36:12.5312368Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.5312854Z               "line": 407
2026-06-16T09:36:12.5313198Z             },
2026-06-16T09:36:12.5313489Z             {
2026-06-16T09:36:12.5313818Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5314275Z               "line": 2838
2026-06-16T09:36:12.5314604Z             }
2026-06-16T09:36:12.5314895Z           ]
2026-06-16T09:36:12.5315171Z         },
2026-06-16T09:36:12.5315450Z         "int": {
2026-06-16T09:36:12.5315774Z           "complete": true,
2026-06-16T09:36:12.5316146Z           "evidence": [
2026-06-16T09:36:12.5316475Z             {
2026-06-16T09:36:12.5316861Z               "path": "crates/spt/tests/quickstart_e2e.rs",
2026-06-16T09:36:12.5317373Z               "line": 98
2026-06-16T09:36:12.5317711Z             },
2026-06-16T09:36:12.5317990Z             {
2026-06-16T09:36:12.5318370Z               "path": "crates/spt/tests/quickstart_e2e.rs",
2026-06-16T09:36:12.5318874Z               "line": 128
2026-06-16T09:36:12.5319328Z             }
2026-06-16T09:36:12.5319610Z           ]
2026-06-16T09:36:12.5319891Z         },
2026-06-16T09:36:12.5320167Z         "unit": {
2026-06-16T09:36:12.5320490Z           "complete": true,
2026-06-16T09:36:12.5320860Z           "evidence": [
2026-06-16T09:36:12.5321189Z             {
2026-06-16T09:36:12.5321547Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5322028Z               "line": 68
2026-06-16T09:36:12.5322366Z             },
2026-06-16T09:36:12.5322653Z             {
2026-06-16T09:36:12.5322991Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5323453Z               "line": 79
2026-06-16T09:36:12.5323811Z             },
2026-06-16T09:36:12.5324112Z             {
2026-06-16T09:36:12.5324464Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5324940Z               "line": 90
2026-06-16T09:36:12.5325279Z             },
2026-06-16T09:36:12.5325559Z             {
2026-06-16T09:36:12.5325914Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5326382Z               "line": 151
2026-06-16T09:36:12.5326725Z             }
2026-06-16T09:36:12.5327026Z           ]
2026-06-16T09:36:12.5327303Z         }
2026-06-16T09:36:12.5327565Z       }
2026-06-16T09:36:12.5327826Z     },
2026-06-16T09:36:12.5328084Z     {
2026-06-16T09:36:12.5328365Z       "id": "REQ-MSG-5",
2026-06-16T09:36:12.5330456Z       "title": "user-msg envelope kind + daemon identity gate: a Gateway endpoint / the local user's CLI author user-msg (the user's authority); agent-family senders re-stamped to plain msg; identity-gated never payload-trusted (KH 7.3/7.5); wire-additive (N-1 receivers tolerate the new type)",
2026-06-16T09:36:12.5332507Z       "requiredStages": [
2026-06-16T09:36:12.5332860Z         "doc",
2026-06-16T09:36:12.5333141Z         "impl",
2026-06-16T09:36:12.5333437Z         "unit"
2026-06-16T09:36:12.5333724Z       ],
2026-06-16T09:36:12.5334003Z       "stages": {
2026-06-16T09:36:12.5334318Z         "doc": {
2026-06-16T09:36:12.5334643Z           "complete": true,
2026-06-16T09:36:12.5335015Z           "evidence": [
2026-06-16T09:36:12.5335344Z             {
2026-06-16T09:36:12.5335663Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.5336086Z               "line": 212
2026-06-16T09:36:12.5336427Z             }
2026-06-16T09:36:12.5336708Z           ]
2026-06-16T09:36:12.5336985Z         },
2026-06-16T09:36:12.5337271Z         "impl": {
2026-06-16T09:36:12.5337591Z           "complete": true,
2026-06-16T09:36:12.5337967Z           "evidence": [
2026-06-16T09:36:12.5338295Z             {
2026-06-16T09:36:12.5338654Z               "path": "crates/spt-daemon/src/wan.rs",
2026-06-16T09:36:12.5339524Z               "line": 60
2026-06-16T09:36:12.5339867Z             },
2026-06-16T09:36:12.5340162Z             {
2026-06-16T09:36:12.5340529Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.5341007Z               "line": 126
2026-06-16T09:36:12.5341355Z             },
2026-06-16T09:36:12.5341757Z             {
2026-06-16T09:36:12.5342124Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.5342600Z               "line": 135
2026-06-16T09:36:12.5342944Z             },
2026-06-16T09:36:12.5343234Z             {
2026-06-16T09:36:12.5343607Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.5344078Z               "line": 149
2026-06-16T09:36:12.5344420Z             },
2026-06-16T09:36:12.5344716Z             {
2026-06-16T09:36:12.5345073Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.5345556Z               "line": 178
2026-06-16T09:36:12.5345899Z             },
2026-06-16T09:36:12.5346181Z             {
2026-06-16T09:36:12.5346524Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5346992Z               "line": 2584
2026-06-16T09:36:12.5347344Z             }
2026-06-16T09:36:12.5347635Z           ]
2026-06-16T09:36:12.5347912Z         },
2026-06-16T09:36:12.5348193Z         "int": {
2026-06-16T09:36:12.5348517Z           "complete": true,
2026-06-16T09:36:12.5348885Z           "evidence": [
2026-06-16T09:36:12.5349325Z             {
2026-06-16T09:36:12.5349699Z               "path": "crates/spt/tests/gateway_e2e.rs",
2026-06-16T09:36:12.5350178Z               "line": 19
2026-06-16T09:36:12.5350512Z             }
2026-06-16T09:36:12.5350803Z           ]
2026-06-16T09:36:12.5351079Z         },
2026-06-16T09:36:12.5351356Z         "unit": {
2026-06-16T09:36:12.5351681Z           "complete": true,
2026-06-16T09:36:12.5352061Z           "evidence": [
2026-06-16T09:36:12.5352392Z             {
2026-06-16T09:36:12.5352750Z               "path": "crates/spt-daemon/src/wan.rs",
2026-06-16T09:36:12.5353237Z               "line": 192
2026-06-16T09:36:12.5353580Z             },
2026-06-16T09:36:12.5353876Z             {
2026-06-16T09:36:12.5354252Z               "path": "crates/spt-daemon/tests/wanmsg.rs",
2026-06-16T09:36:12.5354754Z               "line": 154
2026-06-16T09:36:12.5355104Z             },
2026-06-16T09:36:12.5355409Z             {
2026-06-16T09:36:12.5355749Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5356220Z               "line": 122
2026-06-16T09:36:12.5356559Z             },
2026-06-16T09:36:12.5356854Z             {
2026-06-16T09:36:12.5357216Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.5357690Z               "line": 452
2026-06-16T09:36:12.5358034Z             },
2026-06-16T09:36:12.5358316Z             {
2026-06-16T09:36:12.5358683Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.5359265Z               "line": 501
2026-06-16T09:36:12.5359618Z             },
2026-06-16T09:36:12.5359909Z             {
2026-06-16T09:36:12.5360273Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.5360747Z               "line": 517
2026-06-16T09:36:12.5361086Z             },
2026-06-16T09:36:12.5361368Z             {
2026-06-16T09:36:12.5361740Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.5362232Z               "line": 536
2026-06-16T09:36:12.5362575Z             },
2026-06-16T09:36:12.5362859Z             {
2026-06-16T09:36:12.5363196Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5363653Z               "line": 6630
2026-06-16T09:36:12.5363996Z             }
2026-06-16T09:36:12.5364282Z           ]
2026-06-16T09:36:12.5364555Z         }
2026-06-16T09:36:12.5364821Z       }
2026-06-16T09:36:12.5365085Z     },
2026-06-16T09:36:12.5365362Z     {
2026-06-16T09:36:12.5365641Z       "id": "REQ-MSG-6",
2026-06-16T09:36:12.5369830Z       "title": "cross-node Gateway user-msg honored via advertised endpoint_type: a user-msg from a Gateway-typed origin survives the receive_wan funnel as user-msg (vs the fail-closed re-stamp), keyed on the QUIC-handshake-proven origin node (never wire `from`). Trust boundary = subnet membership (operator-ratified 2026-06-13); no defense against an in-subnet member forging the type. Instance.endpoint_type is an additive serde-default field extending REQ-INST-7's data model. Absent/unknown type → re-stamp (N-1 rollout grace)",
2026-06-16T09:36:12.5373560Z       "requiredStages": [
2026-06-16T09:36:12.5373913Z         "doc",
2026-06-16T09:36:12.5374213Z         "impl",
2026-06-16T09:36:12.5374513Z         "unit"
2026-06-16T09:36:12.5374809Z       ],
2026-06-16T09:36:12.5375096Z       "stages": {
2026-06-16T09:36:12.5375396Z         "doc": {
2026-06-16T09:36:12.5375715Z           "complete": true,
2026-06-16T09:36:12.5376086Z           "evidence": [
2026-06-16T09:36:12.5376411Z             {
2026-06-16T09:36:12.5376720Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.5377135Z               "line": 215
2026-06-16T09:36:12.5377474Z             }
2026-06-16T09:36:12.5377779Z           ]
2026-06-16T09:36:12.5378046Z         },
2026-06-16T09:36:12.5378322Z         "impl": {
2026-06-16T09:36:12.5378649Z           "complete": true,
2026-06-16T09:36:12.5379116Z           "evidence": [
2026-06-16T09:36:12.5379474Z             {
2026-06-16T09:36:12.5379907Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5380437Z               "line": 177
2026-06-16T09:36:12.5380804Z             },
2026-06-16T09:36:12.5381105Z             {
2026-06-16T09:36:12.5381506Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5382031Z               "line": 422
2026-06-16T09:36:12.5382375Z             },
2026-06-16T09:36:12.5382660Z             {
2026-06-16T09:36:12.5383051Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5383572Z               "line": 445
2026-06-16T09:36:12.5383903Z             },
2026-06-16T09:36:12.5384196Z             {
2026-06-16T09:36:12.5384550Z               "path": "crates/spt-daemon/src/wan.rs",
2026-06-16T09:36:12.5385036Z               "line": 89
2026-06-16T09:36:12.5385370Z             },
2026-06-16T09:36:12.5385651Z             {
2026-06-16T09:36:12.5386037Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.5386576Z               "line": 155
2026-06-16T09:36:12.5386938Z             }
2026-06-16T09:36:12.5387229Z           ]
2026-06-16T09:36:12.5387510Z         },
2026-06-16T09:36:12.5387787Z         "int": {
2026-06-16T09:36:12.5388112Z           "complete": false,
2026-06-16T09:36:12.5388492Z           "evidence": []
2026-06-16T09:36:12.5388830Z         },
2026-06-16T09:36:12.5389233Z         "unit": {
2026-06-16T09:36:12.5389571Z           "complete": true,
2026-06-16T09:36:12.5389942Z           "evidence": [
2026-06-16T09:36:12.5390282Z             {
2026-06-16T09:36:12.5390687Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5391211Z               "line": 1639
2026-06-16T09:36:12.5391556Z             },
2026-06-16T09:36:12.5391849Z             {
2026-06-16T09:36:12.5392223Z               "path": "crates/spt-daemon/src/wan.rs",
2026-06-16T09:36:12.5392705Z               "line": 219
2026-06-16T09:36:12.5393048Z             }
2026-06-16T09:36:12.5393334Z           ]
2026-06-16T09:36:12.5393611Z         }
2026-06-16T09:36:12.5393879Z       }
2026-06-16T09:36:12.5394151Z     },
2026-06-16T09:36:12.5394411Z     {
2026-06-16T09:36:12.5394709Z       "id": "REQ-MSG-ENVELOPE",
2026-06-16T09:36:12.5403757Z       "title": "The <EVENT type=\"msg\" from=…>body</EVENT> envelope (spt-proto::event, the ADR-0001 grammar) is the SOLE canonical arriving-message format at EVERY harness arriving-message surface on an AGENT perch — api listen AND api poll/worker-poll, byte-identical (reverses REQ-MSG-4's 'hook drains keep the raw frame by contract'). SCOPE CARVE-OUT: the shell-command relay (api poll <shell-id> --link, cmd_poll_shell) is a distinct internal transport carrying RAW MAC'd stamped frames the shell child consumes verbatim — NOT an arriving-message surface, deliberately EXEMPT from <EVENT> composition (notify_shell_e2e guards this boundary). __REPLY_TO__ — mis-elevated during the clean-room port to a fake ADR-0001 'stable wire format' (spt-msg/wire.rs, lib.rs) — is REMOVED entirely (spool format_row, the spt-msg TCP frame, emit parse_frame); (from, body) carried structurally, <EVENT> composed once at the delivery boundary. No legacy sister-interop (spt-core never required it). Reply-correlation rebinds onto the structural from / <EVENT from=…> attribute (ADR-0009 access-gate + ADR-0012 Psyche/spt-live reply-target). Self-delimiting by construction → finding F-002 (non-self-delimiting multi-message poll) dissolves. ADR-0020.",
2026-06-16T09:36:12.5412394Z       "requiredStages": [
2026-06-16T09:36:12.5412753Z         "doc",
2026-06-16T09:36:12.5413046Z         "impl",
2026-06-16T09:36:12.5413334Z         "unit",
2026-06-16T09:36:12.5413634Z         "int"
2026-06-16T09:36:12.5413920Z       ],
2026-06-16T09:36:12.5414235Z       "stages": {
2026-06-16T09:36:12.5414550Z         "doc": {
2026-06-16T09:36:12.5414870Z           "complete": true,
2026-06-16T09:36:12.5415238Z           "evidence": [
2026-06-16T09:36:12.5415569Z             {
2026-06-16T09:36:12.5416225Z               "path": "docs/adr/0020-event-envelope-sole-arriving-format-reply-to-removed.md",
2026-06-16T09:36:12.5417050Z               "line": 47
2026-06-16T09:36:12.5417379Z             }
2026-06-16T09:36:12.5417674Z           ]
2026-06-16T09:36:12.5417951Z         },
2026-06-16T09:36:12.5418233Z         "impl": {
2026-06-16T09:36:12.5418561Z           "complete": true,
2026-06-16T09:36:12.5419022Z           "evidence": [
2026-06-16T09:36:12.5419376Z             {
2026-06-16T09:36:12.5419744Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5420224Z               "line": 20
2026-06-16T09:36:12.5420548Z             },
2026-06-16T09:36:12.5420842Z             {
2026-06-16T09:36:12.5421190Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5421662Z               "line": 33
2026-06-16T09:36:12.5422001Z             },
2026-06-16T09:36:12.5422286Z             {
2026-06-16T09:36:12.5422630Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5423086Z               "line": 47
2026-06-16T09:36:12.5423420Z             },
2026-06-16T09:36:12.5423709Z             {
2026-06-16T09:36:12.5424061Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5424529Z               "line": 58
2026-06-16T09:36:12.5424858Z             },
2026-06-16T09:36:12.5425153Z             {
2026-06-16T09:36:12.5425512Z               "path": "crates/spt-msg/src/wire.rs",
2026-06-16T09:36:12.5425987Z               "line": 14
2026-06-16T09:36:12.5426332Z             },
2026-06-16T09:36:12.5426623Z             {
2026-06-16T09:36:12.5426990Z               "path": "crates/spt-msg/src/wire.rs",
2026-06-16T09:36:12.5427463Z               "line": 27
2026-06-16T09:36:12.5427797Z             },
2026-06-16T09:36:12.5428084Z             {
2026-06-16T09:36:12.5428436Z               "path": "crates/spt-msg/src/wire.rs",
2026-06-16T09:36:12.5428911Z               "line": 40
2026-06-16T09:36:12.5429330Z             },
2026-06-16T09:36:12.5429645Z             {
2026-06-16T09:36:12.5430013Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.5430508Z               "line": 92
2026-06-16T09:36:12.5430837Z             },
2026-06-16T09:36:12.5431132Z             {
2026-06-16T09:36:12.5431511Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5432003Z               "line": 143
2026-06-16T09:36:12.5432355Z             },
2026-06-16T09:36:12.5432642Z             {
2026-06-16T09:36:12.5433013Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5433501Z               "line": 216
2026-06-16T09:36:12.5433849Z             },
2026-06-16T09:36:12.5434137Z             {
2026-06-16T09:36:12.5434507Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.5435137Z               "line": 408
2026-06-16T09:36:12.5435490Z             },
2026-06-16T09:36:12.5435776Z             {
2026-06-16T09:36:12.5440157Z               "path": "crates/spt/src/api/worker.rs",
2026-06-16T09:36:12.5440721Z               "line": 78
2026-06-16T09:36:12.5441236Z             },
2026-06-16T09:36:12.5441542Z             {
2026-06-16T09:36:12.5441897Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5442371Z               "line": 2839
2026-06-16T09:36:12.5442724Z             }
2026-06-16T09:36:12.5443005Z           ]
2026-06-16T09:36:12.5443292Z         },
2026-06-16T09:36:12.5443573Z         "int": {
2026-06-16T09:36:12.5443902Z           "complete": true,
2026-06-16T09:36:12.5444279Z           "evidence": [
2026-06-16T09:36:12.5444612Z             {
2026-06-16T09:36:12.5445010Z               "path": "crates/spt/tests/poll_envelope_e2e.rs",
2026-06-16T09:36:12.5445534Z               "line": 15
2026-06-16T09:36:12.5445872Z             }
2026-06-16T09:36:12.5446164Z           ]
2026-06-16T09:36:12.5446440Z         },
2026-06-16T09:36:12.5446718Z         "unit": {
2026-06-16T09:36:12.5447037Z           "complete": true,
2026-06-16T09:36:12.5447396Z           "evidence": [
2026-06-16T09:36:12.5447730Z             {
2026-06-16T09:36:12.5448077Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5448555Z               "line": 102
2026-06-16T09:36:12.5448899Z             },
2026-06-16T09:36:12.5449279Z             {
2026-06-16T09:36:12.5449640Z               "path": "crates/spt-msg/src/emit.rs",
2026-06-16T09:36:12.5450112Z               "line": 137
2026-06-16T09:36:12.5450451Z             },
2026-06-16T09:36:12.5450741Z             {
2026-06-16T09:36:12.5451090Z               "path": "crates/spt-msg/src/wire.rs",
2026-06-16T09:36:12.5451557Z               "line": 98
2026-06-16T09:36:12.5451890Z             },
2026-06-16T09:36:12.5452191Z             {
2026-06-16T09:36:12.5452546Z               "path": "crates/spt-msg/src/wire.rs",
2026-06-16T09:36:12.5453027Z               "line": 106
2026-06-16T09:36:12.5453357Z             },
2026-06-16T09:36:12.5453647Z             {
2026-06-16T09:36:12.5453996Z               "path": "crates/spt-msg/src/wire.rs",
2026-06-16T09:36:12.5454467Z               "line": 113
2026-06-16T09:36:12.5454800Z             },
2026-06-16T09:36:12.5455096Z             {
2026-06-16T09:36:12.5455451Z               "path": "crates/spt-msg/src/wire.rs",
2026-06-16T09:36:12.5455914Z               "line": 122
2026-06-16T09:36:12.5456252Z             }
2026-06-16T09:36:12.5456543Z           ]
2026-06-16T09:36:12.5456805Z         }
2026-06-16T09:36:12.5457081Z       }
2026-06-16T09:36:12.5457343Z     },
2026-06-16T09:36:12.5457612Z     {
2026-06-16T09:36:12.5457891Z       "id": "REQ-NET-1",
2026-06-16T09:36:12.5458490Z       "title": "WAN messaging first-class, behind default-on net feature flag",
2026-06-16T09:36:12.5459247Z       "requiredStages": [
2026-06-16T09:36:12.5459615Z         "impl",
2026-06-16T09:36:12.5459915Z         "unit",
2026-06-16T09:36:12.5460215Z         "int"
2026-06-16T09:36:12.5460507Z       ],
2026-06-16T09:36:12.5460783Z       "stages": {
2026-06-16T09:36:12.5461097Z         "doc": {
2026-06-16T09:36:12.5461431Z           "complete": false,
2026-06-16T09:36:12.5461822Z           "evidence": []
2026-06-16T09:36:12.5462179Z         },
2026-06-16T09:36:12.5462460Z         "impl": {
2026-06-16T09:36:12.5462789Z           "complete": true,
2026-06-16T09:36:12.5463158Z           "evidence": [
2026-06-16T09:36:12.5463492Z             {
2026-06-16T09:36:12.5463878Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.5464393Z               "line": 54
2026-06-16T09:36:12.5464736Z             },
2026-06-16T09:36:12.5465022Z             {
2026-06-16T09:36:12.5465414Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.5465922Z               "line": 594
2026-06-16T09:36:12.5466259Z             },
2026-06-16T09:36:12.5466560Z             {
2026-06-16T09:36:12.5467055Z               "path": "crates/spt-daemon/src/wan.rs",
2026-06-16T09:36:12.5467546Z               "line": 130
2026-06-16T09:36:12.5467889Z             },
2026-06-16T09:36:12.5468181Z             {
2026-06-16T09:36:12.5468573Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5469312Z               "line": 97
2026-06-16T09:36:12.5469671Z             },
2026-06-16T09:36:12.5469960Z             {
2026-06-16T09:36:12.5470343Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5470842Z               "line": 159
2026-06-16T09:36:12.5471189Z             },
2026-06-16T09:36:12.5471480Z             {
2026-06-16T09:36:12.5471857Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5472367Z               "line": 175
2026-06-16T09:36:12.5472701Z             },
2026-06-16T09:36:12.5472987Z             {
2026-06-16T09:36:12.5473368Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5473876Z               "line": 190
2026-06-16T09:36:12.5474210Z             },
2026-06-16T09:36:12.5474506Z             {
2026-06-16T09:36:12.5474891Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5475397Z               "line": 271
2026-06-16T09:36:12.5475727Z             },
2026-06-16T09:36:12.5476022Z             {
2026-06-16T09:36:12.5476407Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5476900Z               "line": 306
2026-06-16T09:36:12.5477243Z             },
2026-06-16T09:36:12.5477553Z             {
2026-06-16T09:36:12.5477920Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5478431Z               "line": 312
2026-06-16T09:36:12.5478764Z             },
2026-06-16T09:36:12.5479114Z             {
2026-06-16T09:36:12.5479349Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5479490Z               "line": 318
2026-06-16T09:36:12.5479625Z             },
2026-06-16T09:36:12.5479749Z             {
2026-06-16T09:36:12.5479987Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5480124Z               "line": 334
2026-06-16T09:36:12.5480250Z             },
2026-06-16T09:36:12.5480377Z             {
2026-06-16T09:36:12.5480603Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5480745Z               "line": 354
2026-06-16T09:36:12.5480870Z             },
2026-06-16T09:36:12.5480998Z             {
2026-06-16T09:36:12.5481208Z               "path": "crates/spt-net/src/net/wanmsg.rs",
2026-06-16T09:36:12.5481340Z               "line": 35
2026-06-16T09:36:12.5481475Z             },
2026-06-16T09:36:12.5481594Z             {
2026-06-16T09:36:12.5481807Z               "path": "crates/spt-net/src/net/wanmsg.rs",
2026-06-16T09:36:12.5481951Z               "line": 85
2026-06-16T09:36:12.5482083Z             },
2026-06-16T09:36:12.5482204Z             {
2026-06-16T09:36:12.5482407Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.5482556Z               "line": 138
2026-06-16T09:36:12.5482684Z             },
2026-06-16T09:36:12.5482809Z             {
2026-06-16T09:36:12.5482989Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5483133Z               "line": 2681
2026-06-16T09:36:12.5483271Z             },
2026-06-16T09:36:12.5483395Z             {
2026-06-16T09:36:12.5483590Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.5483729Z               "line": 17
2026-06-16T09:36:12.5483872Z             }
2026-06-16T09:36:12.5483999Z           ]
2026-06-16T09:36:12.5484133Z         },
2026-06-16T09:36:12.5484264Z         "int": {
2026-06-16T09:36:12.5484407Z           "complete": true,
2026-06-16T09:36:12.5484546Z           "evidence": [
2026-06-16T09:36:12.5484664Z             {
2026-06-16T09:36:12.5484902Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.5485042Z               "line": 341
2026-06-16T09:36:12.5485175Z             },
2026-06-16T09:36:12.5485308Z             {
2026-06-16T09:36:12.5485637Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5485780Z               "line": 673
2026-06-16T09:36:12.5485909Z             },
2026-06-16T09:36:12.5486044Z             {
2026-06-16T09:36:12.5486267Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5486505Z               "line": 971
2026-06-16T09:36:12.5486635Z             }
2026-06-16T09:36:12.5486753Z           ]
2026-06-16T09:36:12.5486880Z         },
2026-06-16T09:36:12.5487014Z         "unit": {
2026-06-16T09:36:12.5487164Z           "complete": true,
2026-06-16T09:36:12.5487303Z           "evidence": [
2026-06-16T09:36:12.5487431Z             {
2026-06-16T09:36:12.5487647Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.5487779Z               "line": 651
2026-06-16T09:36:12.5487899Z             },
2026-06-16T09:36:12.5488023Z             {
2026-06-16T09:36:12.5488243Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.5488390Z               "line": 686
2026-06-16T09:36:12.5488514Z             },
2026-06-16T09:36:12.5488643Z             {
2026-06-16T09:36:12.5488878Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.5489086Z               "line": 936
2026-06-16T09:36:12.5489217Z             },
2026-06-16T09:36:12.5489353Z             {
2026-06-16T09:36:12.5489581Z               "path": "crates/spt-daemon/tests/wanmsg.rs",
2026-06-16T09:36:12.5489726Z               "line": 201
2026-06-16T09:36:12.5489856Z             },
2026-06-16T09:36:12.5489980Z             {
2026-06-16T09:36:12.5490209Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5490351Z               "line": 442
2026-06-16T09:36:12.5490481Z             },
2026-06-16T09:36:12.5490609Z             {
2026-06-16T09:36:12.5490838Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5490985Z               "line": 456
2026-06-16T09:36:12.5491115Z             },
2026-06-16T09:36:12.5491248Z             {
2026-06-16T09:36:12.5491477Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5491629Z               "line": 475
2026-06-16T09:36:12.5491764Z             },
2026-06-16T09:36:12.5491896Z             {
2026-06-16T09:36:12.5492121Z               "path": "crates/spt-net/src/net/wanmsg.rs",
2026-06-16T09:36:12.5492271Z               "line": 120
2026-06-16T09:36:12.5492401Z             },
2026-06-16T09:36:12.5492530Z             {
2026-06-16T09:36:12.5492754Z               "path": "crates/spt-net/src/net/wanmsg.rs",
2026-06-16T09:36:12.5492901Z               "line": 163
2026-06-16T09:36:12.5493026Z             },
2026-06-16T09:36:12.5493164Z             {
2026-06-16T09:36:12.5493355Z               "path": "crates/spt-store/src/spool.rs",
2026-06-16T09:36:12.5493492Z               "line": 530
2026-06-16T09:36:12.5493621Z             },
2026-06-16T09:36:12.5493746Z             {
2026-06-16T09:36:12.5493941Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.5494075Z               "line": 616
2026-06-16T09:36:12.5494207Z             },
2026-06-16T09:36:12.5494333Z             {
2026-06-16T09:36:12.5494526Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.5494669Z               "line": 1006
2026-06-16T09:36:12.5494805Z             }
2026-06-16T09:36:12.5494934Z           ]
2026-06-16T09:36:12.5495064Z         }
2026-06-16T09:36:12.5495191Z       }
2026-06-16T09:36:12.5495316Z     },
2026-06-16T09:36:12.5495444Z     {
2026-06-16T09:36:12.5495592Z       "id": "REQ-NET-2",
2026-06-16T09:36:12.5495965Z       "title": "n0 relay default + self-host knob + plain-language disclosure",
2026-06-16T09:36:12.5496130Z       "requiredStages": [
2026-06-16T09:36:12.5496270Z         "impl"
2026-06-16T09:36:12.5496412Z       ],
2026-06-16T09:36:12.5496556Z       "stages": {
2026-06-16T09:36:12.5496707Z         "doc": {
2026-06-16T09:36:12.5496871Z           "complete": false,
2026-06-16T09:36:12.5497022Z           "evidence": []
2026-06-16T09:36:12.5497281Z         },
2026-06-16T09:36:12.5497422Z         "impl": {
2026-06-16T09:36:12.5497584Z           "complete": true,
2026-06-16T09:36:12.5497724Z           "evidence": [
2026-06-16T09:36:12.5497858Z             {
2026-06-16T09:36:12.5498077Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.5498311Z               "line": 57
2026-06-16T09:36:12.5498435Z             },
2026-06-16T09:36:12.5498564Z             {
2026-06-16T09:36:12.5498793Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5498936Z               "line": 71
2026-06-16T09:36:12.5499142Z             },
2026-06-16T09:36:12.5499269Z             {
2026-06-16T09:36:12.5499509Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5499642Z               "line": 81
2026-06-16T09:36:12.5499767Z             },
2026-06-16T09:36:12.5499898Z             {
2026-06-16T09:36:12.5500122Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5500273Z               "line": 159
2026-06-16T09:36:12.5500401Z             },
2026-06-16T09:36:12.5500526Z             {
2026-06-16T09:36:12.5500736Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5500873Z               "line": 175
2026-06-16T09:36:12.5501011Z             },
2026-06-16T09:36:12.5501141Z             {
2026-06-16T09:36:12.5501361Z               "path": "crates/spt-net/src/net/endpoint.rs",
2026-06-16T09:36:12.5501502Z               "line": 190
2026-06-16T09:36:12.5501626Z             }
2026-06-16T09:36:12.5501751Z           ]
2026-06-16T09:36:12.5501874Z         },
2026-06-16T09:36:12.5502009Z         "int": {
2026-06-16T09:36:12.5502146Z           "complete": false,
2026-06-16T09:36:12.5502295Z           "evidence": []
2026-06-16T09:36:12.5502427Z         },
2026-06-16T09:36:12.5502566Z         "unit": {
2026-06-16T09:36:12.5502719Z           "complete": true,
2026-06-16T09:36:12.5502860Z           "evidence": [
2026-06-16T09:36:12.5502989Z             {
2026-06-16T09:36:12.5503218Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.5503367Z               "line": 402
2026-06-16T09:36:12.5503489Z             }
2026-06-16T09:36:12.5503615Z           ]
2026-06-16T09:36:12.5503748Z         }
2026-06-16T09:36:12.5503876Z       }
2026-06-16T09:36:12.5504010Z     },
2026-06-16T09:36:12.5504138Z     {
2026-06-16T09:36:12.5504282Z       "id": "REQ-NET-3",
2026-06-16T09:36:12.5504630Z       "title": "Cross-node Psyche sync over P2P replaces gh-repo-sync",
2026-06-16T09:36:12.5504782Z       "requiredStages": [
2026-06-16T09:36:12.5504917Z         "impl",
2026-06-16T09:36:12.5505048Z         "unit"
2026-06-16T09:36:12.5505177Z       ],
2026-06-16T09:36:12.5505314Z       "stages": {
2026-06-16T09:36:12.5505451Z         "doc": {
2026-06-16T09:36:12.5505599Z           "complete": false,
2026-06-16T09:36:12.5505751Z           "evidence": []
2026-06-16T09:36:12.5505876Z         },
2026-06-16T09:36:12.5506000Z         "impl": {
2026-06-16T09:36:12.5506148Z           "complete": true,
2026-06-16T09:36:12.5506291Z           "evidence": [
2026-06-16T09:36:12.5506428Z             {
2026-06-16T09:36:12.5506639Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.5506787Z               "line": 39
2026-06-16T09:36:12.5506915Z             },
2026-06-16T09:36:12.5507039Z             {
2026-06-16T09:36:12.5507257Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.5507397Z               "line": 182
2026-06-16T09:36:12.5507526Z             },
2026-06-16T09:36:12.5507649Z             {
2026-06-16T09:36:12.5507864Z               "path": "crates/spt-daemon/src/sync.rs",
2026-06-16T09:36:12.5508010Z               "line": 333
2026-06-16T09:36:12.5508135Z             },
2026-06-16T09:36:12.5508256Z             {
2026-06-16T09:36:12.5508452Z               "path": "crates/spt-net/src/net/sync.rs",
2026-06-16T09:36:12.5508599Z               "line": 36
2026-06-16T09:36:12.5508729Z             },
2026-06-16T09:36:12.5508858Z             {
2026-06-16T09:36:12.5509315Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.5509491Z               "line": 158
2026-06-16T09:36:12.5509620Z             },
2026-06-16T09:36:12.5509735Z             {
2026-06-16T09:36:12.5509969Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.5510206Z               "line": 212
2026-06-16T09:36:12.5510337Z             },
2026-06-16T09:36:12.5510458Z             {
2026-06-16T09:36:12.5510692Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.5510837Z               "line": 233
2026-06-16T09:36:12.5510966Z             },
2026-06-16T09:36:12.5511100Z             {
2026-06-16T09:36:12.5511329Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.5511471Z               "line": 291
2026-06-16T09:36:12.5511606Z             },
2026-06-16T09:36:12.5511734Z             {
2026-06-16T09:36:12.5511968Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.5512119Z               "line": 310
2026-06-16T09:36:12.5512245Z             },
2026-06-16T09:36:12.5512373Z             {
2026-06-16T09:36:12.5512598Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.5512740Z               "line": 348
2026-06-16T09:36:12.5512874Z             },
2026-06-16T09:36:12.5513006Z             {
2026-06-16T09:36:12.5513237Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.5513373Z               "line": 393
2026-06-16T09:36:12.5513506Z             },
2026-06-16T09:36:12.5513631Z             {
2026-06-16T09:36:12.5513855Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.5513993Z               "line": 406
2026-06-16T09:36:12.5514126Z             },
2026-06-16T09:36:12.5514256Z             {
2026-06-16T09:36:12.5514485Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.5514627Z               "line": 29
2026-06-16T09:36:12.5514751Z             },
2026-06-16T09:36:12.5514890Z             {
2026-06-16T09:36:12.5515105Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.5515237Z               "line": 72
2026-06-16T09:36:12.5515366Z             },
2026-06-16T09:36:12.5515491Z             {
2026-06-16T09:36:12.5515727Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.5515874Z               "line": 123
2026-06-16T09:36:12.5516001Z             }
2026-06-16T09:36:12.5516126Z           ]
2026-06-16T09:36:12.5516250Z         },
2026-06-16T09:36:12.5516378Z         "int": {
2026-06-16T09:36:12.5516531Z           "complete": false,
2026-06-16T09:36:12.5516683Z           "evidence": []
2026-06-16T09:36:12.5516813Z         },
2026-06-16T09:36:12.5516950Z         "unit": {
2026-06-16T09:36:12.5517104Z           "complete": true,
2026-06-16T09:36:12.5517251Z           "evidence": [
2026-06-16T09:36:12.5517371Z             {
2026-06-16T09:36:12.5517584Z               "path": "crates/spt-daemon/tests/sync.rs",
2026-06-16T09:36:12.5517738Z               "line": 223
2026-06-16T09:36:12.5517862Z             },
2026-06-16T09:36:12.5517992Z             {
2026-06-16T09:36:12.5518205Z               "path": "crates/spt-daemon/tests/sync.rs",
2026-06-16T09:36:12.5518354Z               "line": 351
2026-06-16T09:36:12.5518480Z             },
2026-06-16T09:36:12.5518609Z             {
2026-06-16T09:36:12.5518835Z               "path": "crates/spt-daemon/tests/sync.rs",
2026-06-16T09:36:12.5519041Z               "line": 504
2026-06-16T09:36:12.5519178Z             },
2026-06-16T09:36:12.5519304Z             {
2026-06-16T09:36:12.5519517Z               "path": "crates/spt-net/src/net/sync.rs",
2026-06-16T09:36:12.5519661Z               "line": 93
2026-06-16T09:36:12.5519784Z             },
2026-06-16T09:36:12.5519904Z             {
2026-06-16T09:36:12.5520108Z               "path": "crates/spt-net/src/net/sync.rs",
2026-06-16T09:36:12.5520257Z               "line": 142
2026-06-16T09:36:12.5520384Z             },
2026-06-16T09:36:12.5520625Z             {
2026-06-16T09:36:12.5520854Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.5520991Z               "line": 315
2026-06-16T09:36:12.5521118Z             },
2026-06-16T09:36:12.5521233Z             {
2026-06-16T09:36:12.5521463Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.5521702Z               "line": 355
2026-06-16T09:36:12.5521831Z             },
2026-06-16T09:36:12.5521956Z             {
2026-06-16T09:36:12.5522176Z               "path": "crates/spt-store/src/syncmerge.rs",
2026-06-16T09:36:12.5522318Z               "line": 494
2026-06-16T09:36:12.5522447Z             }
2026-06-16T09:36:12.5522570Z           ]
2026-06-16T09:36:12.5522699Z         }
2026-06-16T09:36:12.5522829Z       }
2026-06-16T09:36:12.5522961Z     },
2026-06-16T09:36:12.5523091Z     {
2026-06-16T09:36:12.5523261Z       "id": "REQ-NODE-IDENTITY",
2026-06-16T09:36:12.5523773Z       "title": "Ed25519 identity primitive: keypair, detached sign/verify, stable pubkey<->hex",
2026-06-16T09:36:12.5523928Z       "requiredStages": [
2026-06-16T09:36:12.5524062Z         "impl",
2026-06-16T09:36:12.5524205Z         "unit"
2026-06-16T09:36:12.5524338Z       ],
2026-06-16T09:36:12.5524468Z       "stages": {
2026-06-16T09:36:12.5524605Z         "doc": {
2026-06-16T09:36:12.5524759Z           "complete": false,
2026-06-16T09:36:12.5524910Z           "evidence": []
2026-06-16T09:36:12.5525030Z         },
2026-06-16T09:36:12.5525168Z         "impl": {
2026-06-16T09:36:12.5525321Z           "complete": true,
2026-06-16T09:36:12.5525459Z           "evidence": [
2026-06-16T09:36:12.5525592Z             {
2026-06-16T09:36:12.5525816Z               "path": "crates/spt-proto/src/identity.rs",
2026-06-16T09:36:12.5525955Z               "line": 60
2026-06-16T09:36:12.5526079Z             },
2026-06-16T09:36:12.5526211Z             {
2026-06-16T09:36:12.5526439Z               "path": "crates/spt-proto/src/identity.rs",
2026-06-16T09:36:12.5526585Z               "line": 68
2026-06-16T09:36:12.5526725Z             },
2026-06-16T09:36:12.5526857Z             {
2026-06-16T09:36:12.5527082Z               "path": "crates/spt-proto/src/identity.rs",
2026-06-16T09:36:12.5527219Z               "line": 86
2026-06-16T09:36:12.5527349Z             },
2026-06-16T09:36:12.5527482Z             {
2026-06-16T09:36:12.5527711Z               "path": "crates/spt-proto/src/identity.rs",
2026-06-16T09:36:12.5527854Z               "line": 120
2026-06-16T09:36:12.5527979Z             },
2026-06-16T09:36:12.5528102Z             {
2026-06-16T09:36:12.5528317Z               "path": "crates/spt-proto/src/identity.rs",
2026-06-16T09:36:12.5528464Z               "line": 127
2026-06-16T09:36:12.5528589Z             },
2026-06-16T09:36:12.5528712Z             {
2026-06-16T09:36:12.5528933Z               "path": "crates/spt-proto/src/identity.rs",
2026-06-16T09:36:12.5529159Z               "line": 143
2026-06-16T09:36:12.5529297Z             },
2026-06-16T09:36:12.5529424Z             {
2026-06-16T09:36:12.5529644Z               "path": "crates/spt-store/src/nodeid.rs",
2026-06-16T09:36:12.5529791Z               "line": 16
2026-06-16T09:36:12.5529916Z             }
2026-06-16T09:36:12.5530048Z           ]
2026-06-16T09:36:12.5530164Z         },
2026-06-16T09:36:12.5530302Z         "int": {
2026-06-16T09:36:12.5530464Z           "complete": false,
2026-06-16T09:36:12.5530611Z           "evidence": []
2026-06-16T09:36:12.5530736Z         },
2026-06-16T09:36:12.5530865Z         "unit": {
2026-06-16T09:36:12.5531016Z           "complete": true,
2026-06-16T09:36:12.5531151Z           "evidence": [
2026-06-16T09:36:12.5531283Z             {
2026-06-16T09:36:12.5531499Z               "path": "crates/spt-proto/src/identity.rs",
2026-06-16T09:36:12.5531650Z               "line": 199
2026-06-16T09:36:12.5531783Z             },
2026-06-16T09:36:12.5531905Z             {
2026-06-16T09:36:12.5532130Z               "path": "crates/spt-proto/src/identity.rs",
2026-06-16T09:36:12.5532276Z               "line": 218
2026-06-16T09:36:12.5532521Z             },
2026-06-16T09:36:12.5532653Z             {
2026-06-16T09:36:12.5532869Z               "path": "crates/spt-proto/src/identity.rs",
2026-06-16T09:36:12.5533022Z               "line": 234
2026-06-16T09:36:12.5533144Z             },
2026-06-16T09:36:12.5533278Z             {
2026-06-16T09:36:12.5533593Z               "path": "crates/spt-proto/src/identity.rs",
2026-06-16T09:36:12.5533742Z               "line": 256
2026-06-16T09:36:12.5533879Z             },
2026-06-16T09:36:12.5534004Z             {
2026-06-16T09:36:12.5534218Z               "path": "crates/spt-store/src/nodeid.rs",
2026-06-16T09:36:12.5534357Z               "line": 124
2026-06-16T09:36:12.5534493Z             },
2026-06-16T09:36:12.5534622Z             {
2026-06-16T09:36:12.5534836Z               "path": "crates/spt-store/src/nodeid.rs",
2026-06-16T09:36:12.5534980Z               "line": 140
2026-06-16T09:36:12.5535104Z             },
2026-06-16T09:36:12.5535237Z             {
2026-06-16T09:36:12.5535447Z               "path": "crates/spt-store/src/nodeid.rs",
2026-06-16T09:36:12.5535590Z               "line": 155
2026-06-16T09:36:12.5535719Z             }
2026-06-16T09:36:12.5535856Z           ]
2026-06-16T09:36:12.5535991Z         }
2026-06-16T09:36:12.5536119Z       }
2026-06-16T09:36:12.5536249Z     },
2026-06-16T09:36:12.5536386Z     {
2026-06-16T09:36:12.5536540Z       "id": "REQ-NOTIF-1",
2026-06-16T09:36:12.5537384Z       "title": "Notification primitive: per-subnet replicated spool, seen/dismissed, resurface-at-boundary, subsumes update+consent prompts",
2026-06-16T09:36:12.5537547Z       "requiredStages": [
2026-06-16T09:36:12.5537685Z         "impl",
2026-06-16T09:36:12.5537813Z         "unit",
2026-06-16T09:36:12.5537947Z         "int"
2026-06-16T09:36:12.5538080Z       ],
2026-06-16T09:36:12.5538214Z       "stages": {
2026-06-16T09:36:12.5538347Z         "doc": {
2026-06-16T09:36:12.5538506Z           "complete": false,
2026-06-16T09:36:12.5538657Z           "evidence": []
2026-06-16T09:36:12.5538787Z         },
2026-06-16T09:36:12.5538934Z         "impl": {
2026-06-16T09:36:12.5539154Z           "complete": true,
2026-06-16T09:36:12.5539301Z           "evidence": [
2026-06-16T09:36:12.5539446Z             {
2026-06-16T09:36:12.5539691Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.5539838Z               "line": 514
2026-06-16T09:36:12.5539960Z             },
2026-06-16T09:36:12.5540085Z             {
2026-06-16T09:36:12.5540284Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5540424Z               "line": 30
2026-06-16T09:36:12.5540547Z             },
2026-06-16T09:36:12.5540671Z             {
2026-06-16T09:36:12.5540890Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5541029Z               "line": 69
2026-06-16T09:36:12.5541157Z             },
2026-06-16T09:36:12.5541276Z             {
2026-06-16T09:36:12.5541496Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5541630Z               "line": 93
2026-06-16T09:36:12.5541754Z             },
2026-06-16T09:36:12.5541887Z             {
2026-06-16T09:36:12.5542083Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5542229Z               "line": 107
2026-06-16T09:36:12.5542358Z             },
2026-06-16T09:36:12.5542489Z             {
2026-06-16T09:36:12.5542704Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5542851Z               "line": 142
2026-06-16T09:36:12.5542986Z             },
2026-06-16T09:36:12.5543100Z             {
2026-06-16T09:36:12.5543305Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5543448Z               "line": 187
2026-06-16T09:36:12.5543577Z             },
2026-06-16T09:36:12.5543710Z             {
2026-06-16T09:36:12.5543920Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5544063Z               "line": 258
2026-06-16T09:36:12.5544187Z             },
2026-06-16T09:36:12.5544316Z             {
2026-06-16T09:36:12.5544626Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5544768Z               "line": 372
2026-06-16T09:36:12.5544893Z             },
2026-06-16T09:36:12.5545020Z             {
2026-06-16T09:36:12.5545240Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5545492Z               "line": 479
2026-06-16T09:36:12.5545621Z             },
2026-06-16T09:36:12.5545749Z             {
2026-06-16T09:36:12.5545979Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.5546126Z               "line": 24
2026-06-16T09:36:12.5546260Z             },
2026-06-16T09:36:12.5546393Z             {
2026-06-16T09:36:12.5546617Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.5546751Z               "line": 34
2026-06-16T09:36:12.5546880Z             },
2026-06-16T09:36:12.5547008Z             {
2026-06-16T09:36:12.5547232Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.5547369Z               "line": 60
2026-06-16T09:36:12.5547503Z             },
2026-06-16T09:36:12.5547635Z             {
2026-06-16T09:36:12.5547869Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.5548001Z               "line": 82
2026-06-16T09:36:12.5548136Z             },
2026-06-16T09:36:12.5548278Z             {
2026-06-16T09:36:12.5548493Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.5548631Z               "line": 94
2026-06-16T09:36:12.5552175Z             },
2026-06-16T09:36:12.5552333Z             {
2026-06-16T09:36:12.5552582Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.5552728Z               "line": 96
2026-06-16T09:36:12.5552861Z             },
2026-06-16T09:36:12.5552988Z             {
2026-06-16T09:36:12.5553230Z               "path": "crates/spt-daemon/src/pump/notif.rs",
2026-06-16T09:36:12.5553374Z               "line": 44
2026-06-16T09:36:12.5553497Z             },
2026-06-16T09:36:12.5553622Z             {
2026-06-16T09:36:12.5553856Z               "path": "crates/spt-net/src/net/notif.rs",
2026-06-16T09:36:12.5554003Z               "line": 20
2026-06-16T09:36:12.5554132Z             },
2026-06-16T09:36:12.5554261Z             {
2026-06-16T09:36:12.5554466Z               "path": "crates/spt-net/src/net/notif.rs",
2026-06-16T09:36:12.5554613Z               "line": 30
2026-06-16T09:36:12.5554737Z             },
2026-06-16T09:36:12.5554867Z             {
2026-06-16T09:36:12.5555071Z               "path": "crates/spt-net/src/net/notif.rs",
2026-06-16T09:36:12.5555210Z               "line": 50
2026-06-16T09:36:12.5555338Z             },
2026-06-16T09:36:12.5555463Z             {
2026-06-16T09:36:12.5555675Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5555819Z               "line": 28
2026-06-16T09:36:12.5555947Z             },
2026-06-16T09:36:12.5556076Z             {
2026-06-16T09:36:12.5556271Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5556420Z               "line": 126
2026-06-16T09:36:12.5556558Z             },
2026-06-16T09:36:12.5556686Z             {
2026-06-16T09:36:12.5556892Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5557040Z               "line": 161
2026-06-16T09:36:12.5557168Z             },
2026-06-16T09:36:12.5557297Z             {
2026-06-16T09:36:12.5557511Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5557650Z               "line": 202
2026-06-16T09:36:12.5557779Z             },
2026-06-16T09:36:12.5557906Z             {
2026-06-16T09:36:12.5558105Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5558251Z               "line": 213
2026-06-16T09:36:12.5558386Z             },
2026-06-16T09:36:12.5558504Z             {
2026-06-16T09:36:12.5558705Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5558852Z               "line": 238
2026-06-16T09:36:12.5559063Z             },
2026-06-16T09:36:12.5559186Z             {
2026-06-16T09:36:12.5559539Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5559682Z               "line": 261
2026-06-16T09:36:12.5559811Z             },
2026-06-16T09:36:12.5559936Z             {
2026-06-16T09:36:12.5560159Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5560402Z               "line": 82
2026-06-16T09:36:12.5560532Z             }
2026-06-16T09:36:12.5560660Z           ]
2026-06-16T09:36:12.5560792Z         },
2026-06-16T09:36:12.5560926Z         "int": {
2026-06-16T09:36:12.5561071Z           "complete": true,
2026-06-16T09:36:12.5561219Z           "evidence": [
2026-06-16T09:36:12.5561338Z             {
2026-06-16T09:36:12.5561572Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.5561719Z               "line": 285
2026-06-16T09:36:12.5561845Z             },
2026-06-16T09:36:12.5561973Z             {
2026-06-16T09:36:12.5562188Z               "path": "crates/spt-daemon/tests/pump.rs",
2026-06-16T09:36:12.5562335Z               "line": 102
2026-06-16T09:36:12.5562474Z             },
2026-06-16T09:36:12.5562602Z             {
2026-06-16T09:36:12.5562827Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5562968Z               "line": 682
2026-06-16T09:36:12.5563099Z             },
2026-06-16T09:36:12.5563227Z             {
2026-06-16T09:36:12.5563450Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5563600Z               "line": 1100
2026-06-16T09:36:12.5563728Z             }
2026-06-16T09:36:12.5563853Z           ]
2026-06-16T09:36:12.5563981Z         },
2026-06-16T09:36:12.5564106Z         "unit": {
2026-06-16T09:36:12.5564248Z           "complete": true,
2026-06-16T09:36:12.5564397Z           "evidence": [
2026-06-16T09:36:12.5564530Z             {
2026-06-16T09:36:12.5564740Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5564883Z               "line": 572
2026-06-16T09:36:12.5565011Z             },
2026-06-16T09:36:12.5565136Z             {
2026-06-16T09:36:12.5565351Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5565493Z               "line": 636
2026-06-16T09:36:12.5565622Z             },
2026-06-16T09:36:12.5565751Z             {
2026-06-16T09:36:12.5565961Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5566108Z               "line": 740
2026-06-16T09:36:12.5566240Z             },
2026-06-16T09:36:12.5566365Z             {
2026-06-16T09:36:12.5566579Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5566723Z               "line": 772
2026-06-16T09:36:12.5566850Z             },
2026-06-16T09:36:12.5566985Z             {
2026-06-16T09:36:12.5567198Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5567347Z               "line": 840
2026-06-16T09:36:12.5567475Z             },
2026-06-16T09:36:12.5567610Z             {
2026-06-16T09:36:12.5567823Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5567958Z               "line": 898
2026-06-16T09:36:12.5568085Z             },
2026-06-16T09:36:12.5568210Z             {
2026-06-16T09:36:12.5568418Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5568561Z               "line": 1173
2026-06-16T09:36:12.5568693Z             },
2026-06-16T09:36:12.5568825Z             {
2026-06-16T09:36:12.5569126Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.5569265Z               "line": 157
2026-06-16T09:36:12.5569388Z             },
2026-06-16T09:36:12.5569523Z             {
2026-06-16T09:36:12.5569756Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.5569900Z               "line": 250
2026-06-16T09:36:12.5570023Z             },
2026-06-16T09:36:12.5570148Z             {
2026-06-16T09:36:12.5570371Z               "path": "crates/spt-daemon/src/notifsync.rs",
2026-06-16T09:36:12.5570501Z               "line": 273
2026-06-16T09:36:12.5570623Z             },
2026-06-16T09:36:12.5570753Z             {
2026-06-16T09:36:12.5571083Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.5571229Z               "line": 355
2026-06-16T09:36:12.5571352Z             },
2026-06-16T09:36:12.5571476Z             {
2026-06-16T09:36:12.5571702Z               "path": "crates/spt-daemon/src/psyrelay.rs",
2026-06-16T09:36:12.5571936Z               "line": 392
2026-06-16T09:36:12.5572061Z             },
2026-06-16T09:36:12.5572180Z             {
2026-06-16T09:36:12.5572414Z               "path": "crates/spt-daemon/tests/notifsync.rs",
2026-06-16T09:36:12.5572556Z               "line": 131
2026-06-16T09:36:12.5572685Z             },
2026-06-16T09:36:12.5572814Z             {
2026-06-16T09:36:12.5573015Z               "path": "crates/spt-net/src/net/notif.rs",
2026-06-16T09:36:12.5573157Z               "line": 72
2026-06-16T09:36:12.5573286Z             },
2026-06-16T09:36:12.5573411Z             {
2026-06-16T09:36:12.5573625Z               "path": "crates/spt-net/src/net/notif.rs",
2026-06-16T09:36:12.5573777Z               "line": 97
2026-06-16T09:36:12.5573900Z             },
2026-06-16T09:36:12.5574029Z             {
2026-06-16T09:36:12.5574245Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5574375Z               "line": 379
2026-06-16T09:36:12.5574499Z             },
2026-06-16T09:36:12.5574632Z             {
2026-06-16T09:36:12.5574832Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5574976Z               "line": 417
2026-06-16T09:36:12.5575114Z             },
2026-06-16T09:36:12.5575238Z             {
2026-06-16T09:36:12.5575433Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5575576Z               "line": 433
2026-06-16T09:36:12.5575705Z             },
2026-06-16T09:36:12.5575838Z             {
2026-06-16T09:36:12.5576039Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5576187Z               "line": 472
2026-06-16T09:36:12.5576316Z             },
2026-06-16T09:36:12.5576444Z             {
2026-06-16T09:36:12.5576654Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5576795Z               "line": 489
2026-06-16T09:36:12.5576920Z             },
2026-06-16T09:36:12.5577054Z             {
2026-06-16T09:36:12.5577250Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5577401Z               "line": 517
2026-06-16T09:36:12.5577526Z             },
2026-06-16T09:36:12.5577650Z             {
2026-06-16T09:36:12.5577841Z               "path": "crates/spt-store/src/notif.rs",
2026-06-16T09:36:12.5577988Z               "line": 548
2026-06-16T09:36:12.5578112Z             },
2026-06-16T09:36:12.5578241Z             {
2026-06-16T09:36:12.5578466Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5578598Z               "line": 741
2026-06-16T09:36:12.5578722Z             }
2026-06-16T09:36:12.5578852Z           ]
2026-06-16T09:36:12.5579059Z         }
2026-06-16T09:36:12.5579193Z       }
2026-06-16T09:36:12.5579305Z     },
2026-06-16T09:36:12.5579463Z     {
2026-06-16T09:36:12.5579620Z       "id": "REQ-NOTIF-2",
2026-06-16T09:36:12.5580217Z       "title": "spt notify (agent-issued subnet notif) + notif_command manifest seam (harness + shell adapters)",
2026-06-16T09:36:12.5580364Z       "requiredStages": [
2026-06-16T09:36:12.5580507Z         "doc",
2026-06-16T09:36:12.5580640Z         "impl",
2026-06-16T09:36:12.5580770Z         "unit",
2026-06-16T09:36:12.5580893Z         "int"
2026-06-16T09:36:12.5581013Z       ],
2026-06-16T09:36:12.5581141Z       "stages": {
2026-06-16T09:36:12.5581265Z         "doc": {
2026-06-16T09:36:12.5581414Z           "complete": true,
2026-06-16T09:36:12.5581556Z           "evidence": [
2026-06-16T09:36:12.5581681Z             {
2026-06-16T09:36:12.5581841Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.5581970Z               "line": 454
2026-06-16T09:36:12.5582102Z             },
2026-06-16T09:36:12.5582215Z             {
2026-06-16T09:36:12.5582387Z               "path": "docs/MANIFEST.md",
2026-06-16T09:36:12.5582640Z               "line": 76
2026-06-16T09:36:12.5582769Z             }
2026-06-16T09:36:12.5582897Z           ]
2026-06-16T09:36:12.5583022Z         },
2026-06-16T09:36:12.5583149Z         "impl": {
2026-06-16T09:36:12.5583289Z           "complete": true,
2026-06-16T09:36:12.5583527Z           "evidence": [
2026-06-16T09:36:12.5583652Z             {
2026-06-16T09:36:12.5583865Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5584008Z               "line": 287
2026-06-16T09:36:12.5584137Z             },
2026-06-16T09:36:12.5584262Z             {
2026-06-16T09:36:12.5584469Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5584608Z               "line": 301
2026-06-16T09:36:12.5584739Z             },
2026-06-16T09:36:12.5584868Z             {
2026-06-16T09:36:12.5585077Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5585212Z               "line": 326
2026-06-16T09:36:12.5585350Z             },
2026-06-16T09:36:12.5585478Z             {
2026-06-16T09:36:12.5585711Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.5585856Z               "line": 199
2026-06-16T09:36:12.5585984Z             },
2026-06-16T09:36:12.5586117Z             {
2026-06-16T09:36:12.5586332Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5586486Z               "line": 91
2026-06-16T09:36:12.5586608Z             },
2026-06-16T09:36:12.5586742Z             {
2026-06-16T09:36:12.5586927Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5587077Z               "line": 2007
2026-06-16T09:36:12.5587200Z             },
2026-06-16T09:36:12.5587332Z             {
2026-06-16T09:36:12.5587519Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5587660Z               "line": 2056
2026-06-16T09:36:12.5587790Z             },
2026-06-16T09:36:12.5587919Z             {
2026-06-16T09:36:12.5588105Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5588257Z               "line": 2135
2026-06-16T09:36:12.5588386Z             },
2026-06-16T09:36:12.5588524Z             {
2026-06-16T09:36:12.5588706Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5588853Z               "line": 2174
2026-06-16T09:36:12.5589064Z             }
2026-06-16T09:36:12.5589196Z           ]
2026-06-16T09:36:12.5589330Z         },
2026-06-16T09:36:12.5589463Z         "int": {
2026-06-16T09:36:12.5589620Z           "complete": true,
2026-06-16T09:36:12.5589758Z           "evidence": [
2026-06-16T09:36:12.5589884Z             {
2026-06-16T09:36:12.5590119Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5590261Z               "line": 808
2026-06-16T09:36:12.5590391Z             },
2026-06-16T09:36:12.5590523Z             {
2026-06-16T09:36:12.5590748Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5590890Z               "line": 1343
2026-06-16T09:36:12.5591020Z             }
2026-06-16T09:36:12.5591148Z           ]
2026-06-16T09:36:12.5591273Z         },
2026-06-16T09:36:12.5591405Z         "unit": {
2026-06-16T09:36:12.5591549Z           "complete": true,
2026-06-16T09:36:12.5591692Z           "evidence": [
2026-06-16T09:36:12.5591815Z             {
2026-06-16T09:36:12.5592035Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5592179Z               "line": 1022
2026-06-16T09:36:12.5592299Z             },
2026-06-16T09:36:12.5592430Z             {
2026-06-16T09:36:12.5592634Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5592780Z               "line": 1090
2026-06-16T09:36:12.5592909Z             },
2026-06-16T09:36:12.5593033Z             {
2026-06-16T09:36:12.5593220Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5593358Z               "line": 7074
2026-06-16T09:36:12.5593481Z             },
2026-06-16T09:36:12.5593605Z             {
2026-06-16T09:36:12.5593786Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5594034Z               "line": 7129
2026-06-16T09:36:12.5594164Z             }
2026-06-16T09:36:12.5594287Z           ]
2026-06-16T09:36:12.5594411Z         }
2026-06-16T09:36:12.5594536Z       }
2026-06-16T09:36:12.5594659Z     },
2026-06-16T09:36:12.5594789Z     {
2026-06-16T09:36:12.5595053Z       "id": "REQ-PAIR-1",
2026-06-16T09:36:12.5595247Z       "title": "TOTP-seeded SPAKE2 pairing",
2026-06-16T09:36:12.5595409Z       "requiredStages": [
2026-06-16T09:36:12.5595534Z         "impl",
2026-06-16T09:36:12.5595666Z         "unit",
2026-06-16T09:36:12.5595792Z         "int"
2026-06-16T09:36:12.5595914Z       ],
2026-06-16T09:36:12.5596048Z       "stages": {
2026-06-16T09:36:12.5596177Z         "doc": {
2026-06-16T09:36:12.5596338Z           "complete": false,
2026-06-16T09:36:12.5596482Z           "evidence": []
2026-06-16T09:36:12.5596615Z         },
2026-06-16T09:36:12.5596750Z         "impl": {
2026-06-16T09:36:12.5596911Z           "complete": true,
2026-06-16T09:36:12.5597041Z           "evidence": [
2026-06-16T09:36:12.5597173Z             {
2026-06-16T09:36:12.5597422Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.5597555Z               "line": 27
2026-06-16T09:36:12.5597680Z             },
2026-06-16T09:36:12.5597811Z             {
2026-06-16T09:36:12.5598065Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.5598207Z               "line": 88
2026-06-16T09:36:12.5598336Z             },
2026-06-16T09:36:12.5598474Z             {
2026-06-16T09:36:12.5598708Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.5598850Z               "line": 110
2026-06-16T09:36:12.5599051Z             },
2026-06-16T09:36:12.5599179Z             {
2026-06-16T09:36:12.5599428Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.5599576Z               "line": 153
2026-06-16T09:36:12.5599700Z             },
2026-06-16T09:36:12.5599828Z             {
2026-06-16T09:36:12.5600071Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.5600203Z               "line": 182
2026-06-16T09:36:12.5600336Z             },
2026-06-16T09:36:12.5600463Z             {
2026-06-16T09:36:12.5600697Z               "path": "crates/spt-net/src/net/pairing/totp.rs",
2026-06-16T09:36:12.5600849Z               "line": 29
2026-06-16T09:36:12.5600970Z             },
2026-06-16T09:36:12.5601097Z             {
2026-06-16T09:36:12.5601365Z               "path": "crates/spt-net/src/net/pairing/transcript.rs",
2026-06-16T09:36:12.5601514Z               "line": 31
2026-06-16T09:36:12.5601637Z             },
2026-06-16T09:36:12.5601760Z             {
2026-06-16T09:36:12.5602004Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5602148Z               "line": 44
2026-06-16T09:36:12.5602281Z             },
2026-06-16T09:36:12.5602399Z             {
2026-06-16T09:36:12.5602637Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5602792Z               "line": 171
2026-06-16T09:36:12.5602919Z             },
2026-06-16T09:36:12.5603052Z             {
2026-06-16T09:36:12.5603288Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5603431Z               "line": 376
2026-06-16T09:36:12.5603556Z             }
2026-06-16T09:36:12.5603688Z           ]
2026-06-16T09:36:12.5603818Z         },
2026-06-16T09:36:12.5603946Z         "int": {
2026-06-16T09:36:12.5604104Z           "complete": true,
2026-06-16T09:36:12.5604247Z           "evidence": [
2026-06-16T09:36:12.5604375Z             {
2026-06-16T09:36:12.5604599Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5604748Z               "line": 643
2026-06-16T09:36:12.5604880Z             },
2026-06-16T09:36:12.5605005Z             {
2026-06-16T09:36:12.5605238Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5605382Z               "line": 885
2026-06-16T09:36:12.5605509Z             }
2026-06-16T09:36:12.5605743Z           ]
2026-06-16T09:36:12.5605874Z         },
2026-06-16T09:36:12.5606012Z         "unit": {
2026-06-16T09:36:12.5606160Z           "complete": true,
2026-06-16T09:36:12.5606308Z           "evidence": [
2026-06-16T09:36:12.5606432Z             {
2026-06-16T09:36:12.5606676Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.5606923Z               "line": 236
2026-06-16T09:36:12.5607051Z             },
2026-06-16T09:36:12.5607180Z             {
2026-06-16T09:36:12.5607443Z               "path": "crates/spt-net/src/net/pairing/spake.rs",
2026-06-16T09:36:12.5607586Z               "line": 349
2026-06-16T09:36:12.5607714Z             },
2026-06-16T09:36:12.5607848Z             {
2026-06-16T09:36:12.5608081Z               "path": "crates/spt-net/src/net/pairing/totp.rs",
2026-06-16T09:36:12.5608230Z               "line": 194
2026-06-16T09:36:12.5608353Z             },
2026-06-16T09:36:12.5608471Z             {
2026-06-16T09:36:12.5608719Z               "path": "crates/spt-net/src/net/pairing/totp.rs",
2026-06-16T09:36:12.5608848Z               "line": 216
2026-06-16T09:36:12.5609067Z             },
2026-06-16T09:36:12.5609202Z             {
2026-06-16T09:36:12.5609448Z               "path": "crates/spt-net/src/net/pairing/totp.rs",
2026-06-16T09:36:12.5609592Z               "line": 230
2026-06-16T09:36:12.5609720Z             },
2026-06-16T09:36:12.5609850Z             {
2026-06-16T09:36:12.5610088Z               "path": "crates/spt-net/src/net/pairing/totp.rs",
2026-06-16T09:36:12.5610231Z               "line": 242
2026-06-16T09:36:12.5610359Z             },
2026-06-16T09:36:12.5610480Z             {
2026-06-16T09:36:12.5610726Z               "path": "crates/spt-net/src/net/pairing/totp.rs",
2026-06-16T09:36:12.5610859Z               "line": 256
2026-06-16T09:36:12.5610986Z             },
2026-06-16T09:36:12.5611114Z             {
2026-06-16T09:36:12.5611343Z               "path": "crates/spt-net/src/net/pairing/totp.rs",
2026-06-16T09:36:12.5611482Z               "line": 270
2026-06-16T09:36:12.5611615Z             },
2026-06-16T09:36:12.5611759Z             {
2026-06-16T09:36:12.5611991Z               "path": "crates/spt-net/src/net/pairing/totp.rs",
2026-06-16T09:36:12.5612131Z               "line": 277
2026-06-16T09:36:12.5612259Z             },
2026-06-16T09:36:12.5612393Z             {
2026-06-16T09:36:12.5612630Z               "path": "crates/spt-net/src/net/pairing/totp.rs",
2026-06-16T09:36:12.5612770Z               "line": 295
2026-06-16T09:36:12.5612898Z             },
2026-06-16T09:36:12.5613028Z             {
2026-06-16T09:36:12.5613265Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5613404Z               "line": 968
2026-06-16T09:36:12.5613536Z             },
2026-06-16T09:36:12.5613669Z             {
2026-06-16T09:36:12.5613900Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5614049Z               "line": 1051
2026-06-16T09:36:12.5614173Z             },
2026-06-16T09:36:12.5614311Z             {
2026-06-16T09:36:12.5614548Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5614693Z               "line": 1121
2026-06-16T09:36:12.5614825Z             },
2026-06-16T09:36:12.5614945Z             {
2026-06-16T09:36:12.5615183Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5615332Z               "line": 1182
2026-06-16T09:36:12.5615460Z             },
2026-06-16T09:36:12.5615585Z             {
2026-06-16T09:36:12.5615817Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5615971Z               "line": 1238
2026-06-16T09:36:12.5616093Z             },
2026-06-16T09:36:12.5616222Z             {
2026-06-16T09:36:12.5616452Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5616601Z               "line": 1457
2026-06-16T09:36:12.5616739Z             }
2026-06-16T09:36:12.5616868Z           ]
2026-06-16T09:36:12.5616997Z         }
2026-06-16T09:36:12.5617125Z       }
2026-06-16T09:36:12.5617369Z     },
2026-06-16T09:36:12.5617498Z     {
2026-06-16T09:36:12.5617640Z       "id": "REQ-PAIR-2",
2026-06-16T09:36:12.5617913Z       "title": "Local trust store with TOFU + warn-on-change",
2026-06-16T09:36:12.5618064Z       "requiredStages": [],
2026-06-16T09:36:12.5618297Z       "stages": {
2026-06-16T09:36:12.5618422Z         "doc": {
2026-06-16T09:36:12.5618585Z           "complete": false,
2026-06-16T09:36:12.5618728Z           "evidence": []
2026-06-16T09:36:12.5618853Z         },
2026-06-16T09:36:12.5619031Z         "impl": {
2026-06-16T09:36:12.5619185Z           "complete": false,
2026-06-16T09:36:12.5619341Z           "evidence": []
2026-06-16T09:36:12.5619481Z         },
2026-06-16T09:36:12.5619617Z         "int": {
2026-06-16T09:36:12.5619752Z           "complete": false,
2026-06-16T09:36:12.5619905Z           "evidence": []
2026-06-16T09:36:12.5620033Z         },
2026-06-16T09:36:12.5620166Z         "unit": {
2026-06-16T09:36:12.5620314Z           "complete": false,
2026-06-16T09:36:12.5620449Z           "evidence": []
2026-06-16T09:36:12.5620576Z         }
2026-06-16T09:36:12.5620701Z       }
2026-06-16T09:36:12.5620834Z     },
2026-06-16T09:36:12.5620963Z     {
2026-06-16T09:36:12.5621107Z       "id": "REQ-PAIR-3",
2026-06-16T09:36:12.5621391Z       "title": "Fetch current pairing code from any paired node",
2026-06-16T09:36:12.5621556Z       "requiredStages": [
2026-06-16T09:36:12.5621679Z         "impl",
2026-06-16T09:36:12.5621799Z         "unit"
2026-06-16T09:36:12.5621931Z       ],
2026-06-16T09:36:12.5622066Z       "stages": {
2026-06-16T09:36:12.5622199Z         "doc": {
2026-06-16T09:36:12.5622348Z           "complete": false,
2026-06-16T09:36:12.5622489Z           "evidence": []
2026-06-16T09:36:12.5622619Z         },
2026-06-16T09:36:12.5622753Z         "impl": {
2026-06-16T09:36:12.5622909Z           "complete": true,
2026-06-16T09:36:12.5623052Z           "evidence": [
2026-06-16T09:36:12.5623172Z             {
2026-06-16T09:36:12.5623367Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5623510Z               "line": 2945
2026-06-16T09:36:12.5623636Z             },
2026-06-16T09:36:12.5623763Z             {
2026-06-16T09:36:12.5623960Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5624101Z               "line": 3014
2026-06-16T09:36:12.5624239Z             },
2026-06-16T09:36:12.5624361Z             {
2026-06-16T09:36:12.5624537Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5624685Z               "line": 3395
2026-06-16T09:36:12.5624813Z             },
2026-06-16T09:36:12.5624938Z             {
2026-06-16T09:36:12.5625113Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5625258Z               "line": 4640
2026-06-16T09:36:12.5625385Z             }
2026-06-16T09:36:12.5625510Z           ]
2026-06-16T09:36:12.5625639Z         },
2026-06-16T09:36:12.5625762Z         "int": {
2026-06-16T09:36:12.5625925Z           "complete": false,
2026-06-16T09:36:12.5626077Z           "evidence": []
2026-06-16T09:36:12.5626211Z         },
2026-06-16T09:36:12.5626349Z         "unit": {
2026-06-16T09:36:12.5626489Z           "complete": true,
2026-06-16T09:36:12.5626639Z           "evidence": [
2026-06-16T09:36:12.5626767Z             {
2026-06-16T09:36:12.5626951Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5627104Z               "line": 8790
2026-06-16T09:36:12.5627234Z             },
2026-06-16T09:36:12.5627361Z             {
2026-06-16T09:36:12.5627538Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5627685Z               "line": 9005
2026-06-16T09:36:12.5627810Z             },
2026-06-16T09:36:12.5627938Z             {
2026-06-16T09:36:12.5628110Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5628253Z               "line": 9626
2026-06-16T09:36:12.5628392Z             },
2026-06-16T09:36:12.5628515Z             {
2026-06-16T09:36:12.5628707Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5629041Z               "line": 9645
2026-06-16T09:36:12.5629173Z             },
2026-06-16T09:36:12.5629302Z             {
2026-06-16T09:36:12.5629492Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5629644Z               "line": 9669
2026-06-16T09:36:12.5629764Z             },
2026-06-16T09:36:12.5629997Z             {
2026-06-16T09:36:12.5630178Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5630322Z               "line": 9688
2026-06-16T09:36:12.5630451Z             },
2026-06-16T09:36:12.5630579Z             {
2026-06-16T09:36:12.5630764Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5630907Z               "line": 9701
2026-06-16T09:36:12.5631032Z             },
2026-06-16T09:36:12.5631151Z             {
2026-06-16T09:36:12.5631333Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5631475Z               "line": 9710
2026-06-16T09:36:12.5631605Z             }
2026-06-16T09:36:12.5631732Z           ]
2026-06-16T09:36:12.5631855Z         }
2026-06-16T09:36:12.5631984Z       }
2026-06-16T09:36:12.5632111Z     },
2026-06-16T09:36:12.5632234Z     {
2026-06-16T09:36:12.5632392Z       "id": "REQ-PAIR-4",
2026-06-16T09:36:12.5632588Z       "title": "Subnet naming on first pairing",
2026-06-16T09:36:12.5632749Z       "requiredStages": [
2026-06-16T09:36:12.5632879Z         "impl",
2026-06-16T09:36:12.5633013Z         "unit"
2026-06-16T09:36:12.5633135Z       ],
2026-06-16T09:36:12.5633274Z       "stages": {
2026-06-16T09:36:12.5633398Z         "doc": {
2026-06-16T09:36:12.5633552Z           "complete": false,
2026-06-16T09:36:12.5633703Z           "evidence": []
2026-06-16T09:36:12.5633823Z         },
2026-06-16T09:36:12.5633956Z         "impl": {
2026-06-16T09:36:12.5634104Z           "complete": true,
2026-06-16T09:36:12.5634247Z           "evidence": [
2026-06-16T09:36:12.5634376Z             {
2026-06-16T09:36:12.5634590Z               "path": "crates/spt-store/src/subnet.rs",
2026-06-16T09:36:12.5634741Z               "line": 174
2026-06-16T09:36:12.5634865Z             }
2026-06-16T09:36:12.5634992Z           ]
2026-06-16T09:36:12.5635121Z         },
2026-06-16T09:36:12.5635255Z         "int": {
2026-06-16T09:36:12.5635412Z           "complete": false,
2026-06-16T09:36:12.5635560Z           "evidence": []
2026-06-16T09:36:12.5635687Z         },
2026-06-16T09:36:12.5635818Z         "unit": {
2026-06-16T09:36:12.5635969Z           "complete": true,
2026-06-16T09:36:12.5636114Z           "evidence": [
2026-06-16T09:36:12.5636242Z             {
2026-06-16T09:36:12.5636499Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5636642Z               "line": 1294
2026-06-16T09:36:12.5636771Z             }
2026-06-16T09:36:12.5636894Z           ]
2026-06-16T09:36:12.5637020Z         }
2026-06-16T09:36:12.5637148Z       }
2026-06-16T09:36:12.5637270Z     },
2026-06-16T09:36:12.5637394Z     {
2026-06-16T09:36:12.5637545Z       "id": "REQ-PAIR-5",
2026-06-16T09:36:12.5638226Z       "title": "Multi-subnet pairing: subnet-name discovery input, create-new-names-up-front, rendezvous-token hashing",
2026-06-16T09:36:12.5638379Z       "requiredStages": [
2026-06-16T09:36:12.5638512Z         "impl",
2026-06-16T09:36:12.5638642Z         "unit",
2026-06-16T09:36:12.5638770Z         "int"
2026-06-16T09:36:12.5638904Z       ],
2026-06-16T09:36:12.5639123Z       "stages": {
2026-06-16T09:36:12.5639257Z         "doc": {
2026-06-16T09:36:12.5639409Z           "complete": false,
2026-06-16T09:36:12.5639553Z           "evidence": []
2026-06-16T09:36:12.5639677Z         },
2026-06-16T09:36:12.5639810Z         "impl": {
2026-06-16T09:36:12.5639963Z           "complete": true,
2026-06-16T09:36:12.5640104Z           "evidence": [
2026-06-16T09:36:12.5640233Z             {
2026-06-16T09:36:12.5640476Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5640625Z               "line": 44
2026-06-16T09:36:12.5640748Z             },
2026-06-16T09:36:12.5640882Z             {
2026-06-16T09:36:12.5641259Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5641396Z               "line": 96
2026-06-16T09:36:12.5641526Z             },
2026-06-16T09:36:12.5641653Z             {
2026-06-16T09:36:12.5641889Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5642035Z               "line": 107
2026-06-16T09:36:12.5642251Z             },
2026-06-16T09:36:12.5642373Z             {
2026-06-16T09:36:12.5642610Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5642756Z               "line": 124
2026-06-16T09:36:12.5642881Z             },
2026-06-16T09:36:12.5643014Z             {
2026-06-16T09:36:12.5643253Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5643400Z               "line": 155
2026-06-16T09:36:12.5643524Z             },
2026-06-16T09:36:12.5643653Z             {
2026-06-16T09:36:12.5643892Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5644025Z               "line": 195
2026-06-16T09:36:12.5644159Z             },
2026-06-16T09:36:12.5644287Z             {
2026-06-16T09:36:12.5644530Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5644664Z               "line": 251
2026-06-16T09:36:12.5644793Z             },
2026-06-16T09:36:12.5644926Z             {
2026-06-16T09:36:12.5645207Z               "path": "crates/spt-net/src/net/pairing/rendezvous.rs",
2026-06-16T09:36:12.5645354Z               "line": 33
2026-06-16T09:36:12.5645481Z             },
2026-06-16T09:36:12.5645604Z             {
2026-06-16T09:36:12.5645886Z               "path": "crates/spt-net/src/net/pairing/rendezvous.rs",
2026-06-16T09:36:12.5646030Z               "line": 45
2026-06-16T09:36:12.5646158Z             },
2026-06-16T09:36:12.5646282Z             {
2026-06-16T09:36:12.5646567Z               "path": "crates/spt-net/src/net/pairing/rendezvous.rs",
2026-06-16T09:36:12.5646711Z               "line": 59
2026-06-16T09:36:12.5646840Z             },
2026-06-16T09:36:12.5646970Z             {
2026-06-16T09:36:12.5647207Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5647351Z               "line": 376
2026-06-16T09:36:12.5647479Z             }
2026-06-16T09:36:12.5647614Z           ]
2026-06-16T09:36:12.5647736Z         },
2026-06-16T09:36:12.5647868Z         "int": {
2026-06-16T09:36:12.5648015Z           "complete": true,
2026-06-16T09:36:12.5648161Z           "evidence": [
2026-06-16T09:36:12.5648286Z             {
2026-06-16T09:36:12.5648510Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5648658Z               "line": 885
2026-06-16T09:36:12.5648781Z             },
2026-06-16T09:36:12.5648911Z             {
2026-06-16T09:36:12.5649226Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5649369Z               "line": 342
2026-06-16T09:36:12.5649507Z             }
2026-06-16T09:36:12.5649631Z           ]
2026-06-16T09:36:12.5649764Z         },
2026-06-16T09:36:12.5649903Z         "unit": {
2026-06-16T09:36:12.5650050Z           "complete": true,
2026-06-16T09:36:12.5650199Z           "evidence": [
2026-06-16T09:36:12.5650326Z             {
2026-06-16T09:36:12.5650561Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5650702Z               "line": 293
2026-06-16T09:36:12.5650846Z             },
2026-06-16T09:36:12.5650979Z             {
2026-06-16T09:36:12.5651204Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5651350Z               "line": 304
2026-06-16T09:36:12.5651480Z             },
2026-06-16T09:36:12.5651618Z             {
2026-06-16T09:36:12.5651852Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.5651999Z               "line": 406
2026-06-16T09:36:12.5652124Z             },
2026-06-16T09:36:12.5652253Z             {
2026-06-16T09:36:12.5652533Z               "path": "crates/spt-net/src/net/pairing/rendezvous.rs",
2026-06-16T09:36:12.5652672Z               "line": 72
2026-06-16T09:36:12.5652914Z             },
2026-06-16T09:36:12.5653047Z             {
2026-06-16T09:36:12.5653331Z               "path": "crates/spt-net/src/net/pairing/rendezvous.rs",
2026-06-16T09:36:12.5656532Z               "line": 82
2026-06-16T09:36:12.5656686Z             },
2026-06-16T09:36:12.5656966Z             {
2026-06-16T09:36:12.5657267Z               "path": "crates/spt-net/src/net/pairing/rendezvous.rs",
2026-06-16T09:36:12.5657414Z               "line": 100
2026-06-16T09:36:12.5657544Z             },
2026-06-16T09:36:12.5657671Z             {
2026-06-16T09:36:12.5657943Z               "path": "crates/spt-net/src/net/pairing/rendezvous.rs",
2026-06-16T09:36:12.5658087Z               "line": 110
2026-06-16T09:36:12.5658216Z             },
2026-06-16T09:36:12.5658343Z             {
2026-06-16T09:36:12.5658622Z               "path": "crates/spt-net/src/net/pairing/rendezvous.rs",
2026-06-16T09:36:12.5658765Z               "line": 125
2026-06-16T09:36:12.5658890Z             },
2026-06-16T09:36:12.5659099Z             {
2026-06-16T09:36:12.5659351Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5659509Z               "line": 1044
2026-06-16T09:36:12.5659637Z             },
2026-06-16T09:36:12.5659767Z             {
2026-06-16T09:36:12.5660000Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5660148Z               "line": 1110
2026-06-16T09:36:12.5660281Z             },
2026-06-16T09:36:12.5660392Z             {
2026-06-16T09:36:12.5660639Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.5660778Z               "line": 1357
2026-06-16T09:36:12.5660906Z             }
2026-06-16T09:36:12.5661031Z           ]
2026-06-16T09:36:12.5661158Z         }
2026-06-16T09:36:12.5661291Z       }
2026-06-16T09:36:12.5661411Z     },
2026-06-16T09:36:12.5661535Z     {
2026-06-16T09:36:12.5661687Z       "id": "REQ-PAIR-6",
2026-06-16T09:36:12.5662264Z       "title": "Elevation-gated per-subnet code fetch (UAC/root or elevated agent; else authenticator app)",
2026-06-16T09:36:12.5662427Z       "requiredStages": [
2026-06-16T09:36:12.5662549Z         "impl",
2026-06-16T09:36:12.5662675Z         "unit"
2026-06-16T09:36:12.5662793Z       ],
2026-06-16T09:36:12.5662927Z       "stages": {
2026-06-16T09:36:12.5663065Z         "doc": {
2026-06-16T09:36:12.5663223Z           "complete": false,
2026-06-16T09:36:12.5663366Z           "evidence": []
2026-06-16T09:36:12.5663488Z         },
2026-06-16T09:36:12.5663626Z         "impl": {
2026-06-16T09:36:12.5663768Z           "complete": true,
2026-06-16T09:36:12.5663915Z           "evidence": [
2026-06-16T09:36:12.5664040Z             {
2026-06-16T09:36:12.5664210Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5664359Z               "line": 3014
2026-06-16T09:36:12.5664482Z             },
2026-06-16T09:36:12.5664617Z             {
2026-06-16T09:36:12.5664792Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5664936Z               "line": 3395
2026-06-16T09:36:12.5665069Z             },
2026-06-16T09:36:12.5665199Z             {
2026-06-16T09:36:12.5665403Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.5665532Z               "line": 18
2026-06-16T09:36:12.5665669Z             },
2026-06-16T09:36:12.5665804Z             {
2026-06-16T09:36:12.5666008Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.5666148Z               "line": 49
2026-06-16T09:36:12.5666280Z             },
2026-06-16T09:36:12.5666398Z             {
2026-06-16T09:36:12.5666602Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.5666748Z               "line": 318
2026-06-16T09:36:12.5666878Z             }
2026-06-16T09:36:12.5667006Z           ]
2026-06-16T09:36:12.5667126Z         },
2026-06-16T09:36:12.5667260Z         "int": {
2026-06-16T09:36:12.5667417Z           "complete": false,
2026-06-16T09:36:12.5667550Z           "evidence": []
2026-06-16T09:36:12.5667683Z         },
2026-06-16T09:36:12.5667945Z         "unit": {
2026-06-16T09:36:12.5668099Z           "complete": true,
2026-06-16T09:36:12.5668246Z           "evidence": [
2026-06-16T09:36:12.5668371Z             {
2026-06-16T09:36:12.5668551Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5668691Z               "line": 9723
2026-06-16T09:36:12.5668922Z             },
2026-06-16T09:36:12.5669173Z             {
2026-06-16T09:36:12.5669479Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5669673Z               "line": 9740
2026-06-16T09:36:12.5669831Z             },
2026-06-16T09:36:12.5669964Z             {
2026-06-16T09:36:12.5670160Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.5670308Z               "line": 383
2026-06-16T09:36:12.5670441Z             },
2026-06-16T09:36:12.5670569Z             {
2026-06-16T09:36:12.5670765Z               "path": "crates/spt/src/elevation.rs",
2026-06-16T09:36:12.5670908Z               "line": 392
2026-06-16T09:36:12.5671037Z             }
2026-06-16T09:36:12.5671175Z           ]
2026-06-16T09:36:12.5671306Z         }
2026-06-16T09:36:12.5671432Z       }
2026-06-16T09:36:12.5671553Z     },
2026-06-16T09:36:12.5671672Z     {
2026-06-16T09:36:12.5671822Z       "id": "REQ-PAIR-7",
2026-06-16T09:36:12.5672146Z       "title": "Subnet icon (inline image metadata, GUI-only consumer)",
2026-06-16T09:36:12.5672315Z       "requiredStages": [],
2026-06-16T09:36:12.5672457Z       "stages": {
2026-06-16T09:36:12.5672586Z         "doc": {
2026-06-16T09:36:12.5672738Z           "complete": false,
2026-06-16T09:36:12.5672872Z           "evidence": []
2026-06-16T09:36:12.5673005Z         },
2026-06-16T09:36:12.5673153Z         "impl": {
2026-06-16T09:36:12.5673315Z           "complete": false,
2026-06-16T09:36:12.5673468Z           "evidence": []
2026-06-16T09:36:12.5673592Z         },
2026-06-16T09:36:12.5673720Z         "int": {
2026-06-16T09:36:12.5673865Z           "complete": false,
2026-06-16T09:36:12.5674011Z           "evidence": []
2026-06-16T09:36:12.5674134Z         },
2026-06-16T09:36:12.5674276Z         "unit": {
2026-06-16T09:36:12.5674427Z           "complete": false,
2026-06-16T09:36:12.5674571Z           "evidence": []
2026-06-16T09:36:12.5674699Z         }
2026-06-16T09:36:12.5674824Z       }
2026-06-16T09:36:12.5674952Z     },
2026-06-16T09:36:12.5675081Z     {
2026-06-16T09:36:12.5675229Z       "id": "REQ-PAIR-8",
2026-06-16T09:36:12.5678272Z       "title": "NTP TOTP offset: the pairing ceremony queries NTP at ceremony time (both sides) and applies the derived offset to the TOTP calculation in-process only; system-clock fallback when NTP is unreachable (offline LAN pairing unaffected — NTP failure never blocks a pairing that succeeds today); never sets the OS clock; no background sync loop (M8 decision 18; field trigger: enlyzeam clock >1 min off exceeds the ±1 window)",
2026-06-16T09:36:12.5678434Z       "requiredStages": [
2026-06-16T09:36:12.5678563Z         "impl",
2026-06-16T09:36:12.5678688Z         "unit"
2026-06-16T09:36:12.5678816Z       ],
2026-06-16T09:36:12.5679041Z       "stages": {
2026-06-16T09:36:12.5679164Z         "doc": {
2026-06-16T09:36:12.5679323Z           "complete": false,
2026-06-16T09:36:12.5679468Z           "evidence": []
2026-06-16T09:36:12.5679592Z         },
2026-06-16T09:36:12.5679733Z         "impl": {
2026-06-16T09:36:12.5679900Z           "complete": true,
2026-06-16T09:36:12.5680048Z           "evidence": [
2026-06-16T09:36:12.5680176Z             {
2026-06-16T09:36:12.5680410Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.5680553Z               "line": 577
2026-06-16T09:36:12.5680687Z             },
2026-06-16T09:36:12.5680815Z             {
2026-06-16T09:36:12.5681063Z               "path": "crates/spt-net/src/net/pairing/ntp.rs",
2026-06-16T09:36:12.5681202Z               "line": 22
2026-06-16T09:36:12.5681335Z             },
2026-06-16T09:36:12.5681473Z             {
2026-06-16T09:36:12.5681707Z               "path": "crates/spt-net/src/net/pairing/ntp.rs",
2026-06-16T09:36:12.5681978Z               "line": 76
2026-06-16T09:36:12.5682113Z             },
2026-06-16T09:36:12.5682241Z             {
2026-06-16T09:36:12.5682488Z               "path": "crates/spt-net/src/net/pairing/ntp.rs",
2026-06-16T09:36:12.5682626Z               "line": 127
2026-06-16T09:36:12.5682754Z             }
2026-06-16T09:36:12.5682978Z           ]
2026-06-16T09:36:12.5683108Z         },
2026-06-16T09:36:12.5683237Z         "int": {
2026-06-16T09:36:12.5683389Z           "complete": false,
2026-06-16T09:36:12.5683532Z           "evidence": []
2026-06-16T09:36:12.5683665Z         },
2026-06-16T09:36:12.5683800Z         "unit": {
2026-06-16T09:36:12.5683951Z           "complete": true,
2026-06-16T09:36:12.5684096Z           "evidence": [
2026-06-16T09:36:12.5684233Z             {
2026-06-16T09:36:12.5684472Z               "path": "crates/spt-net/src/net/pairing/ntp.rs",
2026-06-16T09:36:12.5684618Z               "line": 183
2026-06-16T09:36:12.5684742Z             },
2026-06-16T09:36:12.5684873Z             {
2026-06-16T09:36:12.5685122Z               "path": "crates/spt-net/src/net/pairing/ntp.rs",
2026-06-16T09:36:12.5685268Z               "line": 195
2026-06-16T09:36:12.5685403Z             },
2026-06-16T09:36:12.5685522Z             {
2026-06-16T09:36:12.5685761Z               "path": "crates/spt-net/src/net/pairing/ntp.rs",
2026-06-16T09:36:12.5685907Z               "line": 211
2026-06-16T09:36:12.5686037Z             },
2026-06-16T09:36:12.5686165Z             {
2026-06-16T09:36:12.5686399Z               "path": "crates/spt-net/src/net/pairing/ntp.rs",
2026-06-16T09:36:12.5686547Z               "line": 227
2026-06-16T09:36:12.5686676Z             }
2026-06-16T09:36:12.5686790Z           ]
2026-06-16T09:36:12.5686915Z         }
2026-06-16T09:36:12.5687043Z       }
2026-06-16T09:36:12.5687162Z     },
2026-06-16T09:36:12.5687288Z     {
2026-06-16T09:36:12.5687434Z       "id": "REQ-PRES-1",
2026-06-16T09:36:12.5690613Z       "title": "Presence resolution: the presence datum (last_active_node, last_active_endpoint, ts) gossiped subnet-wide via the agent-interaction heartbeat (rides registry distribution, visibility-gated) + one first-class most-recently-active resolution API consumed by notif first-fire, update-consent delivery, consent escalation, and shell wake resolution (M5 scope decision 1: resolution only — the PresenceChannel endpoint stays deferred)",
2026-06-16T09:36:12.5690784Z       "requiredStages": [
2026-06-16T09:36:12.5690918Z         "impl",
2026-06-16T09:36:12.5691046Z         "unit",
2026-06-16T09:36:12.5691166Z         "int"
2026-06-16T09:36:12.5691290Z       ],
2026-06-16T09:36:12.5691429Z       "stages": {
2026-06-16T09:36:12.5691556Z         "doc": {
2026-06-16T09:36:12.5691709Z           "complete": true,
2026-06-16T09:36:12.5691852Z           "evidence": [
2026-06-16T09:36:12.5691976Z             {
2026-06-16T09:36:12.5692149Z               "path": "docs/DEFERRED.md",
2026-06-16T09:36:12.5692276Z               "line": 11
2026-06-16T09:36:12.5692411Z             }
2026-06-16T09:36:12.5692533Z           ]
2026-06-16T09:36:12.5692663Z         },
2026-06-16T09:36:12.5692802Z         "impl": {
2026-06-16T09:36:12.5692952Z           "complete": true,
2026-06-16T09:36:12.5693101Z           "evidence": [
2026-06-16T09:36:12.5693229Z             {
2026-06-16T09:36:12.5693463Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.5693629Z               "line": 515
2026-06-16T09:36:12.5693758Z             },
2026-06-16T09:36:12.5693882Z             {
2026-06-16T09:36:12.5694111Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.5694259Z               "line": 567
2026-06-16T09:36:12.5694388Z             },
2026-06-16T09:36:12.5694511Z             {
2026-06-16T09:36:12.5694717Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5694864Z               "line": 188
2026-06-16T09:36:12.5694995Z             },
2026-06-16T09:36:12.5695122Z             {
2026-06-16T09:36:12.5695326Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5695586Z               "line": 214
2026-06-16T09:36:12.5695716Z             },
2026-06-16T09:36:12.5695838Z             {
2026-06-16T09:36:12.5696072Z               "path": "crates/spt-daemon/src/presence.rs",
2026-06-16T09:36:12.5696215Z               "line": 28
2026-06-16T09:36:12.5696430Z             },
2026-06-16T09:36:12.5696560Z             {
2026-06-16T09:36:12.5696787Z               "path": "crates/spt-daemon/src/presence.rs",
2026-06-16T09:36:12.5696936Z               "line": 105
2026-06-16T09:36:12.5697064Z             },
2026-06-16T09:36:12.5697189Z             {
2026-06-16T09:36:12.5697403Z               "path": "crates/spt-daemon/src/presence.rs",
2026-06-16T09:36:12.5697538Z               "line": 161
2026-06-16T09:36:12.5697674Z             },
2026-06-16T09:36:12.5697800Z             {
2026-06-16T09:36:12.5698017Z               "path": "crates/spt-daemon/src/presence.rs",
2026-06-16T09:36:12.5698165Z               "line": 180
2026-06-16T09:36:12.5698291Z             },
2026-06-16T09:36:12.5698424Z             {
2026-06-16T09:36:12.5698663Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5698812Z               "line": 415
2026-06-16T09:36:12.5699025Z             },
2026-06-16T09:36:12.5699155Z             {
2026-06-16T09:36:12.5699393Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5699564Z               "line": 289
2026-06-16T09:36:12.5699688Z             },
2026-06-16T09:36:12.5699817Z             {
2026-06-16T09:36:12.5700046Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5700189Z               "line": 336
2026-06-16T09:36:12.5700322Z             },
2026-06-16T09:36:12.5700452Z             {
2026-06-16T09:36:12.5700678Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5700830Z               "line": 362
2026-06-16T09:36:12.5700957Z             },
2026-06-16T09:36:12.5701082Z             {
2026-06-16T09:36:12.5701306Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.5701454Z               "line": 100
2026-06-16T09:36:12.5701577Z             }
2026-06-16T09:36:12.5701698Z           ]
2026-06-16T09:36:12.5701831Z         },
2026-06-16T09:36:12.5701964Z         "int": {
2026-06-16T09:36:12.5702116Z           "complete": true,
2026-06-16T09:36:12.5702269Z           "evidence": [
2026-06-16T09:36:12.5702398Z             {
2026-06-16T09:36:12.5702642Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.5702774Z               "line": 559
2026-06-16T09:36:12.5702904Z             },
2026-06-16T09:36:12.5703019Z             {
2026-06-16T09:36:12.5703243Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5703381Z               "line": 745
2026-06-16T09:36:12.5703512Z             },
2026-06-16T09:36:12.5703637Z             {
2026-06-16T09:36:12.5703865Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5704004Z               "line": 1163
2026-06-16T09:36:12.5704137Z             }
2026-06-16T09:36:12.5704267Z           ]
2026-06-16T09:36:12.5704386Z         },
2026-06-16T09:36:12.5704528Z         "unit": {
2026-06-16T09:36:12.5704681Z           "complete": true,
2026-06-16T09:36:12.5704819Z           "evidence": [
2026-06-16T09:36:12.5704953Z             {
2026-06-16T09:36:12.5705168Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.5705319Z               "line": 674
2026-06-16T09:36:12.5705444Z             },
2026-06-16T09:36:12.5705574Z             {
2026-06-16T09:36:12.5705800Z               "path": "crates/spt-daemon/src/presence.rs",
2026-06-16T09:36:12.5705951Z               "line": 238
2026-06-16T09:36:12.5706083Z             },
2026-06-16T09:36:12.5706209Z             {
2026-06-16T09:36:12.5706437Z               "path": "crates/spt-daemon/src/presence.rs",
2026-06-16T09:36:12.5706566Z               "line": 269
2026-06-16T09:36:12.5706704Z             },
2026-06-16T09:36:12.5706834Z             {
2026-06-16T09:36:12.5707158Z               "path": "crates/spt-daemon/src/presence.rs",
2026-06-16T09:36:12.5707309Z               "line": 305
2026-06-16T09:36:12.5707439Z             },
2026-06-16T09:36:12.5707567Z             {
2026-06-16T09:36:12.5707793Z               "path": "crates/spt-daemon/src/presence.rs",
2026-06-16T09:36:12.5708030Z               "line": 336
2026-06-16T09:36:12.5708163Z             },
2026-06-16T09:36:12.5708292Z             {
2026-06-16T09:36:12.5708544Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.5708691Z               "line": 1165
2026-06-16T09:36:12.5708828Z             },
2026-06-16T09:36:12.5709032Z             {
2026-06-16T09:36:12.5709256Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.5709400Z               "line": 1131
2026-06-16T09:36:12.5709528Z             }
2026-06-16T09:36:12.5709652Z           ]
2026-06-16T09:36:12.5709772Z         }
2026-06-16T09:36:12.5709895Z       }
2026-06-16T09:36:12.5710030Z     },
2026-06-16T09:36:12.5710163Z     {
2026-06-16T09:36:12.5710316Z       "id": "REQ-RC-1",
2026-06-16T09:36:12.5715084Z       "title": "`spt rc <id>` — user CLI attaching a local terminal to a broker-held PTY, reusing the cross-node attach machinery (attach.rs request_attach → send_attach_input pump, spt-net AttachRecord codec); local attach is the degenerate single-node case of the cross-node path (rides REQ-TERM-3 byte-stream streaming). Read-only `--view` (watch, no stdin forwarded). Clean detach that does NOT terminate the broker-held session (KNOWN-HAZARDS: PTY ownership stays with the broker; no termination on detach). Explicit detach keybind that cannot collide with harness passthrough input (legacy capsule used a ctrl-b prefix); documented. ConPTY DSR auto-answer in the attach reader (hazard 5.5).",
2026-06-16T09:36:12.5715265Z       "requiredStages": [
2026-06-16T09:36:12.5715403Z         "impl",
2026-06-16T09:36:12.5715537Z         "unit",
2026-06-16T09:36:12.5715665Z         "int"
2026-06-16T09:36:12.5715795Z       ],
2026-06-16T09:36:12.5715947Z       "stages": {
2026-06-16T09:36:12.5716077Z         "doc": {
2026-06-16T09:36:12.5716213Z           "complete": false,
2026-06-16T09:36:12.5716375Z           "evidence": []
2026-06-16T09:36:12.5716507Z         },
2026-06-16T09:36:12.5716644Z         "impl": {
2026-06-16T09:36:12.5716793Z           "complete": true,
2026-06-16T09:36:12.5716940Z           "evidence": [
2026-06-16T09:36:12.5717074Z             {
2026-06-16T09:36:12.5717288Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.5717436Z               "line": 895
2026-06-16T09:36:12.5717564Z             },
2026-06-16T09:36:12.5717704Z             {
2026-06-16T09:36:12.5717917Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.5718071Z               "line": 1168
2026-06-16T09:36:12.5718203Z             },
2026-06-16T09:36:12.5718333Z             {
2026-06-16T09:36:12.5718547Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.5718696Z               "line": 890
2026-06-16T09:36:12.5718828Z             },
2026-06-16T09:36:12.5719029Z             {
2026-06-16T09:36:12.5719247Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.5719393Z               "line": 924
2026-06-16T09:36:12.5719511Z             },
2026-06-16T09:36:12.5719645Z             {
2026-06-16T09:36:12.5719826Z               "path": "crates/spt/src/rc.rs",
2026-06-16T09:36:12.5719965Z               "line": 22
2026-06-16T09:36:12.5720088Z             },
2026-06-16T09:36:12.5720217Z             {
2026-06-16T09:36:12.5720398Z               "path": "crates/spt/src/rc.rs",
2026-06-16T09:36:12.5720542Z               "line": 181
2026-06-16T09:36:12.5720670Z             }
2026-06-16T09:36:12.5720794Z           ]
2026-06-16T09:36:12.5720924Z         },
2026-06-16T09:36:12.5721051Z         "int": {
2026-06-16T09:36:12.5721201Z           "complete": true,
2026-06-16T09:36:12.5721337Z           "evidence": [
2026-06-16T09:36:12.5721467Z             {
2026-06-16T09:36:12.5721813Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.5721955Z               "line": 252
2026-06-16T09:36:12.5722087Z             },
2026-06-16T09:36:12.5722217Z             {
2026-06-16T09:36:12.5722441Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.5722688Z               "line": 279
2026-06-16T09:36:12.5722813Z             },
2026-06-16T09:36:12.5722937Z             {
2026-06-16T09:36:12.5723161Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.5723308Z               "line": 404
2026-06-16T09:36:12.5723438Z             }
2026-06-16T09:36:12.5723571Z           ]
2026-06-16T09:36:12.5723694Z         },
2026-06-16T09:36:12.5723819Z         "unit": {
2026-06-16T09:36:12.5723971Z           "complete": true,
2026-06-16T09:36:12.5724106Z           "evidence": [
2026-06-16T09:36:12.5724238Z             {
2026-06-16T09:36:12.5724454Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.5724604Z               "line": 1245
2026-06-16T09:36:12.5724733Z             },
2026-06-16T09:36:12.5724858Z             {
2026-06-16T09:36:12.5725034Z               "path": "crates/spt/src/rc.rs",
2026-06-16T09:36:12.5725182Z               "line": 421
2026-06-16T09:36:12.5725310Z             },
2026-06-16T09:36:12.5725430Z             {
2026-06-16T09:36:12.5725610Z               "path": "crates/spt/src/rc.rs",
2026-06-16T09:36:12.5725759Z               "line": 450
2026-06-16T09:36:12.5725891Z             },
2026-06-16T09:36:12.5726012Z             {
2026-06-16T09:36:12.5726188Z               "path": "crates/spt/src/rc.rs",
2026-06-16T09:36:12.5726336Z               "line": 463
2026-06-16T09:36:12.5726473Z             }
2026-06-16T09:36:12.5726602Z           ]
2026-06-16T09:36:12.5726722Z         }
2026-06-16T09:36:12.5726854Z       }
2026-06-16T09:36:12.5726982Z     },
2026-06-16T09:36:12.5727109Z     {
2026-06-16T09:36:12.5727276Z       "id": "REQ-RCVIEW-1",
2026-06-16T09:36:12.5737860Z       "title": "Remote-attach controller/viewer model (CONTEXT.md:317): a session's broker OutputLog serves ONE interactive controller (input + EXCLUSIVE PTY resize; its viewport sets the size, sent on attach + every window change via crossterm Event::Resize) plus ANY NUMBER of read-only `--view` attachers (output-only, no input, no resize; client-side letterbox — center+pad when larger, clip+1-line indicator when smaller; only the local ctrl-b d detach chord). Attach intent is three-valued (`Viewer | Control | Take`, wire-default Control): Control to a FREE endpoint becomes controller, Control to a CONTROLLED endpoint is REFUSED with guidance (`--view`/`--take`) — never auto-viewer, never silent-displace. Wire adds (additive, N-1 skip-unknown): `Request.intent`, `Resize{rows,cols}` (controller-only), `Size{rows,cols}` (→viewer), `Displaced{by}` (→displaced controller). The brain-resume cursor (delivered_through, ADR-0018) tracks the CONTROLLER ONLY; viewers replay from their own from_seq and never move it. Dormancy keys on the controller ONLY: controller attach wakes / controller detach goes dormant (even with viewers present); viewer attach/detach is wake-neutral and may watch a dormant endpoint as-is. v1: viewing is gated identically to driving — a viewer runs the same access_check(Unsolicited) as a controller (watching reveals full session contents = a real disclosure); a lighter distinct watch-gate is deferred to cross-subnet/finer-consent (CONTEXT.md:317 'driving ≠ watching' = the future seam).",
2026-06-16T09:36:12.5738055Z       "requiredStages": [
2026-06-16T09:36:12.5738194Z         "doc",
2026-06-16T09:36:12.5738323Z         "impl",
2026-06-16T09:36:12.5738451Z         "unit",
2026-06-16T09:36:12.5738580Z         "int"
2026-06-16T09:36:12.5738708Z       ],
2026-06-16T09:36:12.5738848Z       "stages": {
2026-06-16T09:36:12.5739047Z         "doc": {
2026-06-16T09:36:12.5739200Z           "complete": true,
2026-06-16T09:36:12.5739342Z           "evidence": [
2026-06-16T09:36:12.5739473Z             {
2026-06-16T09:36:12.5739768Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.5739919Z               "line": 323
2026-06-16T09:36:12.5740050Z             }
2026-06-16T09:36:12.5740169Z           ]
2026-06-16T09:36:12.5740296Z         },
2026-06-16T09:36:12.5740424Z         "impl": {
2026-06-16T09:36:12.5740579Z           "complete": true,
2026-06-16T09:36:12.5740847Z           "evidence": [
2026-06-16T09:36:12.5740975Z             {
2026-06-16T09:36:12.5741209Z               "path": "crates/spt-daemon/src/attach.rs",
2026-06-16T09:36:12.5741338Z               "line": 323
2026-06-16T09:36:12.5741471Z             },
2026-06-16T09:36:12.5741599Z             {
2026-06-16T09:36:12.5741824Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.5741967Z               "line": 430
2026-06-16T09:36:12.5742096Z             },
2026-06-16T09:36:12.5742234Z             {
2026-06-16T09:36:12.5742448Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.5742592Z               "line": 441
2026-06-16T09:36:12.5742716Z             },
2026-06-16T09:36:12.5742857Z             {
2026-06-16T09:36:12.5743071Z               "path": "crates/spt-net/src/net/attach.rs",
2026-06-16T09:36:12.5743221Z               "line": 41
2026-06-16T09:36:12.5743347Z             },
2026-06-16T09:36:12.5743475Z             {
2026-06-16T09:36:12.5743704Z               "path": "crates/spt-net/src/net/attach.rs",
2026-06-16T09:36:12.5743837Z               "line": 62
2026-06-16T09:36:12.5743962Z             },
2026-06-16T09:36:12.5744090Z             {
2026-06-16T09:36:12.5744291Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.5744438Z               "line": 251
2026-06-16T09:36:12.5744568Z             },
2026-06-16T09:36:12.5744696Z             {
2026-06-16T09:36:12.5744868Z               "path": "crates/spt/src/rc.rs",
2026-06-16T09:36:12.5745010Z               "line": 181
2026-06-16T09:36:12.5745134Z             }
2026-06-16T09:36:12.5745259Z           ]
2026-06-16T09:36:12.5745387Z         },
2026-06-16T09:36:12.5745517Z         "int": {
2026-06-16T09:36:12.5745663Z           "complete": true,
2026-06-16T09:36:12.5745806Z           "evidence": [
2026-06-16T09:36:12.5745935Z             {
2026-06-16T09:36:12.5746154Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.5746302Z               "line": 789
2026-06-16T09:36:12.5746440Z             },
2026-06-16T09:36:12.5746569Z             {
2026-06-16T09:36:12.5746798Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.5746940Z               "line": 829
2026-06-16T09:36:12.5747074Z             },
2026-06-16T09:36:12.5747189Z             {
2026-06-16T09:36:12.5747413Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.5747560Z               "line": 876
2026-06-16T09:36:12.5747689Z             },
2026-06-16T09:36:12.5747823Z             {
2026-06-16T09:36:12.5748045Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.5748188Z               "line": 988
2026-06-16T09:36:12.5748324Z             }
2026-06-16T09:36:12.5748454Z           ]
2026-06-16T09:36:12.5748582Z         },
2026-06-16T09:36:12.5748701Z         "unit": {
2026-06-16T09:36:12.5748859Z           "complete": true,
2026-06-16T09:36:12.5749079Z           "evidence": [
2026-06-16T09:36:12.5749207Z             {
2026-06-16T09:36:12.5749436Z               "path": "crates/spt-net/src/net/attach.rs",
2026-06-16T09:36:12.5749569Z               "line": 175
2026-06-16T09:36:12.5749694Z             },
2026-06-16T09:36:12.5749822Z             {
2026-06-16T09:36:12.5750042Z               "path": "crates/spt-net/src/net/attach.rs",
2026-06-16T09:36:12.5750180Z               "line": 195
2026-06-16T09:36:12.5750305Z             }
2026-06-16T09:36:12.5750432Z           ]
2026-06-16T09:36:12.5750561Z         }
2026-06-16T09:36:12.5750686Z       }
2026-06-16T09:36:12.5750808Z     },
2026-06-16T09:36:12.5750941Z     {
2026-06-16T09:36:12.5751092Z       "id": "REQ-REACH-1",
2026-06-16T09:36:12.5751496Z       "title": "Off-node remote-drive detection + file transfer",
2026-06-16T09:36:12.5751655Z       "requiredStages": [
2026-06-16T09:36:12.5751792Z         "impl",
2026-06-16T09:36:12.5751932Z         "unit",
2026-06-16T09:36:12.5752061Z         "int"
2026-06-16T09:36:12.5752188Z       ],
2026-06-16T09:36:12.5752323Z       "stages": {
2026-06-16T09:36:12.5752561Z         "doc": {
2026-06-16T09:36:12.5752717Z           "complete": false,
2026-06-16T09:36:12.5752857Z           "evidence": []
2026-06-16T09:36:12.5752985Z         },
2026-06-16T09:36:12.5753118Z         "impl": {
2026-06-16T09:36:12.5753267Z           "complete": true,
2026-06-16T09:36:12.5753408Z           "evidence": [
2026-06-16T09:36:12.5753537Z             {
2026-06-16T09:36:12.5753754Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.5753902Z               "line": 430
2026-06-16T09:36:12.5754030Z             },
2026-06-16T09:36:12.5754154Z             {
2026-06-16T09:36:12.5754373Z               "path": "crates/spt-daemon/src/xfer.rs",
2026-06-16T09:36:12.5754508Z               "line": 76
2026-06-16T09:36:12.5754636Z             },
2026-06-16T09:36:12.5754775Z             {
2026-06-16T09:36:12.5754979Z               "path": "crates/spt-daemon/src/xfer.rs",
2026-06-16T09:36:12.5755133Z               "line": 222
2026-06-16T09:36:12.5755261Z             },
2026-06-16T09:36:12.5755394Z             {
2026-06-16T09:36:12.5755589Z               "path": "crates/spt-daemon/src/xfer.rs",
2026-06-16T09:36:12.5755734Z               "line": 422
2026-06-16T09:36:12.5755861Z             },
2026-06-16T09:36:12.5755990Z             {
2026-06-16T09:36:12.5756199Z               "path": "crates/spt-daemon/src/xfer.rs",
2026-06-16T09:36:12.5756346Z               "line": 529
2026-06-16T09:36:12.5756471Z             },
2026-06-16T09:36:12.5756590Z             {
2026-06-16T09:36:12.5756800Z               "path": "crates/spt-net/src/net/xfer.rs",
2026-06-16T09:36:12.5756933Z               "line": 39
2026-06-16T09:36:12.5757063Z             },
2026-06-16T09:36:12.5757196Z             {
2026-06-16T09:36:12.5757397Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.5757548Z               "line": 243
2026-06-16T09:36:12.5757673Z             },
2026-06-16T09:36:12.5757806Z             {
2026-06-16T09:36:12.5758007Z               "path": "crates/spt-store/src/xfer.rs",
2026-06-16T09:36:12.5758154Z               "line": 88
2026-06-16T09:36:12.5758288Z             },
2026-06-16T09:36:12.5758412Z             {
2026-06-16T09:36:12.5758615Z               "path": "crates/spt-store/src/xfer.rs",
2026-06-16T09:36:12.5758757Z               "line": 98
2026-06-16T09:36:12.5758884Z             },
2026-06-16T09:36:12.5759086Z             {
2026-06-16T09:36:12.5759305Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5759452Z               "line": 229
2026-06-16T09:36:12.5759576Z             }
2026-06-16T09:36:12.5759710Z           ]
2026-06-16T09:36:12.5759833Z         },
2026-06-16T09:36:12.5759963Z         "int": {
2026-06-16T09:36:12.5760124Z           "complete": true,
2026-06-16T09:36:12.5760264Z           "evidence": [
2026-06-16T09:36:12.5760392Z             {
2026-06-16T09:36:12.5760621Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.5760768Z               "line": 415
2026-06-16T09:36:12.5760898Z             },
2026-06-16T09:36:12.5761026Z             {
2026-06-16T09:36:12.5761261Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.5761401Z               "line": 516
2026-06-16T09:36:12.5761535Z             },
2026-06-16T09:36:12.5761662Z             {
2026-06-16T09:36:12.5761886Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5762033Z               "line": 996
2026-06-16T09:36:12.5762158Z             },
2026-06-16T09:36:12.5762306Z             {
2026-06-16T09:36:12.5762530Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5762667Z               "line": 1381
2026-06-16T09:36:12.5762797Z             }
2026-06-16T09:36:12.5763044Z           ]
2026-06-16T09:36:12.5763169Z         },
2026-06-16T09:36:12.5763302Z         "unit": {
2026-06-16T09:36:12.5763455Z           "complete": true,
2026-06-16T09:36:12.5763587Z           "evidence": [
2026-06-16T09:36:12.5763712Z             {
2026-06-16T09:36:12.5764020Z               "path": "crates/spt-daemon/src/xfer.rs",
2026-06-16T09:36:12.5764168Z               "line": 639
2026-06-16T09:36:12.5764294Z             },
2026-06-16T09:36:12.5764424Z             {
2026-06-16T09:36:12.5764628Z               "path": "crates/spt-daemon/src/xfer.rs",
2026-06-16T09:36:12.5764763Z               "line": 660
2026-06-16T09:36:12.5764895Z             },
2026-06-16T09:36:12.5765025Z             {
2026-06-16T09:36:12.5765253Z               "path": "crates/spt-daemon/tests/attach.rs",
2026-06-16T09:36:12.5765392Z               "line": 646
2026-06-16T09:36:12.5765516Z             },
2026-06-16T09:36:12.5765639Z             {
2026-06-16T09:36:12.5765854Z               "path": "crates/spt-daemon/tests/xfer.rs",
2026-06-16T09:36:12.5766003Z               "line": 93
2026-06-16T09:36:12.5766135Z             },
2026-06-16T09:36:12.5766269Z             {
2026-06-16T09:36:12.5766488Z               "path": "crates/spt-daemon/tests/xfer.rs",
2026-06-16T09:36:12.5766623Z               "line": 224
2026-06-16T09:36:12.5766755Z             },
2026-06-16T09:36:12.5766883Z             {
2026-06-16T09:36:12.5767093Z               "path": "crates/spt-net/src/net/xfer.rs",
2026-06-16T09:36:12.5767235Z               "line": 96
2026-06-16T09:36:12.5767365Z             },
2026-06-16T09:36:12.5767498Z             {
2026-06-16T09:36:12.5767703Z               "path": "crates/spt-net/src/net/xfer.rs",
2026-06-16T09:36:12.5767851Z               "line": 146
2026-06-16T09:36:12.5767966Z             },
2026-06-16T09:36:12.5768089Z             {
2026-06-16T09:36:12.5768286Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.5768423Z               "line": 572
2026-06-16T09:36:12.5768558Z             },
2026-06-16T09:36:12.5768699Z             {
2026-06-16T09:36:12.5768916Z               "path": "crates/spt-store/src/xfer.rs",
2026-06-16T09:36:12.5769137Z               "line": 118
2026-06-16T09:36:12.5769275Z             },
2026-06-16T09:36:12.5769402Z             {
2026-06-16T09:36:12.5769598Z               "path": "crates/spt-store/src/xfer.rs",
2026-06-16T09:36:12.5769745Z               "line": 148
2026-06-16T09:36:12.5769875Z             },
2026-06-16T09:36:12.5769998Z             {
2026-06-16T09:36:12.5770208Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5770355Z               "line": 924
2026-06-16T09:36:12.5770481Z             }
2026-06-16T09:36:12.5770604Z           ]
2026-06-16T09:36:12.5770732Z         }
2026-06-16T09:36:12.5770847Z       }
2026-06-16T09:36:12.5770975Z     },
2026-06-16T09:36:12.5771095Z     {
2026-06-16T09:36:12.5771247Z       "id": "REQ-REACH-2",
2026-06-16T09:36:12.5771543Z       "title": "Remote command execution (deferred, consent-gated)",
2026-06-16T09:36:12.5771706Z       "requiredStages": [],
2026-06-16T09:36:12.5771849Z       "stages": {
2026-06-16T09:36:12.5771976Z         "doc": {
2026-06-16T09:36:12.5772133Z           "complete": false,
2026-06-16T09:36:12.5772283Z           "evidence": []
2026-06-16T09:36:12.5772431Z         },
2026-06-16T09:36:12.5772598Z         "impl": {
2026-06-16T09:36:12.5772761Z           "complete": false,
2026-06-16T09:36:12.5772946Z           "evidence": []
2026-06-16T09:36:12.5773076Z         },
2026-06-16T09:36:12.5773213Z         "int": {
2026-06-16T09:36:12.5773381Z           "complete": false,
2026-06-16T09:36:12.5773542Z           "evidence": []
2026-06-16T09:36:12.5773667Z         },
2026-06-16T09:36:12.5773819Z         "unit": {
2026-06-16T09:36:12.5773972Z           "complete": false,
2026-06-16T09:36:12.5774115Z           "evidence": []
2026-06-16T09:36:12.5774258Z         }
2026-06-16T09:36:12.5774387Z       }
2026-06-16T09:36:12.5774528Z     },
2026-06-16T09:36:12.5774652Z     {
2026-06-16T09:36:12.5774916Z       "id": "REQ-REL-1",
2026-06-16T09:36:12.5775822Z       "title": "spt-releases publish-target repo: README public face, licensing split, Pages docs at the permanent lapse-proof canonical URL (ADR-0014)",
2026-06-16T09:36:12.5775986Z       "requiredStages": [
2026-06-16T09:36:12.5776128Z         "doc",
2026-06-16T09:36:12.5776357Z         "impl"
2026-06-16T09:36:12.5776495Z       ],
2026-06-16T09:36:12.5776630Z       "stages": {
2026-06-16T09:36:12.5776767Z         "doc": {
2026-06-16T09:36:12.5776921Z           "complete": true,
2026-06-16T09:36:12.5777063Z           "evidence": [
2026-06-16T09:36:12.5777207Z             {
2026-06-16T09:36:12.5777705Z               "path": "docs/adr/0014-publish-target-repo-and-lapse-proof-canonical-url.md",
2026-06-16T09:36:12.5777853Z               "line": 3
2026-06-16T09:36:12.5786150Z             }
2026-06-16T09:36:12.5786312Z           ]
2026-06-16T09:36:12.5786445Z         },
2026-06-16T09:36:12.5786598Z         "impl": {
2026-06-16T09:36:12.5786755Z           "complete": true,
2026-06-16T09:36:12.5786899Z           "evidence": [
2026-06-16T09:36:12.5787026Z             {
2026-06-16T09:36:12.5787279Z               "path": ".github/workflows/docs-publish.yml",
2026-06-16T09:36:12.5787429Z               "line": 11
2026-06-16T09:36:12.5787561Z             },
2026-06-16T09:36:12.5787695Z             {
2026-06-16T09:36:12.5787890Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.5788036Z               "line": 265
2026-06-16T09:36:12.5788166Z             }
2026-06-16T09:36:12.5788289Z           ]
2026-06-16T09:36:12.5788418Z         },
2026-06-16T09:36:12.5788543Z         "int": {
2026-06-16T09:36:12.5788705Z           "complete": false,
2026-06-16T09:36:12.5788848Z           "evidence": []
2026-06-16T09:36:12.5789072Z         },
2026-06-16T09:36:12.5789205Z         "unit": {
2026-06-16T09:36:12.5789354Z           "complete": false,
2026-06-16T09:36:12.5789505Z           "evidence": []
2026-06-16T09:36:12.5789639Z         }
2026-06-16T09:36:12.5789773Z       }
2026-06-16T09:36:12.5789901Z     },
2026-06-16T09:36:12.5790031Z     {
2026-06-16T09:36:12.5790172Z       "id": "REQ-REL-2",
2026-06-16T09:36:12.5791348Z       "title": "Release asset set consumable by the self-updater: platform binaries, SHA256SUMS, SignedRelease metadata, manifest schema, mock-adapter zip; tag-triggered cross-repo pipeline",
2026-06-16T09:36:12.5791514Z       "requiredStages": [
2026-06-16T09:36:12.5791644Z         "impl",
2026-06-16T09:36:12.5791795Z         "int"
2026-06-16T09:36:12.5791920Z       ],
2026-06-16T09:36:12.5792063Z       "stages": {
2026-06-16T09:36:12.5792186Z         "doc": {
2026-06-16T09:36:12.5792343Z           "complete": true,
2026-06-16T09:36:12.5792492Z           "evidence": [
2026-06-16T09:36:12.5792617Z             {
2026-06-16T09:36:12.5792811Z               "path": "docs/RELEASE-RUNBOOK.md",
2026-06-16T09:36:12.5792950Z               "line": 6
2026-06-16T09:36:12.5793091Z             }
2026-06-16T09:36:12.5793225Z           ]
2026-06-16T09:36:12.5793366Z         },
2026-06-16T09:36:12.5793518Z         "impl": {
2026-06-16T09:36:12.5793675Z           "complete": true,
2026-06-16T09:36:12.5793828Z           "evidence": [
2026-06-16T09:36:12.5793958Z             {
2026-06-16T09:36:12.5794191Z               "path": ".github/workflows/release.yml",
2026-06-16T09:36:12.5794357Z               "line": 16
2026-06-16T09:36:12.5794506Z             },
2026-06-16T09:36:12.5794639Z             {
2026-06-16T09:36:12.5794826Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.5794967Z               "line": 352
2026-06-16T09:36:12.5795097Z             },
2026-06-16T09:36:12.5795277Z             {
2026-06-16T09:36:12.5795461Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.5795620Z               "line": 426
2026-06-16T09:36:12.5795753Z             },
2026-06-16T09:36:12.5795885Z             {
2026-06-16T09:36:12.5796080Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.5796224Z               "line": 588
2026-06-16T09:36:12.5796534Z             },
2026-06-16T09:36:12.5796671Z             {
2026-06-16T09:36:12.5796867Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.5797010Z               "line": 720
2026-06-16T09:36:12.5797134Z             }
2026-06-16T09:36:12.5797262Z           ]
2026-06-16T09:36:12.5797520Z         },
2026-06-16T09:36:12.5797659Z         "int": {
2026-06-16T09:36:12.5797811Z           "complete": true,
2026-06-16T09:36:12.5797959Z           "evidence": [
2026-06-16T09:36:12.5798093Z             {
2026-06-16T09:36:12.5798337Z               "path": "crates/spt/tests/release_verify_e2e.rs",
2026-06-16T09:36:12.5798483Z               "line": 13
2026-06-16T09:36:12.5798611Z             }
2026-06-16T09:36:12.5798741Z           ]
2026-06-16T09:36:12.5798868Z         },
2026-06-16T09:36:12.5799079Z         "unit": {
2026-06-16T09:36:12.5799235Z           "complete": false,
2026-06-16T09:36:12.5799384Z           "evidence": []
2026-06-16T09:36:12.5799516Z         }
2026-06-16T09:36:12.5799647Z       }
2026-06-16T09:36:12.5799775Z     },
2026-06-16T09:36:12.5799904Z     {
2026-06-16T09:36:12.5800055Z       "id": "REQ-REL-3",
2026-06-16T09:36:12.5801163Z       "title": "Two-key release-signing trust anchor: primary + offline never-used recovery, both pubkeys embedded in the binary's trusted set, manual local signing (ADR-0015)",
2026-06-16T09:36:12.5801322Z       "requiredStages": [
2026-06-16T09:36:12.5801445Z         "impl",
2026-06-16T09:36:12.5801579Z         "unit"
2026-06-16T09:36:12.5801707Z       ],
2026-06-16T09:36:12.5801851Z       "stages": {
2026-06-16T09:36:12.5801984Z         "doc": {
2026-06-16T09:36:12.5802137Z           "complete": false,
2026-06-16T09:36:12.5802270Z           "evidence": []
2026-06-16T09:36:12.5802403Z         },
2026-06-16T09:36:12.5802538Z         "impl": {
2026-06-16T09:36:12.5802689Z           "complete": true,
2026-06-16T09:36:12.5802824Z           "evidence": [
2026-06-16T09:36:12.5802951Z             {
2026-06-16T09:36:12.5803177Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.5803328Z               "line": 237
2026-06-16T09:36:12.5803458Z             },
2026-06-16T09:36:12.5803580Z             {
2026-06-16T09:36:12.5803804Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.5803950Z               "line": 289
2026-06-16T09:36:12.5804078Z             },
2026-06-16T09:36:12.5804208Z             {
2026-06-16T09:36:12.5804393Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.5804527Z               "line": 329
2026-06-16T09:36:12.5804659Z             },
2026-06-16T09:36:12.5804789Z             {
2026-06-16T09:36:12.5804970Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.5805109Z               "line": 353
2026-06-16T09:36:12.5805232Z             },
2026-06-16T09:36:12.5805362Z             {
2026-06-16T09:36:12.5805542Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.5805677Z               "line": 394
2026-06-16T09:36:12.5805813Z             }
2026-06-16T09:36:12.5805948Z           ]
2026-06-16T09:36:12.5806077Z         },
2026-06-16T09:36:12.5806199Z         "int": {
2026-06-16T09:36:12.5806347Z           "complete": false,
2026-06-16T09:36:12.5806493Z           "evidence": []
2026-06-16T09:36:12.5806612Z         },
2026-06-16T09:36:12.5806751Z         "unit": {
2026-06-16T09:36:12.5806902Z           "complete": true,
2026-06-16T09:36:12.5807042Z           "evidence": [
2026-06-16T09:36:12.5807169Z             {
2026-06-16T09:36:12.5807399Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.5807541Z               "line": 992
2026-06-16T09:36:12.5807670Z             },
2026-06-16T09:36:12.5807785Z             {
2026-06-16T09:36:12.5807985Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.5808109Z               "line": 1051
2026-06-16T09:36:12.5808219Z             }
2026-06-16T09:36:12.5808328Z           ]
2026-06-16T09:36:12.5808433Z         }
2026-06-16T09:36:12.5808539Z       }
2026-06-16T09:36:12.5808767Z     },
2026-06-16T09:36:12.5808868Z     {
2026-06-16T09:36:12.5809085Z       "id": "REQ-RUN-PICKER",
2026-06-16T09:36:12.5820317Z       "title": "Interactive `spt endpoint run` picker (ratatui TUI): bare `spt endpoint run` (no --adapter/--id) enters an in-process picker (flags-present = the REQ-HOST-RUN-1 non-interactive path, untouched). Layer 1 picks kind (Create new | Pick existing). Create-new: choose a registered kind=\"harness\" adapter with its shipped+local profiles tree-nested (registry::registered / manifest.profiles / local_profile_names) → enter a charset-validated id → start. Pick-existing: category select (left/right) over [<cwd-project> | Local node | Subnet], endpoints grouped + alphabetically sorted per category, a status square per endpoint (online green ■ / offline gray ▢ — the blue \"attached\" tri-state + Kick are DEFERRED to a broker attach-presence slice, M12-W2-RULING Q1), type-to-filter (`/`, nucleo-matcher), a pinned keybind legend, and a right-half two-pane description (harness adapter:profile · best-effort project history newest→oldest from the contextstore p-<project> branches, empty-if-none · `spt endpoint description`). Confirm layer offers status-dependent options — Attach/Start/View (rc pump / cmd_endpoint_run) · Instantiate-locally (remote) · Change-harness-adapter (offline) · Fork (cmd_fork) · Resume-from-history (offline+LOCAL only; enumerate spt_store::sessions::last_k, titles `<project> @ <ts> (…id5)`, feed session_id → cmd_endpoint_run --resume). A single action enum is the source of truth so a future tap-mode (phone PTY) layers on without re-coupling to keybinds. EVERY terminal action routes through cmd_endpoint_run / existing CLI fns — no second bringup path.",
2026-06-16T09:36:12.5820613Z       "requiredStages": [
2026-06-16T09:36:12.5820724Z         "doc",
2026-06-16T09:36:12.5820829Z         "impl",
2026-06-16T09:36:12.5820938Z         "unit"
2026-06-16T09:36:12.5821039Z       ],
2026-06-16T09:36:12.5821148Z       "stages": {
2026-06-16T09:36:12.5821285Z         "doc": {
2026-06-16T09:36:12.5821415Z           "complete": true,
2026-06-16T09:36:12.5821548Z           "evidence": [
2026-06-16T09:36:12.5821658Z             {
2026-06-16T09:36:12.5821796Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.5821919Z               "line": 327
2026-06-16T09:36:12.5822052Z             }
2026-06-16T09:36:12.5822160Z           ]
2026-06-16T09:36:12.5822264Z         },
2026-06-16T09:36:12.5822380Z         "impl": {
2026-06-16T09:36:12.5822512Z           "complete": true,
2026-06-16T09:36:12.5822627Z           "evidence": [
2026-06-16T09:36:12.5822732Z             {
2026-06-16T09:36:12.5822894Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5823014Z               "line": 911
2026-06-16T09:36:12.5823118Z             },
2026-06-16T09:36:12.5823233Z             {
2026-06-16T09:36:12.5823390Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5823504Z               "line": 921
2026-06-16T09:36:12.5823615Z             },
2026-06-16T09:36:12.5823719Z             {
2026-06-16T09:36:12.5823921Z               "path": "crates/spt/src/picker/data.rs",
2026-06-16T09:36:12.5824034Z               "line": 9
2026-06-16T09:36:12.5824148Z             },
2026-06-16T09:36:12.5824259Z             {
2026-06-16T09:36:12.5824444Z               "path": "crates/spt/src/picker/data.rs",
2026-06-16T09:36:12.5824574Z               "line": 67
2026-06-16T09:36:12.5824678Z             },
2026-06-16T09:36:12.5824795Z             {
2026-06-16T09:36:12.5824976Z               "path": "crates/spt/src/picker/mod.rs",
2026-06-16T09:36:12.5825093Z               "line": 16
2026-06-16T09:36:12.5825204Z             },
2026-06-16T09:36:12.5825309Z             {
2026-06-16T09:36:12.5825494Z               "path": "crates/spt/src/picker/mod.rs",
2026-06-16T09:36:12.5825618Z               "line": 249
2026-06-16T09:36:12.5825722Z             },
2026-06-16T09:36:12.5825829Z             {
2026-06-16T09:36:12.5826028Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5826271Z               "line": 11
2026-06-16T09:36:12.5826381Z             },
2026-06-16T09:36:12.5826477Z             {
2026-06-16T09:36:12.5826672Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5826797Z               "line": 85
2026-06-16T09:36:12.5826967Z             },
2026-06-16T09:36:12.5827073Z             {
2026-06-16T09:36:12.5827267Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5827385Z               "line": 452
2026-06-16T09:36:12.5827501Z             },
2026-06-16T09:36:12.5827603Z             {
2026-06-16T09:36:12.5827789Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5827908Z               "line": 533
2026-06-16T09:36:12.5828022Z             },
2026-06-16T09:36:12.5828133Z             {
2026-06-16T09:36:12.5828313Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5828434Z               "line": 586
2026-06-16T09:36:12.5828538Z             },
2026-06-16T09:36:12.5828642Z             {
2026-06-16T09:36:12.5828828Z               "path": "crates/spt/src/picker/view.rs",
2026-06-16T09:36:12.5829025Z               "line": 8
2026-06-16T09:36:12.5829139Z             }
2026-06-16T09:36:12.5829234Z           ]
2026-06-16T09:36:12.5829344Z         },
2026-06-16T09:36:12.5829458Z         "int": {
2026-06-16T09:36:12.5829597Z           "complete": false,
2026-06-16T09:36:12.5829722Z           "evidence": []
2026-06-16T09:36:12.5829825Z         },
2026-06-16T09:36:12.5829935Z         "unit": {
2026-06-16T09:36:12.5830065Z           "complete": true,
2026-06-16T09:36:12.5830192Z           "evidence": [
2026-06-16T09:36:12.5830296Z             {
2026-06-16T09:36:12.5830463Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5830582Z               "line": 6608
2026-06-16T09:36:12.5830693Z             },
2026-06-16T09:36:12.5830802Z             {
2026-06-16T09:36:12.5830965Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5831084Z               "line": 6619
2026-06-16T09:36:12.5831192Z             },
2026-06-16T09:36:12.5831294Z             {
2026-06-16T09:36:12.5831483Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5831609Z               "line": 737
2026-06-16T09:36:12.5831717Z             },
2026-06-16T09:36:12.5831827Z             {
2026-06-16T09:36:12.5832013Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5832127Z               "line": 744
2026-06-16T09:36:12.5832238Z             },
2026-06-16T09:36:12.5832346Z             {
2026-06-16T09:36:12.5832531Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5832659Z               "line": 761
2026-06-16T09:36:12.5832763Z             },
2026-06-16T09:36:12.5832863Z             {
2026-06-16T09:36:12.5833054Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5833177Z               "line": 781
2026-06-16T09:36:12.5833284Z             },
2026-06-16T09:36:12.5833387Z             {
2026-06-16T09:36:12.5833579Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5833697Z               "line": 795
2026-06-16T09:36:12.5833812Z             },
2026-06-16T09:36:12.5833917Z             {
2026-06-16T09:36:12.5834108Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5834237Z               "line": 804
2026-06-16T09:36:12.5834351Z             },
2026-06-16T09:36:12.5834451Z             {
2026-06-16T09:36:12.5834636Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5834761Z               "line": 815
2026-06-16T09:36:12.5834867Z             },
2026-06-16T09:36:12.5834970Z             {
2026-06-16T09:36:12.5835148Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5835261Z               "line": 837
2026-06-16T09:36:12.5835370Z             },
2026-06-16T09:36:12.5835470Z             {
2026-06-16T09:36:12.5835663Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5835769Z               "line": 856
2026-06-16T09:36:12.5835987Z             },
2026-06-16T09:36:12.5836098Z             {
2026-06-16T09:36:12.5836273Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5836399Z               "line": 893
2026-06-16T09:36:12.5836503Z             },
2026-06-16T09:36:12.5836612Z             {
2026-06-16T09:36:12.5836984Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5837099Z               "line": 922
2026-06-16T09:36:12.5837208Z             },
2026-06-16T09:36:12.5837309Z             {
2026-06-16T09:36:12.5837499Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5837619Z               "line": 935
2026-06-16T09:36:12.5837725Z             },
2026-06-16T09:36:12.5837827Z             {
2026-06-16T09:36:12.5838008Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5838131Z               "line": 979
2026-06-16T09:36:12.5838239Z             },
2026-06-16T09:36:12.5838345Z             {
2026-06-16T09:36:12.5838525Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5838650Z               "line": 1006
2026-06-16T09:36:12.5838755Z             },
2026-06-16T09:36:12.5838873Z             {
2026-06-16T09:36:12.5839127Z               "path": "crates/spt/src/picker/model.rs",
2026-06-16T09:36:12.5839251Z               "line": 1022
2026-06-16T09:36:12.5839365Z             },
2026-06-16T09:36:12.5839469Z             {
2026-06-16T09:36:12.5839648Z               "path": "crates/spt/src/picker/view.rs",
2026-06-16T09:36:12.5839770Z               "line": 419
2026-06-16T09:36:12.5839865Z             },
2026-06-16T09:36:12.5839972Z             {
2026-06-16T09:36:12.5840147Z               "path": "crates/spt/src/picker/view.rs",
2026-06-16T09:36:12.5840272Z               "line": 431
2026-06-16T09:36:12.5840370Z             },
2026-06-16T09:36:12.5840476Z             {
2026-06-16T09:36:12.5840653Z               "path": "crates/spt/src/picker/view.rs",
2026-06-16T09:36:12.5840771Z               "line": 449
2026-06-16T09:36:12.5840875Z             },
2026-06-16T09:36:12.5840982Z             {
2026-06-16T09:36:12.5841156Z               "path": "crates/spt/src/picker/view.rs",
2026-06-16T09:36:12.5841267Z               "line": 471
2026-06-16T09:36:12.5841376Z             },
2026-06-16T09:36:12.5841476Z             {
2026-06-16T09:36:12.5841649Z               "path": "crates/spt/src/picker/view.rs",
2026-06-16T09:36:12.5841767Z               "line": 481
2026-06-16T09:36:12.5841868Z             },
2026-06-16T09:36:12.5841972Z             {
2026-06-16T09:36:12.5842140Z               "path": "crates/spt/src/picker/view.rs",
2026-06-16T09:36:12.5842268Z               "line": 504
2026-06-16T09:36:12.5842373Z             }
2026-06-16T09:36:12.5842474Z           ]
2026-06-16T09:36:12.5842569Z         }
2026-06-16T09:36:12.5842673Z       }
2026-06-16T09:36:12.5842783Z     },
2026-06-16T09:36:12.5842883Z     {
2026-06-16T09:36:12.5843020Z       "id": "REQ-RUN-SHORTCUT",
2026-06-16T09:36:12.5853974Z       "title": "`<basename>-<id>` launcher shortcut generation (picker `s` keybind, M12-W2-T2.4): from any pre-start options set the picker writes/updates a `<basename>-<id>` launcher at the project root baking the current selection's non-interactive `spt endpoint run` flags (terminal actions only: adapter[:profile] + id + (create|resume) + (start|attach|view); Kick/Instantiate/Change-adapter/Fork are interactive-only, not bakeable). BASENAME IS A PARAMETER (operator rev. 2026-06-14): harness-agnostic spt-core defaults to `spt` (→ `spt-<id>`); an adapter/flow OVERRIDES it (spt-claude-code → `cc`), so spt-core NEVER bakes `cc` (a harness name) into itself. The basename must be a DISTINCT token, never bare `spt` (a `spt.cmd` would shadow the real `spt.exe` only under cmd.exe cwd-first search, silently no-op in PowerShell/Unix, and self-recurse). The script is the CURRENT OS's native form — `.cmd` on Windows (NOT `.ps1`: default PATHEXT excludes `.ps1` so a bare/ext-less name never resolves one; `.cmd` is PATHEXT-resolvable), POSIX `sh` (+chmod +x) on Unix (a single portable form can't be both). The generated header documents the invocation reality (cmd.exe bare `<name>` in the project dir / PowerShell `.\\<name>` / Unix `./<name>`; a truly-bare basename on PATH = a PATH-installed launcher, `/spt:setup`'s job). Overwrite is SENTINEL-guarded: the generator writes + checks a generated-by header marker — it overwrites its own prior output freely, but REFUSES + warns if a same-named file lacks the sentinel (never clobber a user file). Requires the additive `--create` flag on `Run{}` (the default-fresh made explicit; N-1-safe).",
2026-06-16T09:36:12.5854240Z       "requiredStages": [
2026-06-16T09:36:12.5854351Z         "doc",
2026-06-16T09:36:12.5854460Z         "impl",
2026-06-16T09:36:12.5854574Z         "unit"
2026-06-16T09:36:12.5854694Z       ],
2026-06-16T09:36:12.5854803Z       "stages": {
2026-06-16T09:36:12.5854908Z         "doc": {
2026-06-16T09:36:12.5855037Z           "complete": true,
2026-06-16T09:36:12.5855165Z           "evidence": [
2026-06-16T09:36:12.5855296Z             {
2026-06-16T09:36:12.5855433Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.5855562Z               "line": 350
2026-06-16T09:36:12.5855667Z             }
2026-06-16T09:36:12.5855771Z           ]
2026-06-16T09:36:12.5855877Z         },
2026-06-16T09:36:12.5856015Z         "impl": {
2026-06-16T09:36:12.5856148Z           "complete": true,
2026-06-16T09:36:12.5856269Z           "evidence": [
2026-06-16T09:36:12.5856376Z             {
2026-06-16T09:36:12.5856581Z               "path": "crates/spt/src/picker/shortcut.rs",
2026-06-16T09:36:12.5856703Z               "line": 39
2026-06-16T09:36:12.5856807Z             },
2026-06-16T09:36:12.5856913Z             {
2026-06-16T09:36:12.5857131Z               "path": "crates/spt/src/picker/shortcut.rs",
2026-06-16T09:36:12.5857237Z               "line": 79
2026-06-16T09:36:12.5857342Z             },
2026-06-16T09:36:12.5857446Z             {
2026-06-16T09:36:12.5857638Z               "path": "crates/spt/src/picker/shortcut.rs",
2026-06-16T09:36:12.5857760Z               "line": 162
2026-06-16T09:36:12.5857871Z             }
2026-06-16T09:36:12.5857976Z           ]
2026-06-16T09:36:12.5858085Z         },
2026-06-16T09:36:12.5858196Z         "int": {
2026-06-16T09:36:12.5858323Z           "complete": false,
2026-06-16T09:36:12.5858453Z           "evidence": []
2026-06-16T09:36:12.5858554Z         },
2026-06-16T09:36:12.5858672Z         "unit": {
2026-06-16T09:36:12.5858792Z           "complete": true,
2026-06-16T09:36:12.5858906Z           "evidence": [
2026-06-16T09:36:12.5859095Z             {
2026-06-16T09:36:12.5859293Z               "path": "crates/spt/src/picker/shortcut.rs",
2026-06-16T09:36:12.5859412Z               "line": 206
2026-06-16T09:36:12.5859537Z             },
2026-06-16T09:36:12.5859645Z             {
2026-06-16T09:36:12.5859842Z               "path": "crates/spt/src/picker/shortcut.rs",
2026-06-16T09:36:12.5859960Z               "line": 222
2026-06-16T09:36:12.5860061Z             },
2026-06-16T09:36:12.5860171Z             {
2026-06-16T09:36:12.5860376Z               "path": "crates/spt/src/picker/shortcut.rs",
2026-06-16T09:36:12.5860491Z               "line": 238
2026-06-16T09:36:12.5860590Z             },
2026-06-16T09:36:12.5860695Z             {
2026-06-16T09:36:12.5860886Z               "path": "crates/spt/src/picker/shortcut.rs",
2026-06-16T09:36:12.5861015Z               "line": 251
2026-06-16T09:36:12.5861115Z             },
2026-06-16T09:36:12.5861220Z             {
2026-06-16T09:36:12.5861421Z               "path": "crates/spt/src/picker/shortcut.rs",
2026-06-16T09:36:12.5861534Z               "line": 258
2026-06-16T09:36:12.5861640Z             }
2026-06-16T09:36:12.5861745Z           ]
2026-06-16T09:36:12.5861857Z         }
2026-06-16T09:36:12.5861957Z       }
2026-06-16T09:36:12.5862068Z     },
2026-06-16T09:36:12.5862163Z     {
2026-06-16T09:36:12.5862325Z       "id": "REQ-SEAM-ACTIVITY",
2026-06-16T09:36:12.5862669Z       "title": "Activity/idle reported via api sentinels, not PTY quiescence",
2026-06-16T09:36:12.5862906Z       "requiredStages": [
2026-06-16T09:36:12.5863031Z         "impl",
2026-06-16T09:36:12.5863135Z         "unit"
2026-06-16T09:36:12.5863240Z       ],
2026-06-16T09:36:12.5863351Z       "stages": {
2026-06-16T09:36:12.5863446Z         "doc": {
2026-06-16T09:36:12.5863680Z           "complete": false,
2026-06-16T09:36:12.5863793Z           "evidence": []
2026-06-16T09:36:12.5863899Z         },
2026-06-16T09:36:12.5864004Z         "impl": {
2026-06-16T09:36:12.5864136Z           "complete": true,
2026-06-16T09:36:12.5864260Z           "evidence": [
2026-06-16T09:36:12.5864363Z             {
2026-06-16T09:36:12.5864567Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5864678Z               "line": 18
2026-06-16T09:36:12.5864782Z             },
2026-06-16T09:36:12.5864877Z             {
2026-06-16T09:36:12.5865072Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5865197Z               "line": 35
2026-06-16T09:36:12.5865297Z             },
2026-06-16T09:36:12.5865401Z             {
2026-06-16T09:36:12.5865593Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5865711Z               "line": 72
2026-06-16T09:36:12.5865817Z             }
2026-06-16T09:36:12.5865921Z           ]
2026-06-16T09:36:12.5866036Z         },
2026-06-16T09:36:12.5866142Z         "int": {
2026-06-16T09:36:12.5866274Z           "complete": false,
2026-06-16T09:36:12.5866398Z           "evidence": []
2026-06-16T09:36:12.5866510Z         },
2026-06-16T09:36:12.5866627Z         "unit": {
2026-06-16T09:36:12.5866747Z           "complete": true,
2026-06-16T09:36:12.5866871Z           "evidence": [
2026-06-16T09:36:12.5866974Z             {
2026-06-16T09:36:12.5867170Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5867282Z               "line": 239
2026-06-16T09:36:12.5867391Z             },
2026-06-16T09:36:12.5867497Z             {
2026-06-16T09:36:12.5867672Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5867788Z               "line": 256
2026-06-16T09:36:12.5867893Z             },
2026-06-16T09:36:12.5867997Z             {
2026-06-16T09:36:12.5868188Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5868311Z               "line": 265
2026-06-16T09:36:12.5868418Z             }
2026-06-16T09:36:12.5868522Z           ]
2026-06-16T09:36:12.5868631Z         }
2026-06-16T09:36:12.5868733Z       }
2026-06-16T09:36:12.5868831Z     },
2026-06-16T09:36:12.5868936Z     {
2026-06-16T09:36:12.5869165Z       "id": "REQ-SEAM-CAPABILITY",
2026-06-16T09:36:12.5869438Z       "title": "Hostable endpoint-types capability declaration",
2026-06-16T09:36:12.5869579Z       "requiredStages": [
2026-06-16T09:36:12.5869684Z         "impl",
2026-06-16T09:36:12.5869783Z         "unit"
2026-06-16T09:36:12.5869891Z       ],
2026-06-16T09:36:12.5870001Z       "stages": {
2026-06-16T09:36:12.5870107Z         "doc": {
2026-06-16T09:36:12.5870234Z           "complete": false,
2026-06-16T09:36:12.5870364Z           "evidence": []
2026-06-16T09:36:12.5870474Z         },
2026-06-16T09:36:12.5870578Z         "impl": {
2026-06-16T09:36:12.5870702Z           "complete": true,
2026-06-16T09:36:12.5870826Z           "evidence": [
2026-06-16T09:36:12.5870926Z             {
2026-06-16T09:36:12.5871132Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5871255Z               "line": 594
2026-06-16T09:36:12.5871365Z             }
2026-06-16T09:36:12.5871470Z           ]
2026-06-16T09:36:12.5871575Z         },
2026-06-16T09:36:12.5871680Z         "int": {
2026-06-16T09:36:12.5871804Z           "complete": false,
2026-06-16T09:36:12.5871929Z           "evidence": []
2026-06-16T09:36:12.5872046Z         },
2026-06-16T09:36:12.5872156Z         "unit": {
2026-06-16T09:36:12.5872277Z           "complete": true,
2026-06-16T09:36:12.5872389Z           "evidence": [
2026-06-16T09:36:12.5872494Z             {
2026-06-16T09:36:12.5872690Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5872919Z               "line": 963
2026-06-16T09:36:12.5873029Z             }
2026-06-16T09:36:12.5873123Z           ]
2026-06-16T09:36:12.5873229Z         }
2026-06-16T09:36:12.5873334Z       }
2026-06-16T09:36:12.5873437Z     },
2026-06-16T09:36:12.5873544Z     {
2026-06-16T09:36:12.5873776Z       "id": "REQ-SEAM-HISTORY",
2026-06-16T09:36:12.5874125Z       "title": "History subsystem (fetcher / locate-normalize / native store)",
2026-06-16T09:36:12.5874254Z       "requiredStages": [
2026-06-16T09:36:12.5874363Z         "impl",
2026-06-16T09:36:12.5874464Z         "unit",
2026-06-16T09:36:12.5874574Z         "int"
2026-06-16T09:36:12.5874672Z       ],
2026-06-16T09:36:12.5874787Z       "stages": {
2026-06-16T09:36:12.5874900Z         "doc": {
2026-06-16T09:36:12.5875018Z           "complete": false,
2026-06-16T09:36:12.5875142Z           "evidence": []
2026-06-16T09:36:12.5875243Z         },
2026-06-16T09:36:12.5875346Z         "impl": {
2026-06-16T09:36:12.5875481Z           "complete": true,
2026-06-16T09:36:12.5875604Z           "evidence": [
2026-06-16T09:36:12.5875708Z             {
2026-06-16T09:36:12.5875891Z               "path": "crates/spt-live/src/echo.rs",
2026-06-16T09:36:12.5876014Z               "line": 24
2026-06-16T09:36:12.5876125Z             },
2026-06-16T09:36:12.5876234Z             {
2026-06-16T09:36:12.5876430Z               "path": "crates/spt-live/src/history.rs",
2026-06-16T09:36:12.5876554Z               "line": 22
2026-06-16T09:36:12.5876672Z             }
2026-06-16T09:36:12.5876788Z           ]
2026-06-16T09:36:12.5876892Z         },
2026-06-16T09:36:12.5877007Z         "int": {
2026-06-16T09:36:12.5877135Z           "complete": true,
2026-06-16T09:36:12.5877259Z           "evidence": [
2026-06-16T09:36:12.5877360Z             {
2026-06-16T09:36:12.5877563Z               "path": "crates/spt/tests/contract_e2e.rs",
2026-06-16T09:36:12.5877677Z               "line": 260
2026-06-16T09:36:12.5877786Z             }
2026-06-16T09:36:12.5877889Z           ]
2026-06-16T09:36:12.5877999Z         },
2026-06-16T09:36:12.5878110Z         "unit": {
2026-06-16T09:36:12.5878237Z           "complete": true,
2026-06-16T09:36:12.5878362Z           "evidence": [
2026-06-16T09:36:12.5878462Z             {
2026-06-16T09:36:12.5878634Z               "path": "crates/spt-live/src/echo.rs",
2026-06-16T09:36:12.5878748Z               "line": 171
2026-06-16T09:36:12.5878848Z             },
2026-06-16T09:36:12.5879025Z             {
2026-06-16T09:36:12.5879196Z               "path": "crates/spt-live/src/echo.rs",
2026-06-16T09:36:12.5879317Z               "line": 200
2026-06-16T09:36:12.5879429Z             },
2026-06-16T09:36:12.5879534Z             {
2026-06-16T09:36:12.5879706Z               "path": "crates/spt-live/src/echo.rs",
2026-06-16T09:36:12.5879831Z               "line": 220
2026-06-16T09:36:12.5879932Z             },
2026-06-16T09:36:12.5880040Z             {
2026-06-16T09:36:12.5880229Z               "path": "crates/spt-live/src/history.rs",
2026-06-16T09:36:12.5880357Z               "line": 199
2026-06-16T09:36:12.5880461Z             },
2026-06-16T09:36:12.5880566Z             {
2026-06-16T09:36:12.5880757Z               "path": "crates/spt-live/src/history.rs",
2026-06-16T09:36:12.5880881Z               "line": 219
2026-06-16T09:36:12.5880986Z             },
2026-06-16T09:36:12.5881095Z             {
2026-06-16T09:36:12.5881286Z               "path": "crates/spt-live/src/history.rs",
2026-06-16T09:36:12.5881400Z               "line": 244
2026-06-16T09:36:12.5881501Z             },
2026-06-16T09:36:12.5881601Z             {
2026-06-16T09:36:12.5881791Z               "path": "crates/spt-live/src/history.rs",
2026-06-16T09:36:12.5881916Z               "line": 276
2026-06-16T09:36:12.5882021Z             },
2026-06-16T09:36:12.5882121Z             {
2026-06-16T09:36:12.5882306Z               "path": "crates/spt-live/src/history.rs",
2026-06-16T09:36:12.5882431Z               "line": 297
2026-06-16T09:36:12.5882536Z             },
2026-06-16T09:36:12.5882640Z             {
2026-06-16T09:36:12.5882940Z               "path": "crates/spt-live/src/history.rs",
2026-06-16T09:36:12.5883063Z               "line": 324
2026-06-16T09:36:12.5883169Z             }
2026-06-16T09:36:12.5883274Z           ]
2026-06-16T09:36:12.5883383Z         }
2026-06-16T09:36:12.5883489Z       }
2026-06-16T09:36:12.5883692Z     },
2026-06-16T09:36:12.5883794Z     {
2026-06-16T09:36:12.5883927Z       "id": "REQ-SEAM-INJECT",
2026-06-16T09:36:12.5884237Z       "title": "inject-input methods configurable per activity-state",
2026-06-16T09:36:12.5884365Z       "requiredStages": [
2026-06-16T09:36:12.5884481Z         "impl",
2026-06-16T09:36:12.5884585Z         "unit"
2026-06-16T09:36:12.5884690Z       ],
2026-06-16T09:36:12.5884800Z       "stages": {
2026-06-16T09:36:12.5884919Z         "doc": {
2026-06-16T09:36:12.5885063Z           "complete": false,
2026-06-16T09:36:12.5885185Z           "evidence": []
2026-06-16T09:36:12.5885289Z         },
2026-06-16T09:36:12.5885399Z         "impl": {
2026-06-16T09:36:12.5885525Z           "complete": true,
2026-06-16T09:36:12.5885644Z           "evidence": [
2026-06-16T09:36:12.5885750Z             {
2026-06-16T09:36:12.5885945Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5886065Z               "line": 19
2026-06-16T09:36:12.5886183Z             },
2026-06-16T09:36:12.5886288Z             {
2026-06-16T09:36:12.5886475Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5886593Z               "line": 111
2026-06-16T09:36:12.5886695Z             }
2026-06-16T09:36:12.5886799Z           ]
2026-06-16T09:36:12.5886903Z         },
2026-06-16T09:36:12.5887004Z         "int": {
2026-06-16T09:36:12.5887133Z           "complete": false,
2026-06-16T09:36:12.5887286Z           "evidence": []
2026-06-16T09:36:12.5887408Z         },
2026-06-16T09:36:12.5887518Z         "unit": {
2026-06-16T09:36:12.5887644Z           "complete": true,
2026-06-16T09:36:12.5887761Z           "evidence": [
2026-06-16T09:36:12.5887867Z             {
2026-06-16T09:36:12.5888057Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5888180Z               "line": 345
2026-06-16T09:36:12.5888290Z             },
2026-06-16T09:36:12.5888393Z             {
2026-06-16T09:36:12.5888579Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5888708Z               "line": 365
2026-06-16T09:36:12.5888812Z             }
2026-06-16T09:36:12.5888918Z           ]
2026-06-16T09:36:12.5889088Z         }
2026-06-16T09:36:12.5889199Z       }
2026-06-16T09:36:12.5889303Z     },
2026-06-16T09:36:12.5889398Z     {
2026-06-16T09:36:12.5889543Z       "id": "REQ-SEAM-POSTSPAWN",
2026-06-16T09:36:12.5889784Z       "title": "post-spawn / api bind seam with boot nonce",
2026-06-16T09:36:12.5889919Z       "requiredStages": [
2026-06-16T09:36:12.5890028Z         "impl",
2026-06-16T09:36:12.5890129Z         "unit"
2026-06-16T09:36:12.5890234Z       ],
2026-06-16T09:36:12.5890362Z       "stages": {
2026-06-16T09:36:12.5890463Z         "doc": {
2026-06-16T09:36:12.5890600Z           "complete": false,
2026-06-16T09:36:12.5890718Z           "evidence": []
2026-06-16T09:36:12.5890828Z         },
2026-06-16T09:36:12.5890936Z         "impl": {
2026-06-16T09:36:12.5891063Z           "complete": true,
2026-06-16T09:36:12.5891184Z           "evidence": [
2026-06-16T09:36:12.5891293Z             {
2026-06-16T09:36:12.5891484Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.5891598Z               "line": 18
2026-06-16T09:36:12.5891703Z             },
2026-06-16T09:36:12.5891804Z             {
2026-06-16T09:36:12.5891989Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.5892114Z               "line": 330
2026-06-16T09:36:12.5892218Z             }
2026-06-16T09:36:12.5892327Z           ]
2026-06-16T09:36:12.5892429Z         },
2026-06-16T09:36:12.5892547Z         "int": {
2026-06-16T09:36:12.5892676Z           "complete": false,
2026-06-16T09:36:12.5892805Z           "evidence": []
2026-06-16T09:36:12.5892914Z         },
2026-06-16T09:36:12.5893148Z         "unit": {
2026-06-16T09:36:12.5893281Z           "complete": true,
2026-06-16T09:36:12.5893393Z           "evidence": [
2026-06-16T09:36:12.5893505Z             {
2026-06-16T09:36:12.5893691Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.5893909Z               "line": 604
2026-06-16T09:36:12.5894015Z             },
2026-06-16T09:36:12.5894120Z             {
2026-06-16T09:36:12.5894311Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.5894430Z               "line": 614
2026-06-16T09:36:12.5894534Z             }
2026-06-16T09:36:12.5894630Z           ]
2026-06-16T09:36:12.5894740Z         }
2026-06-16T09:36:12.5894844Z       }
2026-06-16T09:36:12.5894945Z     },
2026-06-16T09:36:12.5895055Z     {
2026-06-16T09:36:12.5895192Z       "id": "REQ-SEAM-PSYCHE",
2026-06-16T09:36:12.5895449Z       "title": "spawn-psyche seam (fresh + resume templates)",
2026-06-16T09:36:12.5895574Z       "requiredStages": [
2026-06-16T09:36:12.5895684Z         "impl",
2026-06-16T09:36:12.5895787Z         "unit",
2026-06-16T09:36:12.5895897Z         "int"
2026-06-16T09:36:12.5896002Z       ],
2026-06-16T09:36:12.5896104Z       "stages": {
2026-06-16T09:36:12.5896219Z         "doc": {
2026-06-16T09:36:12.5896354Z           "complete": false,
2026-06-16T09:36:12.5900465Z           "evidence": []
2026-06-16T09:36:12.5900597Z         },
2026-06-16T09:36:12.5900718Z         "impl": {
2026-06-16T09:36:12.5900864Z           "complete": true,
2026-06-16T09:36:12.5900989Z           "evidence": [
2026-06-16T09:36:12.5901095Z             {
2026-06-16T09:36:12.5901287Z               "path": "crates/spt-live/src/psyche.rs",
2026-06-16T09:36:12.5901412Z               "line": 19
2026-06-16T09:36:12.5901510Z             },
2026-06-16T09:36:12.5901614Z             {
2026-06-16T09:36:12.5901802Z               "path": "crates/spt/src/api/live.rs",
2026-06-16T09:36:12.5901920Z               "line": 12
2026-06-16T09:36:12.5902026Z             },
2026-06-16T09:36:12.5902140Z             {
2026-06-16T09:36:12.5902336Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.5902464Z               "line": 233
2026-06-16T09:36:12.5902573Z             }
2026-06-16T09:36:12.5902674Z           ]
2026-06-16T09:36:12.5902764Z         },
2026-06-16T09:36:12.5902883Z         "int": {
2026-06-16T09:36:12.5903004Z           "complete": true,
2026-06-16T09:36:12.5903126Z           "evidence": [
2026-06-16T09:36:12.5903236Z             {
2026-06-16T09:36:12.5903436Z               "path": "crates/spt/tests/contract_e2e.rs",
2026-06-16T09:36:12.5903561Z               "line": 259
2026-06-16T09:36:12.5903661Z             }
2026-06-16T09:36:12.5903770Z           ]
2026-06-16T09:36:12.5903871Z         },
2026-06-16T09:36:12.5903985Z         "unit": {
2026-06-16T09:36:12.5904122Z           "complete": true,
2026-06-16T09:36:12.5904231Z           "evidence": [
2026-06-16T09:36:12.5904337Z             {
2026-06-16T09:36:12.5904532Z               "path": "crates/spt-live/src/psyche.rs",
2026-06-16T09:36:12.5904656Z               "line": 161
2026-06-16T09:36:12.5904765Z             },
2026-06-16T09:36:12.5904866Z             {
2026-06-16T09:36:12.5905056Z               "path": "crates/spt-live/src/psyche.rs",
2026-06-16T09:36:12.5905176Z               "line": 168
2026-06-16T09:36:12.5905281Z             },
2026-06-16T09:36:12.5905385Z             {
2026-06-16T09:36:12.5905567Z               "path": "crates/spt-live/src/psyche.rs",
2026-06-16T09:36:12.5905681Z               "line": 191
2026-06-16T09:36:12.5905786Z             },
2026-06-16T09:36:12.5905892Z             {
2026-06-16T09:36:12.5906067Z               "path": "crates/spt-live/src/pulse.rs",
2026-06-16T09:36:12.5906192Z               "line": 106
2026-06-16T09:36:12.5906296Z             },
2026-06-16T09:36:12.5906400Z             {
2026-06-16T09:36:12.5906571Z               "path": "crates/spt-live/src/pulse.rs",
2026-06-16T09:36:12.5906693Z               "line": 137
2026-06-16T09:36:12.5906798Z             },
2026-06-16T09:36:12.5907065Z             {
2026-06-16T09:36:12.5907256Z               "path": "crates/spt-live/src/pulse.rs",
2026-06-16T09:36:12.5907375Z               "line": 161
2026-06-16T09:36:12.5907476Z             }
2026-06-16T09:36:12.5907581Z           ]
2026-06-16T09:36:12.5907689Z         }
2026-06-16T09:36:12.5907885Z       }
2026-06-16T09:36:12.5907990Z     },
2026-06-16T09:36:12.5908101Z     {
2026-06-16T09:36:12.5908234Z       "id": "REQ-SEAM-RESUME",
2026-06-16T09:36:12.5908592Z       "title": "resume-session seam (fresh-with-preload / continue-existing)",
2026-06-16T09:36:12.5908717Z       "requiredStages": [
2026-06-16T09:36:12.5908834Z         "impl",
2026-06-16T09:36:12.5909064Z         "unit"
2026-06-16T09:36:12.5909159Z       ],
2026-06-16T09:36:12.5909267Z       "stages": {
2026-06-16T09:36:12.5909372Z         "doc": {
2026-06-16T09:36:12.5909508Z           "complete": false,
2026-06-16T09:36:12.5909632Z           "evidence": []
2026-06-16T09:36:12.5909738Z         },
2026-06-16T09:36:12.5909865Z         "impl": {
2026-06-16T09:36:12.5909995Z           "complete": true,
2026-06-16T09:36:12.5910119Z           "evidence": [
2026-06-16T09:36:12.5910218Z             {
2026-06-16T09:36:12.5910400Z               "path": "crates/spt-live/src/resume.rs",
2026-06-16T09:36:12.5910519Z               "line": 19
2026-06-16T09:36:12.5910624Z             }
2026-06-16T09:36:12.5910729Z           ]
2026-06-16T09:36:12.5910824Z         },
2026-06-16T09:36:12.5910934Z         "int": {
2026-06-16T09:36:12.5911063Z           "complete": false,
2026-06-16T09:36:12.5911191Z           "evidence": []
2026-06-16T09:36:12.5911287Z         },
2026-06-16T09:36:12.5911392Z         "unit": {
2026-06-16T09:36:12.5911520Z           "complete": true,
2026-06-16T09:36:12.5911636Z           "evidence": [
2026-06-16T09:36:12.5911739Z             {
2026-06-16T09:36:12.5911920Z               "path": "crates/spt-live/src/resume.rs",
2026-06-16T09:36:12.5912047Z               "line": 201
2026-06-16T09:36:12.5912151Z             },
2026-06-16T09:36:12.5912256Z             {
2026-06-16T09:36:12.5912441Z               "path": "crates/spt-live/src/resume.rs",
2026-06-16T09:36:12.5912561Z               "line": 223
2026-06-16T09:36:12.5912671Z             },
2026-06-16T09:36:12.5912775Z             {
2026-06-16T09:36:12.5912957Z               "path": "crates/spt-live/src/resume.rs",
2026-06-16T09:36:12.5913075Z               "line": 244
2026-06-16T09:36:12.5913191Z             }
2026-06-16T09:36:12.5913300Z           ]
2026-06-16T09:36:12.5913404Z         }
2026-06-16T09:36:12.5913511Z       }
2026-06-16T09:36:12.5913610Z     },
2026-06-16T09:36:12.5913715Z     {
2026-06-16T09:36:12.5913845Z       "id": "REQ-SEAM-SPAWN",
2026-06-16T09:36:12.5913991Z       "title": "spawn-session seam",
2026-06-16T09:36:12.5914121Z       "requiredStages": [
2026-06-16T09:36:12.5914231Z         "impl",
2026-06-16T09:36:12.5914335Z         "unit"
2026-06-16T09:36:12.5914441Z       ],
2026-06-16T09:36:12.5914551Z       "stages": {
2026-06-16T09:36:12.5914663Z         "doc": {
2026-06-16T09:36:12.5914791Z           "complete": false,
2026-06-16T09:36:12.5914916Z           "evidence": []
2026-06-16T09:36:12.5915020Z         },
2026-06-16T09:36:12.5915130Z         "impl": {
2026-06-16T09:36:12.5915255Z           "complete": true,
2026-06-16T09:36:12.5915377Z           "evidence": [
2026-06-16T09:36:12.5915488Z             {
2026-06-16T09:36:12.5915702Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.5915817Z               "line": 20
2026-06-16T09:36:12.5915917Z             }
2026-06-16T09:36:12.5916031Z           ]
2026-06-16T09:36:12.5916137Z         },
2026-06-16T09:36:12.5916251Z         "int": {
2026-06-16T09:36:12.5916380Z           "complete": false,
2026-06-16T09:36:12.5916504Z           "evidence": []
2026-06-16T09:36:12.5916618Z         },
2026-06-16T09:36:12.5916724Z         "unit": {
2026-06-16T09:36:12.5916856Z           "complete": true,
2026-06-16T09:36:12.5916965Z           "evidence": [
2026-06-16T09:36:12.5917075Z             {
2026-06-16T09:36:12.5917406Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.5917582Z               "line": 435
2026-06-16T09:36:12.5917688Z             },
2026-06-16T09:36:12.5917793Z             {
2026-06-16T09:36:12.5917969Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.5918183Z               "line": 442
2026-06-16T09:36:12.5918293Z             },
2026-06-16T09:36:12.5918403Z             {
2026-06-16T09:36:12.5918574Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.5918694Z               "line": 452
2026-06-16T09:36:12.5918794Z             },
2026-06-16T09:36:12.5918903Z             {
2026-06-16T09:36:12.5919117Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.5919243Z               "line": 458
2026-06-16T09:36:12.5919348Z             },
2026-06-16T09:36:12.5919471Z             {
2026-06-16T09:36:12.5919634Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.5919742Z               "line": 483
2026-06-16T09:36:12.5919856Z             },
2026-06-16T09:36:12.5919956Z             {
2026-06-16T09:36:12.5920111Z               "path": "crates/spt-runtime/src/runtime.rs",
2026-06-16T09:36:12.5920216Z               "line": 520
2026-06-16T09:36:12.5920322Z             }
2026-06-16T09:36:12.5920444Z           ]
2026-06-16T09:36:12.5920550Z         }
2026-06-16T09:36:12.5920655Z       }
2026-06-16T09:36:12.5920759Z     },
2026-06-16T09:36:12.5920865Z     {
2026-06-16T09:36:12.5920989Z       "id": "REQ-SEAM-UPDATE",
2026-06-16T09:36:12.5921213Z       "title": "Adapter-update avenue (file-pull / delegated command)",
2026-06-16T09:36:12.5921327Z       "requiredStages": [
2026-06-16T09:36:12.5921436Z         "impl",
2026-06-16T09:36:12.5921547Z         "unit"
2026-06-16T09:36:12.5921651Z       ],
2026-06-16T09:36:12.5921770Z       "stages": {
2026-06-16T09:36:12.5921876Z         "doc": {
2026-06-16T09:36:12.5921998Z           "complete": false,
2026-06-16T09:36:12.5922129Z           "evidence": []
2026-06-16T09:36:12.5922239Z         },
2026-06-16T09:36:12.5922351Z         "impl": {
2026-06-16T09:36:12.5922470Z           "complete": true,
2026-06-16T09:36:12.5922584Z           "evidence": [
2026-06-16T09:36:12.5922682Z             {
2026-06-16T09:36:12.5922865Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.5922983Z               "line": 28
2026-06-16T09:36:12.5923083Z             },
2026-06-16T09:36:12.5923184Z             {
2026-06-16T09:36:12.5923354Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.5923475Z               "line": 83
2026-06-16T09:36:12.5923580Z             }
2026-06-16T09:36:12.5923683Z           ]
2026-06-16T09:36:12.5923785Z         },
2026-06-16T09:36:12.5923884Z         "int": {
2026-06-16T09:36:12.5924013Z           "complete": false,
2026-06-16T09:36:12.5924119Z           "evidence": []
2026-06-16T09:36:12.5924223Z         },
2026-06-16T09:36:12.5924313Z         "unit": {
2026-06-16T09:36:12.5924443Z           "complete": true,
2026-06-16T09:36:12.5924561Z           "evidence": [
2026-06-16T09:36:12.5924662Z             {
2026-06-16T09:36:12.5924838Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.5924947Z               "line": 286
2026-06-16T09:36:12.5925058Z             },
2026-06-16T09:36:12.5925162Z             {
2026-06-16T09:36:12.5925347Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.5925468Z               "line": 297
2026-06-16T09:36:12.5925571Z             }
2026-06-16T09:36:12.5925676Z           ]
2026-06-16T09:36:12.5925781Z         }
2026-06-16T09:36:12.5925890Z       }
2026-06-16T09:36:12.5925991Z     },
2026-06-16T09:36:12.5926101Z     {
2026-06-16T09:36:12.5926229Z       "id": "REQ-SEC-1",
2026-06-16T09:36:12.5926702Z       "title": "Per-endpoint access whitelist: origin-node gate, stateful-firewall (reply/outbound exempt), node-now/user-later, outer gate before grants",
2026-06-16T09:36:12.5926931Z       "requiredStages": [
2026-06-16T09:36:12.5927035Z         "impl",
2026-06-16T09:36:12.5927144Z         "unit"
2026-06-16T09:36:12.5927240Z       ],
2026-06-16T09:36:12.5927355Z       "stages": {
2026-06-16T09:36:12.5927459Z         "doc": {
2026-06-16T09:36:12.5927582Z           "complete": false,
2026-06-16T09:36:12.5927809Z           "evidence": []
2026-06-16T09:36:12.5927904Z         },
2026-06-16T09:36:12.5928015Z         "impl": {
2026-06-16T09:36:12.5928133Z           "complete": true,
2026-06-16T09:36:12.5928253Z           "evidence": [
2026-06-16T09:36:12.5928353Z             {
2026-06-16T09:36:12.5928514Z               "path": "crates/spt-daemon/src/access.rs",
2026-06-16T09:36:12.5928625Z               "line": 86
2026-06-16T09:36:12.5928729Z             },
2026-06-16T09:36:12.5928834Z             {
2026-06-16T09:36:12.5929072Z               "path": "crates/spt-daemon/src/access.rs",
2026-06-16T09:36:12.5929192Z               "line": 116
2026-06-16T09:36:12.5929301Z             },
2026-06-16T09:36:12.5929397Z             {
2026-06-16T09:36:12.5929555Z               "path": "crates/spt-daemon/src/access.rs",
2026-06-16T09:36:12.5929673Z               "line": 130
2026-06-16T09:36:12.5929778Z             },
2026-06-16T09:36:12.5929889Z             {
2026-06-16T09:36:12.5930036Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5930161Z               "line": 109
2026-06-16T09:36:12.5930265Z             },
2026-06-16T09:36:12.5930373Z             {
2026-06-16T09:36:12.5930521Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5930648Z               "line": 130
2026-06-16T09:36:12.5930762Z             },
2026-06-16T09:36:12.5930868Z             {
2026-06-16T09:36:12.5931028Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5931139Z               "line": 143
2026-06-16T09:36:12.5931272Z             },
2026-06-16T09:36:12.5931376Z             {
2026-06-16T09:36:12.5931535Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5931658Z               "line": 209
2026-06-16T09:36:12.5931759Z             },
2026-06-16T09:36:12.5931868Z             {
2026-06-16T09:36:12.5932011Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5932131Z               "line": 235
2026-06-16T09:36:12.5932235Z             },
2026-06-16T09:36:12.5932340Z             {
2026-06-16T09:36:12.5932484Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5932588Z               "line": 4913
2026-06-16T09:36:12.5932689Z             }
2026-06-16T09:36:12.5932784Z           ]
2026-06-16T09:36:12.5932892Z         },
2026-06-16T09:36:12.5932997Z         "int": {
2026-06-16T09:36:12.5933121Z           "complete": false,
2026-06-16T09:36:12.5933242Z           "evidence": []
2026-06-16T09:36:12.5933343Z         },
2026-06-16T09:36:12.5933458Z         "unit": {
2026-06-16T09:36:12.5933581Z           "complete": true,
2026-06-16T09:36:12.5933701Z           "evidence": [
2026-06-16T09:36:12.5933806Z             {
2026-06-16T09:36:12.5933958Z               "path": "crates/spt-daemon/src/access.rs",
2026-06-16T09:36:12.5934078Z               "line": 142
2026-06-16T09:36:12.5934173Z             },
2026-06-16T09:36:12.5934282Z             {
2026-06-16T09:36:12.5934430Z               "path": "crates/spt-daemon/src/access.rs",
2026-06-16T09:36:12.5934539Z               "line": 194
2026-06-16T09:36:12.5934636Z             },
2026-06-16T09:36:12.5934750Z             {
2026-06-16T09:36:12.5934902Z               "path": "crates/spt-daemon/src/access.rs",
2026-06-16T09:36:12.5935008Z               "line": 235
2026-06-16T09:36:12.5935106Z             },
2026-06-16T09:36:12.5935212Z             {
2026-06-16T09:36:12.5935365Z               "path": "crates/spt-daemon/tests/access.rs",
2026-06-16T09:36:12.5935465Z               "line": 140
2026-06-16T09:36:12.5935576Z             },
2026-06-16T09:36:12.5935680Z             {
2026-06-16T09:36:12.5935821Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5936047Z               "line": 247
2026-06-16T09:36:12.5936145Z             },
2026-06-16T09:36:12.5936255Z             {
2026-06-16T09:36:12.5936403Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5936522Z               "line": 277
2026-06-16T09:36:12.5936637Z             },
2026-06-16T09:36:12.5936832Z             {
2026-06-16T09:36:12.5936990Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5937103Z               "line": 310
2026-06-16T09:36:12.5937210Z             },
2026-06-16T09:36:12.5937318Z             {
2026-06-16T09:36:12.5937466Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5937582Z               "line": 329
2026-06-16T09:36:12.5937685Z             },
2026-06-16T09:36:12.5937786Z             {
2026-06-16T09:36:12.5937929Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5938052Z               "line": 362
2026-06-16T09:36:12.5938161Z             },
2026-06-16T09:36:12.5938265Z             {
2026-06-16T09:36:12.5938411Z               "path": "crates/spt-store/src/access.rs",
2026-06-16T09:36:12.5938517Z               "line": 386
2026-06-16T09:36:12.5938617Z             },
2026-06-16T09:36:12.5938721Z             {
2026-06-16T09:36:12.5938865Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5939050Z               "line": 7160
2026-06-16T09:36:12.5939157Z             }
2026-06-16T09:36:12.5939266Z           ]
2026-06-16T09:36:12.5939365Z         }
2026-06-16T09:36:12.5939481Z       }
2026-06-16T09:36:12.5939585Z     },
2026-06-16T09:36:12.5939690Z     {
2026-06-16T09:36:12.5939810Z       "id": "REQ-SHELL-1",
2026-06-16T09:36:12.5940759Z       "title": "Shell hosting machinery: shell perch under the owner (type/owner/adapter_name/status/alias), broker-launched binary + api bind local-link handshake, the three channels (command durable, text+file durable + progress-queryable, sensory REST-only never spooled + dropped-unless-owner-live), owner exclusivity (CONTEXT Shell model)",
2026-06-16T09:36:12.5940886Z       "requiredStages": [
2026-06-16T09:36:12.5940990Z         "impl",
2026-06-16T09:36:12.5941095Z         "unit",
2026-06-16T09:36:12.5941198Z         "int"
2026-06-16T09:36:12.5941302Z       ],
2026-06-16T09:36:12.5941413Z       "stages": {
2026-06-16T09:36:12.5941522Z         "doc": {
2026-06-16T09:36:12.5941646Z           "complete": false,
2026-06-16T09:36:12.5941752Z           "evidence": []
2026-06-16T09:36:12.5941860Z         },
2026-06-16T09:36:12.5941961Z         "impl": {
2026-06-16T09:36:12.5942095Z           "complete": true,
2026-06-16T09:36:12.5942213Z           "evidence": [
2026-06-16T09:36:12.5942309Z             {
2026-06-16T09:36:12.5942476Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.5942581Z               "line": 189
2026-06-16T09:36:12.5942700Z             },
2026-06-16T09:36:12.5942809Z             {
2026-06-16T09:36:12.5942964Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.5943081Z               "line": 268
2026-06-16T09:36:12.5943191Z             },
2026-06-16T09:36:12.5943298Z             {
2026-06-16T09:36:12.5943448Z               "path": "crates/spt-daemon/src/shellchan.rs",
2026-06-16T09:36:12.5943571Z               "line": 27
2026-06-16T09:36:12.5943681Z             },
2026-06-16T09:36:12.5943784Z             {
2026-06-16T09:36:12.5943951Z               "path": "crates/spt-daemon/src/shellchan.rs",
2026-06-16T09:36:12.5944052Z               "line": 52
2026-06-16T09:36:12.5944155Z             },
2026-06-16T09:36:12.5944261Z             {
2026-06-16T09:36:12.5944413Z               "path": "crates/spt-daemon/src/shellchan.rs",
2026-06-16T09:36:12.5944527Z               "line": 144
2026-06-16T09:36:12.5944633Z             },
2026-06-16T09:36:12.5944738Z             {
2026-06-16T09:36:12.5944886Z               "path": "crates/spt-daemon/src/shellchan.rs",
2026-06-16T09:36:12.5945000Z               "line": 176
2026-06-16T09:36:12.5945099Z             },
2026-06-16T09:36:12.5945201Z             {
2026-06-16T09:36:12.5945457Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5945568Z               "line": 22
2026-06-16T09:36:12.5945671Z             },
2026-06-16T09:36:12.5945762Z             {
2026-06-16T09:36:12.5945925Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5946131Z               "line": 65
2026-06-16T09:36:12.5946245Z             },
2026-06-16T09:36:12.5946353Z             {
2026-06-16T09:36:12.5946501Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5946611Z               "line": 76
2026-06-16T09:36:12.5946720Z             },
2026-06-16T09:36:12.5946830Z             {
2026-06-16T09:36:12.5946978Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5947097Z               "line": 150
2026-06-16T09:36:12.5947207Z             },
2026-06-16T09:36:12.5947311Z             {
2026-06-16T09:36:12.5947465Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5947578Z               "line": 209
2026-06-16T09:36:12.5947683Z             },
2026-06-16T09:36:12.5947784Z             {
2026-06-16T09:36:12.5947936Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5948056Z               "line": 254
2026-06-16T09:36:12.5948156Z             },
2026-06-16T09:36:12.5948265Z             {
2026-06-16T09:36:12.5948409Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5948532Z               "line": 276
2026-06-16T09:36:12.5948640Z             },
2026-06-16T09:36:12.5948745Z             {
2026-06-16T09:36:12.5948896Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5949077Z               "line": 289
2026-06-16T09:36:12.5949187Z             },
2026-06-16T09:36:12.5949291Z             {
2026-06-16T09:36:12.5949440Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.5949563Z               "line": 217
2026-06-16T09:36:12.5949664Z             },
2026-06-16T09:36:12.5949773Z             {
2026-06-16T09:36:12.5949911Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.5950027Z               "line": 233
2026-06-16T09:36:12.5950131Z             },
2026-06-16T09:36:12.5950230Z             {
2026-06-16T09:36:12.5950394Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.5950502Z               "line": 41
2026-06-16T09:36:12.5950603Z             },
2026-06-16T09:36:12.5950704Z             {
2026-06-16T09:36:12.5950860Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.5950971Z               "line": 222
2026-06-16T09:36:12.5951074Z             },
2026-06-16T09:36:12.5951180Z             {
2026-06-16T09:36:12.5951329Z               "path": "crates/spt/src/api/delivery.rs",
2026-06-16T09:36:12.5951441Z               "line": 173
2026-06-16T09:36:12.5951531Z             },
2026-06-16T09:36:12.5951641Z             {
2026-06-16T09:36:12.5951782Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.5951901Z               "line": 346
2026-06-16T09:36:12.5952007Z             },
2026-06-16T09:36:12.5952115Z             {
2026-06-16T09:36:12.5952260Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.5952374Z               "line": 411
2026-06-16T09:36:12.5952487Z             },
2026-06-16T09:36:12.5952594Z             {
2026-06-16T09:36:12.5952745Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5952865Z               "line": 329
2026-06-16T09:36:12.5952965Z             },
2026-06-16T09:36:12.5953069Z             {
2026-06-16T09:36:12.5953199Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5953322Z               "line": 5657
2026-06-16T09:36:12.5953422Z             },
2026-06-16T09:36:12.5953533Z             {
2026-06-16T09:36:12.5953660Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5953775Z               "line": 5807
2026-06-16T09:36:12.5953891Z             },
2026-06-16T09:36:12.5953994Z             {
2026-06-16T09:36:12.5954245Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5954363Z               "line": 5983
2026-06-16T09:36:12.5954468Z             }
2026-06-16T09:36:12.5954578Z           ]
2026-06-16T09:36:12.5954682Z         },
2026-06-16T09:36:12.5954782Z         "int": {
2026-06-16T09:36:12.5954992Z           "complete": true,
2026-06-16T09:36:12.5955102Z           "evidence": [
2026-06-16T09:36:12.5955207Z             {
2026-06-16T09:36:12.5955373Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.5955494Z               "line": 709
2026-06-16T09:36:12.5955598Z             },
2026-06-16T09:36:12.5955708Z             {
2026-06-16T09:36:12.5955870Z               "path": "crates/spt-daemon/tests/shellchan.rs",
2026-06-16T09:36:12.5955993Z               "line": 8
2026-06-16T09:36:12.5956109Z             },
2026-06-16T09:36:12.5956213Z             {
2026-06-16T09:36:12.5956376Z               "path": "crates/spt-daemon/tests/shellchan.rs",
2026-06-16T09:36:12.5956490Z               "line": 49
2026-06-16T09:36:12.5956600Z             },
2026-06-16T09:36:12.5956701Z             {
2026-06-16T09:36:12.5956856Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5956979Z               "line": 776
2026-06-16T09:36:12.5957085Z             },
2026-06-16T09:36:12.5957199Z             {
2026-06-16T09:36:12.5957347Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5957466Z               "line": 1211
2026-06-16T09:36:12.5957575Z             },
2026-06-16T09:36:12.5957677Z             {
2026-06-16T09:36:12.5957834Z               "path": "crates/spt/tests/notify_shell_e2e.rs",
2026-06-16T09:36:12.5957943Z               "line": 17
2026-06-16T09:36:12.5958053Z             },
2026-06-16T09:36:12.5958153Z             {
2026-06-16T09:36:12.5958301Z               "path": "crates/spt/tests/shell_e2e.rs",
2026-06-16T09:36:12.5958411Z               "line": 14
2026-06-16T09:36:12.5958520Z             }
2026-06-16T09:36:12.5958626Z           ]
2026-06-16T09:36:12.5958726Z         },
2026-06-16T09:36:12.5958830Z         "unit": {
2026-06-16T09:36:12.5959008Z           "complete": true,
2026-06-16T09:36:12.5959129Z           "evidence": [
2026-06-16T09:36:12.5959233Z             {
2026-06-16T09:36:12.5959391Z               "path": "crates/spt-daemon/src/shellchan.rs",
2026-06-16T09:36:12.5959537Z               "line": 246
2026-06-16T09:36:12.5959642Z             },
2026-06-16T09:36:12.5959747Z             {
2026-06-16T09:36:12.5959894Z               "path": "crates/spt-daemon/src/shellchan.rs",
2026-06-16T09:36:12.5960009Z               "line": 279
2026-06-16T09:36:12.5960113Z             },
2026-06-16T09:36:12.5960214Z             {
2026-06-16T09:36:12.5960367Z               "path": "crates/spt-daemon/src/shellchan.rs",
2026-06-16T09:36:12.5960485Z               "line": 319
2026-06-16T09:36:12.5960601Z             },
2026-06-16T09:36:12.5960715Z             {
2026-06-16T09:36:12.5960868Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5960982Z               "line": 594
2026-06-16T09:36:12.5961096Z             },
2026-06-16T09:36:12.5961207Z             {
2026-06-16T09:36:12.5961348Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5961459Z               "line": 667
2026-06-16T09:36:12.5961574Z             },
2026-06-16T09:36:12.5961677Z             {
2026-06-16T09:36:12.5961827Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5961950Z               "line": 811
2026-06-16T09:36:12.5962068Z             },
2026-06-16T09:36:12.5962168Z             {
2026-06-16T09:36:12.5962318Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.5962432Z               "line": 595
2026-06-16T09:36:12.5962538Z             },
2026-06-16T09:36:12.5962642Z             {
2026-06-16T09:36:12.5962800Z               "path": "crates/spt-store/src/shellinfo.rs",
2026-06-16T09:36:12.5962915Z               "line": 399
2026-06-16T09:36:12.5963024Z             },
2026-06-16T09:36:12.5963244Z             {
2026-06-16T09:36:12.5963386Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5963515Z               "line": 7802
2026-06-16T09:36:12.5963610Z             },
2026-06-16T09:36:12.5963715Z             {
2026-06-16T09:36:12.5963968Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5964084Z               "line": 8126
2026-06-16T09:36:12.5964192Z             },
2026-06-16T09:36:12.5964297Z             {
2026-06-16T09:36:12.5964432Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5964549Z               "line": 8543
2026-06-16T09:36:12.5964653Z             }
2026-06-16T09:36:12.5964759Z           ]
2026-06-16T09:36:12.5964866Z         }
2026-06-16T09:36:12.5964975Z       }
2026-06-16T09:36:12.5965076Z     },
2026-06-16T09:36:12.5965186Z     {
2026-06-16T09:36:12.5965309Z       "id": "REQ-SHELL-2",
2026-06-16T09:36:12.5966994Z       "title": "Shell sleep/wake: link-break always closes the binary (pre-close instruction + termination timeout), ephemeral teardown vs persistent offline/relink, wake_command wake-watcher (offline-only, exit-opcode supervision, exponential backoff + give-up), state-keyed wake resolution (dormant/suspended/active-elsewhere; no-reachable refuses — spawn-anywhere branch deferred), spt shutdown owner cascade + api owner-shutdown gated by can_shutdown (CONTEXT Shell sleep/wake)",
2026-06-16T09:36:12.5967140Z       "requiredStages": [
2026-06-16T09:36:12.5967251Z         "impl",
2026-06-16T09:36:12.5967356Z         "unit",
2026-06-16T09:36:12.5967464Z         "int"
2026-06-16T09:36:12.5967568Z       ],
2026-06-16T09:36:12.5967674Z       "stages": {
2026-06-16T09:36:12.5967774Z         "doc": {
2026-06-16T09:36:12.5967902Z           "complete": false,
2026-06-16T09:36:12.5968022Z           "evidence": []
2026-06-16T09:36:12.5968131Z         },
2026-06-16T09:36:12.5968237Z         "impl": {
2026-06-16T09:36:12.5968360Z           "complete": true,
2026-06-16T09:36:12.5968483Z           "evidence": [
2026-06-16T09:36:12.5968604Z             {
2026-06-16T09:36:12.5968770Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.5968876Z               "line": 217
2026-06-16T09:36:12.5969057Z             },
2026-06-16T09:36:12.5969157Z             {
2026-06-16T09:36:12.5969319Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.5969442Z               "line": 403
2026-06-16T09:36:12.5969548Z             },
2026-06-16T09:36:12.5969652Z             {
2026-06-16T09:36:12.5969798Z               "path": "crates/spt-daemon/src/grants.rs",
2026-06-16T09:36:12.5969923Z               "line": 250
2026-06-16T09:36:12.5970030Z             },
2026-06-16T09:36:12.5970135Z             {
2026-06-16T09:36:12.5970289Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.5970411Z               "line": 353
2026-06-16T09:36:12.5970517Z             },
2026-06-16T09:36:12.5970622Z             {
2026-06-16T09:36:12.5970779Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.5970898Z               "line": 30
2026-06-16T09:36:12.5971003Z             },
2026-06-16T09:36:12.5971114Z             {
2026-06-16T09:36:12.5971261Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.5971385Z               "line": 409
2026-06-16T09:36:12.5971495Z             },
2026-06-16T09:36:12.5971604Z             {
2026-06-16T09:36:12.5971762Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.5971871Z               "line": 445
2026-06-16T09:36:12.5971990Z             },
2026-06-16T09:36:12.5972096Z             {
2026-06-16T09:36:12.5972252Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.5972373Z               "line": 660
2026-06-16T09:36:12.5972478Z             },
2026-06-16T09:36:12.5972580Z             {
2026-06-16T09:36:12.5972733Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.5972851Z               "line": 348
2026-06-16T09:36:12.5973074Z             },
2026-06-16T09:36:12.5973189Z             {
2026-06-16T09:36:12.5973331Z               "path": "crates/spt-daemon/src/shellchan.rs",
2026-06-16T09:36:12.5973455Z               "line": 115
2026-06-16T09:36:12.5973564Z             },
2026-06-16T09:36:12.5973666Z             {
2026-06-16T09:36:12.5973932Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5974038Z               "line": 120
2026-06-16T09:36:12.5974157Z             },
2026-06-16T09:36:12.5974261Z             {
2026-06-16T09:36:12.5974405Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5974533Z               "line": 369
2026-06-16T09:36:12.5974634Z             },
2026-06-16T09:36:12.5974747Z             {
2026-06-16T09:36:12.5974896Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5975021Z               "line": 495
2026-06-16T09:36:12.5975133Z             },
2026-06-16T09:36:12.5975232Z             {
2026-06-16T09:36:12.5975389Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5975497Z               "line": 24
2026-06-16T09:36:12.5975602Z             },
2026-06-16T09:36:12.5975699Z             {
2026-06-16T09:36:12.5975850Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5975975Z               "line": 76
2026-06-16T09:36:12.5976079Z             },
2026-06-16T09:36:12.5976188Z             {
2026-06-16T09:36:12.5976337Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5976460Z               "line": 154
2026-06-16T09:36:12.5976567Z             },
2026-06-16T09:36:12.5976670Z             {
2026-06-16T09:36:12.5976818Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5976934Z               "line": 177
2026-06-16T09:36:12.5977038Z             },
2026-06-16T09:36:12.5977147Z             {
2026-06-16T09:36:12.5977295Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5977400Z               "line": 273
2026-06-16T09:36:12.5977516Z             },
2026-06-16T09:36:12.5977619Z             {
2026-06-16T09:36:12.5977763Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5977869Z               "line": 455
2026-06-16T09:36:12.5977972Z             },
2026-06-16T09:36:12.5978080Z             {
2026-06-16T09:36:12.5978225Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5978334Z               "line": 537
2026-06-16T09:36:12.5978438Z             },
2026-06-16T09:36:12.5978544Z             {
2026-06-16T09:36:12.5978715Z               "path": "crates/spt-net/src/net/shelllink.rs",
2026-06-16T09:36:12.5978816Z               "line": 27
2026-06-16T09:36:12.5978925Z             },
2026-06-16T09:36:12.5979106Z             {
2026-06-16T09:36:12.5979249Z               "path": "crates/spt-net/src/net/shelllink.rs",
2026-06-16T09:36:12.5979368Z               "line": 48
2026-06-16T09:36:12.5979474Z             },
2026-06-16T09:36:12.5979578Z             {
2026-06-16T09:36:12.5979722Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.5979846Z               "line": 513
2026-06-16T09:36:12.5979950Z             },
2026-06-16T09:36:12.5980051Z             {
2026-06-16T09:36:12.5980184Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5980307Z               "line": 1720
2026-06-16T09:36:12.5980417Z             },
2026-06-16T09:36:12.5980520Z             {
2026-06-16T09:36:12.5980652Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5980772Z               "line": 5671
2026-06-16T09:36:12.5980872Z             },
2026-06-16T09:36:12.5980976Z             {
2026-06-16T09:36:12.5981106Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5981229Z               "line": 5732
2026-06-16T09:36:12.5981334Z             },
2026-06-16T09:36:12.5981435Z             {
2026-06-16T09:36:12.5981563Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5981679Z               "line": 5760
2026-06-16T09:36:12.5981897Z             },
2026-06-16T09:36:12.5981998Z             {
2026-06-16T09:36:12.5982126Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5982240Z               "line": 5814
2026-06-16T09:36:12.5982346Z             },
2026-06-16T09:36:12.5982455Z             {
2026-06-16T09:36:12.5982680Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5982797Z               "line": 6069
2026-06-16T09:36:12.5982904Z             },
2026-06-16T09:36:12.5983014Z             {
2026-06-16T09:36:12.5983140Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5983264Z               "line": 6129
2026-06-16T09:36:12.5986672Z             },
2026-06-16T09:36:12.5986807Z             {
2026-06-16T09:36:12.5986968Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.5987088Z               "line": 298
2026-06-16T09:36:12.5987202Z             },
2026-06-16T09:36:12.5987302Z             {
2026-06-16T09:36:12.5987456Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.5987584Z               "line": 339
2026-06-16T09:36:12.5987689Z             }
2026-06-16T09:36:12.5987790Z           ]
2026-06-16T09:36:12.5987893Z         },
2026-06-16T09:36:12.5987999Z         "int": {
2026-06-16T09:36:12.5988124Z           "complete": true,
2026-06-16T09:36:12.5988246Z           "evidence": [
2026-06-16T09:36:12.5988352Z             {
2026-06-16T09:36:12.5988513Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.5988631Z               "line": 702
2026-06-16T09:36:12.5988737Z             },
2026-06-16T09:36:12.5988837Z             {
2026-06-16T09:36:12.5989061Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5989180Z               "line": 776
2026-06-16T09:36:12.5989284Z             },
2026-06-16T09:36:12.5989391Z             {
2026-06-16T09:36:12.5989542Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.5989657Z               "line": 1211
2026-06-16T09:36:12.5989767Z             },
2026-06-16T09:36:12.5989871Z             {
2026-06-16T09:36:12.5990039Z               "path": "crates/spt/tests/shell_sleepwake_e2e.rs",
2026-06-16T09:36:12.5990153Z               "line": 18
2026-06-16T09:36:12.5990257Z             }
2026-06-16T09:36:12.5990359Z           ]
2026-06-16T09:36:12.5990472Z         },
2026-06-16T09:36:12.5990577Z         "unit": {
2026-06-16T09:36:12.5990692Z           "complete": true,
2026-06-16T09:36:12.5990815Z           "evidence": [
2026-06-16T09:36:12.5990914Z             {
2026-06-16T09:36:12.5991071Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.5991188Z               "line": 744
2026-06-16T09:36:12.5991289Z             },
2026-06-16T09:36:12.5991395Z             {
2026-06-16T09:36:12.5991541Z               "path": "crates/spt-daemon/src/resting.rs",
2026-06-16T09:36:12.5991657Z               "line": 796
2026-06-16T09:36:12.5991771Z             },
2026-06-16T09:36:12.5991875Z             {
2026-06-16T09:36:12.5992029Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5992137Z               "line": 700
2026-06-16T09:36:12.5992239Z             },
2026-06-16T09:36:12.5992348Z             {
2026-06-16T09:36:12.5992500Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5992625Z               "line": 749
2026-06-16T09:36:12.5992729Z             },
2026-06-16T09:36:12.5992834Z             {
2026-06-16T09:36:12.5992972Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.5993096Z               "line": 773
2026-06-16T09:36:12.5993212Z             },
2026-06-16T09:36:12.5993315Z             {
2026-06-16T09:36:12.5993469Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5993574Z               "line": 602
2026-06-16T09:36:12.5993682Z             },
2026-06-16T09:36:12.5993786Z             {
2026-06-16T09:36:12.5993933Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5994050Z               "line": 623
2026-06-16T09:36:12.5994276Z             },
2026-06-16T09:36:12.5994394Z             {
2026-06-16T09:36:12.5994529Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5994647Z               "line": 659
2026-06-16T09:36:12.5994757Z             },
2026-06-16T09:36:12.5994948Z             {
2026-06-16T09:36:12.5995100Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5995210Z               "line": 713
2026-06-16T09:36:12.5995324Z             },
2026-06-16T09:36:12.5995425Z             {
2026-06-16T09:36:12.5995572Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5995677Z               "line": 731
2026-06-16T09:36:12.5995788Z             },
2026-06-16T09:36:12.5995901Z             {
2026-06-16T09:36:12.5996045Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5996165Z               "line": 765
2026-06-16T09:36:12.5996267Z             },
2026-06-16T09:36:12.5996377Z             {
2026-06-16T09:36:12.5996533Z               "path": "crates/spt-daemon/src/shellwake.rs",
2026-06-16T09:36:12.5996646Z               "line": 840
2026-06-16T09:36:12.5996756Z             },
2026-06-16T09:36:12.5996862Z             {
2026-06-16T09:36:12.5997023Z               "path": "crates/spt-net/src/net/shelllink.rs",
2026-06-16T09:36:12.5997133Z               "line": 85
2026-06-16T09:36:12.5997247Z             },
2026-06-16T09:36:12.5997353Z             {
2026-06-16T09:36:12.5997491Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5997614Z               "line": 6960
2026-06-16T09:36:12.5997715Z             },
2026-06-16T09:36:12.5997819Z             {
2026-06-16T09:36:12.5997948Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5998064Z               "line": 7880
2026-06-16T09:36:12.5998173Z             },
2026-06-16T09:36:12.5998268Z             {
2026-06-16T09:36:12.5998407Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5998525Z               "line": 7950
2026-06-16T09:36:12.5998622Z             },
2026-06-16T09:36:12.5998722Z             {
2026-06-16T09:36:12.5998854Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.5999106Z               "line": 7988
2026-06-16T09:36:12.5999210Z             }
2026-06-16T09:36:12.5999321Z           ]
2026-06-16T09:36:12.5999435Z         }
2026-06-16T09:36:12.5999539Z       }
2026-06-16T09:36:12.5999641Z     },
2026-06-16T09:36:12.5999741Z     {
2026-06-16T09:36:12.5999863Z       "id": "REQ-SHELL-3",
2026-06-16T09:36:12.6001811Z       "title": "Drive channel (owner->shell, REST-only, never-spooled, latest-wins): the owner->shell mirror of sensory for continuous real-time control (scroll/crank/stick/avatar) — a [shell.drive] manifest vocab + EVENT_TYPE_DRIVE frame, delivered to the ONLINE binary only via a single live slot (a new frame supersedes an undelivered one — no spool, no queue, no replay on relink), dropped-with-diagnostic if the shell is offline; cross-node rides the ephemeral link (REST class), never the durable shell spool. Commands = discrete+durable; drive = continuous+ephemeral (CONTEXT:260, minted 2026-06-11 Gateway grill).",
2026-06-16T09:36:12.6001941Z       "requiredStages": [
2026-06-16T09:36:12.6002054Z         "impl",
2026-06-16T09:36:12.6002159Z         "unit",
2026-06-16T09:36:12.6002274Z         "int"
2026-06-16T09:36:12.6002373Z       ],
2026-06-16T09:36:12.6002484Z       "stages": {
2026-06-16T09:36:12.6002589Z         "doc": {
2026-06-16T09:36:12.6002712Z           "complete": false,
2026-06-16T09:36:12.6002828Z           "evidence": []
2026-06-16T09:36:12.6002936Z         },
2026-06-16T09:36:12.6003045Z         "impl": {
2026-06-16T09:36:12.6003166Z           "complete": true,
2026-06-16T09:36:12.6003275Z           "evidence": [
2026-06-16T09:36:12.6003379Z             {
2026-06-16T09:36:12.6003546Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.6003647Z               "line": 224
2026-06-16T09:36:12.6003748Z             },
2026-06-16T09:36:12.6003857Z             {
2026-06-16T09:36:12.6004129Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6004242Z               "line": 36
2026-06-16T09:36:12.6004346Z             },
2026-06-16T09:36:12.6004446Z             {
2026-06-16T09:36:12.6004602Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6004808Z               "line": 137
2026-06-16T09:36:12.6004916Z             },
2026-06-16T09:36:12.6005021Z             {
2026-06-16T09:36:12.6005175Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6005283Z               "line": 153
2026-06-16T09:36:12.6005399Z             },
2026-06-16T09:36:12.6005513Z             {
2026-06-16T09:36:12.6005660Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6005770Z               "line": 165
2026-06-16T09:36:12.6005875Z             },
2026-06-16T09:36:12.6005975Z             {
2026-06-16T09:36:12.6006118Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6006227Z               "line": 242
2026-06-16T09:36:12.6006334Z             },
2026-06-16T09:36:12.6006438Z             {
2026-06-16T09:36:12.6006591Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6006705Z               "line": 267
2026-06-16T09:36:12.6006818Z             },
2026-06-16T09:36:12.6006922Z             {
2026-06-16T09:36:12.6007074Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6007197Z               "line": 293
2026-06-16T09:36:12.6007302Z             },
2026-06-16T09:36:12.6007413Z             {
2026-06-16T09:36:12.6007554Z               "path": "crates/spt-daemon/src/endpoint.rs",
2026-06-16T09:36:12.6007675Z               "line": 51
2026-06-16T09:36:12.6007779Z             },
2026-06-16T09:36:12.6007888Z             {
2026-06-16T09:36:12.6008031Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.6008140Z               "line": 333
2026-06-16T09:36:12.6008247Z             },
2026-06-16T09:36:12.6008351Z             {
2026-06-16T09:36:12.6008504Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.6008619Z               "line": 373
2026-06-16T09:36:12.6008723Z             },
2026-06-16T09:36:12.6008828Z             {
2026-06-16T09:36:12.6009052Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.6009177Z               "line": 602
2026-06-16T09:36:12.6009277Z             },
2026-06-16T09:36:12.6009386Z             {
2026-06-16T09:36:12.6009539Z               "path": "crates/spt-daemon/src/shellchan.rs",
2026-06-16T09:36:12.6009643Z               "line": 132
2026-06-16T09:36:12.6009752Z             },
2026-06-16T09:36:12.6009857Z             {
2026-06-16T09:36:12.6010005Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.6010118Z               "line": 443
2026-06-16T09:36:12.6010234Z             },
2026-06-16T09:36:12.6010333Z             {
2026-06-16T09:36:12.6010487Z               "path": "crates/spt-proto/src/event.rs",
2026-06-16T09:36:12.6010596Z               "line": 74
2026-06-16T09:36:12.6010700Z             },
2026-06-16T09:36:12.6010806Z             {
2026-06-16T09:36:12.6010954Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.6011072Z               "line": 530
2026-06-16T09:36:12.6011183Z             },
2026-06-16T09:36:12.6011283Z             {
2026-06-16T09:36:12.6011436Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.6011545Z               "line": 392
2026-06-16T09:36:12.6011649Z             },
2026-06-16T09:36:12.6011755Z             {
2026-06-16T09:36:12.6011887Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6012011Z               "line": 5855
2026-06-16T09:36:12.6012116Z             }
2026-06-16T09:36:12.6012219Z           ]
2026-06-16T09:36:12.6012323Z         },
2026-06-16T09:36:12.6012438Z         "int": {
2026-06-16T09:36:12.6012547Z           "complete": true,
2026-06-16T09:36:12.6012656Z           "evidence": [
2026-06-16T09:36:12.6012872Z             {
2026-06-16T09:36:12.6013024Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.6013144Z               "line": 1260
2026-06-16T09:36:12.6013253Z             },
2026-06-16T09:36:12.6013359Z             {
2026-06-16T09:36:12.6013582Z               "path": "crates/spt/tests/drive_e2e.rs",
2026-06-16T09:36:12.6013707Z               "line": 17
2026-06-16T09:36:12.6013811Z             }
2026-06-16T09:36:12.6013916Z           ]
2026-06-16T09:36:12.6014017Z         },
2026-06-16T09:36:12.6014116Z         "unit": {
2026-06-16T09:36:12.6014235Z           "complete": true,
2026-06-16T09:36:12.6014347Z           "evidence": [
2026-06-16T09:36:12.6014449Z             {
2026-06-16T09:36:12.6014599Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6014708Z               "line": 311
2026-06-16T09:36:12.6014821Z             },
2026-06-16T09:36:12.6014921Z             {
2026-06-16T09:36:12.6015072Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6015176Z               "line": 325
2026-06-16T09:36:12.6015276Z             },
2026-06-16T09:36:12.6015382Z             {
2026-06-16T09:36:12.6015514Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6015634Z               "line": 343
2026-06-16T09:36:12.6015744Z             },
2026-06-16T09:36:12.6015848Z             {
2026-06-16T09:36:12.6015992Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6016115Z               "line": 364
2026-06-16T09:36:12.6016230Z             },
2026-06-16T09:36:12.6016340Z             {
2026-06-16T09:36:12.6016487Z               "path": "crates/spt-daemon/src/drivehub.rs",
2026-06-16T09:36:12.6016607Z               "line": 376
2026-06-16T09:36:12.6016711Z             },
2026-06-16T09:36:12.6016811Z             {
2026-06-16T09:36:12.6016960Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.6017079Z               "line": 897
2026-06-16T09:36:12.6017190Z             },
2026-06-16T09:36:12.6017299Z             {
2026-06-16T09:36:12.6017444Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.6017559Z               "line": 957
2026-06-16T09:36:12.6017662Z             },
2026-06-16T09:36:12.6017771Z             {
2026-06-16T09:36:12.6017930Z               "path": "crates/spt-daemon/src/shellchan.rs",
2026-06-16T09:36:12.6018034Z               "line": 338
2026-06-16T09:36:12.6018143Z             },
2026-06-16T09:36:12.6018249Z             {
2026-06-16T09:36:12.6018391Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.6018502Z               "line": 616
2026-06-16T09:36:12.6018606Z             },
2026-06-16T09:36:12.6018715Z             {
2026-06-16T09:36:12.6018840Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6019020Z               "line": 7662
2026-06-16T09:36:12.6019122Z             }
2026-06-16T09:36:12.6019231Z           ]
2026-06-16T09:36:12.6019331Z         }
2026-06-16T09:36:12.6019437Z       }
2026-06-16T09:36:12.6019545Z     },
2026-06-16T09:36:12.6019646Z     {
2026-06-16T09:36:12.6019771Z       "id": "REQ-SHELL-4",
2026-06-16T09:36:12.6021701Z       "title": "Shell tunnel (reliable-ordered opaque byte stream): an owner<->shell link may hold a long-lived, reliable-ordered, link-bound QUIC stream pair carrying opaque wire protocol traffic the channel taxonomy must NOT reinterpret (first consumer usbip URB) — manifest opt-in, not enveloped, not MAC-framed, not spooled; the link lifecycle governs it (a link-break closes the tunnel). Reliable-ordered ⇒ congestion surfaces as lag never loss ⇒ acceptable only on-LAN: the on-LAN posture is documented and the tunnel is NOT proven cross-WAN (CONTEXT:262, minted 2026-06-11 Gateway grill; doyle gate C2).",
2026-06-16T09:36:12.6021833Z       "requiredStages": [
2026-06-16T09:36:12.6021948Z         "doc",
2026-06-16T09:36:12.6022068Z         "impl",
2026-06-16T09:36:12.6022191Z         "unit",
2026-06-16T09:36:12.6022316Z         "int"
2026-06-16T09:36:12.6022538Z       ],
2026-06-16T09:36:12.6022652Z       "stages": {
2026-06-16T09:36:12.6022760Z         "doc": {
2026-06-16T09:36:12.6022883Z           "complete": true,
2026-06-16T09:36:12.6022993Z           "evidence": [
2026-06-16T09:36:12.6023094Z             {
2026-06-16T09:36:12.6023337Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.6023446Z               "line": 262
2026-06-16T09:36:12.6023550Z             },
2026-06-16T09:36:12.6023652Z             {
2026-06-16T09:36:12.6023914Z               "path": "docs/adr/0020-event-envelope-sole-arriving-format-reply-to-removed.md",
2026-06-16T09:36:12.6024028Z               "line": 88
2026-06-16T09:36:12.6024132Z             }
2026-06-16T09:36:12.6024238Z           ]
2026-06-16T09:36:12.6024338Z         },
2026-06-16T09:36:12.6024442Z         "impl": {
2026-06-16T09:36:12.6024548Z           "complete": true,
2026-06-16T09:36:12.6024662Z           "evidence": [
2026-06-16T09:36:12.6024757Z             {
2026-06-16T09:36:12.6024916Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.6025024Z               "line": 238
2026-06-16T09:36:12.6025130Z             },
2026-06-16T09:36:12.6025236Z             {
2026-06-16T09:36:12.6025381Z               "path": "crates/spt-daemon/src/endpoint.rs",
2026-06-16T09:36:12.6025500Z               "line": 61
2026-06-16T09:36:12.6025604Z             },
2026-06-16T09:36:12.6025713Z             {
2026-06-16T09:36:12.6025861Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.6025970Z               "line": 218
2026-06-16T09:36:12.6026074Z             },
2026-06-16T09:36:12.6026181Z             {
2026-06-16T09:36:12.6026332Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.6026447Z               "line": 245
2026-06-16T09:36:12.6026552Z             },
2026-06-16T09:36:12.6026661Z             {
2026-06-16T09:36:12.6026795Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.6026914Z               "line": 549
2026-06-16T09:36:12.6027024Z             },
2026-06-16T09:36:12.6027130Z             {
2026-06-16T09:36:12.6027271Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.6027396Z               "line": 1059
2026-06-16T09:36:12.6027506Z             },
2026-06-16T09:36:12.6027615Z             {
2026-06-16T09:36:12.6027759Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.6027868Z               "line": 1071
2026-06-16T09:36:12.6027971Z             },
2026-06-16T09:36:12.6028076Z             {
2026-06-16T09:36:12.6028218Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.6028336Z               "line": 1112
2026-06-16T09:36:12.6028441Z             },
2026-06-16T09:36:12.6028542Z             {
2026-06-16T09:36:12.6028694Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.6028814Z               "line": 451
2026-06-16T09:36:12.6028918Z             },
2026-06-16T09:36:12.6029090Z             {
2026-06-16T09:36:12.6029252Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6029353Z               "line": 44
2026-06-16T09:36:12.6029462Z             },
2026-06-16T09:36:12.6029562Z             {
2026-06-16T09:36:12.6029725Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6029834Z               "line": 208
2026-06-16T09:36:12.6029938Z             },
2026-06-16T09:36:12.6030044Z             {
2026-06-16T09:36:12.6030192Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6030312Z               "line": 227
2026-06-16T09:36:12.6030411Z             },
2026-06-16T09:36:12.6030525Z             {
2026-06-16T09:36:12.6030674Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6030782Z               "line": 253
2026-06-16T09:36:12.6030881Z             },
2026-06-16T09:36:12.6030986Z             {
2026-06-16T09:36:12.6031135Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6031345Z               "line": 272
2026-06-16T09:36:12.6031454Z             },
2026-06-16T09:36:12.6031559Z             {
2026-06-16T09:36:12.6031711Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6031825Z               "line": 392
2026-06-16T09:36:12.6031931Z             },
2026-06-16T09:36:12.6032154Z             {
2026-06-16T09:36:12.6032303Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6032408Z               "line": 421
2026-06-16T09:36:12.6032513Z             },
2026-06-16T09:36:12.6032618Z             {
2026-06-16T09:36:12.6032765Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6032866Z               "line": 439
2026-06-16T09:36:12.6032976Z             },
2026-06-16T09:36:12.6033079Z             {
2026-06-16T09:36:12.6033241Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6033358Z               "line": 458
2026-06-16T09:36:12.6033462Z             },
2026-06-16T09:36:12.6033568Z             {
2026-06-16T09:36:12.6033706Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6033825Z               "line": 486
2026-06-16T09:36:12.6033926Z             },
2026-06-16T09:36:12.6034025Z             {
2026-06-16T09:36:12.6034179Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.6034283Z               "line": 549
2026-06-16T09:36:12.6034392Z             },
2026-06-16T09:36:12.6034498Z             {
2026-06-16T09:36:12.6034646Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.6034750Z               "line": 754
2026-06-16T09:36:12.6034861Z             },
2026-06-16T09:36:12.6034961Z             {
2026-06-16T09:36:12.6035113Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.6035232Z               "line": 431
2026-06-16T09:36:12.6035322Z             },
2026-06-16T09:36:12.6035433Z             {
2026-06-16T09:36:12.6035565Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6035675Z               "line": 5911
2026-06-16T09:36:12.6035777Z             }
2026-06-16T09:36:12.6035885Z           ]
2026-06-16T09:36:12.6035989Z         },
2026-06-16T09:36:12.6036098Z         "int": {
2026-06-16T09:36:12.6036220Z           "complete": true,
2026-06-16T09:36:12.6036339Z           "evidence": [
2026-06-16T09:36:12.6036445Z             {
2026-06-16T09:36:12.6036596Z               "path": "crates/spt/tests/tunnel_e2e.rs",
2026-06-16T09:36:12.6036707Z               "line": 18
2026-06-16T09:36:12.6036816Z             }
2026-06-16T09:36:12.6036921Z           ]
2026-06-16T09:36:12.6037031Z         },
2026-06-16T09:36:12.6037136Z         "unit": {
2026-06-16T09:36:12.6037259Z           "complete": true,
2026-06-16T09:36:12.6037375Z           "evidence": [
2026-06-16T09:36:12.6037484Z             {
2026-06-16T09:36:12.6037636Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.6037747Z               "line": 1309
2026-06-16T09:36:12.6037851Z             },
2026-06-16T09:36:12.6037961Z             {
2026-06-16T09:36:12.6038104Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.6038228Z               "line": 1338
2026-06-16T09:36:12.6038329Z             },
2026-06-16T09:36:12.6038442Z             {
2026-06-16T09:36:12.6038574Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6038703Z               "line": 504
2026-06-16T09:36:12.6038811Z             },
2026-06-16T09:36:12.6038920Z             {
2026-06-16T09:36:12.6039135Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6039250Z               "line": 514
2026-06-16T09:36:12.6039360Z             },
2026-06-16T09:36:12.6039464Z             {
2026-06-16T09:36:12.6039608Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6039717Z               "line": 531
2026-06-16T09:36:12.6039821Z             },
2026-06-16T09:36:12.6039932Z             {
2026-06-16T09:36:12.6040198Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6040322Z               "line": 543
2026-06-16T09:36:12.6040432Z             },
2026-06-16T09:36:12.6040537Z             {
2026-06-16T09:36:12.6040689Z               "path": "crates/spt-daemon/src/tunnelhub.rs",
2026-06-16T09:36:12.6040799Z               "line": 555
2026-06-16T09:36:12.6041008Z             },
2026-06-16T09:36:12.6041109Z             {
2026-06-16T09:36:12.6041258Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.6041366Z               "line": 1008
2026-06-16T09:36:12.6041470Z             },
2026-06-16T09:36:12.6041586Z             {
2026-06-16T09:36:12.6041718Z               "path": "crates/spt/src/api/mod.rs",
2026-06-16T09:36:12.6041838Z               "line": 623
2026-06-16T09:36:12.6041943Z             }
2026-06-16T09:36:12.6042052Z           ]
2026-06-16T09:36:12.6042153Z         }
2026-06-16T09:36:12.6042253Z       }
2026-06-16T09:36:12.6042362Z     },
2026-06-16T09:36:12.6042467Z     {
2026-06-16T09:36:12.6042572Z       "id": "REQ-SHELL-5",
2026-06-16T09:36:12.6043820Z       "title": "Shell ownership is owner-type-agnostic: any non-Shell endpoint type may own/spawn/drive/command/link a shell (Gateway the named first) — control-exclusivity keys on the owner endpoint_id, NEVER on the owner's endpoint type. No ownership path (mint, launch, owner-from-link, cmd, drive, tunnel, sleep/wake, owner-shutdown) inspects the owner's type (CONTEXT:264, ratified 2026-06-11 Gateway grill).",
2026-06-16T09:36:12.6043951Z       "requiredStages": [
2026-06-16T09:36:12.6044051Z         "doc",
2026-06-16T09:36:12.6044157Z         "impl",
2026-06-16T09:36:12.6044266Z         "unit",
2026-06-16T09:36:12.6044371Z         "int"
2026-06-16T09:36:12.6044472Z       ],
2026-06-16T09:36:12.6044585Z       "stages": {
2026-06-16T09:36:12.6044695Z         "doc": {
2026-06-16T09:36:12.6044819Z           "complete": true,
2026-06-16T09:36:12.6044924Z           "evidence": [
2026-06-16T09:36:12.6045030Z             {
2026-06-16T09:36:12.6045172Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.6045286Z               "line": 265
2026-06-16T09:36:12.6045387Z             }
2026-06-16T09:36:12.6045501Z           ]
2026-06-16T09:36:12.6045606Z         },
2026-06-16T09:36:12.6045712Z         "impl": {
2026-06-16T09:36:12.6045834Z           "complete": true,
2026-06-16T09:36:12.6045940Z           "evidence": [
2026-06-16T09:36:12.6046046Z             {
2026-06-16T09:36:12.6046193Z               "path": "crates/spt-daemon/src/shellhost.rs",
2026-06-16T09:36:12.6046313Z               "line": 255
2026-06-16T09:36:12.6046417Z             }
2026-06-16T09:36:12.6046516Z           ]
2026-06-16T09:36:12.6046621Z         },
2026-06-16T09:36:12.6046725Z         "int": {
2026-06-16T09:36:12.6046851Z           "complete": true,
2026-06-16T09:36:12.6046966Z           "evidence": [
2026-06-16T09:36:12.6047072Z             {
2026-06-16T09:36:12.6047223Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.6047339Z               "line": 825
2026-06-16T09:36:12.6047448Z             },
2026-06-16T09:36:12.6047552Z             {
2026-06-16T09:36:12.6047696Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.6047805Z               "line": 1288
2026-06-16T09:36:12.6047911Z             },
2026-06-16T09:36:12.6048024Z             {
2026-06-16T09:36:12.6048191Z               "path": "crates/spt/tests/gateway_owner_shell_e2e.rs",
2026-06-16T09:36:12.6048316Z               "line": 23
2026-06-16T09:36:12.6048421Z             }
2026-06-16T09:36:12.6048526Z           ]
2026-06-16T09:36:12.6048631Z         },
2026-06-16T09:36:12.6048740Z         "unit": {
2026-06-16T09:36:12.6048856Z           "complete": true,
2026-06-16T09:36:12.6049030Z           "evidence": [
2026-06-16T09:36:12.6049139Z             {
2026-06-16T09:36:12.6049287Z               "path": "crates/spt-daemon/src/linkhost.rs",
2026-06-16T09:36:12.6049414Z               "line": 803
2026-06-16T09:36:12.6049518Z             }
2026-06-16T09:36:12.6049625Z           ]
2026-06-16T09:36:12.6049838Z         }
2026-06-16T09:36:12.6049948Z       }
2026-06-16T09:36:12.6050057Z     },
2026-06-16T09:36:12.6050163Z     {
2026-06-16T09:36:12.6050277Z       "id": "REQ-START-1",
2026-06-16T09:36:12.6050502Z       "title": "Adapters never resolve SPT_HOME; binary on PATH; api bridging only",
2026-06-16T09:36:12.6050725Z       "requiredStages": [
2026-06-16T09:36:12.6050836Z         "impl",
2026-06-16T09:36:12.6050935Z         "unit"
2026-06-16T09:36:12.6051040Z       ],
2026-06-16T09:36:12.6051151Z       "stages": {
2026-06-16T09:36:12.6051254Z         "doc": {
2026-06-16T09:36:12.6051378Z           "complete": false,
2026-06-16T09:36:12.6051498Z           "evidence": []
2026-06-16T09:36:12.6051597Z         },
2026-06-16T09:36:12.6051703Z         "impl": {
2026-06-16T09:36:12.6051827Z           "complete": true,
2026-06-16T09:36:12.6051935Z           "evidence": [
2026-06-16T09:36:12.6052040Z             {
2026-06-16T09:36:12.6052184Z               "path": "crates/spt-store/src/seed.rs",
2026-06-16T09:36:12.6052307Z               "line": 16
2026-06-16T09:36:12.6052412Z             }
2026-06-16T09:36:12.6052513Z           ]
2026-06-16T09:36:12.6052622Z         },
2026-06-16T09:36:12.6052728Z         "int": {
2026-06-16T09:36:12.6052851Z           "complete": false,
2026-06-16T09:36:12.6052960Z           "evidence": []
2026-06-16T09:36:12.6053066Z         },
2026-06-16T09:36:12.6053170Z         "unit": {
2026-06-16T09:36:12.6053284Z           "complete": true,
2026-06-16T09:36:12.6053400Z           "evidence": [
2026-06-16T09:36:12.6053504Z             {
2026-06-16T09:36:12.6053647Z               "path": "crates/spt-store/src/seed.rs",
2026-06-16T09:36:12.6053757Z               "line": 43
2026-06-16T09:36:12.6053871Z             },
2026-06-16T09:36:12.6053972Z             {
2026-06-16T09:36:12.6054105Z               "path": "crates/spt-store/src/seed.rs",
2026-06-16T09:36:12.6054213Z               "line": 59
2026-06-16T09:36:12.6054309Z             }
2026-06-16T09:36:12.6054408Z           ]
2026-06-16T09:36:12.6054516Z         }
2026-06-16T09:36:12.6054626Z       }
2026-06-16T09:36:12.6054736Z     },
2026-06-16T09:36:12.6054840Z     {
2026-06-16T09:36:12.6054965Z       "id": "REQ-START-2",
2026-06-16T09:36:12.6055136Z       "title": "Harness-hosted startup: api seed then listen",
2026-06-16T09:36:12.6055260Z       "requiredStages": [
2026-06-16T09:36:12.6055370Z         "impl",
2026-06-16T09:36:12.6055475Z         "unit",
2026-06-16T09:36:12.6055575Z         "int"
2026-06-16T09:36:12.6055680Z       ],
2026-06-16T09:36:12.6055794Z       "stages": {
2026-06-16T09:36:12.6055899Z         "doc": {
2026-06-16T09:36:12.6056028Z           "complete": false,
2026-06-16T09:36:12.6056142Z           "evidence": []
2026-06-16T09:36:12.6056253Z         },
2026-06-16T09:36:12.6056362Z         "impl": {
2026-06-16T09:36:12.6056480Z           "complete": true,
2026-06-16T09:36:12.6056587Z           "evidence": [
2026-06-16T09:36:12.6056686Z             {
2026-06-16T09:36:12.6056829Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6056940Z               "line": 16
2026-06-16T09:36:12.6057043Z             },
2026-06-16T09:36:12.6057142Z             {
2026-06-16T09:36:12.6057285Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6057407Z               "line": 92
2026-06-16T09:36:12.6057512Z             },
2026-06-16T09:36:12.6057613Z             {
2026-06-16T09:36:12.6057760Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6057875Z               "line": 232
2026-06-16T09:36:12.6057985Z             }
2026-06-16T09:36:12.6058089Z           ]
2026-06-16T09:36:12.6058200Z         },
2026-06-16T09:36:12.6058305Z         "int": {
2026-06-16T09:36:12.6058432Z           "complete": true,
2026-06-16T09:36:12.6058543Z           "evidence": [
2026-06-16T09:36:12.6058647Z             {
2026-06-16T09:36:12.6058805Z               "path": "crates/spt/tests/contract_e2e.rs",
2026-06-16T09:36:12.6058918Z               "line": 186
2026-06-16T09:36:12.6059091Z             }
2026-06-16T09:36:12.6059300Z           ]
2026-06-16T09:36:12.6059411Z         },
2026-06-16T09:36:12.6059516Z         "unit": {
2026-06-16T09:36:12.6059638Z           "complete": true,
2026-06-16T09:36:12.6059761Z           "evidence": [
2026-06-16T09:36:12.6059861Z             {
2026-06-16T09:36:12.6060103Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6060208Z               "line": 466
2026-06-16T09:36:12.6060312Z             },
2026-06-16T09:36:12.6060418Z             {
2026-06-16T09:36:12.6060565Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6060684Z               "line": 499
2026-06-16T09:36:12.6060776Z             }
2026-06-16T09:36:12.6060885Z           ]
2026-06-16T09:36:12.6060989Z         }
2026-06-16T09:36:12.6061100Z       }
2026-06-16T09:36:12.6061204Z     },
2026-06-16T09:36:12.6061309Z     {
2026-06-16T09:36:12.6061438Z       "id": "REQ-START-3",
2026-06-16T09:36:12.6061633Z       "title": "spt-hosted startup: spawn-session then api bind (no file)",
2026-06-16T09:36:12.6061758Z       "requiredStages": [
2026-06-16T09:36:12.6061857Z         "impl",
2026-06-16T09:36:12.6061973Z         "unit",
2026-06-16T09:36:12.6062073Z         "int"
2026-06-16T09:36:12.6062182Z       ],
2026-06-16T09:36:12.6062297Z       "stages": {
2026-06-16T09:36:12.6062411Z         "doc": {
2026-06-16T09:36:12.6062534Z           "complete": false,
2026-06-16T09:36:12.6062643Z           "evidence": []
2026-06-16T09:36:12.6062749Z         },
2026-06-16T09:36:12.6062853Z         "impl": {
2026-06-16T09:36:12.6062972Z           "complete": true,
2026-06-16T09:36:12.6063078Z           "evidence": [
2026-06-16T09:36:12.6063182Z             {
2026-06-16T09:36:12.6063326Z               "path": "crates/spt-daemon/src/seedmap.rs",
2026-06-16T09:36:12.6063430Z               "line": 23
2026-06-16T09:36:12.6063529Z             },
2026-06-16T09:36:12.6063636Z             {
2026-06-16T09:36:12.6063787Z               "path": "crates/spt-daemon/src/seedmap.rs",
2026-06-16T09:36:12.6063907Z               "line": 205
2026-06-16T09:36:12.6064012Z             },
2026-06-16T09:36:12.6064116Z             {
2026-06-16T09:36:12.6064266Z               "path": "crates/spt-daemon/src/seedmap.rs",
2026-06-16T09:36:12.6064393Z               "line": 221
2026-06-16T09:36:12.6064498Z             },
2026-06-16T09:36:12.6064604Z             {
2026-06-16T09:36:12.6064745Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6064854Z               "line": 17
2026-06-16T09:36:12.6064959Z             },
2026-06-16T09:36:12.6065062Z             {
2026-06-16T09:36:12.6065205Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6065325Z               "line": 35
2026-06-16T09:36:12.6065428Z             },
2026-06-16T09:36:12.6065535Z             {
2026-06-16T09:36:12.6065672Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6065781Z               "line": 93
2026-06-16T09:36:12.6065888Z             }
2026-06-16T09:36:12.6065992Z           ]
2026-06-16T09:36:12.6066111Z         },
2026-06-16T09:36:12.6066221Z         "int": {
2026-06-16T09:36:12.6066345Z           "complete": true,
2026-06-16T09:36:12.6066459Z           "evidence": [
2026-06-16T09:36:12.6066569Z             {
2026-06-16T09:36:12.6066716Z               "path": "crates/spt/tests/contract_e2e.rs",
2026-06-16T09:36:12.6066841Z               "line": 488
2026-06-16T09:36:12.6066941Z             }
2026-06-16T09:36:12.6067045Z           ]
2026-06-16T09:36:12.6067147Z         },
2026-06-16T09:36:12.6067250Z         "unit": {
2026-06-16T09:36:12.6067365Z           "complete": true,
2026-06-16T09:36:12.6067476Z           "evidence": [
2026-06-16T09:36:12.6067584Z             {
2026-06-16T09:36:12.6067741Z               "path": "crates/spt-daemon/src/seedmap.rs",
2026-06-16T09:36:12.6067854Z               "line": 331
2026-06-16T09:36:12.6067967Z             },
2026-06-16T09:36:12.6068072Z             {
2026-06-16T09:36:12.6068211Z               "path": "crates/spt-daemon/src/seedmap.rs",
2026-06-16T09:36:12.6068397Z               "line": 352
2026-06-16T09:36:12.6068511Z             },
2026-06-16T09:36:12.6068625Z             {
2026-06-16T09:36:12.6068769Z               "path": "crates/spt-daemon/src/seedmap.rs",
2026-06-16T09:36:12.6068883Z               "line": 362
2026-06-16T09:36:12.6069198Z             },
2026-06-16T09:36:12.6069307Z             {
2026-06-16T09:36:12.6069451Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6069565Z               "line": 467
2026-06-16T09:36:12.6072656Z             },
2026-06-16T09:36:12.6072780Z             {
2026-06-16T09:36:12.6072948Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6073060Z               "line": 500
2026-06-16T09:36:12.6073170Z             },
2026-06-16T09:36:12.6073275Z             {
2026-06-16T09:36:12.6073427Z               "path": "crates/spt/src/api/startup.rs",
2026-06-16T09:36:12.6073547Z               "line": 508
2026-06-16T09:36:12.6073643Z             }
2026-06-16T09:36:12.6073756Z           ]
2026-06-16T09:36:12.6073862Z         }
2026-06-16T09:36:12.6073967Z       }
2026-06-16T09:36:12.6074076Z     },
2026-06-16T09:36:12.6074187Z     {
2026-06-16T09:36:12.6074305Z       "id": "REQ-START-4",
2026-06-16T09:36:12.6074477Z       "title": "Adapter-injected env aliases (SPT/OWL/LIVE)",
2026-06-16T09:36:12.6074605Z       "requiredStages": [
2026-06-16T09:36:12.6074710Z         "impl",
2026-06-16T09:36:12.6074816Z         "unit"
2026-06-16T09:36:12.6074920Z       ],
2026-06-16T09:36:12.6075025Z       "stages": {
2026-06-16T09:36:12.6075131Z         "doc": {
2026-06-16T09:36:12.6075248Z           "complete": false,
2026-06-16T09:36:12.6075367Z           "evidence": []
2026-06-16T09:36:12.6075467Z         },
2026-06-16T09:36:12.6075570Z         "impl": {
2026-06-16T09:36:12.6075679Z           "complete": true,
2026-06-16T09:36:12.6075794Z           "evidence": [
2026-06-16T09:36:12.6075903Z             {
2026-06-16T09:36:12.6076051Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.6076176Z               "line": 581
2026-06-16T09:36:12.6076275Z             }
2026-06-16T09:36:12.6076376Z           ]
2026-06-16T09:36:12.6076467Z         },
2026-06-16T09:36:12.6076580Z         "int": {
2026-06-16T09:36:12.6076705Z           "complete": false,
2026-06-16T09:36:12.6076824Z           "evidence": []
2026-06-16T09:36:12.6076933Z         },
2026-06-16T09:36:12.6077039Z         "unit": {
2026-06-16T09:36:12.6077162Z           "complete": true,
2026-06-16T09:36:12.6077263Z           "evidence": [
2026-06-16T09:36:12.6077374Z             {
2026-06-16T09:36:12.6077510Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.6077625Z               "line": 1020
2026-06-16T09:36:12.6077735Z             }
2026-06-16T09:36:12.6077839Z           ]
2026-06-16T09:36:12.6077950Z         }
2026-06-16T09:36:12.6078050Z       }
2026-06-16T09:36:12.6078159Z     },
2026-06-16T09:36:12.6078267Z     {
2026-06-16T09:36:12.6078386Z       "id": "REQ-STORE-1",
2026-06-16T09:36:12.6079453Z       "title": "spt-store::BranchStore (git branch as versioned KV; commit=checkpoint/tip=resume, atomic multi-key, merge-native sync) is the substrate for coarse/durable/audited state (context, registry snapshot+distribution, daemon checkpoint); hot paths (B5 fsync journal) + indexed queries (SQLite spool) excluded (ADR-0011)",
2026-06-16T09:36:12.6079586Z       "requiredStages": [
2026-06-16T09:36:12.6079691Z         "impl",
2026-06-16T09:36:12.6079815Z         "unit"
2026-06-16T09:36:12.6079921Z       ],
2026-06-16T09:36:12.6080044Z       "stages": {
2026-06-16T09:36:12.6080144Z         "doc": {
2026-06-16T09:36:12.6080269Z           "complete": false,
2026-06-16T09:36:12.6080382Z           "evidence": []
2026-06-16T09:36:12.6080492Z         },
2026-06-16T09:36:12.6080608Z         "impl": {
2026-06-16T09:36:12.6080720Z           "complete": true,
2026-06-16T09:36:12.6080834Z           "evidence": [
2026-06-16T09:36:12.6080934Z             {
2026-06-16T09:36:12.6081242Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6081357Z               "line": 23
2026-06-16T09:36:12.6081461Z             },
2026-06-16T09:36:12.6081567Z             {
2026-06-16T09:36:12.6081704Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6081920Z               "line": 46
2026-06-16T09:36:12.6082024Z             },
2026-06-16T09:36:12.6082129Z             {
2026-06-16T09:36:12.6082276Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6082400Z               "line": 97
2026-06-16T09:36:12.6082507Z             },
2026-06-16T09:36:12.6082610Z             {
2026-06-16T09:36:12.6082758Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6082878Z               "line": 125
2026-06-16T09:36:12.6082978Z             },
2026-06-16T09:36:12.6083083Z             {
2026-06-16T09:36:12.6083235Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6083345Z               "line": 181
2026-06-16T09:36:12.6083451Z             },
2026-06-16T09:36:12.6083559Z             {
2026-06-16T09:36:12.6083710Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6083826Z               "line": 205
2026-06-16T09:36:12.6083925Z             },
2026-06-16T09:36:12.6084039Z             {
2026-06-16T09:36:12.6084198Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6084302Z               "line": 441
2026-06-16T09:36:12.6084413Z             },
2026-06-16T09:36:12.6084522Z             {
2026-06-16T09:36:12.6084679Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.6084794Z               "line": 25
2026-06-16T09:36:12.6084903Z             },
2026-06-16T09:36:12.6085008Z             {
2026-06-16T09:36:12.6085155Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.6085260Z               "line": 120
2026-06-16T09:36:12.6085367Z             },
2026-06-16T09:36:12.6085470Z             {
2026-06-16T09:36:12.6085628Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.6085729Z               "line": 148
2026-06-16T09:36:12.6085842Z             },
2026-06-16T09:36:12.6085941Z             {
2026-06-16T09:36:12.6086098Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.6086216Z               "line": 165
2026-06-16T09:36:12.6086320Z             },
2026-06-16T09:36:12.6086431Z             {
2026-06-16T09:36:12.6086582Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.6086693Z               "line": 180
2026-06-16T09:36:12.6086797Z             },
2026-06-16T09:36:12.6086901Z             {
2026-06-16T09:36:12.6087050Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.6087164Z               "line": 198
2026-06-16T09:36:12.6087270Z             },
2026-06-16T09:36:12.6087370Z             {
2026-06-16T09:36:12.6087522Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.6087633Z               "line": 207
2026-06-16T09:36:12.6087737Z             },
2026-06-16T09:36:12.6087837Z             {
2026-06-16T09:36:12.6087981Z               "path": "crates/spt-store/src/project.rs",
2026-06-16T09:36:12.6088094Z               "line": 16
2026-06-16T09:36:12.6088200Z             },
2026-06-16T09:36:12.6088305Z             {
2026-06-16T09:36:12.6088452Z               "path": "crates/spt-store/src/project.rs",
2026-06-16T09:36:12.6088568Z               "line": 63
2026-06-16T09:36:12.6088662Z             }
2026-06-16T09:36:12.6088770Z           ]
2026-06-16T09:36:12.6088880Z         },
2026-06-16T09:36:12.6089074Z         "int": {
2026-06-16T09:36:12.6089202Z           "complete": false,
2026-06-16T09:36:12.6089317Z           "evidence": []
2026-06-16T09:36:12.6089444Z         },
2026-06-16T09:36:12.6089551Z         "unit": {
2026-06-16T09:36:12.6089674Z           "complete": true,
2026-06-16T09:36:12.6089788Z           "evidence": [
2026-06-16T09:36:12.6089894Z             {
2026-06-16T09:36:12.6090161Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6090275Z               "line": 558
2026-06-16T09:36:12.6090380Z             },
2026-06-16T09:36:12.6090486Z             {
2026-06-16T09:36:12.6090641Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6090848Z               "line": 568
2026-06-16T09:36:12.6090956Z             },
2026-06-16T09:36:12.6091062Z             {
2026-06-16T09:36:12.6091215Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6091323Z               "line": 590
2026-06-16T09:36:12.6091432Z             },
2026-06-16T09:36:12.6091537Z             {
2026-06-16T09:36:12.6091682Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6091792Z               "line": 606
2026-06-16T09:36:12.6091903Z             },
2026-06-16T09:36:12.6092002Z             {
2026-06-16T09:36:12.6092165Z               "path": "crates/spt-store/src/branchstore.rs",
2026-06-16T09:36:12.6092279Z               "line": 629
2026-06-16T09:36:12.6092379Z             },
2026-06-16T09:36:12.6092480Z             {
2026-06-16T09:36:12.6092636Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.6092752Z               "line": 472
2026-06-16T09:36:12.6092860Z             },
2026-06-16T09:36:12.6092965Z             {
2026-06-16T09:36:12.6093119Z               "path": "crates/spt-store/src/contextstore.rs",
2026-06-16T09:36:12.6093224Z               "line": 507
2026-06-16T09:36:12.6093328Z             },
2026-06-16T09:36:12.6093434Z             {
2026-06-16T09:36:12.6093585Z               "path": "crates/spt-store/src/project.rs",
2026-06-16T09:36:12.6093701Z               "line": 120
2026-06-16T09:36:12.6093814Z             },
2026-06-16T09:36:12.6093919Z             {
2026-06-16T09:36:12.6094064Z               "path": "crates/spt-store/src/project.rs",
2026-06-16T09:36:12.6094176Z               "line": 128
2026-06-16T09:36:12.6094280Z             }
2026-06-16T09:36:12.6094386Z           ]
2026-06-16T09:36:12.6094490Z         }
2026-06-16T09:36:12.6094599Z       }
2026-06-16T09:36:12.6094701Z     },
2026-06-16T09:36:12.6094792Z     {
2026-06-16T09:36:12.6094919Z       "id": "REQ-SUBNET-1",
2026-06-16T09:36:12.6095273Z       "title": "spt subnet noun namespace: status view (bare + status [NAME] [--nodes]), create (QR/otpauth), show-code; spt pair deleted",
2026-06-16T09:36:12.6095396Z       "requiredStages": [
2026-06-16T09:36:12.6095505Z         "impl",
2026-06-16T09:36:12.6095612Z         "unit"
2026-06-16T09:36:12.6095711Z       ],
2026-06-16T09:36:12.6095820Z       "stages": {
2026-06-16T09:36:12.6095922Z         "doc": {
2026-06-16T09:36:12.6096040Z           "complete": false,
2026-06-16T09:36:12.6096159Z           "evidence": []
2026-06-16T09:36:12.6096266Z         },
2026-06-16T09:36:12.6096373Z         "impl": {
2026-06-16T09:36:12.6096496Z           "complete": true,
2026-06-16T09:36:12.6096607Z           "evidence": [
2026-06-16T09:36:12.6096714Z             {
2026-06-16T09:36:12.6096880Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6096996Z               "line": 281
2026-06-16T09:36:12.6097095Z             },
2026-06-16T09:36:12.6097200Z             {
2026-06-16T09:36:12.6097353Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6097462Z               "line": 599
2026-06-16T09:36:12.6097573Z             },
2026-06-16T09:36:12.6097677Z             {
2026-06-16T09:36:12.6097811Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6097920Z               "line": 3085
2026-06-16T09:36:12.6098025Z             },
2026-06-16T09:36:12.6098135Z             {
2026-06-16T09:36:12.6098268Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6098368Z               "line": 3395
2026-06-16T09:36:12.6098474Z             },
2026-06-16T09:36:12.6098578Z             {
2026-06-16T09:36:12.6098712Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6098893Z               "line": 3414
2026-06-16T09:36:12.6099075Z             },
2026-06-16T09:36:12.6099176Z             {
2026-06-16T09:36:12.6099307Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6099416Z               "line": 3478
2026-06-16T09:36:12.6099521Z             },
2026-06-16T09:36:12.6099738Z             {
2026-06-16T09:36:12.6099858Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6099972Z               "line": 3520
2026-06-16T09:36:12.6100077Z             },
2026-06-16T09:36:12.6100187Z             {
2026-06-16T09:36:12.6100310Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6100417Z               "line": 3709
2026-06-16T09:36:12.6100526Z             },
2026-06-16T09:36:12.6100630Z             {
2026-06-16T09:36:12.6100755Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6100868Z               "line": 3779
2026-06-16T09:36:12.6100978Z             },
2026-06-16T09:36:12.6101084Z             {
2026-06-16T09:36:12.6101221Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6101336Z               "line": 4003
2026-06-16T09:36:12.6101441Z             },
2026-06-16T09:36:12.6101545Z             {
2026-06-16T09:36:12.6101680Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6101798Z               "line": 4640
2026-06-16T09:36:12.6101911Z             },
2026-06-16T09:36:12.6102022Z             {
2026-06-16T09:36:12.6102167Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.6102276Z               "line": 418
2026-06-16T09:36:12.6102387Z             }
2026-06-16T09:36:12.6102491Z           ]
2026-06-16T09:36:12.6102586Z         },
2026-06-16T09:36:12.6102692Z         "int": {
2026-06-16T09:36:12.6102806Z           "complete": false,
2026-06-16T09:36:12.6102920Z           "evidence": []
2026-06-16T09:36:12.6103025Z         },
2026-06-16T09:36:12.6103130Z         "unit": {
2026-06-16T09:36:12.6103249Z           "complete": true,
2026-06-16T09:36:12.6103364Z           "evidence": [
2026-06-16T09:36:12.6103473Z             {
2026-06-16T09:36:12.6103641Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6103769Z               "line": 1477
2026-06-16T09:36:12.6103879Z             },
2026-06-16T09:36:12.6103994Z             {
2026-06-16T09:36:12.6104141Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6104257Z               "line": 8790
2026-06-16T09:36:12.6104360Z             },
2026-06-16T09:36:12.6104470Z             {
2026-06-16T09:36:12.6104595Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6104703Z               "line": 8960
2026-06-16T09:36:12.6104807Z             },
2026-06-16T09:36:12.6104912Z             {
2026-06-16T09:36:12.6105046Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6105160Z               "line": 8967
2026-06-16T09:36:12.6105266Z             },
2026-06-16T09:36:12.6105370Z             {
2026-06-16T09:36:12.6105514Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6105642Z               "line": 9020
2026-06-16T09:36:12.6105751Z             },
2026-06-16T09:36:12.6105857Z             {
2026-06-16T09:36:12.6105995Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6106109Z               "line": 9037
2026-06-16T09:36:12.6106215Z             },
2026-06-16T09:36:12.6106319Z             {
2026-06-16T09:36:12.6106458Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6106572Z               "line": 9067
2026-06-16T09:36:12.6106681Z             },
2026-06-16T09:36:12.6106787Z             {
2026-06-16T09:36:12.6106915Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6107029Z               "line": 9166
2026-06-16T09:36:12.6107124Z             },
2026-06-16T09:36:12.6107233Z             {
2026-06-16T09:36:12.6107360Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6107474Z               "line": 9317
2026-06-16T09:36:12.6107580Z             }
2026-06-16T09:36:12.6107689Z           ]
2026-06-16T09:36:12.6107794Z         }
2026-06-16T09:36:12.6108013Z       }
2026-06-16T09:36:12.6108124Z     },
2026-06-16T09:36:12.6108224Z     {
2026-06-16T09:36:12.6108351Z       "id": "REQ-SUBNET-2",
2026-06-16T09:36:12.6108623Z       "title": "Guided join e2e: spt subnet join CLI initiator + always-on daemon pairing responder",
2026-06-16T09:36:12.6108828Z       "requiredStages": [
2026-06-16T09:36:12.6108928Z         "impl",
2026-06-16T09:36:12.6109101Z         "unit",
2026-06-16T09:36:12.6109205Z         "int"
2026-06-16T09:36:12.6109310Z       ],
2026-06-16T09:36:12.6109426Z       "stages": {
2026-06-16T09:36:12.6109534Z         "doc": {
2026-06-16T09:36:12.6109659Z           "complete": true,
2026-06-16T09:36:12.6109778Z           "evidence": [
2026-06-16T09:36:12.6109877Z             {
2026-06-16T09:36:12.6110072Z               "path": "docs/adr/0005-totp-seeded-spake2-node-pairing.md",
2026-06-16T09:36:12.6110179Z               "line": 60
2026-06-16T09:36:12.6110284Z             }
2026-06-16T09:36:12.6110390Z           ]
2026-06-16T09:36:12.6110494Z         },
2026-06-16T09:36:12.6110618Z         "impl": {
2026-06-16T09:36:12.6110733Z           "complete": true,
2026-06-16T09:36:12.6110846Z           "evidence": [
2026-06-16T09:36:12.6110952Z             {
2026-06-16T09:36:12.6111100Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.6111214Z               "line": 837
2026-06-16T09:36:12.6111325Z             },
2026-06-16T09:36:12.6111434Z             {
2026-06-16T09:36:12.6111586Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.6111710Z               "line": 1190
2026-06-16T09:36:12.6111810Z             },
2026-06-16T09:36:12.6111921Z             {
2026-06-16T09:36:12.6112072Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.6112182Z               "line": 611
2026-06-16T09:36:12.6112288Z             },
2026-06-16T09:36:12.6112391Z             {
2026-06-16T09:36:12.6112548Z               "path": "crates/spt-daemon/src/nethost.rs",
2026-06-16T09:36:12.6112661Z               "line": 743
2026-06-16T09:36:12.6112774Z             },
2026-06-16T09:36:12.6112884Z             {
2026-06-16T09:36:12.6113037Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.6113156Z               "line": 26
2026-06-16T09:36:12.6113262Z             },
2026-06-16T09:36:12.6113380Z             {
2026-06-16T09:36:12.6113534Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.6113657Z               "line": 60
2026-06-16T09:36:12.6113766Z             },
2026-06-16T09:36:12.6113877Z             {
2026-06-16T09:36:12.6114019Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.6114134Z               "line": 168
2026-06-16T09:36:12.6114243Z             },
2026-06-16T09:36:12.6114353Z             {
2026-06-16T09:36:12.6114507Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.6114624Z               "line": 295
2026-06-16T09:36:12.6114729Z             },
2026-06-16T09:36:12.6114836Z             {
2026-06-16T09:36:12.6114987Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.6115107Z               "line": 417
2026-06-16T09:36:12.6115212Z             },
2026-06-16T09:36:12.6115315Z             {
2026-06-16T09:36:12.6115472Z               "path": "crates/spt-net/src/net/pairing/meet.rs",
2026-06-16T09:36:12.6115592Z               "line": 252
2026-06-16T09:36:12.6115696Z             },
2026-06-16T09:36:12.6115802Z             {
2026-06-16T09:36:12.6115935Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6116044Z               "line": 3441
2026-06-16T09:36:12.6116160Z             },
2026-06-16T09:36:12.6116278Z             {
2026-06-16T09:36:12.6116413Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6116526Z               "line": 3942
2026-06-16T09:36:12.6116640Z             },
2026-06-16T09:36:12.6116746Z             {
2026-06-16T09:36:12.6116879Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6117109Z               "line": 4571
2026-06-16T09:36:12.6117217Z             }
2026-06-16T09:36:12.6117318Z           ]
2026-06-16T09:36:12.6117428Z         },
2026-06-16T09:36:12.6117541Z         "int": {
2026-06-16T09:36:12.6117665Z           "complete": true,
2026-06-16T09:36:12.6117769Z           "evidence": [
2026-06-16T09:36:12.6117972Z             {
2026-06-16T09:36:12.6118131Z               "path": "crates/spt-daemon/tests/pairjoin.rs",
2026-06-16T09:36:12.6118234Z               "line": 22
2026-06-16T09:36:12.6118340Z             },
2026-06-16T09:36:12.6118440Z             {
2026-06-16T09:36:12.6118592Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.6118698Z               "line": 643
2026-06-16T09:36:12.6118807Z             },
2026-06-16T09:36:12.6118916Z             {
2026-06-16T09:36:12.6119141Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.6119250Z               "line": 885
2026-06-16T09:36:12.6119351Z             }
2026-06-16T09:36:12.6119451Z           ]
2026-06-16T09:36:12.6119560Z         },
2026-06-16T09:36:12.6119666Z         "unit": {
2026-06-16T09:36:12.6119789Z           "complete": true,
2026-06-16T09:36:12.6119890Z           "evidence": [
2026-06-16T09:36:12.6120000Z             {
2026-06-16T09:36:12.6120147Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.6120267Z               "line": 586
2026-06-16T09:36:12.6120375Z             },
2026-06-16T09:36:12.6120489Z             {
2026-06-16T09:36:12.6120618Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6120734Z               "line": 8830
2026-06-16T09:36:12.6120849Z             },
2026-06-16T09:36:12.6120945Z             {
2026-06-16T09:36:12.6121077Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6121188Z               "line": 9524
2026-06-16T09:36:12.6121279Z             }
2026-06-16T09:36:12.6121387Z           ]
2026-06-16T09:36:12.6121493Z         }
2026-06-16T09:36:12.6121598Z       }
2026-06-16T09:36:12.6121702Z     },
2026-06-16T09:36:12.6121817Z     {
2026-06-16T09:36:12.6121936Z       "id": "REQ-SUBNET-3",
2026-06-16T09:36:12.6122246Z       "title": "Node labels: hostname-default, gossiped, addressable in @node qualifiers (refuse-on-ambiguity)",
2026-06-16T09:36:12.6122370Z       "requiredStages": [
2026-06-16T09:36:12.6122476Z         "impl",
2026-06-16T09:36:12.6122585Z         "unit"
2026-06-16T09:36:12.6122685Z       ],
2026-06-16T09:36:12.6122805Z       "stages": {
2026-06-16T09:36:12.6122909Z         "doc": {
2026-06-16T09:36:12.6123036Z           "complete": false,
2026-06-16T09:36:12.6123156Z           "evidence": []
2026-06-16T09:36:12.6123254Z         },
2026-06-16T09:36:12.6123363Z         "impl": {
2026-06-16T09:36:12.6123483Z           "complete": true,
2026-06-16T09:36:12.6123597Z           "evidence": [
2026-06-16T09:36:12.6123696Z             {
2026-06-16T09:36:12.6123860Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6123973Z               "line": 152
2026-06-16T09:36:12.6124084Z             },
2026-06-16T09:36:12.6124193Z             {
2026-06-16T09:36:12.6124360Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6124484Z               "line": 299
2026-06-16T09:36:12.6124589Z             },
2026-06-16T09:36:12.6124684Z             {
2026-06-16T09:36:12.6124846Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6124951Z               "line": 437
2026-06-16T09:36:12.6125062Z             },
2026-06-16T09:36:12.6125166Z             {
2026-06-16T09:36:12.6125314Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6125433Z               "line": 480
2026-06-16T09:36:12.6125537Z             },
2026-06-16T09:36:12.6125644Z             {
2026-06-16T09:36:12.6125786Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6125899Z               "line": 125
2026-06-16T09:36:12.6125999Z             },
2026-06-16T09:36:12.6126110Z             {
2026-06-16T09:36:12.6126396Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6126514Z               "line": 253
2026-06-16T09:36:12.6126624Z             },
2026-06-16T09:36:12.6126729Z             {
2026-06-16T09:36:12.6126881Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6127087Z               "line": 264
2026-06-16T09:36:12.6127195Z             },
2026-06-16T09:36:12.6127302Z             {
2026-06-16T09:36:12.6127439Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6127554Z               "line": 285
2026-06-16T09:36:12.6127659Z             },
2026-06-16T09:36:12.6127763Z             {
2026-06-16T09:36:12.6127897Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6128017Z               "line": 589
2026-06-16T09:36:12.6128125Z             },
2026-06-16T09:36:12.6128225Z             {
2026-06-16T09:36:12.6128381Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6128489Z               "line": 648
2026-06-16T09:36:12.6128594Z             },
2026-06-16T09:36:12.6128691Z             {
2026-06-16T09:36:12.6128847Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.6129024Z               "line": 61
2026-06-16T09:36:12.6129128Z             },
2026-06-16T09:36:12.6129234Z             {
2026-06-16T09:36:12.6129386Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.6129506Z               "line": 90
2026-06-16T09:36:12.6129616Z             },
2026-06-16T09:36:12.6129720Z             {
2026-06-16T09:36:12.6129873Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.6129977Z               "line": 125
2026-06-16T09:36:12.6130087Z             },
2026-06-16T09:36:12.6130188Z             {
2026-06-16T09:36:12.6130340Z               "path": "crates/spt-store/src/hostlabel.rs",
2026-06-16T09:36:12.6130455Z               "line": 9
2026-06-16T09:36:12.6130560Z             },
2026-06-16T09:36:12.6130669Z             {
2026-06-16T09:36:12.6130804Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6130926Z               "line": 3779
2026-06-16T09:36:12.6131030Z             },
2026-06-16T09:36:12.6131135Z             {
2026-06-16T09:36:12.6131285Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.6131394Z               "line": 445
2026-06-16T09:36:12.6131496Z             }
2026-06-16T09:36:12.6131605Z           ]
2026-06-16T09:36:12.6131714Z         },
2026-06-16T09:36:12.6131825Z         "int": {
2026-06-16T09:36:12.6131948Z           "complete": false,
2026-06-16T09:36:12.6132063Z           "evidence": []
2026-06-16T09:36:12.6132168Z         },
2026-06-16T09:36:12.6132286Z         "unit": {
2026-06-16T09:36:12.6132402Z           "complete": true,
2026-06-16T09:36:12.6132510Z           "evidence": [
2026-06-16T09:36:12.6132615Z             {
2026-06-16T09:36:12.6132783Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6132897Z               "line": 1304
2026-06-16T09:36:12.6132992Z             },
2026-06-16T09:36:12.6133108Z             {
2026-06-16T09:36:12.6133259Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6133370Z               "line": 1606
2026-06-16T09:36:12.6133478Z             },
2026-06-16T09:36:12.6133592Z             {
2026-06-16T09:36:12.6133749Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.6133852Z               "line": 888
2026-06-16T09:36:12.6133961Z             },
2026-06-16T09:36:12.6134062Z             {
2026-06-16T09:36:12.6134214Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6134324Z               "line": 959
2026-06-16T09:36:12.6134434Z             },
2026-06-16T09:36:12.6134548Z             {
2026-06-16T09:36:12.6134697Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6134824Z               "line": 1009
2026-06-16T09:36:12.6134930Z             },
2026-06-16T09:36:12.6135035Z             {
2026-06-16T09:36:12.6135288Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6135411Z               "line": 1068
2026-06-16T09:36:12.6135521Z             },
2026-06-16T09:36:12.6135627Z             {
2026-06-16T09:36:12.6135783Z               "path": "crates/spt-net/src/net/replicate.rs",
2026-06-16T09:36:12.6135984Z               "line": 234
2026-06-16T09:36:12.6136093Z             },
2026-06-16T09:36:12.6136199Z             {
2026-06-16T09:36:12.6136350Z               "path": "crates/spt-store/src/hostlabel.rs",
2026-06-16T09:36:12.6136468Z               "line": 49
2026-06-16T09:36:12.6136574Z             },
2026-06-16T09:36:12.6136684Z             {
2026-06-16T09:36:12.6136821Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6136946Z               "line": 9166
2026-06-16T09:36:12.6137055Z             },
2026-06-16T09:36:12.6137155Z             {
2026-06-16T09:36:12.6137284Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6137403Z               "line": 9272
2026-06-16T09:36:12.6137508Z             },
2026-06-16T09:36:12.6137618Z             {
2026-06-16T09:36:12.6137746Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6137872Z               "line": 9490
2026-06-16T09:36:12.6137971Z             }
2026-06-16T09:36:12.6138080Z           ]
2026-06-16T09:36:12.6138187Z         }
2026-06-16T09:36:12.6138304Z       }
2026-06-16T09:36:12.6138404Z     },
2026-06-16T09:36:12.6138511Z     {
2026-06-16T09:36:12.6138633Z       "id": "REQ-SUBNET-4",
2026-06-16T09:36:12.6139011Z       "title": "Subnet membership mutations elevation-gated (create = seed reveal; join = trust-boundary enrollment)",
2026-06-16T09:36:12.6139145Z       "requiredStages": [
2026-06-16T09:36:12.6139256Z         "impl",
2026-06-16T09:36:12.6139369Z         "unit"
2026-06-16T09:36:12.6139470Z       ],
2026-06-16T09:36:12.6139575Z       "stages": {
2026-06-16T09:36:12.6139683Z         "doc": {
2026-06-16T09:36:12.6139804Z           "complete": true,
2026-06-16T09:36:12.6139927Z           "evidence": [
2026-06-16T09:36:12.6140022Z             {
2026-06-16T09:36:12.6140223Z               "path": "docs/adr/0005-totp-seeded-spake2-node-pairing.md",
2026-06-16T09:36:12.6140332Z               "line": 60
2026-06-16T09:36:12.6140433Z             }
2026-06-16T09:36:12.6140537Z           ]
2026-06-16T09:36:12.6140647Z         },
2026-06-16T09:36:12.6140753Z         "impl": {
2026-06-16T09:36:12.6140866Z           "complete": true,
2026-06-16T09:36:12.6140986Z           "evidence": [
2026-06-16T09:36:12.6141091Z             {
2026-06-16T09:36:12.6141244Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6141354Z               "line": 3085
2026-06-16T09:36:12.6141458Z             },
2026-06-16T09:36:12.6141571Z             {
2026-06-16T09:36:12.6141700Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6141813Z               "line": 4538
2026-06-16T09:36:12.6141921Z             },
2026-06-16T09:36:12.6142026Z             {
2026-06-16T09:36:12.6142165Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6142279Z               "line": 4571
2026-06-16T09:36:12.6142390Z             }
2026-06-16T09:36:12.6142494Z           ]
2026-06-16T09:36:12.6142598Z         },
2026-06-16T09:36:12.6142709Z         "int": {
2026-06-16T09:36:12.6142832Z           "complete": false,
2026-06-16T09:36:12.6142957Z           "evidence": []
2026-06-16T09:36:12.6143057Z         },
2026-06-16T09:36:12.6143170Z         "unit": {
2026-06-16T09:36:12.6143282Z           "complete": true,
2026-06-16T09:36:12.6143400Z           "evidence": [
2026-06-16T09:36:12.6143504Z             {
2026-06-16T09:36:12.6143644Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6143757Z               "line": 8946
2026-06-16T09:36:12.6143863Z             },
2026-06-16T09:36:12.6143983Z             {
2026-06-16T09:36:12.6144109Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6144233Z               "line": 9020
2026-06-16T09:36:12.6144338Z             }
2026-06-16T09:36:12.6144574Z           ]
2026-06-16T09:36:12.6144685Z         }
2026-06-16T09:36:12.6144788Z       }
2026-06-16T09:36:12.6144889Z     },
2026-06-16T09:36:12.6144994Z     {
2026-06-16T09:36:12.6145117Z       "id": "REQ-SUBNET-5",
2026-06-16T09:36:12.6146424Z       "title": "Per-subnet serve-state: spt subnet detach <NAME> [--save] / attach <NAME> [--save] — daemon keeps running, stops/starts advertising + connecting for that subnet (peer pump + responder selective); --save persists the startup default in daemon config; the all-attached banner gains per-subnet states (M8 decision 6, --save renamed from --auto per decision 25 session)",
2026-06-16T09:36:12.6146663Z       "requiredStages": [
2026-06-16T09:36:12.6146779Z         "impl",
2026-06-16T09:36:12.6146883Z         "unit",
2026-06-16T09:36:12.6146996Z         "int"
2026-06-16T09:36:12.6147096Z       ],
2026-06-16T09:36:12.6147201Z       "stages": {
2026-06-16T09:36:12.6147310Z         "doc": {
2026-06-16T09:36:12.6147444Z           "complete": false,
2026-06-16T09:36:12.6147564Z           "evidence": []
2026-06-16T09:36:12.6147672Z         },
2026-06-16T09:36:12.6147779Z         "impl": {
2026-06-16T09:36:12.6147888Z           "complete": true,
2026-06-16T09:36:12.6148011Z           "evidence": [
2026-06-16T09:36:12.6148122Z             {
2026-06-16T09:36:12.6148297Z               "path": "crates/spt-daemon/src/daemon.rs",
2026-06-16T09:36:12.6148413Z               "line": 128
2026-06-16T09:36:12.6148516Z             },
2026-06-16T09:36:12.6148621Z             {
2026-06-16T09:36:12.6148770Z               "path": "crates/spt-daemon/src/dispatch.rs",
2026-06-16T09:36:12.6148888Z               "line": 413
2026-06-16T09:36:12.6149071Z             },
2026-06-16T09:36:12.6149169Z             {
2026-06-16T09:36:12.6149321Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.6149431Z               "line": 74
2026-06-16T09:36:12.6149562Z             },
2026-06-16T09:36:12.6149667Z             {
2026-06-16T09:36:12.6149820Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.6149943Z               "line": 332
2026-06-16T09:36:12.6150049Z             },
2026-06-16T09:36:12.6150153Z             {
2026-06-16T09:36:12.6150301Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.6150431Z               "line": 621
2026-06-16T09:36:12.6150535Z             },
2026-06-16T09:36:12.6150641Z             {
2026-06-16T09:36:12.6150788Z               "path": "crates/spt-daemon/src/serveprobe.rs",
2026-06-16T09:36:12.6150902Z               "line": 31
2026-06-16T09:36:12.6151007Z             },
2026-06-16T09:36:12.6151112Z             {
2026-06-16T09:36:12.6151275Z               "path": "crates/spt-daemon/src/serveprobe.rs",
2026-06-16T09:36:12.6151388Z               "line": 50
2026-06-16T09:36:12.6151503Z             },
2026-06-16T09:36:12.6151609Z             {
2026-06-16T09:36:12.6151755Z               "path": "crates/spt-daemon/src/serveprobe.rs",
2026-06-16T09:36:12.6151876Z               "line": 69
2026-06-16T09:36:12.6151981Z             },
2026-06-16T09:36:12.6152089Z             {
2026-06-16T09:36:12.6152236Z               "path": "crates/spt-daemon/src/serveprobe.rs",
2026-06-16T09:36:12.6152349Z               "line": 113
2026-06-16T09:36:12.6152457Z             },
2026-06-16T09:36:12.6152563Z             {
2026-06-16T09:36:12.6152725Z               "path": "crates/spt-net/src/net/serveprobe.rs",
2026-06-16T09:36:12.6152830Z               "line": 25
2026-06-16T09:36:12.6152945Z             },
2026-06-16T09:36:12.6153049Z             {
2026-06-16T09:36:12.6153212Z               "path": "crates/spt-net/src/net/serveprobe.rs",
2026-06-16T09:36:12.6153336Z               "line": 34
2026-06-16T09:36:12.6153439Z             },
2026-06-16T09:36:12.6156737Z             {
2026-06-16T09:36:12.6156936Z               "path": "crates/spt-store/src/attachment.rs",
2026-06-16T09:36:12.6157057Z               "line": 17
2026-06-16T09:36:12.6157175Z             },
2026-06-16T09:36:12.6157270Z             {
2026-06-16T09:36:12.6157570Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6157684Z               "line": 4496
2026-06-16T09:36:12.6157791Z             },
2026-06-16T09:36:12.6157899Z             {
2026-06-16T09:36:12.6158048Z               "path": "crates/spt/src/wansend.rs",
2026-06-16T09:36:12.6158265Z               "line": 419
2026-06-16T09:36:12.6158372Z             }
2026-06-16T09:36:12.6158476Z           ]
2026-06-16T09:36:12.6158580Z         },
2026-06-16T09:36:12.6158687Z         "int": {
2026-06-16T09:36:12.6158800Z           "complete": true,
2026-06-16T09:36:12.6158914Z           "evidence": [
2026-06-16T09:36:12.6159072Z             {
2026-06-16T09:36:12.6159234Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.6159354Z               "line": 817
2026-06-16T09:36:12.6159477Z             }
2026-06-16T09:36:12.6159588Z           ]
2026-06-16T09:36:12.6159687Z         },
2026-06-16T09:36:12.6159806Z         "unit": {
2026-06-16T09:36:12.6159934Z           "complete": true,
2026-06-16T09:36:12.6160042Z           "evidence": [
2026-06-16T09:36:12.6160151Z             {
2026-06-16T09:36:12.6160304Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.6160418Z               "line": 341
2026-06-16T09:36:12.6160513Z             },
2026-06-16T09:36:12.6160628Z             {
2026-06-16T09:36:12.6160785Z               "path": "crates/spt-daemon/src/pump/mod.rs",
2026-06-16T09:36:12.6160896Z               "line": 1115
2026-06-16T09:36:12.6161000Z             },
2026-06-16T09:36:12.6161104Z             {
2026-06-16T09:36:12.6161262Z               "path": "crates/spt-daemon/src/serveprobe.rs",
2026-06-16T09:36:12.6161376Z               "line": 151
2026-06-16T09:36:12.6161476Z             },
2026-06-16T09:36:12.6161587Z             {
2026-06-16T09:36:12.6161748Z               "path": "crates/spt-net/src/net/serveprobe.rs",
2026-06-16T09:36:12.6161869Z               "line": 61
2026-06-16T09:36:12.6161972Z             },
2026-06-16T09:36:12.6162082Z             {
2026-06-16T09:36:12.6162231Z               "path": "crates/spt-store/src/attachment.rs",
2026-06-16T09:36:12.6162349Z               "line": 111
2026-06-16T09:36:12.6162464Z             },
2026-06-16T09:36:12.6162560Z             {
2026-06-16T09:36:12.6162710Z               "path": "crates/spt-store/src/attachment.rs",
2026-06-16T09:36:12.6162825Z               "line": 138
2026-06-16T09:36:12.6162928Z             },
2026-06-16T09:36:12.6163027Z             {
2026-06-16T09:36:12.6163181Z               "path": "crates/spt-store/src/attachment.rs",
2026-06-16T09:36:12.6163290Z               "line": 148
2026-06-16T09:36:12.6163399Z             },
2026-06-16T09:36:12.6163505Z             {
2026-06-16T09:36:12.6163628Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6163743Z               "line": 8847
2026-06-16T09:36:12.6163848Z             }
2026-06-16T09:36:12.6163957Z           ]
2026-06-16T09:36:12.6164062Z         }
2026-06-16T09:36:12.6164168Z       }
2026-06-16T09:36:12.6164277Z     },
2026-06-16T09:36:12.6164368Z     {
2026-06-16T09:36:12.6164506Z       "id": "REQ-SUBNET-6",
2026-06-16T09:36:12.6165248Z       "title": "Trust lifecycle verbs, elevation-gated: spt subnet leave <NAME> (membership exit) and spt subnet prune <node> (removes a dead identity's trust + registry rows, killing its dead dials; trust mutation = security surface, REQ-PAIR-6 gate machinery) (M8 decisions 6-7)",
2026-06-16T09:36:12.6165382Z       "requiredStages": [
2026-06-16T09:36:12.6165490Z         "impl",
2026-06-16T09:36:12.6165599Z         "unit"
2026-06-16T09:36:12.6165704Z       ],
2026-06-16T09:36:12.6165801Z       "stages": {
2026-06-16T09:36:12.6165913Z         "doc": {
2026-06-16T09:36:12.6166039Z           "complete": false,
2026-06-16T09:36:12.6166153Z           "evidence": []
2026-06-16T09:36:12.6166262Z         },
2026-06-16T09:36:12.6166368Z         "impl": {
2026-06-16T09:36:12.6166491Z           "complete": true,
2026-06-16T09:36:12.6166600Z           "evidence": [
2026-06-16T09:36:12.6166816Z             {
2026-06-16T09:36:12.6166983Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6167101Z               "line": 254
2026-06-16T09:36:12.6167216Z             },
2026-06-16T09:36:12.6167321Z             {
2026-06-16T09:36:12.6167469Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6167684Z               "line": 4154
2026-06-16T09:36:12.6167793Z             },
2026-06-16T09:36:12.6167904Z             {
2026-06-16T09:36:12.6168031Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6168154Z               "line": 4171
2026-06-16T09:36:12.6168259Z             },
2026-06-16T09:36:12.6168365Z             {
2026-06-16T09:36:12.6168497Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6168603Z               "line": 4224
2026-06-16T09:36:12.6168708Z             },
2026-06-16T09:36:12.6168816Z             {
2026-06-16T09:36:12.6169013Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6169131Z               "line": 4247
2026-06-16T09:36:12.6169232Z             }
2026-06-16T09:36:12.6169336Z           ]
2026-06-16T09:36:12.6169446Z         },
2026-06-16T09:36:12.6169552Z         "int": {
2026-06-16T09:36:12.6169670Z           "complete": false,
2026-06-16T09:36:12.6169775Z           "evidence": []
2026-06-16T09:36:12.6169886Z         },
2026-06-16T09:36:12.6170003Z         "unit": {
2026-06-16T09:36:12.6170118Z           "complete": true,
2026-06-16T09:36:12.6170239Z           "evidence": [
2026-06-16T09:36:12.6170337Z             {
2026-06-16T09:36:12.6170470Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6170584Z               "line": 8861
2026-06-16T09:36:12.6170683Z             },
2026-06-16T09:36:12.6170792Z             {
2026-06-16T09:36:12.6170917Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6171030Z               "line": 8894
2026-06-16T09:36:12.6171136Z             },
2026-06-16T09:36:12.6171241Z             {
2026-06-16T09:36:12.6171383Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6171489Z               "line": 8903
2026-06-16T09:36:12.6171593Z             }
2026-06-16T09:36:12.6171698Z           ]
2026-06-16T09:36:12.6171804Z         }
2026-06-16T09:36:12.6171908Z       }
2026-06-16T09:36:12.6172013Z     },
2026-06-16T09:36:12.6172119Z     {
2026-06-16T09:36:12.6172242Z       "id": "REQ-SUBNET-7",
2026-06-16T09:36:12.6173983Z       "title": "Per-machine re-pair trust overwrite: registry rows carry a hashed stable machine identifier (OS machine id /etc/machine-id|MachineGuid, domain-separated SHA-256 before gossip, spt-minted persisted UUID fallback; additive serde-default field — old rows parse clean); a COMPLETED pairing ceremony presenting the same node label AND machine id as an existing trusted row evicts the superseded identity's trust + registry rows on the seed-holder and replicates the eviction; a gossiped claim alone never evicts trust (M8 decisions 13, 22)",
2026-06-16T09:36:12.6174113Z       "requiredStages": [
2026-06-16T09:36:12.6174222Z         "impl",
2026-06-16T09:36:12.6174328Z         "unit"
2026-06-16T09:36:12.6174432Z       ],
2026-06-16T09:36:12.6174536Z       "stages": {
2026-06-16T09:36:12.6174652Z         "doc": {
2026-06-16T09:36:12.6174770Z           "complete": false,
2026-06-16T09:36:12.6174904Z           "evidence": []
2026-06-16T09:36:12.6175005Z         },
2026-06-16T09:36:12.6175113Z         "impl": {
2026-06-16T09:36:12.6175233Z           "complete": true,
2026-06-16T09:36:12.6175348Z           "evidence": [
2026-06-16T09:36:12.6175461Z             {
2026-06-16T09:36:12.6175621Z               "path": "crates/spt-daemon/src/machineid.rs",
2026-06-16T09:36:12.6175743Z               "line": 17
2026-06-16T09:36:12.6175851Z             },
2026-06-16T09:36:12.6175961Z             {
2026-06-16T09:36:12.6176121Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.6176240Z               "line": 103
2026-06-16T09:36:12.6176351Z             },
2026-06-16T09:36:12.6176454Z             {
2026-06-16T09:36:12.6176741Z               "path": "crates/spt-daemon/src/pairhost.rs",
2026-06-16T09:36:12.6176860Z               "line": 312
2026-06-16T09:36:12.6176975Z             },
2026-06-16T09:36:12.6177075Z             {
2026-06-16T09:36:12.6177247Z               "path": "crates/spt-daemon/src/pump/registry.rs",
2026-06-16T09:36:12.6177461Z               "line": 131
2026-06-16T09:36:12.6177557Z             },
2026-06-16T09:36:12.6177666Z             {
2026-06-16T09:36:12.6177829Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6177947Z               "line": 160
2026-06-16T09:36:12.6178057Z             },
2026-06-16T09:36:12.6178163Z             {
2026-06-16T09:36:12.6178314Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6178430Z               "line": 441
2026-06-16T09:36:12.6178535Z             },
2026-06-16T09:36:12.6178643Z             {
2026-06-16T09:36:12.6178805Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6178911Z               "line": 618
2026-06-16T09:36:12.6179085Z             },
2026-06-16T09:36:12.6179196Z             {
2026-06-16T09:36:12.6179343Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6179454Z               "line": 658
2026-06-16T09:36:12.6179558Z             },
2026-06-16T09:36:12.6179667Z             {
2026-06-16T09:36:12.6179816Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6179940Z               "line": 714
2026-06-16T09:36:12.6180044Z             },
2026-06-16T09:36:12.6180150Z             {
2026-06-16T09:36:12.6180311Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.6180422Z               "line": 136
2026-06-16T09:36:12.6180530Z             },
2026-06-16T09:36:12.6180640Z             {
2026-06-16T09:36:12.6180785Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6180902Z               "line": 139
2026-06-16T09:36:12.6181001Z             }
2026-06-16T09:36:12.6181112Z           ]
2026-06-16T09:36:12.6181214Z         },
2026-06-16T09:36:12.6181328Z         "int": {
2026-06-16T09:36:12.6181434Z           "complete": false,
2026-06-16T09:36:12.6181543Z           "evidence": []
2026-06-16T09:36:12.6181643Z         },
2026-06-16T09:36:12.6181749Z         "unit": {
2026-06-16T09:36:12.6181867Z           "complete": true,
2026-06-16T09:36:12.6181972Z           "evidence": [
2026-06-16T09:36:12.6182082Z             {
2026-06-16T09:36:12.6182234Z               "path": "crates/spt-daemon/src/machineid.rs",
2026-06-16T09:36:12.6182340Z               "line": 136
2026-06-16T09:36:12.6182444Z             },
2026-06-16T09:36:12.6182549Z             {
2026-06-16T09:36:12.6182703Z               "path": "crates/spt-daemon/src/machineid.rs",
2026-06-16T09:36:12.6182812Z               "line": 156
2026-06-16T09:36:12.6182926Z             },
2026-06-16T09:36:12.6183018Z             {
2026-06-16T09:36:12.6183183Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6183304Z               "line": 935
2026-06-16T09:36:12.6183407Z             },
2026-06-16T09:36:12.6183512Z             {
2026-06-16T09:36:12.6183666Z               "path": "crates/spt-daemon/src/registryhost.rs",
2026-06-16T09:36:12.6183783Z               "line": 957
2026-06-16T09:36:12.6183902Z             },
2026-06-16T09:36:12.6184011Z             {
2026-06-16T09:36:12.6184176Z               "path": "crates/spt-net/src/net/pairing/wire.rs",
2026-06-16T09:36:12.6184291Z               "line": 1419
2026-06-16T09:36:12.6184396Z             },
2026-06-16T09:36:12.6184495Z             {
2026-06-16T09:36:12.6184654Z               "path": "crates/spt-net/src/net/registry.rs",
2026-06-16T09:36:12.6184767Z               "line": 1004
2026-06-16T09:36:12.6184868Z             }
2026-06-16T09:36:12.6184973Z           ]
2026-06-16T09:36:12.6185077Z         }
2026-06-16T09:36:12.6185183Z       }
2026-06-16T09:36:12.6185283Z     },
2026-06-16T09:36:12.6185387Z     {
2026-06-16T09:36:12.6185621Z       "id": "REQ-SUBNET-8",
2026-06-16T09:36:12.6186772Z       "title": "Status render honesty: zero-subnet text is daemon-aware ('No subnets registered — this node is standalone.' + daemon-running-dependent blurb, never implying messaging works while the daemon is down); hint footer prints on bare spt subnet only (status drops it); a stalled pump is surfaced in subnet status, never rendered implied-healthy (M8 decisions 11-12, 23)",
2026-06-16T09:36:12.6187015Z       "requiredStages": [
2026-06-16T09:36:12.6187120Z         "impl",
2026-06-16T09:36:12.6187225Z         "unit"
2026-06-16T09:36:12.6187339Z       ],
2026-06-16T09:36:12.6187445Z       "stages": {
2026-06-16T09:36:12.6187554Z         "doc": {
2026-06-16T09:36:12.6187677Z           "complete": false,
2026-06-16T09:36:12.6187798Z           "evidence": []
2026-06-16T09:36:12.6187907Z         },
2026-06-16T09:36:12.6188016Z         "impl": {
2026-06-16T09:36:12.6188136Z           "complete": true,
2026-06-16T09:36:12.6188245Z           "evidence": [
2026-06-16T09:36:12.6188374Z             {
2026-06-16T09:36:12.6188503Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6188617Z               "line": 3521
2026-06-16T09:36:12.6188723Z             },
2026-06-16T09:36:12.6188827Z             {
2026-06-16T09:36:12.6189033Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6189147Z               "line": 3550
2026-06-16T09:36:12.6189250Z             },
2026-06-16T09:36:12.6189355Z             {
2026-06-16T09:36:12.6189494Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6189598Z               "line": 3567
2026-06-16T09:36:12.6189699Z             },
2026-06-16T09:36:12.6189809Z             {
2026-06-16T09:36:12.6189941Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6190062Z               "line": 3590
2026-06-16T09:36:12.6190166Z             },
2026-06-16T09:36:12.6190271Z             {
2026-06-16T09:36:12.6190400Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6190523Z               "line": 4004
2026-06-16T09:36:12.6190634Z             }
2026-06-16T09:36:12.6190729Z           ]
2026-06-16T09:36:12.6190838Z         },
2026-06-16T09:36:12.6190939Z         "int": {
2026-06-16T09:36:12.6191063Z           "complete": false,
2026-06-16T09:36:12.6191172Z           "evidence": []
2026-06-16T09:36:12.6191283Z         },
2026-06-16T09:36:12.6191387Z         "unit": {
2026-06-16T09:36:12.6191505Z           "complete": true,
2026-06-16T09:36:12.6191614Z           "evidence": [
2026-06-16T09:36:12.6191714Z             {
2026-06-16T09:36:12.6191860Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6191975Z               "line": 9051
2026-06-16T09:36:12.6192080Z             },
2026-06-16T09:36:12.6192179Z             {
2026-06-16T09:36:12.6192318Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6192432Z               "line": 9067
2026-06-16T09:36:12.6192537Z             }
2026-06-16T09:36:12.6192647Z           ]
2026-06-16T09:36:12.6192751Z         }
2026-06-16T09:36:12.6192857Z       }
2026-06-16T09:36:12.6192967Z     },
2026-06-16T09:36:12.6193071Z     {
2026-06-16T09:36:12.6193186Z       "id": "REQ-TERM-1",
2026-06-16T09:36:12.6193391Z       "title": "Process-supervisor terminal wrapper hosting broker PTYs",
2026-06-16T09:36:12.6193520Z       "requiredStages": [
2026-06-16T09:36:12.6193629Z         "impl",
2026-06-16T09:36:12.6193738Z         "unit"
2026-06-16T09:36:12.6193849Z       ],
2026-06-16T09:36:12.6193953Z       "stages": {
2026-06-16T09:36:12.6194058Z         "doc": {
2026-06-16T09:36:12.6194183Z           "complete": false,
2026-06-16T09:36:12.6194301Z           "evidence": []
2026-06-16T09:36:12.6194405Z         },
2026-06-16T09:36:12.6194515Z         "impl": {
2026-06-16T09:36:12.6194636Z           "complete": true,
2026-06-16T09:36:12.6194745Z           "evidence": [
2026-06-16T09:36:12.6194847Z             {
2026-06-16T09:36:12.6194984Z               "path": "crates/spt-term/src/pty.rs",
2026-06-16T09:36:12.6195099Z               "line": 59
2026-06-16T09:36:12.6195308Z             },
2026-06-16T09:36:12.6195414Z             {
2026-06-16T09:36:12.6195562Z               "path": "crates/spt-term/src/pty.rs",
2026-06-16T09:36:12.6195671Z               "line": 195
2026-06-16T09:36:12.6195772Z             },
2026-06-16T09:36:12.6195967Z             {
2026-06-16T09:36:12.6196121Z               "path": "crates/spt-term/src/surface.rs",
2026-06-16T09:36:12.6196233Z               "line": 100
2026-06-16T09:36:12.6196343Z             }
2026-06-16T09:36:12.6196459Z           ]
2026-06-16T09:36:12.6196562Z         },
2026-06-16T09:36:12.6196663Z         "int": {
2026-06-16T09:36:12.6196779Z           "complete": false,
2026-06-16T09:36:12.6196896Z           "evidence": []
2026-06-16T09:36:12.6196995Z         },
2026-06-16T09:36:12.6197101Z         "unit": {
2026-06-16T09:36:12.6197222Z           "complete": true,
2026-06-16T09:36:12.6197327Z           "evidence": [
2026-06-16T09:36:12.6197433Z             {
2026-06-16T09:36:12.6197580Z               "path": "crates/spt-term/tests/surface.rs",
2026-06-16T09:36:12.6197700Z               "line": 24
2026-06-16T09:36:12.6197805Z             },
2026-06-16T09:36:12.6197909Z             {
2026-06-16T09:36:12.6198066Z               "path": "crates/spt-term/tests/surface.rs",
2026-06-16T09:36:12.6198171Z               "line": 56
2026-06-16T09:36:12.6198281Z             }
2026-06-16T09:36:12.6198381Z           ]
2026-06-16T09:36:12.6198491Z         }
2026-06-16T09:36:12.6198595Z       }
2026-06-16T09:36:12.6198696Z     },
2026-06-16T09:36:12.6198805Z     {
2026-06-16T09:36:12.6198925Z       "id": "REQ-TERM-2",
2026-06-16T09:36:12.6199215Z       "title": "session-surface abstraction; send-keys + send-line injection",
2026-06-16T09:36:12.6199336Z       "requiredStages": [
2026-06-16T09:36:12.6199478Z         "impl",
2026-06-16T09:36:12.6199584Z         "unit"
2026-06-16T09:36:12.6199683Z       ],
2026-06-16T09:36:12.6199792Z       "stages": {
2026-06-16T09:36:12.6199896Z         "doc": {
2026-06-16T09:36:12.6200016Z           "complete": false,
2026-06-16T09:36:12.6200130Z           "evidence": []
2026-06-16T09:36:12.6200250Z         },
2026-06-16T09:36:12.6200354Z         "impl": {
2026-06-16T09:36:12.6200468Z           "complete": true,
2026-06-16T09:36:12.6200588Z           "evidence": [
2026-06-16T09:36:12.6200688Z             {
2026-06-16T09:36:12.6200841Z               "path": "crates/spt-term/src/surface.rs",
2026-06-16T09:36:12.6200955Z               "line": 117
2026-06-16T09:36:12.6201055Z             },
2026-06-16T09:36:12.6201165Z             {
2026-06-16T09:36:12.6201317Z               "path": "crates/spt-term/src/surface.rs",
2026-06-16T09:36:12.6201436Z               "line": 127
2026-06-16T09:36:12.6201542Z             }
2026-06-16T09:36:12.6201646Z           ]
2026-06-16T09:36:12.6201742Z         },
2026-06-16T09:36:12.6201853Z         "int": {
2026-06-16T09:36:12.6201970Z           "complete": false,
2026-06-16T09:36:12.6202089Z           "evidence": []
2026-06-16T09:36:12.6202193Z         },
2026-06-16T09:36:12.6202302Z         "unit": {
2026-06-16T09:36:12.6202425Z           "complete": true,
2026-06-16T09:36:12.6202535Z           "evidence": [
2026-06-16T09:36:12.6202640Z             {
2026-06-16T09:36:12.6202787Z               "path": "crates/spt-term/tests/inject.rs",
2026-06-16T09:36:12.6202907Z               "line": 46
2026-06-16T09:36:12.6203011Z             },
2026-06-16T09:36:12.6203117Z             {
2026-06-16T09:36:12.6203265Z               "path": "crates/spt-term/tests/inject.rs",
2026-06-16T09:36:12.6203368Z               "line": 77
2026-06-16T09:36:12.6203470Z             }
2026-06-16T09:36:12.6203574Z           ]
2026-06-16T09:36:12.6203678Z         }
2026-06-16T09:36:12.6203789Z       }
2026-06-16T09:36:12.6203884Z     },
2026-06-16T09:36:12.6203998Z     {
2026-06-16T09:36:12.6204114Z       "id": "REQ-TERM-3",
2026-06-16T09:36:12.6204289Z       "title": "Byte-stream remote terminal streaming for v1",
2026-06-16T09:36:12.6204405Z       "requiredStages": [
2026-06-16T09:36:12.6204518Z         "impl",
2026-06-16T09:36:12.6204743Z         "unit"
2026-06-16T09:36:12.6204852Z       ],
2026-06-16T09:36:12.6204965Z       "stages": {
2026-06-16T09:36:12.6205070Z         "doc": {
2026-06-16T09:36:12.6205197Z           "complete": false,
2026-06-16T09:36:12.6205306Z           "evidence": []
2026-06-16T09:36:12.6205512Z         },
2026-06-16T09:36:12.6205630Z         "impl": {
2026-06-16T09:36:12.6205746Z           "complete": true,
2026-06-16T09:36:12.6205869Z           "evidence": [
2026-06-16T09:36:12.6205969Z             {
2026-06-16T09:36:12.6206142Z               "path": "crates/spt-term/src/stream.rs",
2026-06-16T09:36:12.6206255Z               "line": 71
2026-06-16T09:36:12.6206366Z             }
2026-06-16T09:36:12.6206475Z           ]
2026-06-16T09:36:12.6206565Z         },
2026-06-16T09:36:12.6206686Z         "int": {
2026-06-16T09:36:12.6206823Z           "complete": false,
2026-06-16T09:36:12.6206943Z           "evidence": []
2026-06-16T09:36:12.6207047Z         },
2026-06-16T09:36:12.6207161Z         "unit": {
2026-06-16T09:36:12.6207281Z           "complete": true,
2026-06-16T09:36:12.6207390Z           "evidence": [
2026-06-16T09:36:12.6207504Z             {
2026-06-16T09:36:12.6207651Z               "path": "crates/spt-term/tests/stream.rs",
2026-06-16T09:36:12.6207758Z               "line": 37
2026-06-16T09:36:12.6207867Z             },
2026-06-16T09:36:12.6207978Z             {
2026-06-16T09:36:12.6208130Z               "path": "crates/spt-term/tests/stream.rs",
2026-06-16T09:36:12.6208235Z               "line": 67
2026-06-16T09:36:12.6208341Z             }
2026-06-16T09:36:12.6208440Z           ]
2026-06-16T09:36:12.6208546Z         }
2026-06-16T09:36:12.6208646Z       }
2026-06-16T09:36:12.6208759Z     },
2026-06-16T09:36:12.6208861Z     {
2026-06-16T09:36:12.6209056Z       "id": "REQ-TERM-4",
2026-06-16T09:36:12.6209581Z       "title": "Live activity buffer (session digest): projection of normalized session logs, snapshot-pull (spt endpoint digest) + structured-delta-stream contract + api digest-entry push",
2026-06-16T09:36:12.6209694Z       "requiredStages": [
2026-06-16T09:36:12.6209805Z         "impl",
2026-06-16T09:36:12.6209914Z         "unit",
2026-06-16T09:36:12.6210023Z         "int"
2026-06-16T09:36:12.6210134Z       ],
2026-06-16T09:36:12.6210243Z       "stages": {
2026-06-16T09:36:12.6210347Z         "doc": {
2026-06-16T09:36:12.6210466Z           "complete": false,
2026-06-16T09:36:12.6210577Z           "evidence": []
2026-06-16T09:36:12.6210676Z         },
2026-06-16T09:36:12.6210790Z         "impl": {
2026-06-16T09:36:12.6210915Z           "complete": true,
2026-06-16T09:36:12.6211014Z           "evidence": [
2026-06-16T09:36:12.6211125Z             {
2026-06-16T09:36:12.6211272Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6211396Z               "line": 37
2026-06-16T09:36:12.6211496Z             },
2026-06-16T09:36:12.6211606Z             {
2026-06-16T09:36:12.6211769Z               "path": "crates/spt-daemon/src/digesthub.rs",
2026-06-16T09:36:12.6211882Z               "line": 25
2026-06-16T09:36:12.6211987Z             },
2026-06-16T09:36:12.6212089Z             {
2026-06-16T09:36:12.6212240Z               "path": "crates/spt-daemon/src/digesthub.rs",
2026-06-16T09:36:12.6212340Z               "line": 114
2026-06-16T09:36:12.6212451Z             },
2026-06-16T09:36:12.6212554Z             {
2026-06-16T09:36:12.6212696Z               "path": "crates/spt-daemon/src/digesthub.rs",
2026-06-16T09:36:12.6212806Z               "line": 267
2026-06-16T09:36:12.6212909Z             },
2026-06-16T09:36:12.6213013Z             {
2026-06-16T09:36:12.6213167Z               "path": "crates/spt-daemon/src/digesthub.rs",
2026-06-16T09:36:12.6213270Z               "line": 289
2026-06-16T09:36:12.6213381Z             },
2026-06-16T09:36:12.6213481Z             {
2026-06-16T09:36:12.6213628Z               "path": "crates/spt-daemon/src/digesthub.rs",
2026-06-16T09:36:12.6213744Z               "line": 307
2026-06-16T09:36:12.6213853Z             },
2026-06-16T09:36:12.6214082Z             {
2026-06-16T09:36:12.6214234Z               "path": "crates/spt-store/src/history.rs",
2026-06-16T09:36:12.6214340Z               "line": 33
2026-06-16T09:36:12.6214440Z             },
2026-06-16T09:36:12.6214548Z             {
2026-06-16T09:36:12.6214693Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6214917Z               "line": 52
2026-06-16T09:36:12.6215022Z             },
2026-06-16T09:36:12.6215125Z             {
2026-06-16T09:36:12.6215280Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6215384Z               "line": 180
2026-06-16T09:36:12.6215492Z             },
2026-06-16T09:36:12.6215597Z             {
2026-06-16T09:36:12.6215748Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6215866Z               "line": 190
2026-06-16T09:36:12.6215972Z             },
2026-06-16T09:36:12.6216081Z             {
2026-06-16T09:36:12.6216224Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6216348Z               "line": 250
2026-06-16T09:36:12.6216457Z             },
2026-06-16T09:36:12.6216568Z             {
2026-06-16T09:36:12.6216721Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.6216834Z               "line": 280
2026-06-16T09:36:12.6216940Z             },
2026-06-16T09:36:12.6217045Z             {
2026-06-16T09:36:12.6217188Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.6217307Z               "line": 291
2026-06-16T09:36:12.6217420Z             },
2026-06-16T09:36:12.6217527Z             {
2026-06-16T09:36:12.6217654Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6217774Z               "line": 1136
2026-06-16T09:36:12.6217880Z             }
2026-06-16T09:36:12.6217983Z           ]
2026-06-16T09:36:12.6218087Z         },
2026-06-16T09:36:12.6218187Z         "int": {
2026-06-16T09:36:12.6218314Z           "complete": true,
2026-06-16T09:36:12.6218418Z           "evidence": [
2026-06-16T09:36:12.6218524Z             {
2026-06-16T09:36:12.6218676Z               "path": "crates/spt-daemon/tests/digest.rs",
2026-06-16T09:36:12.6218796Z               "line": 18
2026-06-16T09:36:12.6218901Z             }
2026-06-16T09:36:12.6219076Z           ]
2026-06-16T09:36:12.6219192Z         },
2026-06-16T09:36:12.6219305Z         "unit": {
2026-06-16T09:36:12.6219430Z           "complete": true,
2026-06-16T09:36:12.6219544Z           "evidence": [
2026-06-16T09:36:12.6219648Z             {
2026-06-16T09:36:12.6219798Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6219917Z               "line": 349
2026-06-16T09:36:12.6220021Z             },
2026-06-16T09:36:12.6220127Z             {
2026-06-16T09:36:12.6220274Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6220380Z               "line": 401
2026-06-16T09:36:12.6220489Z             },
2026-06-16T09:36:12.6220588Z             {
2026-06-16T09:36:12.6220742Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6220859Z               "line": 411
2026-06-16T09:36:12.6220968Z             },
2026-06-16T09:36:12.6221074Z             {
2026-06-16T09:36:12.6221226Z               "path": "crates/spt-daemon/src/digesthub.rs",
2026-06-16T09:36:12.6221346Z               "line": 436
2026-06-16T09:36:12.6221460Z             },
2026-06-16T09:36:12.6221565Z             {
2026-06-16T09:36:12.6221718Z               "path": "crates/spt-daemon/src/digesthub.rs",
2026-06-16T09:36:12.6221828Z               "line": 456
2026-06-16T09:36:12.6221927Z             },
2026-06-16T09:36:12.6222033Z             {
2026-06-16T09:36:12.6222180Z               "path": "crates/spt-daemon/src/digesthub.rs",
2026-06-16T09:36:12.6222290Z               "line": 478
2026-06-16T09:36:12.6222395Z             },
2026-06-16T09:36:12.6222504Z             {
2026-06-16T09:36:12.6222653Z               "path": "crates/spt-daemon/src/digesthub.rs",
2026-06-16T09:36:12.6222771Z               "line": 491
2026-06-16T09:36:12.6222997Z             },
2026-06-16T09:36:12.6223100Z             {
2026-06-16T09:36:12.6223252Z               "path": "crates/spt-daemon/src/digesthub.rs",
2026-06-16T09:36:12.6223356Z               "line": 502
2026-06-16T09:36:12.6223460Z             },
2026-06-16T09:36:12.6223564Z             {
2026-06-16T09:36:12.6223798Z               "path": "crates/spt-store/src/history.rs",
2026-06-16T09:36:12.6223912Z               "line": 108
2026-06-16T09:36:12.6224013Z             },
2026-06-16T09:36:12.6224127Z             {
2026-06-16T09:36:12.6224275Z               "path": "crates/spt-term/src/digest.rs",
2026-06-16T09:36:12.6224389Z               "line": 119
2026-06-16T09:36:12.6224498Z             },
2026-06-16T09:36:12.6224604Z             {
2026-06-16T09:36:12.6224747Z               "path": "crates/spt-term/src/digest.rs",
2026-06-16T09:36:12.6224866Z               "line": 127
2026-06-16T09:36:12.6224976Z             },
2026-06-16T09:36:12.6225081Z             {
2026-06-16T09:36:12.6225234Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6225347Z               "line": 474
2026-06-16T09:36:12.6225452Z             },
2026-06-16T09:36:12.6225558Z             {
2026-06-16T09:36:12.6225710Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6225835Z               "line": 501
2026-06-16T09:36:12.6225930Z             },
2026-06-16T09:36:12.6226033Z             {
2026-06-16T09:36:12.6226186Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6226317Z               "line": 520
2026-06-16T09:36:12.6226431Z             },
2026-06-16T09:36:12.6226547Z             {
2026-06-16T09:36:12.6226712Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6226837Z               "line": 535
2026-06-16T09:36:12.6226952Z             },
2026-06-16T09:36:12.6227051Z             {
2026-06-16T09:36:12.6227214Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6227337Z               "line": 561
2026-06-16T09:36:12.6227453Z             },
2026-06-16T09:36:12.6227557Z             {
2026-06-16T09:36:12.6227700Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6227824Z               "line": 581
2026-06-16T09:36:12.6227928Z             },
2026-06-16T09:36:12.6228034Z             {
2026-06-16T09:36:12.6228182Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6228296Z               "line": 591
2026-06-16T09:36:12.6228411Z             },
2026-06-16T09:36:12.6228511Z             {
2026-06-16T09:36:12.6228657Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6228762Z               "line": 683
2026-06-16T09:36:12.6228875Z             },
2026-06-16T09:36:12.6229046Z             {
2026-06-16T09:36:12.6229194Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.6229317Z               "line": 881
2026-06-16T09:36:12.6229419Z             },
2026-06-16T09:36:12.6229528Z             {
2026-06-16T09:36:12.6229656Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6229780Z               "line": 8618
2026-06-16T09:36:12.6229884Z             }
2026-06-16T09:36:12.6229981Z           ]
2026-06-16T09:36:12.6230090Z         }
2026-06-16T09:36:12.6230195Z       }
2026-06-16T09:36:12.6230300Z     },
2026-06-16T09:36:12.6230405Z     {
2026-06-16T09:36:12.6230528Z       "id": "REQ-TERM-5",
2026-06-16T09:36:12.6232139Z       "title": "Adapter-declared digest extractor seam: a `[digest]` manifest section declaring an imperative extractor (native harness log -> the {role,text,tool,ts} contract; defaults to the [history] source files with an own-source escape hatch), `api digest-entry` push fallback, register-time validation of the section, adapter-declared presentation defaults (window depth, arg-truncation, sprint-collapse) that any consumer may override, and a `spt adapter digest-proof` author tool plus runtime skip-diagnostics (no silent drop). Reverses M9's no-manifest-seam stance; no declarative DSL.",
2026-06-16T09:36:12.6232369Z       "requiredStages": [
2026-06-16T09:36:12.6232473Z         "doc",
2026-06-16T09:36:12.6232584Z         "impl",
2026-06-16T09:36:12.6232688Z         "unit",
2026-06-16T09:36:12.6232797Z         "int"
2026-06-16T09:36:12.6232898Z       ],
2026-06-16T09:36:12.6233012Z       "stages": {
2026-06-16T09:36:12.6233209Z         "doc": {
2026-06-16T09:36:12.6233331Z           "complete": true,
2026-06-16T09:36:12.6233436Z           "evidence": [
2026-06-16T09:36:12.6233538Z             {
2026-06-16T09:36:12.6233669Z               "path": "docs/MANIFEST.md",
2026-06-16T09:36:12.6233788Z               "line": 167
2026-06-16T09:36:12.6233893Z             }
2026-06-16T09:36:12.6233991Z           ]
2026-06-16T09:36:12.6234100Z         },
2026-06-16T09:36:12.6234196Z         "impl": {
2026-06-16T09:36:12.6234310Z           "complete": true,
2026-06-16T09:36:12.6234429Z           "evidence": [
2026-06-16T09:36:12.6234530Z             {
2026-06-16T09:36:12.6234682Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6234787Z               "line": 75
2026-06-16T09:36:12.6234888Z             },
2026-06-16T09:36:12.6235001Z             {
2026-06-16T09:36:12.6235146Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6235259Z               "line": 131
2026-06-16T09:36:12.6235364Z             },
2026-06-16T09:36:12.6235470Z             {
2026-06-16T09:36:12.6235603Z               "path": "crates/spt-live/src/digest.rs",
2026-06-16T09:36:12.6235717Z               "line": 22
2026-06-16T09:36:12.6235823Z             },
2026-06-16T09:36:12.6235922Z             {
2026-06-16T09:36:12.6236071Z               "path": "crates/spt-live/src/digest.rs",
2026-06-16T09:36:12.6236175Z               "line": 81
2026-06-16T09:36:12.6236285Z             },
2026-06-16T09:36:12.6236390Z             {
2026-06-16T09:36:12.6236546Z               "path": "crates/spt-term/src/digest.rs",
2026-06-16T09:36:12.6236664Z               "line": 30
2026-06-16T09:36:12.6236769Z             },
2026-06-16T09:36:12.6236882Z             {
2026-06-16T09:36:12.6237025Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6237140Z               "line": 103
2026-06-16T09:36:12.6237244Z             },
2026-06-16T09:36:12.6237349Z             {
2026-06-16T09:36:12.6237498Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6237606Z               "line": 167
2026-06-16T09:36:12.6237707Z             },
2026-06-16T09:36:12.6237812Z             {
2026-06-16T09:36:12.6237960Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6238075Z               "line": 434
2026-06-16T09:36:12.6238179Z             },
2026-06-16T09:36:12.6238284Z             {
2026-06-16T09:36:12.6238418Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6238541Z               "line": 5262
2026-06-16T09:36:12.6238643Z             },
2026-06-16T09:36:12.6238751Z             {
2026-06-16T09:36:12.6238879Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6239062Z               "line": 5298
2026-06-16T09:36:12.6239169Z             }
2026-06-16T09:36:12.6239270Z           ]
2026-06-16T09:36:12.6239379Z         },
2026-06-16T09:36:12.6239500Z         "int": {
2026-06-16T09:36:12.6239625Z           "complete": true,
2026-06-16T09:36:12.6239736Z           "evidence": [
2026-06-16T09:36:12.6239834Z             {
2026-06-16T09:36:12.6243191Z               "path": "crates/spt-daemon/tests/two_origin_spanning.rs",
2026-06-16T09:36:12.6243314Z               "line": 17
2026-06-16T09:36:12.6243420Z             }
2026-06-16T09:36:12.6243520Z           ]
2026-06-16T09:36:12.6243620Z         },
2026-06-16T09:36:12.6243725Z         "unit": {
2026-06-16T09:36:12.6243849Z           "complete": true,
2026-06-16T09:36:12.6243967Z           "evidence": [
2026-06-16T09:36:12.6244069Z             {
2026-06-16T09:36:12.6244244Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6244357Z               "line": 360
2026-06-16T09:36:12.6244613Z             },
2026-06-16T09:36:12.6244722Z             {
2026-06-16T09:36:12.6244875Z               "path": "crates/spt-live/src/digest.rs",
2026-06-16T09:36:12.6244999Z               "line": 153
2026-06-16T09:36:12.6245105Z             },
2026-06-16T09:36:12.6245209Z             {
2026-06-16T09:36:12.6245448Z               "path": "crates/spt-live/src/digest.rs",
2026-06-16T09:36:12.6245557Z               "line": 169
2026-06-16T09:36:12.6245662Z             },
2026-06-16T09:36:12.6245772Z             {
2026-06-16T09:36:12.6245910Z               "path": "crates/spt-live/src/digest.rs",
2026-06-16T09:36:12.6246011Z               "line": 191
2026-06-16T09:36:12.6246124Z             },
2026-06-16T09:36:12.6246225Z             {
2026-06-16T09:36:12.6246373Z               "path": "crates/spt-live/src/digest.rs",
2026-06-16T09:36:12.6246487Z               "line": 202
2026-06-16T09:36:12.6246592Z             },
2026-06-16T09:36:12.6246698Z             {
2026-06-16T09:36:12.6246840Z               "path": "crates/spt-live/src/digest.rs",
2026-06-16T09:36:12.6246945Z               "line": 213
2026-06-16T09:36:12.6247050Z             },
2026-06-16T09:36:12.6247159Z             {
2026-06-16T09:36:12.6247325Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.6247442Z               "line": 1244
2026-06-16T09:36:12.6247551Z             },
2026-06-16T09:36:12.6247652Z             {
2026-06-16T09:36:12.6247809Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.6247924Z               "line": 1287
2026-06-16T09:36:12.6248034Z             },
2026-06-16T09:36:12.6248138Z             {
2026-06-16T09:36:12.6248286Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6248410Z               "line": 606
2026-06-16T09:36:12.6248515Z             },
2026-06-16T09:36:12.6248625Z             {
2026-06-16T09:36:12.6248777Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6248898Z               "line": 634
2026-06-16T09:36:12.6249082Z             },
2026-06-16T09:36:12.6249183Z             {
2026-06-16T09:36:12.6249335Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6249449Z               "line": 646
2026-06-16T09:36:12.6249555Z             },
2026-06-16T09:36:12.6249664Z             {
2026-06-16T09:36:12.6249820Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6249934Z               "line": 669
2026-06-16T09:36:12.6250042Z             },
2026-06-16T09:36:12.6250142Z             {
2026-06-16T09:36:12.6250272Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6250394Z               "line": 7367
2026-06-16T09:36:12.6250496Z             },
2026-06-16T09:36:12.6250600Z             {
2026-06-16T09:36:12.6250728Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6250829Z               "line": 7425
2026-06-16T09:36:12.6250944Z             }
2026-06-16T09:36:12.6251047Z           ]
2026-06-16T09:36:12.6251154Z         }
2026-06-16T09:36:12.6251258Z       }
2026-06-16T09:36:12.6251362Z     },
2026-06-16T09:36:12.6251464Z     {
2026-06-16T09:36:12.6251582Z       "id": "REQ-TERM-6",
2026-06-16T09:36:12.6252784Z       "title": "Thread-spanning digest across session boundaries: a per-endpoint session ledger (`<perch>/sessions.log`) appended at first bind and by `api boundary` on `/clear`|`/compact` session rotation, the digest enumerating the last K sessions so its rolling window bridges a boundary, and a distinctive in-timeline boundary marker (DigestEntry::Boundary). The digest follows the live-agent thread, not a single session.",
2026-06-16T09:36:12.6252916Z       "requiredStages": [
2026-06-16T09:36:12.6253021Z         "impl",
2026-06-16T09:36:12.6253127Z         "unit",
2026-06-16T09:36:12.6253231Z         "int"
2026-06-16T09:36:12.6253336Z       ],
2026-06-16T09:36:12.6253442Z       "stages": {
2026-06-16T09:36:12.6253546Z         "doc": {
2026-06-16T09:36:12.6253665Z           "complete": false,
2026-06-16T09:36:12.6253780Z           "evidence": []
2026-06-16T09:36:12.6253995Z         },
2026-06-16T09:36:12.6254109Z         "impl": {
2026-06-16T09:36:12.6254232Z           "complete": true,
2026-06-16T09:36:12.6254343Z           "evidence": [
2026-06-16T09:36:12.6254447Z             {
2026-06-16T09:36:12.6254604Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6254813Z               "line": 132
2026-06-16T09:36:12.6254917Z             },
2026-06-16T09:36:12.6255028Z             {
2026-06-16T09:36:12.6255178Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6255297Z               "line": 176
2026-06-16T09:36:12.6255398Z             },
2026-06-16T09:36:12.6255502Z             {
2026-06-16T09:36:12.6255651Z               "path": "crates/spt-store/src/sessions.rs",
2026-06-16T09:36:12.6255760Z               "line": 17
2026-06-16T09:36:12.6255864Z             },
2026-06-16T09:36:12.6255970Z             {
2026-06-16T09:36:12.6256117Z               "path": "crates/spt-store/src/sessions.rs",
2026-06-16T09:36:12.6256232Z               "line": 96
2026-06-16T09:36:12.6256341Z             },
2026-06-16T09:36:12.6256436Z             {
2026-06-16T09:36:12.6256590Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6256694Z               "line": 319
2026-06-16T09:36:12.6256804Z             },
2026-06-16T09:36:12.6256905Z             {
2026-06-16T09:36:12.6257061Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6257172Z               "line": 396
2026-06-16T09:36:12.6257281Z             }
2026-06-16T09:36:12.6257390Z           ]
2026-06-16T09:36:12.6257492Z         },
2026-06-16T09:36:12.6257592Z         "int": {
2026-06-16T09:36:12.6257714Z           "complete": true,
2026-06-16T09:36:12.6257828Z           "evidence": [
2026-06-16T09:36:12.6257932Z             {
2026-06-16T09:36:12.6258116Z               "path": "crates/spt-daemon/tests/two_origin_spanning.rs",
2026-06-16T09:36:12.6258232Z               "line": 18
2026-06-16T09:36:12.6258336Z             }
2026-06-16T09:36:12.6258445Z           ]
2026-06-16T09:36:12.6258541Z         },
2026-06-16T09:36:12.6258650Z         "unit": {
2026-06-16T09:36:12.6258770Z           "complete": true,
2026-06-16T09:36:12.6258884Z           "evidence": [
2026-06-16T09:36:12.6259055Z             {
2026-06-16T09:36:12.6259204Z               "path": "crates/spt-store/src/sessions.rs",
2026-06-16T09:36:12.6259328Z               "line": 126
2026-06-16T09:36:12.6259433Z             },
2026-06-16T09:36:12.6259538Z             {
2026-06-16T09:36:12.6259690Z               "path": "crates/spt-store/src/sessions.rs",
2026-06-16T09:36:12.6259801Z               "line": 141
2026-06-16T09:36:12.6259909Z             },
2026-06-16T09:36:12.6260014Z             {
2026-06-16T09:36:12.6260158Z               "path": "crates/spt-store/src/sessions.rs",
2026-06-16T09:36:12.6260271Z               "line": 157
2026-06-16T09:36:12.6260375Z             },
2026-06-16T09:36:12.6260485Z             {
2026-06-16T09:36:12.6260621Z               "path": "crates/spt-store/src/sessions.rs",
2026-06-16T09:36:12.6260741Z               "line": 175
2026-06-16T09:36:12.6260842Z             },
2026-06-16T09:36:12.6260940Z             {
2026-06-16T09:36:12.6261089Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6261199Z               "line": 738
2026-06-16T09:36:12.6261308Z             },
2026-06-16T09:36:12.6261413Z             {
2026-06-16T09:36:12.6261560Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6261661Z               "line": 759
2026-06-16T09:36:12.6261771Z             },
2026-06-16T09:36:12.6261875Z             {
2026-06-16T09:36:12.6262024Z               "path": "crates/spt/src/api/reporting.rs",
2026-06-16T09:36:12.6262138Z               "line": 722
2026-06-16T09:36:12.6262242Z             }
2026-06-16T09:36:12.6262348Z           ]
2026-06-16T09:36:12.6262452Z         }
2026-06-16T09:36:12.6262557Z       }
2026-06-16T09:36:12.6262654Z     },
2026-06-16T09:36:12.6262753Z     {
2026-06-16T09:36:12.6263006Z       "id": "REQ-TERM-7",
2026-06-16T09:36:12.6264225Z       "title": "Two-origin digest merge: spt-owned context-injection entries (psyche_download | echo_mirror | owl_message) appended by spt to the endpoint `digest.log`, timestamp-interleaved with the adapter's extracted activity records into one ordered timeline, via a distinct context-injection record category. Data model only this milestone; GUI collapse/expand and the echo-reads-digest delta loop are deferred to the surfaces that consume them.",
2026-06-16T09:36:12.6264444Z       "requiredStages": [
2026-06-16T09:36:12.6264550Z         "impl",
2026-06-16T09:36:12.6264655Z         "unit",
2026-06-16T09:36:12.6264759Z         "int"
2026-06-16T09:36:12.6264865Z       ],
2026-06-16T09:36:12.6264979Z       "stages": {
2026-06-16T09:36:12.6265084Z         "doc": {
2026-06-16T09:36:12.6265209Z           "complete": false,
2026-06-16T09:36:12.6265326Z           "evidence": []
2026-06-16T09:36:12.6265426Z         },
2026-06-16T09:36:12.6265540Z         "impl": {
2026-06-16T09:36:12.6265649Z           "complete": true,
2026-06-16T09:36:12.6265766Z           "evidence": [
2026-06-16T09:36:12.6265872Z             {
2026-06-16T09:36:12.6266029Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6266148Z               "line": 133
2026-06-16T09:36:12.6266258Z             },
2026-06-16T09:36:12.6266362Z             {
2026-06-16T09:36:12.6266511Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6266630Z               "line": 311
2026-06-16T09:36:12.6266734Z             },
2026-06-16T09:36:12.6266845Z             {
2026-06-16T09:36:12.6266996Z               "path": "crates/spt-live/src/inject.rs",
2026-06-16T09:36:12.6267102Z               "line": 15
2026-06-16T09:36:12.6267207Z             },
2026-06-16T09:36:12.6267311Z             {
2026-06-16T09:36:12.6267460Z               "path": "crates/spt-live/src/inject.rs",
2026-06-16T09:36:12.6267564Z               "line": 32
2026-06-16T09:36:12.6267669Z             },
2026-06-16T09:36:12.6267770Z             {
2026-06-16T09:36:12.6267916Z               "path": "crates/spt-store/src/history.rs",
2026-06-16T09:36:12.6268032Z               "line": 49
2026-06-16T09:36:12.6268133Z             },
2026-06-16T09:36:12.6268236Z             {
2026-06-16T09:36:12.6268393Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6268511Z               "line": 286
2026-06-16T09:36:12.6268624Z             },
2026-06-16T09:36:12.6268719Z             {
2026-06-16T09:36:12.6268872Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6269039Z               "line": 320
2026-06-16T09:36:12.6269149Z             }
2026-06-16T09:36:12.6269258Z           ]
2026-06-16T09:36:12.6269364Z         },
2026-06-16T09:36:12.6269464Z         "int": {
2026-06-16T09:36:12.6269582Z           "complete": true,
2026-06-16T09:36:12.6269688Z           "evidence": [
2026-06-16T09:36:12.6269787Z             {
2026-06-16T09:36:12.6269979Z               "path": "crates/spt-daemon/tests/two_origin_spanning.rs",
2026-06-16T09:36:12.6270088Z               "line": 19
2026-06-16T09:36:12.6270183Z             }
2026-06-16T09:36:12.6270284Z           ]
2026-06-16T09:36:12.6270389Z         },
2026-06-16T09:36:12.6270503Z         "unit": {
2026-06-16T09:36:12.6270623Z           "complete": true,
2026-06-16T09:36:12.6270742Z           "evidence": [
2026-06-16T09:36:12.6270845Z             {
2026-06-16T09:36:12.6270993Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6271101Z               "line": 440
2026-06-16T09:36:12.6271200Z             },
2026-06-16T09:36:12.6271306Z             {
2026-06-16T09:36:12.6271448Z               "path": "crates/spt-daemon/src/digest.rs",
2026-06-16T09:36:12.6271568Z               "line": 551
2026-06-16T09:36:12.6271678Z             },
2026-06-16T09:36:12.6271787Z             {
2026-06-16T09:36:12.6271926Z               "path": "crates/spt-live/src/inject.rs",
2026-06-16T09:36:12.6272031Z               "line": 58
2026-06-16T09:36:12.6272241Z             },
2026-06-16T09:36:12.6272345Z             {
2026-06-16T09:36:12.6272487Z               "path": "crates/spt-live/src/inject.rs",
2026-06-16T09:36:12.6272603Z               "line": 77
2026-06-16T09:36:12.6272707Z             },
2026-06-16T09:36:12.6272909Z             {
2026-06-16T09:36:12.6273046Z               "path": "crates/spt-live/src/inject.rs",
2026-06-16T09:36:12.6273161Z               "line": 87
2026-06-16T09:36:12.6273266Z             },
2026-06-16T09:36:12.6273374Z             {
2026-06-16T09:36:12.6273514Z               "path": "crates/spt-store/src/history.rs",
2026-06-16T09:36:12.6273628Z               "line": 94
2026-06-16T09:36:12.6273731Z             },
2026-06-16T09:36:12.6273831Z             {
2026-06-16T09:36:12.6273989Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6274098Z               "line": 691
2026-06-16T09:36:12.6274199Z             },
2026-06-16T09:36:12.6274309Z             {
2026-06-16T09:36:12.6274451Z               "path": "crates/spt-term/src/projection.rs",
2026-06-16T09:36:12.6274562Z               "line": 716
2026-06-16T09:36:12.6274671Z             }
2026-06-16T09:36:12.6274771Z           ]
2026-06-16T09:36:12.6274871Z         }
2026-06-16T09:36:12.6274981Z       }
2026-06-16T09:36:12.6275086Z     },
2026-06-16T09:36:12.6275191Z     {
2026-06-16T09:36:12.6275310Z       "id": "REQ-UPD-1",
2026-06-16T09:36:12.6275463Z       "title": "Peer-propagated update over P2P",
2026-06-16T09:36:12.6275586Z       "requiredStages": [
2026-06-16T09:36:12.6275686Z         "impl",
2026-06-16T09:36:12.6275797Z         "unit",
2026-06-16T09:36:12.6275896Z         "int"
2026-06-16T09:36:12.6276000Z       ],
2026-06-16T09:36:12.6276109Z       "stages": {
2026-06-16T09:36:12.6276213Z         "doc": {
2026-06-16T09:36:12.6276341Z           "complete": false,
2026-06-16T09:36:12.6276451Z           "evidence": []
2026-06-16T09:36:12.6276561Z         },
2026-06-16T09:36:12.6276670Z         "impl": {
2026-06-16T09:36:12.6276790Z           "complete": true,
2026-06-16T09:36:12.6276908Z           "evidence": [
2026-06-16T09:36:12.6277008Z             {
2026-06-16T09:36:12.6277166Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6277270Z               "line": 28
2026-06-16T09:36:12.6277381Z             },
2026-06-16T09:36:12.6277490Z             {
2026-06-16T09:36:12.6277638Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6277749Z               "line": 103
2026-06-16T09:36:12.6277848Z             },
2026-06-16T09:36:12.6277953Z             {
2026-06-16T09:36:12.6278101Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6278219Z               "line": 342
2026-06-16T09:36:12.6278326Z             },
2026-06-16T09:36:12.6278430Z             {
2026-06-16T09:36:12.6278578Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6278684Z               "line": 22
2026-06-16T09:36:12.6278796Z             },
2026-06-16T09:36:12.6278886Z             {
2026-06-16T09:36:12.6279104Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6279222Z               "line": 207
2026-06-16T09:36:12.6279328Z             },
2026-06-16T09:36:12.6279447Z             {
2026-06-16T09:36:12.6279585Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6279699Z               "line": 283
2026-06-16T09:36:12.6279804Z             },
2026-06-16T09:36:12.6279905Z             {
2026-06-16T09:36:12.6280053Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6280166Z               "line": 340
2026-06-16T09:36:12.6280272Z             },
2026-06-16T09:36:12.6280367Z             {
2026-06-16T09:36:12.6280524Z               "path": "crates/spt-net/src/net/update.rs",
2026-06-16T09:36:12.6280630Z               "line": 37
2026-06-16T09:36:12.6280734Z             }
2026-06-16T09:36:12.6280844Z           ]
2026-06-16T09:36:12.6280950Z         },
2026-06-16T09:36:12.6281058Z         "int": {
2026-06-16T09:36:12.6281279Z           "complete": true,
2026-06-16T09:36:12.6281401Z           "evidence": [
2026-06-16T09:36:12.6281505Z             {
2026-06-16T09:36:12.6281656Z               "path": "crates/spt-daemon/tests/dispatch.rs",
2026-06-16T09:36:12.6281774Z               "line": 207
2026-06-16T09:36:12.6281962Z             },
2026-06-16T09:36:12.6282066Z             {
2026-06-16T09:36:12.6282214Z               "path": "crates/spt-daemon/tests/twohost.rs",
2026-06-16T09:36:12.6282328Z               "line": 1080
2026-06-16T09:36:12.6282437Z             }
2026-06-16T09:36:12.6282543Z           ]
2026-06-16T09:36:12.6282652Z         },
2026-06-16T09:36:12.6282757Z         "unit": {
2026-06-16T09:36:12.6282876Z           "complete": true,
2026-06-16T09:36:12.6282986Z           "evidence": [
2026-06-16T09:36:12.6283081Z             {
2026-06-16T09:36:12.6283225Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6283329Z               "line": 490
2026-06-16T09:36:12.6283435Z             },
2026-06-16T09:36:12.6283539Z             {
2026-06-16T09:36:12.6283687Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6283803Z               "line": 616
2026-06-16T09:36:12.6283901Z             },
2026-06-16T09:36:12.6284016Z             {
2026-06-16T09:36:12.6284169Z               "path": "crates/spt-daemon/tests/propagate.rs",
2026-06-16T09:36:12.6284291Z               "line": 277
2026-06-16T09:36:12.6284396Z             },
2026-06-16T09:36:12.6284507Z             {
2026-06-16T09:36:12.6284648Z               "path": "crates/spt-net/src/net/update.rs",
2026-06-16T09:36:12.6284769Z               "line": 124
2026-06-16T09:36:12.6284878Z             },
2026-06-16T09:36:12.6284982Z             {
2026-06-16T09:36:12.6285136Z               "path": "crates/spt-net/src/net/update.rs",
2026-06-16T09:36:12.6285245Z               "line": 200
2026-06-16T09:36:12.6285350Z             }
2026-06-16T09:36:12.6285460Z           ]
2026-06-16T09:36:12.6285564Z         }
2026-06-16T09:36:12.6285665Z       }
2026-06-16T09:36:12.6285770Z     },
2026-06-16T09:36:12.6285879Z     {
2026-06-16T09:36:12.6285995Z       "id": "REQ-UPD-2",
2026-06-16T09:36:12.6286189Z       "title": "All binaries signature-verified before handoff",
2026-06-16T09:36:12.6286299Z       "requiredStages": [
2026-06-16T09:36:12.6286409Z         "impl",
2026-06-16T09:36:12.6286522Z         "unit"
2026-06-16T09:36:12.6286627Z       ],
2026-06-16T09:36:12.6286731Z       "stages": {
2026-06-16T09:36:12.6286834Z         "doc": {
2026-06-16T09:36:12.6286959Z           "complete": false,
2026-06-16T09:36:12.6287064Z           "evidence": []
2026-06-16T09:36:12.6287163Z         },
2026-06-16T09:36:12.6287268Z         "impl": {
2026-06-16T09:36:12.6287388Z           "complete": true,
2026-06-16T09:36:12.6287506Z           "evidence": [
2026-06-16T09:36:12.6287612Z             {
2026-06-16T09:36:12.6287764Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6287874Z               "line": 343
2026-06-16T09:36:12.6287980Z             },
2026-06-16T09:36:12.6288084Z             {
2026-06-16T09:36:12.6288232Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6288351Z               "line": 476
2026-06-16T09:36:12.6288451Z             },
2026-06-16T09:36:12.6288567Z             {
2026-06-16T09:36:12.6288713Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6288833Z               "line": 29
2026-06-16T09:36:12.6289041Z             },
2026-06-16T09:36:12.6289138Z             {
2026-06-16T09:36:12.6289296Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6289394Z               "line": 271
2026-06-16T09:36:12.6289499Z             },
2026-06-16T09:36:12.6289599Z             {
2026-06-16T09:36:12.6289754Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6289873Z               "line": 288
2026-06-16T09:36:12.6289974Z             },
2026-06-16T09:36:12.6290083Z             {
2026-06-16T09:36:12.6290350Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6290480Z               "line": 408
2026-06-16T09:36:12.6290584Z             },
2026-06-16T09:36:12.6290683Z             {
2026-06-16T09:36:12.6290832Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6291056Z               "line": 540
2026-06-16T09:36:12.6291176Z             },
2026-06-16T09:36:12.6291274Z             {
2026-06-16T09:36:12.6291419Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6291533Z               "line": 155
2026-06-16T09:36:12.6291637Z             }
2026-06-16T09:36:12.6291744Z           ]
2026-06-16T09:36:12.6291848Z         },
2026-06-16T09:36:12.6291956Z         "int": {
2026-06-16T09:36:12.6292066Z           "complete": false,
2026-06-16T09:36:12.6292189Z           "evidence": []
2026-06-16T09:36:12.6292292Z         },
2026-06-16T09:36:12.6292402Z         "unit": {
2026-06-16T09:36:12.6292527Z           "complete": true,
2026-06-16T09:36:12.6292630Z           "evidence": [
2026-06-16T09:36:12.6292741Z             {
2026-06-16T09:36:12.6292888Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6293012Z               "line": 697
2026-06-16T09:36:12.6293113Z             },
2026-06-16T09:36:12.6293217Z             {
2026-06-16T09:36:12.6293371Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6293484Z               "line": 758
2026-06-16T09:36:12.6293603Z             },
2026-06-16T09:36:12.6293710Z             {
2026-06-16T09:36:12.6293861Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6293981Z               "line": 772
2026-06-16T09:36:12.6294090Z             },
2026-06-16T09:36:12.6294199Z             {
2026-06-16T09:36:12.6294344Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6294466Z               "line": 788
2026-06-16T09:36:12.6294576Z             },
2026-06-16T09:36:12.6294687Z             {
2026-06-16T09:36:12.6294833Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6294942Z               "line": 879
2026-06-16T09:36:12.6295048Z             },
2026-06-16T09:36:12.6295147Z             {
2026-06-16T09:36:12.6295295Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6295410Z               "line": 414
2026-06-16T09:36:12.6295524Z             },
2026-06-16T09:36:12.6295630Z             {
2026-06-16T09:36:12.6295777Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6295892Z               "line": 427
2026-06-16T09:36:12.6295996Z             },
2026-06-16T09:36:12.6296106Z             {
2026-06-16T09:36:12.6296269Z               "path": "crates/spt-daemon/tests/propagate.rs",
2026-06-16T09:36:12.6296382Z               "line": 410
2026-06-16T09:36:12.6296487Z             }
2026-06-16T09:36:12.6296589Z           ]
2026-06-16T09:36:12.6296697Z         }
2026-06-16T09:36:12.6296802Z       }
2026-06-16T09:36:12.6296894Z     },
2026-06-16T09:36:12.6296984Z     {
2026-06-16T09:36:12.6297106Z       "id": "REQ-UPD-3",
2026-06-16T09:36:12.6297324Z       "title": "No endpoint process terminates/suspends during self-update",
2026-06-16T09:36:12.6297437Z       "requiredStages": [
2026-06-16T09:36:12.6297548Z         "impl",
2026-06-16T09:36:12.6297648Z         "unit",
2026-06-16T09:36:12.6297761Z         "int"
2026-06-16T09:36:12.6297862Z       ],
2026-06-16T09:36:12.6297967Z       "stages": {
2026-06-16T09:36:12.6298080Z         "doc": {
2026-06-16T09:36:12.6298201Z           "complete": false,
2026-06-16T09:36:12.6298315Z           "evidence": []
2026-06-16T09:36:12.6298424Z         },
2026-06-16T09:36:12.6298530Z         "impl": {
2026-06-16T09:36:12.6298649Z           "complete": true,
2026-06-16T09:36:12.6298768Z           "evidence": [
2026-06-16T09:36:12.6298869Z             {
2026-06-16T09:36:12.6299097Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6299216Z               "line": 40
2026-06-16T09:36:12.6299321Z             },
2026-06-16T09:36:12.6299536Z             {
2026-06-16T09:36:12.6299698Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6299818Z               "line": 87
2026-06-16T09:36:12.6299931Z             },
2026-06-16T09:36:12.6300035Z             {
2026-06-16T09:36:12.6300187Z               "path": "crates/spt-daemon/src/brain.rs",
2026-06-16T09:36:12.6300391Z               "line": 993
2026-06-16T09:36:12.6300500Z             },
2026-06-16T09:36:12.6300605Z             {
2026-06-16T09:36:12.6300754Z               "path": "crates/spt-daemon/src/broker.rs",
2026-06-16T09:36:12.6300877Z               "line": 1085
2026-06-16T09:36:12.6300976Z             },
2026-06-16T09:36:12.6301087Z             {
2026-06-16T09:36:12.6301234Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6301349Z               "line": 26
2026-06-16T09:36:12.6301454Z             },
2026-06-16T09:36:12.6301563Z             {
2026-06-16T09:36:12.6301712Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6301820Z               "line": 114
2026-06-16T09:36:12.6301931Z             },
2026-06-16T09:36:12.6302036Z             {
2026-06-16T09:36:12.6302173Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6302274Z               "line": 246
2026-06-16T09:36:12.6302380Z             },
2026-06-16T09:36:12.6302488Z             {
2026-06-16T09:36:12.6302621Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6302744Z               "line": 2224
2026-06-16T09:36:12.6302847Z             }
2026-06-16T09:36:12.6302953Z           ]
2026-06-16T09:36:12.6303053Z         },
2026-06-16T09:36:12.6303162Z         "int": {
2026-06-16T09:36:12.6303291Z           "complete": true,
2026-06-16T09:36:12.6303396Z           "evidence": [
2026-06-16T09:36:12.6303505Z             {
2026-06-16T09:36:12.6303659Z               "path": "crates/spt/tests/brain_survive.rs",
2026-06-16T09:36:12.6303773Z               "line": 58
2026-06-16T09:36:12.6303872Z             }
2026-06-16T09:36:12.6303974Z           ]
2026-06-16T09:36:12.6304083Z         },
2026-06-16T09:36:12.6304187Z         "unit": {
2026-06-16T09:36:12.6304312Z           "complete": true,
2026-06-16T09:36:12.6304426Z           "evidence": [
2026-06-16T09:36:12.6304536Z             {
2026-06-16T09:36:12.6304688Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6304812Z               "line": 532
2026-06-16T09:36:12.6304923Z             },
2026-06-16T09:36:12.6305026Z             {
2026-06-16T09:36:12.6305181Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6305294Z               "line": 583
2026-06-16T09:36:12.6305407Z             },
2026-06-16T09:36:12.6305503Z             {
2026-06-16T09:36:12.6305651Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6305769Z               "line": 651
2026-06-16T09:36:12.6305870Z             },
2026-06-16T09:36:12.6305975Z             {
2026-06-16T09:36:12.6306122Z               "path": "crates/spt-daemon/src/brainproc.rs",
2026-06-16T09:36:12.6306251Z               "line": 1076
2026-06-16T09:36:12.6306360Z             },
2026-06-16T09:36:12.6306466Z             {
2026-06-16T09:36:12.6306618Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6306737Z               "line": 271
2026-06-16T09:36:12.6306853Z             },
2026-06-16T09:36:12.6306952Z             {
2026-06-16T09:36:12.6307105Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6307219Z               "line": 295
2026-06-16T09:36:12.6307319Z             },
2026-06-16T09:36:12.6307430Z             {
2026-06-16T09:36:12.6307571Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6307690Z               "line": 316
2026-06-16T09:36:12.6307795Z             },
2026-06-16T09:36:12.6307898Z             {
2026-06-16T09:36:12.6308045Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6308151Z               "line": 332
2026-06-16T09:36:12.6308360Z             }
2026-06-16T09:36:12.6308461Z           ]
2026-06-16T09:36:12.6308575Z         }
2026-06-16T09:36:12.6308679Z       }
2026-06-16T09:36:12.6308785Z     },
2026-06-16T09:36:12.6308889Z     {
2026-06-16T09:36:12.6309076Z       "id": "REQ-UPD-4",
2026-06-16T09:36:12.6309299Z       "title": "Update gated on user confirmation by default; opt-in full-auto",
2026-06-16T09:36:12.6309576Z       "requiredStages": [
2026-06-16T09:36:12.6309677Z         "impl",
2026-06-16T09:36:12.6309776Z         "unit"
2026-06-16T09:36:12.6309886Z       ],
2026-06-16T09:36:12.6309997Z       "stages": {
2026-06-16T09:36:12.6310105Z         "doc": {
2026-06-16T09:36:12.6310229Z           "complete": false,
2026-06-16T09:36:12.6310331Z           "evidence": []
2026-06-16T09:36:12.6310434Z         },
2026-06-16T09:36:12.6310538Z         "impl": {
2026-06-16T09:36:12.6310662Z           "complete": true,
2026-06-16T09:36:12.6310770Z           "evidence": [
2026-06-16T09:36:12.6310874Z             {
2026-06-16T09:36:12.6311042Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6311146Z               "line": 41
2026-06-16T09:36:12.6311251Z             },
2026-06-16T09:36:12.6311362Z             {
2026-06-16T09:36:12.6311508Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6311628Z               "line": 88
2026-06-16T09:36:12.6311728Z             },
2026-06-16T09:36:12.6311837Z             {
2026-06-16T09:36:12.6311981Z               "path": "crates/spt-daemon/src/consent.rs",
2026-06-16T09:36:12.6312100Z               "line": 23
2026-06-16T09:36:12.6312205Z             },
2026-06-16T09:36:12.6312310Z             {
2026-06-16T09:36:12.6312462Z               "path": "crates/spt-daemon/src/consent.rs",
2026-06-16T09:36:12.6312568Z               "line": 56
2026-06-16T09:36:12.6312677Z             },
2026-06-16T09:36:12.6312782Z             {
2026-06-16T09:36:12.6312935Z               "path": "crates/spt-daemon/src/consent.rs",
2026-06-16T09:36:12.6313039Z               "line": 77
2026-06-16T09:36:12.6313161Z             },
2026-06-16T09:36:12.6313272Z             {
2026-06-16T09:36:12.6313417Z               "path": "crates/spt-daemon/src/lifecycle.rs",
2026-06-16T09:36:12.6313532Z               "line": 186
2026-06-16T09:36:12.6313638Z             },
2026-06-16T09:36:12.6313750Z             {
2026-06-16T09:36:12.6313890Z               "path": "crates/spt-daemon/src/notif.rs",
2026-06-16T09:36:12.6314000Z               "line": 108
2026-06-16T09:36:12.6314104Z             },
2026-06-16T09:36:12.6314210Z             {
2026-06-16T09:36:12.6314356Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.6314472Z               "line": 212
2026-06-16T09:36:12.6314590Z             },
2026-06-16T09:36:12.6314690Z             {
2026-06-16T09:36:12.6314834Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6314953Z               "line": 2223
2026-06-16T09:36:12.6315062Z             }
2026-06-16T09:36:12.6315163Z           ]
2026-06-16T09:36:12.6315271Z         },
2026-06-16T09:36:12.6315382Z         "int": {
2026-06-16T09:36:12.6315498Z           "complete": false,
2026-06-16T09:36:12.6315620Z           "evidence": []
2026-06-16T09:36:12.6315726Z         },
2026-06-16T09:36:12.6315827Z         "unit": {
2026-06-16T09:36:12.6315953Z           "complete": true,
2026-06-16T09:36:12.6316072Z           "evidence": [
2026-06-16T09:36:12.6316202Z             {
2026-06-16T09:36:12.6316358Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6316478Z               "line": 579
2026-06-16T09:36:12.6316587Z             },
2026-06-16T09:36:12.6316692Z             {
2026-06-16T09:36:12.6316855Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6316954Z               "line": 704
2026-06-16T09:36:12.6317065Z             },
2026-06-16T09:36:12.6317173Z             {
2026-06-16T09:36:12.6317321Z               "path": "crates/spt-daemon/src/config.rs",
2026-06-16T09:36:12.6317432Z               "line": 384
2026-06-16T09:36:12.6317646Z             },
2026-06-16T09:36:12.6317751Z             {
2026-06-16T09:36:12.6317898Z               "path": "crates/spt-daemon/src/consent.rs",
2026-06-16T09:36:12.6318014Z               "line": 102
2026-06-16T09:36:12.6318131Z             },
2026-06-16T09:36:12.6318231Z             {
2026-06-16T09:36:12.6318449Z               "path": "crates/spt-daemon/src/consent.rs",
2026-06-16T09:36:12.6318557Z               "line": 123
2026-06-16T09:36:12.6318663Z             },
2026-06-16T09:36:12.6318773Z             {
2026-06-16T09:36:12.6318920Z               "path": "crates/spt-daemon/src/consent.rs",
2026-06-16T09:36:12.6319102Z               "line": 142
2026-06-16T09:36:12.6319206Z             },
2026-06-16T09:36:12.6319303Z             {
2026-06-16T09:36:12.6319463Z               "path": "crates/spt-store/src/info.rs",
2026-06-16T09:36:12.6319588Z               "line": 456
2026-06-16T09:36:12.6319693Z             },
2026-06-16T09:36:12.6319802Z             {
2026-06-16T09:36:12.6319951Z               "path": "crates/spt-store/src/perch.rs",
2026-06-16T09:36:12.6320065Z               "line": 566
2026-06-16T09:36:12.6320174Z             },
2026-06-16T09:36:12.6320276Z             {
2026-06-16T09:36:12.6320427Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6320552Z               "line": 7120
2026-06-16T09:36:12.6320656Z             }
2026-06-16T09:36:12.6320766Z           ]
2026-06-16T09:36:12.6320866Z         }
2026-06-16T09:36:12.6320980Z       }
2026-06-16T09:36:12.6321079Z     },
2026-06-16T09:36:12.6321193Z     {
2026-06-16T09:36:12.6321307Z       "id": "REQ-UPD-5",
2026-06-16T09:36:12.6321496Z       "title": "spt-core ripple-updates registered adapters",
2026-06-16T09:36:12.6321612Z       "requiredStages": [
2026-06-16T09:36:12.6321716Z         "impl",
2026-06-16T09:36:12.6321825Z         "unit"
2026-06-16T09:36:12.6321936Z       ],
2026-06-16T09:36:12.6322054Z       "stages": {
2026-06-16T09:36:12.6322160Z         "doc": {
2026-06-16T09:36:12.6322284Z           "complete": false,
2026-06-16T09:36:12.6322397Z           "evidence": []
2026-06-16T09:36:12.6322499Z         },
2026-06-16T09:36:12.6322612Z         "impl": {
2026-06-16T09:36:12.6322721Z           "complete": true,
2026-06-16T09:36:12.6322837Z           "evidence": [
2026-06-16T09:36:12.6322946Z             {
2026-06-16T09:36:12.6323124Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.6323237Z               "line": 27
2026-06-16T09:36:12.6323342Z             },
2026-06-16T09:36:12.6323448Z             {
2026-06-16T09:36:12.6326637Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.6326786Z               "line": 82
2026-06-16T09:36:12.6326894Z             },
2026-06-16T09:36:12.6327000Z             {
2026-06-16T09:36:12.6327185Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.6327301Z               "line": 134
2026-06-16T09:36:12.6327410Z             },
2026-06-16T09:36:12.6327514Z             {
2026-06-16T09:36:12.6327682Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6327805Z               "line": 492
2026-06-16T09:36:12.6327906Z             },
2026-06-16T09:36:12.6328011Z             {
2026-06-16T09:36:12.6328158Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6328283Z               "line": 528
2026-06-16T09:36:12.6328386Z             }
2026-06-16T09:36:12.6328502Z           ]
2026-06-16T09:36:12.6328608Z         },
2026-06-16T09:36:12.6328710Z         "int": {
2026-06-16T09:36:12.6328833Z           "complete": false,
2026-06-16T09:36:12.6329037Z           "evidence": []
2026-06-16T09:36:12.6329146Z         },
2026-06-16T09:36:12.6329257Z         "unit": {
2026-06-16T09:36:12.6329380Z           "complete": true,
2026-06-16T09:36:12.6329485Z           "evidence": [
2026-06-16T09:36:12.6329586Z             {
2026-06-16T09:36:12.6329757Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.6329868Z               "line": 232
2026-06-16T09:36:12.6330139Z             },
2026-06-16T09:36:12.6330243Z             {
2026-06-16T09:36:12.6330405Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.6330516Z               "line": 246
2026-06-16T09:36:12.6330625Z             },
2026-06-16T09:36:12.6330817Z             {
2026-06-16T09:36:12.6330963Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.6331068Z               "line": 260
2026-06-16T09:36:12.6331174Z             },
2026-06-16T09:36:12.6331277Z             {
2026-06-16T09:36:12.6331436Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.6331554Z               "line": 274
2026-06-16T09:36:12.6331654Z             },
2026-06-16T09:36:12.6331758Z             {
2026-06-16T09:36:12.6331913Z               "path": "crates/spt-daemon/src/adapter_update.rs",
2026-06-16T09:36:12.6332018Z               "line": 308
2026-06-16T09:36:12.6332124Z             },
2026-06-16T09:36:12.6332224Z             {
2026-06-16T09:36:12.6332376Z               "path": "crates/spt-runtime/src/manifest.rs",
2026-06-16T09:36:12.6332496Z               "line": 972
2026-06-16T09:36:12.6332600Z             }
2026-06-16T09:36:12.6332710Z           ]
2026-06-16T09:36:12.6332815Z         }
2026-06-16T09:36:12.6332919Z       }
2026-06-16T09:36:12.6333020Z     },
2026-06-16T09:36:12.6333111Z     {
2026-06-16T09:36:12.6333234Z       "id": "REQ-UPD-6",
2026-06-16T09:36:12.6334103Z       "title": "Platform-targeted update sets and debug rollout: signed multi-platform update metadata, recipient platform selection, channel-scoped monotonic counters, debug-channel opt-in via release-key overlay, local staging plus pull-based peer propagation, and maintainer-only convergence tooling (ADR-0016)",
2026-06-16T09:36:12.6334225Z       "requiredStages": [
2026-06-16T09:36:12.6334340Z         "doc",
2026-06-16T09:36:12.6334448Z         "impl",
2026-06-16T09:36:12.6334556Z         "unit",
2026-06-16T09:36:12.6334652Z         "int"
2026-06-16T09:36:12.6334758Z       ],
2026-06-16T09:36:12.6334866Z       "stages": {
2026-06-16T09:36:12.6334977Z         "doc": {
2026-06-16T09:36:12.6335096Z           "complete": true,
2026-06-16T09:36:12.6335214Z           "evidence": [
2026-06-16T09:36:12.6335320Z             {
2026-06-16T09:36:12.6335486Z               "path": "docs/DEBUG-CONVERGE-PLAN.md",
2026-06-16T09:36:12.6335602Z               "line": 3
2026-06-16T09:36:12.6335711Z             },
2026-06-16T09:36:12.6335810Z             {
2026-06-16T09:36:12.6335950Z               "path": "docs/DEBUG-ROLLOUT.md",
2026-06-16T09:36:12.6336063Z               "line": 3
2026-06-16T09:36:12.6336178Z             },
2026-06-16T09:36:12.6336279Z             {
2026-06-16T09:36:12.6336464Z               "path": "docs/adr/0016-platform-targeted-update-sets.md",
2026-06-16T09:36:12.6336580Z               "line": 3
2026-06-16T09:36:12.6336683Z             }
2026-06-16T09:36:12.6336793Z           ]
2026-06-16T09:36:12.6336890Z         },
2026-06-16T09:36:12.6336998Z         "impl": {
2026-06-16T09:36:12.6337111Z           "complete": true,
2026-06-16T09:36:12.6337230Z           "evidence": [
2026-06-16T09:36:12.6337350Z             {
2026-06-16T09:36:12.6337512Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6337631Z               "line": 76
2026-06-16T09:36:12.6337731Z             },
2026-06-16T09:36:12.6337837Z             {
2026-06-16T09:36:12.6337990Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6338103Z               "line": 212
2026-06-16T09:36:12.6338204Z             },
2026-06-16T09:36:12.6338308Z             {
2026-06-16T09:36:12.6338461Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6338576Z               "line": 69
2026-06-16T09:36:12.6338689Z             },
2026-06-16T09:36:12.6338796Z             {
2026-06-16T09:36:12.6339018Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6339134Z               "line": 133
2026-06-16T09:36:12.6339337Z             },
2026-06-16T09:36:12.6339447Z             {
2026-06-16T09:36:12.6339588Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6339711Z               "line": 243
2026-06-16T09:36:12.6339812Z             },
2026-06-16T09:36:12.6339921Z             {
2026-06-16T09:36:12.6340155Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6340264Z               "line": 406
2026-06-16T09:36:12.6340364Z             },
2026-06-16T09:36:12.6340470Z             {
2026-06-16T09:36:12.6340626Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6340733Z               "line": 534
2026-06-16T09:36:12.6340837Z             },
2026-06-16T09:36:12.6340941Z             {
2026-06-16T09:36:12.6341090Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6341200Z               "line": 548
2026-06-16T09:36:12.6341304Z             },
2026-06-16T09:36:12.6341405Z             {
2026-06-16T09:36:12.6341561Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6341677Z               "line": 603
2026-06-16T09:36:12.6341781Z             },
2026-06-16T09:36:12.6341886Z             {
2026-06-16T09:36:12.6342025Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6342147Z               "line": 634
2026-06-16T09:36:12.6342251Z             },
2026-06-16T09:36:12.6342352Z             {
2026-06-16T09:36:12.6342517Z               "path": "crates/spt-daemon/src/pump/update.rs",
2026-06-16T09:36:12.6342626Z               "line": 137
2026-06-16T09:36:12.6342732Z             },
2026-06-16T09:36:12.6342840Z             {
2026-06-16T09:36:12.6342990Z               "path": "crates/spt-daemon/src/pump/update.rs",
2026-06-16T09:36:12.6343108Z               "line": 184
2026-06-16T09:36:12.6343208Z             },
2026-06-16T09:36:12.6343309Z             {
2026-06-16T09:36:12.6343456Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6343566Z               "line": 78
2026-06-16T09:36:12.6343676Z             },
2026-06-16T09:36:12.6343780Z             {
2026-06-16T09:36:12.6343934Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6344042Z               "line": 114
2026-06-16T09:36:12.6344142Z             },
2026-06-16T09:36:12.6344244Z             {
2026-06-16T09:36:12.6344395Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6344515Z               "line": 185
2026-06-16T09:36:12.6344616Z             },
2026-06-16T09:36:12.6344724Z             {
2026-06-16T09:36:12.6344871Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6344994Z               "line": 260
2026-06-16T09:36:12.6345097Z             },
2026-06-16T09:36:12.6345202Z             {
2026-06-16T09:36:12.6345351Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6345464Z               "line": 292
2026-06-16T09:36:12.6345585Z             },
2026-06-16T09:36:12.6345689Z             {
2026-06-16T09:36:12.6345847Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6345966Z               "line": 323
2026-06-16T09:36:12.6346070Z             },
2026-06-16T09:36:12.6346181Z             {
2026-06-16T09:36:12.6346328Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6346452Z               "line": 346
2026-06-16T09:36:12.6346557Z             },
2026-06-16T09:36:12.6346662Z             {
2026-06-16T09:36:12.6346811Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6346924Z               "line": 388
2026-06-16T09:36:12.6347034Z             },
2026-06-16T09:36:12.6347135Z             {
2026-06-16T09:36:12.6347286Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6347397Z               "line": 398
2026-06-16T09:36:12.6347502Z             },
2026-06-16T09:36:12.6347605Z             {
2026-06-16T09:36:12.6347752Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6347962Z               "line": 410
2026-06-16T09:36:12.6348067Z             },
2026-06-16T09:36:12.6348164Z             {
2026-06-16T09:36:12.6348300Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6348425Z               "line": 420
2026-06-16T09:36:12.6348535Z             },
2026-06-16T09:36:12.6348711Z             {
2026-06-16T09:36:12.6348858Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6349036Z               "line": 439
2026-06-16T09:36:12.6349141Z             },
2026-06-16T09:36:12.6349240Z             {
2026-06-16T09:36:12.6349389Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6349502Z               "line": 449
2026-06-16T09:36:12.6349602Z             },
2026-06-16T09:36:12.6349709Z             {
2026-06-16T09:36:12.6349859Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6349978Z               "line": 94
2026-06-16T09:36:12.6350078Z             },
2026-06-16T09:36:12.6350185Z             {
2026-06-16T09:36:12.6350334Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6350449Z               "line": 120
2026-06-16T09:36:12.6350557Z             },
2026-06-16T09:36:12.6350663Z             {
2026-06-16T09:36:12.6350811Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6350929Z               "line": 135
2026-06-16T09:36:12.6351035Z             },
2026-06-16T09:36:12.6351139Z             {
2026-06-16T09:36:12.6351274Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6351397Z               "line": 162
2026-06-16T09:36:12.6351506Z             },
2026-06-16T09:36:12.6351607Z             {
2026-06-16T09:36:12.6351755Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6351864Z               "line": 174
2026-06-16T09:36:12.6351970Z             },
2026-06-16T09:36:12.6352073Z             {
2026-06-16T09:36:12.6352223Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6352328Z               "line": 185
2026-06-16T09:36:12.6352432Z             },
2026-06-16T09:36:12.6352533Z             {
2026-06-16T09:36:12.6352680Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6352798Z               "line": 451
2026-06-16T09:36:12.6352907Z             },
2026-06-16T09:36:12.6353011Z             {
2026-06-16T09:36:12.6353157Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6353268Z               "line": 555
2026-06-16T09:36:12.6353377Z             },
2026-06-16T09:36:12.6353481Z             {
2026-06-16T09:36:12.6353635Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6353739Z               "line": 171
2026-06-16T09:36:12.6353850Z             },
2026-06-16T09:36:12.6353954Z             {
2026-06-16T09:36:12.6354111Z               "path": "crates/spt-net/src/net/update.rs",
2026-06-16T09:36:12.6354227Z               "line": 65
2026-06-16T09:36:12.6354331Z             },
2026-06-16T09:36:12.6354440Z             {
2026-06-16T09:36:12.6354583Z               "path": "crates/spt-net/src/net/update.rs",
2026-06-16T09:36:12.6354707Z               "line": 71
2026-06-16T09:36:12.6354813Z             },
2026-06-16T09:36:12.6354917Z             {
2026-06-16T09:36:12.6355070Z               "path": "crates/spt-net/src/net/update.rs",
2026-06-16T09:36:12.6355185Z               "line": 77
2026-06-16T09:36:12.6355298Z             },
2026-06-16T09:36:12.6355402Z             {
2026-06-16T09:36:12.6355540Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.6355658Z               "line": 778
2026-06-16T09:36:12.6355767Z             },
2026-06-16T09:36:12.6355873Z             {
2026-06-16T09:36:12.6356005Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.6356130Z               "line": 795
2026-06-16T09:36:12.6356235Z             },
2026-06-16T09:36:12.6356339Z             {
2026-06-16T09:36:12.6356468Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.6356693Z               "line": 838
2026-06-16T09:36:12.6356807Z             },
2026-06-16T09:36:12.6356921Z             {
2026-06-16T09:36:12.6357061Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.6357169Z               "line": 981
2026-06-16T09:36:12.6357279Z             },
2026-06-16T09:36:12.6357479Z             {
2026-06-16T09:36:12.6357613Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.6357733Z               "line": 1131
2026-06-16T09:36:12.6357836Z             }
2026-06-16T09:36:12.6357942Z           ]
2026-06-16T09:36:12.6358048Z         },
2026-06-16T09:36:12.6358151Z         "int": {
2026-06-16T09:36:12.6358279Z           "complete": true,
2026-06-16T09:36:12.6358385Z           "evidence": [
2026-06-16T09:36:12.6358484Z             {
2026-06-16T09:36:12.6358637Z               "path": "crates/spt-daemon/tests/propagate.rs",
2026-06-16T09:36:12.6358752Z               "line": 569
2026-06-16T09:36:12.6358856Z             },
2026-06-16T09:36:12.6359009Z             {
2026-06-16T09:36:12.6359161Z               "path": "docs/DEBUG-CONVERGE-PLAN.md",
2026-06-16T09:36:12.6359271Z               "line": 135
2026-06-16T09:36:12.6359381Z             }
2026-06-16T09:36:12.6359495Z           ]
2026-06-16T09:36:12.6359601Z         },
2026-06-16T09:36:12.6359715Z         "unit": {
2026-06-16T09:36:12.6359833Z           "complete": true,
2026-06-16T09:36:12.6359945Z           "evidence": [
2026-06-16T09:36:12.6360048Z             {
2026-06-16T09:36:12.6360206Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6360325Z               "line": 624
2026-06-16T09:36:12.6360429Z             },
2026-06-16T09:36:12.6360533Z             {
2026-06-16T09:36:12.6360685Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6360807Z               "line": 673
2026-06-16T09:36:12.6360908Z             },
2026-06-16T09:36:12.6361014Z             {
2026-06-16T09:36:12.6361160Z               "path": "crates/spt-daemon/src/propagate.rs",
2026-06-16T09:36:12.6361281Z               "line": 696
2026-06-16T09:36:12.6361385Z             },
2026-06-16T09:36:12.6361494Z             {
2026-06-16T09:36:12.6361642Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6361756Z               "line": 513
2026-06-16T09:36:12.6361872Z             },
2026-06-16T09:36:12.6361976Z             {
2026-06-16T09:36:12.6362124Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6362230Z               "line": 638
2026-06-16T09:36:12.6362334Z             },
2026-06-16T09:36:12.6362439Z             {
2026-06-16T09:36:12.6362587Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6362705Z               "line": 675
2026-06-16T09:36:12.6362802Z             },
2026-06-16T09:36:12.6362906Z             {
2026-06-16T09:36:12.6363059Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6363169Z               "line": 894
2026-06-16T09:36:12.6363286Z             },
2026-06-16T09:36:12.6363391Z             {
2026-06-16T09:36:12.6363538Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6363641Z               "line": 916
2026-06-16T09:36:12.6363742Z             },
2026-06-16T09:36:12.6363847Z             {
2026-06-16T09:36:12.6363989Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6364105Z               "line": 933
2026-06-16T09:36:12.6364200Z             },
2026-06-16T09:36:12.6364309Z             {
2026-06-16T09:36:12.6364453Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6364572Z               "line": 948
2026-06-16T09:36:12.6364676Z             },
2026-06-16T09:36:12.6364782Z             {
2026-06-16T09:36:12.6364929Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6365040Z               "line": 974
2026-06-16T09:36:12.6365144Z             },
2026-06-16T09:36:12.6365248Z             {
2026-06-16T09:36:12.6365402Z               "path": "crates/spt-daemon/src/update.rs",
2026-06-16T09:36:12.6365630Z               "line": 457
2026-06-16T09:36:12.6365736Z             },
2026-06-16T09:36:12.6365839Z             {
2026-06-16T09:36:12.6366001Z               "path": "crates/spt-daemon/tests/propagate.rs",
2026-06-16T09:36:12.6366119Z               "line": 338
2026-06-16T09:36:12.6366313Z             },
2026-06-16T09:36:12.6366419Z             {
2026-06-16T09:36:12.6366561Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6366677Z               "line": 9358
2026-06-16T09:36:12.6366786Z             },
2026-06-16T09:36:12.6366890Z             {
2026-06-16T09:36:12.6367034Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.6367152Z               "line": 1260
2026-06-16T09:36:12.6367267Z             },
2026-06-16T09:36:12.6367377Z             {
2026-06-16T09:36:12.6367510Z               "path": "docs/DEBUG-CONVERGE-PLAN.md",
2026-06-16T09:36:12.6367631Z               "line": 130
2026-06-16T09:36:12.6367734Z             }
2026-06-16T09:36:12.6367849Z           ]
2026-06-16T09:36:12.6367955Z         }
2026-06-16T09:36:12.6368058Z       }
2026-06-16T09:36:12.6368159Z     },
2026-06-16T09:36:12.6368260Z     {
2026-06-16T09:36:12.6368382Z       "id": "REQ-UPD-7",
2026-06-16T09:36:12.6370656Z       "title": "Origin-source update bootstrap (`spt update fetch`): pull the latest signed release directly from the GitHub release origin (`SaberMage/spt-releases`) — the per-platform artifact + its `<asset>.release.json` SignedRelease metadata — and stage it through the EXISTING verify→stage pipeline (the same `plan_verified` gate: two-key signature + channel + monotonic rollback floor + SHA-256), after which the normal consent-notif / `spt update apply` flow is unchanged. Closes the peer-only-discovery gap (REQ-UPD-1): a first-in-fleet / isolated node can update with no peer to pull from. The signed-release anchor keeps the GitHub transport untrusted-but-verified.",
2026-06-16T09:36:12.6370785Z       "requiredStages": [
2026-06-16T09:36:12.6370890Z         "impl",
2026-06-16T09:36:12.6370998Z         "unit"
2026-06-16T09:36:12.6371108Z       ],
2026-06-16T09:36:12.6371212Z       "stages": {
2026-06-16T09:36:12.6371320Z         "doc": {
2026-06-16T09:36:12.6371440Z           "complete": false,
2026-06-16T09:36:12.6371550Z           "evidence": []
2026-06-16T09:36:12.6371658Z         },
2026-06-16T09:36:12.6371764Z         "impl": {
2026-06-16T09:36:12.6371883Z           "complete": true,
2026-06-16T09:36:12.6371987Z           "evidence": [
2026-06-16T09:36:12.6372094Z             {
2026-06-16T09:36:12.6372231Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6372345Z               "line": 2408
2026-06-16T09:36:12.6372456Z             }
2026-06-16T09:36:12.6372560Z           ]
2026-06-16T09:36:12.6372665Z         },
2026-06-16T09:36:12.6372775Z         "int": {
2026-06-16T09:36:12.6372903Z           "complete": false,
2026-06-16T09:36:12.6373018Z           "evidence": []
2026-06-16T09:36:12.6373109Z         },
2026-06-16T09:36:12.6373233Z         "unit": {
2026-06-16T09:36:12.6373353Z           "complete": true,
2026-06-16T09:36:12.6373471Z           "evidence": [
2026-06-16T09:36:12.6373576Z             {
2026-06-16T09:36:12.6373715Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6373838Z               "line": 9334
2026-06-16T09:36:12.6373937Z             }
2026-06-16T09:36:12.6374037Z           ]
2026-06-16T09:36:12.6374136Z         }
2026-06-16T09:36:12.6374235Z       }
2026-06-16T09:36:12.6374331Z     },
2026-06-16T09:36:12.6374431Z     {
2026-06-16T09:36:12.6374554Z       "id": "REQ-UPD-8",
2026-06-16T09:36:12.6377232Z       "title": "Platform-safe `spt update fetch` + apply platform-guard (v0.3.1 cross-OS brick fix): `spt update fetch` stages the signed multi-platform `SignedUpdateSet` (`update-set.json` + every platform artifact it names), never a platform-blind single `SignedRelease`, so local apply selects `current_platform()` and P2P re-serve lets each peer select ITS own platform. Defense-in-depth: `apply_staged` REFUSES a staged single-release artifact unless it is platform-stamped for THIS node (an unstamped pre-v0.3.2 single, or a single stamped for another OS, fail-safe refuses — the guard that alone prevents the v0.3.1 brick where a Linux ELF was applied as `spt.exe`). UX: a friendly post-apply message (`Updated spt-core to vX.Y.Z.` + changelog URL) driven by an additive `product_version` metadata field, with a release-counter fallback when absent.",
2026-06-16T09:36:12.6377455Z       "requiredStages": [
2026-06-16T09:36:12.6377566Z         "impl",
2026-06-16T09:36:12.6377675Z         "unit"
2026-06-16T09:36:12.6377779Z       ],
2026-06-16T09:36:12.6377890Z       "stages": {
2026-06-16T09:36:12.6377994Z         "doc": {
2026-06-16T09:36:12.6378117Z           "complete": false,
2026-06-16T09:36:12.6378224Z           "evidence": []
2026-06-16T09:36:12.6378333Z         },
2026-06-16T09:36:12.6378432Z         "impl": {
2026-06-16T09:36:12.6378553Z           "complete": true,
2026-06-16T09:36:12.6378666Z           "evidence": [
2026-06-16T09:36:12.6378772Z             {
2026-06-16T09:36:12.6379014Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6379116Z               "line": 77
2026-06-16T09:36:12.6379229Z             },
2026-06-16T09:36:12.6379333Z             {
2026-06-16T09:36:12.6379491Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6379600Z               "line": 49
2026-06-16T09:36:12.6379704Z             },
2026-06-16T09:36:12.6379806Z             {
2026-06-16T09:36:12.6379943Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6380067Z               "line": 152
2026-06-16T09:36:12.6380172Z             },
2026-06-16T09:36:12.6380281Z             {
2026-06-16T09:36:12.6380431Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6380554Z               "line": 215
2026-06-16T09:36:12.6380663Z             },
2026-06-16T09:36:12.6380769Z             {
2026-06-16T09:36:12.6380906Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6381022Z               "line": 230
2026-06-16T09:36:12.6381136Z             },
2026-06-16T09:36:12.6381240Z             {
2026-06-16T09:36:12.6381394Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6381507Z               "line": 247
2026-06-16T09:36:12.6381611Z             },
2026-06-16T09:36:12.6381726Z             {
2026-06-16T09:36:12.6381871Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6381990Z               "line": 269
2026-06-16T09:36:12.6382096Z             },
2026-06-16T09:36:12.6382200Z             {
2026-06-16T09:36:12.6382348Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6382462Z               "line": 66
2026-06-16T09:36:12.6382571Z             },
2026-06-16T09:36:12.6382677Z             {
2026-06-16T09:36:12.6382824Z               "path": "crates/spt-daemon/src/release.rs",
2026-06-16T09:36:12.6382934Z               "line": 154
2026-06-16T09:36:12.6383044Z             },
2026-06-16T09:36:12.6383158Z             {
2026-06-16T09:36:12.6383288Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6383406Z               "line": 2212
2026-06-16T09:36:12.6383511Z             },
2026-06-16T09:36:12.6383613Z             {
2026-06-16T09:36:12.6383749Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6383864Z               "line": 2275
2026-06-16T09:36:12.6383970Z             },
2026-06-16T09:36:12.6384074Z             {
2026-06-16T09:36:12.6384208Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6384323Z               "line": 2285
2026-06-16T09:36:12.6384431Z             },
2026-06-16T09:36:12.6384545Z             {
2026-06-16T09:36:12.6384668Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6384790Z               "line": 2292
2026-06-16T09:36:12.6384896Z             },
2026-06-16T09:36:12.6385001Z             {
2026-06-16T09:36:12.6385133Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6385368Z               "line": 2409
2026-06-16T09:36:12.6385482Z             },
2026-06-16T09:36:12.6385583Z             {
2026-06-16T09:36:12.6385730Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.6385840Z               "line": 480
2026-06-16T09:36:12.6386040Z             },
2026-06-16T09:36:12.6386145Z             {
2026-06-16T09:36:12.6386288Z               "path": "crates/xtask/src/main.rs",
2026-06-16T09:36:12.6386397Z               "line": 494
2026-06-16T09:36:12.6386499Z             }
2026-06-16T09:36:12.6386612Z           ]
2026-06-16T09:36:12.6386712Z         },
2026-06-16T09:36:12.6386823Z         "int": {
2026-06-16T09:36:12.6386941Z           "complete": false,
2026-06-16T09:36:12.6387059Z           "evidence": []
2026-06-16T09:36:12.6387159Z         },
2026-06-16T09:36:12.6387263Z         "unit": {
2026-06-16T09:36:12.6387386Z           "complete": true,
2026-06-16T09:36:12.6387491Z           "evidence": [
2026-06-16T09:36:12.6387601Z             {
2026-06-16T09:36:12.6387758Z               "path": "crates/spt-daemon/src/applyhost.rs",
2026-06-16T09:36:12.6387877Z               "line": 476
2026-06-16T09:36:12.6387981Z             },
2026-06-16T09:36:12.6388087Z             {
2026-06-16T09:36:12.6388245Z               "path": "crates/spt-daemon/src/relcache.rs",
2026-06-16T09:36:12.6388354Z               "line": 580
2026-06-16T09:36:12.6388460Z             },
2026-06-16T09:36:12.6388564Z             {
2026-06-16T09:36:12.6388697Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6388821Z               "line": 9336
2026-06-16T09:36:12.6388921Z             },
2026-06-16T09:36:12.6389104Z             {
2026-06-16T09:36:12.6389222Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6389347Z               "line": 9358
2026-06-16T09:36:12.6389461Z             }
2026-06-16T09:36:12.6389579Z           ]
2026-06-16T09:36:12.6389685Z         }
2026-06-16T09:36:12.6389794Z       }
2026-06-16T09:36:12.6389893Z     },
2026-06-16T09:36:12.6389998Z     {
2026-06-16T09:36:12.6390123Z       "id": "REQ-WHOAMI-1",
2026-06-16T09:36:12.6391853Z       "title": "`spt whoami` is a thin ALIAS for `spt endpoint list` (full output: the SELF pin + the subnet roster) — the standalone bare-id command is dropped (the `id=$(spt whoami)` capture was never a real pattern: env vars don't persist between agent tool calls). The one new render: the `endpoint list` SELF pin carries the Self endpoint's authored `endpoint description` (info::read_info(...).resources) when present, inline after the liveness state. whoami stays a top-level hot-path verb (parse unchanged, REQ-MSG-9).",
2026-06-16T09:36:12.6391983Z       "requiredStages": [
2026-06-16T09:36:12.6392091Z         "doc",
2026-06-16T09:36:12.6392199Z         "impl",
2026-06-16T09:36:12.6392305Z         "unit"
2026-06-16T09:36:12.6392407Z       ],
2026-06-16T09:36:12.6392516Z       "stages": {
2026-06-16T09:36:12.6392622Z         "doc": {
2026-06-16T09:36:12.6392731Z           "complete": true,
2026-06-16T09:36:12.6392856Z           "evidence": [
2026-06-16T09:36:12.6392961Z             {
2026-06-16T09:36:12.6393089Z               "path": "CONTEXT.md",
2026-06-16T09:36:12.6393204Z               "line": 652
2026-06-16T09:36:12.6393314Z             }
2026-06-16T09:36:12.6393418Z           ]
2026-06-16T09:36:12.6393529Z         },
2026-06-16T09:36:12.6393647Z         "impl": {
2026-06-16T09:36:12.6393766Z           "complete": true,
2026-06-16T09:36:12.6393882Z           "evidence": [
2026-06-16T09:36:12.6393991Z             {
2026-06-16T09:36:12.6394119Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6394243Z               "line": 2892
2026-06-16T09:36:12.6394348Z             },
2026-06-16T09:36:12.6394463Z             {
2026-06-16T09:36:12.6394582Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6394696Z               "line": 2904
2026-06-16T09:36:12.6394802Z             }
2026-06-16T09:36:12.6394906Z           ]
2026-06-16T09:36:12.6395010Z         },
2026-06-16T09:36:12.6395242Z         "int": {
2026-06-16T09:36:12.6395359Z           "complete": false,
2026-06-16T09:36:12.6395475Z           "evidence": []
2026-06-16T09:36:12.6395580Z         },
2026-06-16T09:36:12.6395688Z         "unit": {
2026-06-16T09:36:12.6395795Z           "complete": true,
2026-06-16T09:36:12.6396027Z           "evidence": [
2026-06-16T09:36:12.6396133Z             {
2026-06-16T09:36:12.6396271Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6396385Z               "line": 6817
2026-06-16T09:36:12.6396495Z             },
2026-06-16T09:36:12.6396605Z             {
2026-06-16T09:36:12.6396735Z               "path": "crates/spt/src/cli.rs",
2026-06-16T09:36:12.6396858Z               "line": 6833
2026-06-16T09:36:12.6396962Z             }
2026-06-16T09:36:12.6397068Z           ]
2026-06-16T09:36:12.6397167Z         }
2026-06-16T09:36:12.6397272Z       }
2026-06-16T09:36:12.6397369Z     }
2026-06-16T09:36:12.6397468Z   ],
2026-06-16T09:36:12.6397571Z   "findings": []
2026-06-16T09:36:12.6397676Z }
2026-06-16T09:36:12.6473455Z ##[group]Run ./traceable-reqs lint || true
2026-06-16T09:36:12.6473622Z [36;1m./traceable-reqs lint || true[0m
2026-06-16T09:36:12.6486413Z shell: /usr/bin/bash -e {0}
2026-06-16T09:36:12.6486531Z ##[endgroup]
2026-06-16T09:36:12.6697625Z Requirement quality findings (129); 213 requirements queued for agent review:
2026-06-16T09:36:12.6703579Z   [must] requirement_quality REQ-API-1 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6703958Z   [must] requirement_quality REQ-CLI-1 criterion=length — title is 47 words; want 3..=25
2026-06-16T09:36:12.6704276Z   [must] requirement_quality REQ-CLI-2 criterion=length — title is 37 words; want 3..=25
2026-06-16T09:36:12.6704625Z   [must] requirement_quality REQ-CLI-3 criterion=length — title is 37 words; want 3..=25
2026-06-16T09:36:12.6704930Z   [must] requirement_quality REQ-CONSENT-1 criterion=length — title is 41 words; want 3..=25
2026-06-16T09:36:12.6705292Z   [must] requirement_quality REQ-CONSENT-2 criterion=length — title is 37 words; want 3..=25
2026-06-16T09:36:12.6705758Z   [must] requirement_quality REQ-CONSENT-3 criterion=length — title is 82 words; want 3..=25
2026-06-16T09:36:12.6706397Z   [must] requirement_quality REQ-CONV-1 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6706865Z   [must] requirement_quality REQ-CONV-1 criterion=length — title is 73 words; want 3..=25
2026-06-16T09:36:12.6707298Z   [must] requirement_quality REQ-CONV-2 criterion=length — title is 47 words; want 3..=25
2026-06-16T09:36:12.6707923Z   [must] requirement_quality REQ-DAEMON-5 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6708376Z   [must] requirement_quality REQ-DAEMON-5 criterion=length — title is 64 words; want 3..=25
2026-06-16T09:36:12.6709075Z   [must] requirement_quality REQ-DAEMON-6 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6709555Z   [must] requirement_quality REQ-DAEMON-6 criterion=length — title is 84 words; want 3..=25
2026-06-16T09:36:12.6710179Z   [must] requirement_quality REQ-DAEMON-7 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6710603Z   [must] requirement_quality REQ-DAEMON-7 criterion=length — title is 62 words; want 3..=25
2026-06-16T09:36:12.6710957Z   [must] requirement_quality REQ-DAEMON-8 criterion=length — title is 44 words; want 3..=25
2026-06-16T09:36:12.6711358Z   [must] requirement_quality REQ-DAEMON-9 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6711663Z   [must] requirement_quality REQ-DAEMON-9 criterion=length — title is 114 words; want 3..=25
2026-06-16T09:36:12.6712069Z   [must] requirement_quality REQ-ELEVATE-1 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6712384Z   [must] requirement_quality REQ-ELEVATE-1 criterion=length — title is 121 words; want 3..=25
2026-06-16T09:36:12.6712784Z   [must] requirement_quality REQ-EP-6 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6713061Z   [must] requirement_quality REQ-EP-6 criterion=length — title is 58 words; want 3..=25
2026-06-16T09:36:12.6713728Z   [must] requirement_quality REQ-EP-7 criterion=length — title is 68 words; want 3..=25
2026-06-16T09:36:12.6714239Z   [must] requirement_quality REQ-HAZARD-BRAIN-RESPAWN-PATH criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6714622Z   [must] requirement_quality REQ-HAZARD-BRAIN-RESPAWN-PATH criterion=length — title is 119 words; want 3..=25
2026-06-16T09:36:12.6715132Z   [must] requirement_quality REQ-HAZARD-BROKER-PROCESS-ISOLATION criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6715693Z   [must] requirement_quality REQ-HAZARD-BROKER-PROCESS-ISOLATION criterion=length — title is 114 words; want 3..=25
2026-06-16T09:36:12.6716086Z   [must] requirement_quality REQ-HAZARD-CONFLICT-BOTH-PRESERVED criterion=length — title is 29 words; want 3..=25
2026-06-16T09:36:12.6716463Z   [must] requirement_quality REQ-HAZARD-DAEMON-SCHED-NONBLOCKING criterion=length — title is 32 words; want 3..=25
2026-06-16T09:36:12.6716834Z   [must] requirement_quality REQ-HAZARD-DETACHED-PIPE-INHERIT criterion=length — title is 52 words; want 3..=25
2026-06-16T09:36:12.6717314Z   [must] requirement_quality REQ-HAZARD-ELEVATED-DAEMON-SPAWN criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6717672Z   [must] requirement_quality REQ-HAZARD-ELEVATED-DAEMON-SPAWN criterion=length — title is 58 words; want 3..=25
2026-06-16T09:36:12.6718140Z   [must] requirement_quality REQ-HAZARD-ENVELOPE-CR-LINESAFE criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6718507Z   [must] requirement_quality REQ-HAZARD-ENVELOPE-CR-LINESAFE criterion=length — title is 73 words; want 3..=25
2026-06-16T09:36:12.6719398Z   [must] requirement_quality REQ-HAZARD-ENVELOPE-PARSER-SAFE criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6719743Z   [must] requirement_quality REQ-HAZARD-EPOCH-RESET criterion=length — title is 60 words; want 3..=25
2026-06-16T09:36:12.6720190Z   [must] requirement_quality REQ-HAZARD-GEN-START-NOW criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6720549Z   [must] requirement_quality REQ-HAZARD-INSTANT-UNDERFLOW criterion=length — title is 30 words; want 3..=25
2026-06-16T09:36:12.6720898Z   [must] requirement_quality REQ-HAZARD-PAIR-RATE-LIMIT criterion=length — title is 37 words; want 3..=25
2026-06-16T09:36:12.6721255Z   [must] requirement_quality REQ-HAZARD-PAIR-SEED-ROTATION criterion=length — title is 33 words; want 3..=25
2026-06-16T09:36:12.6721722Z   [must] requirement_quality REQ-HAZARD-PAIR-TRANSCRIPT-BIND criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6722190Z   [must] requirement_quality REQ-HAZARD-PSYCHE-OUTBOUND-PROXY criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6722564Z   [must] requirement_quality REQ-HAZARD-PSYCHE-OUTBOUND-PROXY criterion=length — title is 27 words; want 3..=25
2026-06-16T09:36:12.6723020Z   [must] requirement_quality REQ-HAZARD-PUMP-IPC-DEADLINE criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6723372Z   [must] requirement_quality REQ-HAZARD-PUMP-IPC-DEADLINE criterion=length — title is 38 words; want 3..=25
2026-06-16T09:36:12.6723822Z   [must] requirement_quality REQ-HAZARD-REGISTRY-GHOST-ROWS criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6724188Z   [must] requirement_quality REQ-HAZARD-REGISTRY-GHOST-ROWS criterion=length — title is 66 words; want 3..=25
2026-06-16T09:36:12.6724555Z   [must] requirement_quality REQ-HAZARD-ROLLBACK-STATE-COMPAT criterion=length — title is 72 words; want 3..=25
2026-06-16T09:36:12.6724978Z   [must] requirement_quality REQ-HAZARD-SELF-ELEVATE criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6725430Z   [must] requirement_quality REQ-HAZARD-SELF-ELEVATE criterion=length — title is 101 words; want 3..=25
2026-06-16T09:36:12.6725802Z   [must] requirement_quality REQ-HAZARD-SUDO-SECURE-PATH criterion=length — title is 43 words; want 3..=25
2026-06-16T09:36:12.6726253Z   [must] requirement_quality REQ-HAZARD-VIEWER-ISOLATION criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6726593Z   [must] requirement_quality REQ-HAZARD-VIEWER-ISOLATION criterion=length — title is 118 words; want 3..=25
2026-06-16T09:36:12.6727056Z   [must] requirement_quality REQ-HAZARD-WAN-ORIGIN-AUTH criterion=length — title is 37 words; want 3..=25
2026-06-16T09:36:12.6727371Z   [must] requirement_quality REQ-HOST-RUN-1 criterion=length — title is 88 words; want 3..=25
2026-06-16T09:36:12.6727667Z   [must] requirement_quality REQ-HOST-RUN-2 criterion=length — title is 97 words; want 3..=25
2026-06-16T09:36:12.6727951Z   [must] requirement_quality REQ-INST-15 criterion=length — title is 32 words; want 3..=25
2026-06-16T09:36:12.6728247Z   [must] requirement_quality REQ-INSTALL-2 criterion=length — title is 2 word(s); want 3..=25
2026-06-16T09:36:12.6728652Z   [must] requirement_quality REQ-INSTALL-6 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6729023Z   [must] requirement_quality REQ-INSTALL-6 criterion=length — title is 56 words; want 3..=25
2026-06-16T09:36:12.6729438Z   [must] requirement_quality REQ-INSTALL-7 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6729739Z   [must] requirement_quality REQ-INSTALL-7 criterion=length — title is 50 words; want 3..=25
2026-06-16T09:36:12.6730024Z   [must] requirement_quality REQ-INSTALL-8 criterion=length — title is 55 words; want 3..=25
2026-06-16T09:36:12.6730403Z   [must] requirement_quality REQ-INSTALL-9 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6730698Z   [must] requirement_quality REQ-INSTALL-9 criterion=length — title is 62 words; want 3..=25
2026-06-16T09:36:12.6731080Z   [must] requirement_quality REQ-KICK-1 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6731356Z   [must] requirement_quality REQ-KICK-1 criterion=length — title is 133 words; want 3..=25
2026-06-16T09:36:12.6731753Z   [must] requirement_quality REQ-MANIFEST-1 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6732043Z   [must] requirement_quality REQ-MANIFEST-3 criterion=length — title is 26 words; want 3..=25
2026-06-16T09:36:12.6732334Z   [must] requirement_quality REQ-MANIFEST-4 criterion=length — title is 31 words; want 3..=25
2026-06-16T09:36:12.6732630Z   [must] requirement_quality REQ-MANIFEST-5 criterion=length — title is 132 words; want 3..=25
2026-06-16T09:36:12.6732929Z   [must] requirement_quality REQ-MANIFEST-6 criterion=length — title is 84 words; want 3..=25
2026-06-16T09:36:12.6733227Z   [must] requirement_quality REQ-MANIFEST-7 criterion=length — title is 120 words; want 3..=25
2026-06-16T09:36:12.6733509Z   [must] requirement_quality REQ-MESH-1 criterion=length — title is 86 words; want 3..=25
2026-06-16T09:36:12.6733885Z   [must] requirement_quality REQ-MESH-2 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6734167Z   [must] requirement_quality REQ-MESH-2 criterion=length — title is 120 words; want 3..=25
2026-06-16T09:36:12.6734543Z   [must] requirement_quality REQ-MESH-3 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6734825Z   [must] requirement_quality REQ-MESH-3 criterion=length — title is 86 words; want 3..=25
2026-06-16T09:36:12.6735197Z   [must] requirement_quality REQ-MESH-4 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6735477Z   [must] requirement_quality REQ-MESH-4 criterion=length — title is 99 words; want 3..=25
2026-06-16T09:36:12.6735961Z   [must] requirement_quality REQ-MESH-5 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6736242Z   [must] requirement_quality REQ-MESH-5 criterion=length — title is 72 words; want 3..=25
2026-06-16T09:36:12.6736610Z   [must] requirement_quality REQ-MESH-6 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6736882Z   [must] requirement_quality REQ-MESH-6 criterion=length — title is 56 words; want 3..=25
2026-06-16T09:36:12.6737363Z   [must] requirement_quality REQ-MIGRATE-1 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6737649Z   [must] requirement_quality REQ-MSG-4 criterion=length — title is 31 words; want 3..=25
2026-06-16T09:36:12.6737917Z   [must] requirement_quality REQ-MSG-5 criterion=length — title is 38 words; want 3..=25
2026-06-16T09:36:12.6738189Z   [must] requirement_quality REQ-MSG-6 criterion=length — title is 65 words; want 3..=25
2026-06-16T09:36:12.6738593Z   [must] requirement_quality REQ-MSG-ENVELOPE criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6738921Z   [must] requirement_quality REQ-MSG-ENVELOPE criterion=length — title is 153 words; want 3..=25
2026-06-16T09:36:12.6739422Z   [must] requirement_quality REQ-PAIR-8 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6739693Z   [must] requirement_quality REQ-PAIR-8 criterion=length — title is 67 words; want 3..=25
2026-06-16T09:36:12.6740071Z   [must] requirement_quality REQ-PRES-1 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6740347Z   [must] requirement_quality REQ-PRES-1 criterion=length — title is 48 words; want 3..=25
2026-06-16T09:36:12.6740617Z   [must] requirement_quality REQ-RC-1 criterion=length — title is 94 words; want 3..=25
2026-06-16T09:36:12.6741010Z   [must] requirement_quality REQ-RCVIEW-1 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6741297Z   [must] requirement_quality REQ-RCVIEW-1 criterion=length — title is 197 words; want 3..=25
2026-06-16T09:36:12.6741693Z   [must] requirement_quality REQ-RUN-PICKER criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6741994Z   [must] requirement_quality REQ-RUN-PICKER criterion=length — title is 203 words; want 3..=25
2026-06-16T09:36:12.6742385Z   [must] requirement_quality REQ-RUN-SHORTCUT criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6742686Z   [must] requirement_quality REQ-RUN-SHORTCUT criterion=length — title is 226 words; want 3..=25
2026-06-16T09:36:12.6742981Z   [must] requirement_quality REQ-SEAM-SPAWN criterion=length — title is 2 word(s); want 3..=25
2026-06-16T09:36:12.6743272Z   [must] requirement_quality REQ-SHELL-1 criterion=length — title is 36 words; want 3..=25
2026-06-16T09:36:12.6743560Z   [must] requirement_quality REQ-SHELL-2 criterion=length — title is 49 words; want 3..=25
2026-06-16T09:36:12.6743844Z   [must] requirement_quality REQ-SHELL-3 criterion=length — title is 80 words; want 3..=25
2026-06-16T09:36:12.6744231Z   [must] requirement_quality REQ-SHELL-4 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6744507Z   [must] requirement_quality REQ-SHELL-4 criterion=length — title is 84 words; want 3..=25
2026-06-16T09:36:12.6744783Z   [must] requirement_quality REQ-SHELL-5 criterion=length — title is 49 words; want 3..=25
2026-06-16T09:36:12.6745061Z   [must] requirement_quality REQ-STORE-1 criterion=length — title is 34 words; want 3..=25
2026-06-16T09:36:12.6745346Z   [must] requirement_quality REQ-SUBNET-5 criterion=length — title is 52 words; want 3..=25
2026-06-16T09:36:12.6745742Z   [must] requirement_quality REQ-SUBNET-6 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6746156Z   [must] requirement_quality REQ-SUBNET-6 criterion=length — title is 38 words; want 3..=25
2026-06-16T09:36:12.6746545Z   [must] requirement_quality REQ-SUBNET-7 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6746832Z   [must] requirement_quality REQ-SUBNET-7 criterion=length — title is 75 words; want 3..=25
2026-06-16T09:36:12.6747108Z   [must] requirement_quality REQ-SUBNET-8 criterion=length — title is 53 words; want 3..=25
2026-06-16T09:36:12.6747584Z   [must] requirement_quality REQ-TERM-5 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6747875Z   [must] requirement_quality REQ-TERM-5 criterion=length — title is 71 words; want 3..=25
2026-06-16T09:36:12.6748242Z   [must] requirement_quality REQ-TERM-6 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6748528Z   [must] requirement_quality REQ-TERM-6 criterion=length — title is 53 words; want 3..=25
2026-06-16T09:36:12.6748904Z   [must] requirement_quality REQ-TERM-7 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6749304Z   [must] requirement_quality REQ-TERM-7 criterion=length — title is 55 words; want 3..=25
2026-06-16T09:36:12.6749692Z   [must] requirement_quality REQ-UPD-6 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6749958Z   [must] requirement_quality REQ-UPD-6 criterion=length — title is 32 words; want 3..=25
2026-06-16T09:36:12.6750346Z   [must] requirement_quality REQ-UPD-7 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6750617Z   [must] requirement_quality REQ-UPD-7 criterion=length — title is 88 words; want 3..=25
2026-06-16T09:36:12.6750989Z   [must] requirement_quality REQ-UPD-8 criterion=contains-and — title contains ' and ' — may smuggle multiple capabilities
2026-06-16T09:36:12.6751273Z   [must] requirement_quality REQ-UPD-8 criterion=length — title is 115 words; want 3..=25
2026-06-16T09:36:12.6751561Z   [must] requirement_quality REQ-WHOAMI-1 criterion=length — title is 76 words; want 3..=25
2026-06-16T09:36:12.6751595Z 
2026-06-16T09:36:12.6751730Z # Requirement quality review
2026-06-16T09:36:12.6751762Z 
2026-06-16T09:36:12.6752006Z You are reviewing 213 requirement(s) from `traceable-reqs.toml` against a quality
2026-06-16T09:36:12.6752224Z rubric. Deterministic checks (length, contains-and, tbd-todo, duplicate-titles,
2026-06-16T09:36:12.6752458Z trailing-etc) have already run and surfaced as `requirement_quality` findings on
2026-06-16T09:36:12.6752630Z this command's output. Your task is the rubric items below.
2026-06-16T09:36:12.6752668Z 
2026-06-16T09:36:12.6752782Z ## Rubric
2026-06-16T09:36:12.6752815Z 
2026-06-16T09:36:12.6753125Z - **singular** — describes one capability; no smuggled "and"/"or" across distinct actions.
2026-06-16T09:36:12.6753388Z - **verifiable** — states an observable behavior a test or reviewer could confirm.
2026-06-16T09:36:12.6753617Z - **atomic** — cannot be split into two requirements without losing meaning.
2026-06-16T09:36:12.6753789Z - **active-voice** — clear subject and active verb.
2026-06-16T09:36:12.6753823Z 
2026-06-16T09:36:12.6754087Z If a criterion is borderline or doesn't apply, abstain — only emit findings for
2026-06-16T09:36:12.6754202Z clear concerns.
2026-06-16T09:36:12.6754240Z 
2026-06-16T09:36:12.6754347Z ## Requirements
2026-06-16T09:36:12.6754380Z 
2026-06-16T09:36:12.6754496Z ### REQ-ARCH-1
2026-06-16T09:36:12.6754653Z - Title: Many small acyclically-layered crates
2026-06-16T09:36:12.6754771Z - Required stages: impl
2026-06-16T09:36:12.6754806Z 
2026-06-16T09:36:12.6754910Z ### REQ-ARCH-2
2026-06-16T09:36:12.6755096Z - Title: Public SDK surface is spt-proto, spt-runtime, spt-msg
2026-06-16T09:36:12.6755221Z - Required stages: impl
2026-06-16T09:36:12.6755353Z 
2026-06-16T09:36:12.6755459Z ### REQ-ARCH-3
2026-06-16T09:36:12.6755687Z - Title: Wire-protocol version independent of crate semver, N-1 compat window
2026-06-16T09:36:12.6755817Z - Required stages: impl, unit
2026-06-16T09:36:12.6755850Z 
2026-06-16T09:36:12.6755955Z ### REQ-ARCH-4
2026-06-16T09:36:12.6756151Z - Title: Copy-verbatim the commodity layer from the sister project
2026-06-16T09:36:12.6756274Z - Required stages: impl, unit
2026-06-16T09:36:12.6756298Z 
2026-06-16T09:36:12.6756418Z ### REQ-DAEMON-1
2026-06-16T09:36:12.6756602Z - Title: One per-machine spt-daemon owning all per-machine state
2026-06-16T09:36:12.6756735Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6756858Z 
2026-06-16T09:36:12.6756962Z ### REQ-DAEMON-2
2026-06-16T09:36:12.6757120Z - Title: Broker/brain split for seamless self-update
2026-06-16T09:36:12.6757252Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6757281Z 
2026-06-16T09:36:12.6757387Z ### REQ-DAEMON-3
2026-06-16T09:36:12.6757572Z - Title: Any api invocation auto-starts the daemon if absent
2026-06-16T09:36:12.6757697Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6757731Z 
2026-06-16T09:36:12.6757835Z ### REQ-DAEMON-4
2026-06-16T09:36:12.6757978Z - Title: Honor every KNOWN-HAZARDS invariant
2026-06-16T09:36:12.6758088Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6758120Z 
2026-06-16T09:36:12.6758235Z ### REQ-STORE-1
2026-06-16T09:36:12.6759276Z - Title: spt-store::BranchStore (git branch as versioned KV; commit=checkpoint/tip=resume, atomic multi-key, merge-native sync) is the substrate for coarse/durable/audited state (context, registry snapshot+distribution, daemon checkpoint); hot paths (B5 fsync journal) + indexed queries (SQLite spool) excluded (ADR-0011)
2026-06-16T09:36:12.6759403Z - Required stages: impl, unit
2026-06-16T09:36:12.6759426Z 
2026-06-16T09:36:12.6759549Z ### REQ-MANIFEST-1
2026-06-16T09:36:12.6759751Z - Title: Per-adapter manifest with adapter_name and min_spt_core_version
2026-06-16T09:36:12.6759879Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6759913Z 
2026-06-16T09:36:12.6760027Z ### REQ-MANIFEST-2
2026-06-16T09:36:12.6760538Z - Title: Adapter profiles — sparse leaf-replace overlays (shipped + local), composite <adapter>:<profile> addressing, shadow-refusal, tighten-only consent floors
2026-06-16T09:36:12.6760657Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6760690Z 
2026-06-16T09:36:12.6760804Z ### REQ-MANIFEST-3
2026-06-16T09:36:12.6761429Z - Title: Adapter strings — [strings] KV tree, dot-path get-string resolving through the profile leaf-replace overlay, set-string editing a local profile's [strings] only; data-only (nothing executes a string)
2026-06-16T09:36:12.6761564Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6761601Z 
2026-06-16T09:36:12.6761710Z ### REQ-MANIFEST-4
2026-06-16T09:36:12.6762412Z - Title: Keyword hints — [[hints]] {keywords (literal/regex), text}; spt api hint --session emits at most one matched hint per message, once per session (seen-set), declaration-order first match; profiles overlay [[hints]] by leaf-replace
2026-06-16T09:36:12.6762556Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6762590Z 
2026-06-16T09:36:12.6762689Z ### REQ-MANIFEST-5
2026-06-16T09:36:12.6765580Z - Title: File-backed adapter [strings] (M12-W3-T3.1): a [strings] dot-path value MAY be an inline-table FILE POINTER `key = { file = "rel/path" }` resolved to the file's contents at get-string time, keeping large bodies (skill-instructions, hint text) out of the manifest. A value-position table with a `file` key IS the pointer form (reserved — cannot double as data). Per-adapter aux storage `adapters/<adapter>/strings/`; pointers resolve relative to it with CONTAINMENT (reject `..`/absolute escaping the dir). UPDATE-SAFETY: a LOCAL profile's file-pointers resolve relative to the user-owned local-profile dir (NOT adapter-shipped strings/, which adapter updates overwrite), or the local profile inlines. Validate-at-register (fail-fast on a bad/escaping/missing pointer) + LAZY read at get-string (live file edits reflect, no re-register) + skip-diagnostics on missing-at-read (no hard-crash, mirrors [digest]). Rides the same leaf-replace profile overlay as the rest of [strings].
2026-06-16T09:36:12.6765834Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6765866Z 
2026-06-16T09:36:12.6765966Z ### REQ-MANIFEST-6
2026-06-16T09:36:12.6768180Z - Title: Cross-adapter fallback target addressing (M12-W3-T3.2): a cross-adapter fallback target is addressed as `<adapter>:<profile>` (not just a bare adapter_name), resolved through the one composite-addressing resolver (registry::resolve_option) at every adapter-option read site so a fallback may select a shipped/local profile (e.g. a `ccs` profile). CONTEXT.md §cross-adapter-fallback reconciled ("ccs is a profile; cross-adapter fallback may target <adapter>:<profile>"). Contract-only this milestone: the node-wide fallback SETTING + its rate-limit invocation are deferred to the consuming milestone (the runtime path does not exist yet); this REQ guarantees the ADDRESSING resolves.
2026-06-16T09:36:12.6768324Z - Required stages: doc, unit
2026-06-16T09:36:12.6768352Z 
2026-06-16T09:36:12.6768470Z ### REQ-MANIFEST-7
2026-06-16T09:36:12.6771627Z - Title: Adapter-declared shortcut basename (M12-W2 follow-on): an optional `[adapter] shortcut_basename` manifest field names the basename the `spt endpoint run` picker bakes into the generated `<basename>-<id>` launcher shortcut (REQ-RUN-SHORTCUT). Absent ⇒ the harness-agnostic default `spt` (→ `spt-<id>`); an adapter sets it to brand its shortcuts (claude-spt → `cc` → `cc-<id>`), so the Claude-Code-ness lives in the PUBLISHED adapter manifest, never hardcoded in spt-core. The picker reads it from the RESOLVED manifest of the selected adapter (registry::resolve_option), falling back to `spt` when absent/empty/unresolvable. Additive + N-1-safe (serde-default Option, omitted from serialization when absent; old manifests parse clean); manifest.schema.json regenerated from the derive (ADR-0001, CI drift-gated). Documented in docs/MANIFEST.md `[adapter]` section + the claude-spt worked example — the adapter-author contract perri builds spt-claude-code against.
2026-06-16T09:36:12.6771766Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6771800Z 
2026-06-16T09:36:12.6771917Z ### REQ-SEAM-SPAWN
2026-06-16T09:36:12.6772041Z - Title: spawn-session seam
2026-06-16T09:36:12.6772166Z - Required stages: impl, unit
2026-06-16T09:36:12.6772198Z 
2026-06-16T09:36:12.6772321Z ### REQ-SEAM-POSTSPAWN
2026-06-16T09:36:12.6772479Z - Title: post-spawn / api bind seam with boot nonce
2026-06-16T09:36:12.6772606Z - Required stages: impl, unit
2026-06-16T09:36:12.6772634Z 
2026-06-16T09:36:12.6772749Z ### REQ-SEAM-PSYCHE
2026-06-16T09:36:12.6772911Z - Title: spawn-psyche seam (fresh + resume templates)
2026-06-16T09:36:12.6773039Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6773078Z 
2026-06-16T09:36:12.6773183Z ### REQ-SEAM-HISTORY
2026-06-16T09:36:12.6773389Z - Title: History subsystem (fetcher / locate-normalize / native store)
2026-06-16T09:36:12.6773512Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6773544Z 
2026-06-16T09:36:12.6773660Z ### REQ-SEAM-ACTIVITY
2026-06-16T09:36:12.6773845Z - Title: Activity/idle reported via api sentinels, not PTY quiescence
2026-06-16T09:36:12.6773974Z - Required stages: impl, unit
2026-06-16T09:36:12.6774003Z 
2026-06-16T09:36:12.6774122Z ### REQ-SEAM-INJECT
2026-06-16T09:36:12.6774308Z - Title: inject-input methods configurable per activity-state
2026-06-16T09:36:12.6774427Z - Required stages: impl, unit
2026-06-16T09:36:12.6774460Z 
2026-06-16T09:36:12.6774565Z ### REQ-SEAM-RESUME
2026-06-16T09:36:12.6774770Z - Title: resume-session seam (fresh-with-preload / continue-existing)
2026-06-16T09:36:12.6774904Z - Required stages: impl, unit
2026-06-16T09:36:12.6774933Z 
2026-06-16T09:36:12.6775057Z ### REQ-SEAM-CAPABILITY
2026-06-16T09:36:12.6775227Z - Title: Hostable endpoint-types capability declaration
2026-06-16T09:36:12.6775346Z - Required stages: impl, unit
2026-06-16T09:36:12.6775487Z 
2026-06-16T09:36:12.6775611Z ### REQ-SEAM-UPDATE
2026-06-16T09:36:12.6775797Z - Title: Adapter-update avenue (file-pull / delegated command)
2026-06-16T09:36:12.6775921Z - Required stages: impl, unit
2026-06-16T09:36:12.6775950Z 
2026-06-16T09:36:12.6776060Z ### REQ-API-1
2026-06-16T09:36:12.6776241Z - Title: api prefix and adapter_name on every machinery invocation
2026-06-16T09:36:12.6776384Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6776417Z 
2026-06-16T09:36:12.6776527Z ### REQ-API-2
2026-06-16T09:36:12.6776755Z - Title: The api subcommand surface (bind/listen/poll/state/worker/boundary/...)
2026-06-16T09:36:12.6776890Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6777013Z 
2026-06-16T09:36:12.6777117Z ### REQ-API-3
2026-06-16T09:36:12.6777286Z - Title: commune/signoff are file-drops, not commands
2026-06-16T09:36:12.6777414Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6777446Z 
2026-06-16T09:36:12.6777557Z ### REQ-START-1
2026-06-16T09:36:12.6777774Z - Title: Adapters never resolve SPT_HOME; binary on PATH; api bridging only
2026-06-16T09:36:12.6777898Z - Required stages: impl, unit
2026-06-16T09:36:12.6777932Z 
2026-06-16T09:36:12.6778049Z ### REQ-START-2
2026-06-16T09:36:12.6778201Z - Title: Harness-hosted startup: api seed then listen
2026-06-16T09:36:12.6778321Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6778354Z 
2026-06-16T09:36:12.6778463Z ### REQ-START-3
2026-06-16T09:36:12.6778641Z - Title: spt-hosted startup: spawn-session then api bind (no file)
2026-06-16T09:36:12.6778764Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6778798Z 
2026-06-16T09:36:12.6778903Z ### REQ-START-4
2026-06-16T09:36:12.6779151Z - Title: Adapter-injected env aliases (SPT/OWL/LIVE)
2026-06-16T09:36:12.6779299Z - Required stages: impl, unit
2026-06-16T09:36:12.6779331Z 
2026-06-16T09:36:12.6779427Z ### REQ-EP-1
2026-06-16T09:36:12.6779579Z - Title: Day-one endpoint types; open type system
2026-06-16T09:36:12.6779704Z - Required stages: impl, unit
2026-06-16T09:36:12.6779737Z 
2026-06-16T09:36:12.6779843Z ### REQ-EP-2
2026-06-16T09:36:12.6780033Z - Title: Agent endpoints vs Shells distinction in the type model
2026-06-16T09:36:12.6780153Z - Required stages: impl, unit
2026-06-16T09:36:12.6780186Z 
2026-06-16T09:36:12.6780299Z ### REQ-EP-3
2026-06-16T09:36:12.6780491Z - Title: Messaging payloads carry typed operation commands + file blobs
2026-06-16T09:36:12.6780618Z - Required stages: impl, unit
2026-06-16T09:36:12.6780656Z 
2026-06-16T09:36:12.6780756Z ### REQ-EP-4
2026-06-16T09:36:12.6780913Z - Title: PresenceChannel broker endpoint (seam day-one)
2026-06-16T09:36:12.6781038Z - Required stages: impl, unit
2026-06-16T09:36:12.6781071Z 
2026-06-16T09:36:12.6781177Z ### REQ-EP-5
2026-06-16T09:36:12.6781872Z - Title: Concrete shell instantiation model: spawn-mints-instance (vs relink/online), registered-on-node permission + broadcast-is-discovery, per-shell require_approval gate, max_instances_per_owner + over_cap, instance aliasing, discovery scope
2026-06-16T09:36:12.6782006Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6782040Z 
2026-06-16T09:36:12.6782144Z ### REQ-EP-6
2026-06-16T09:36:12.6783609Z - Title: Gateway type acceptance: a Gateway-typed perch binds (api bind --type, open type system — un-hardcode the live_agent default), advertises/addressable like any endpoint, owns shells (owner validation not agent-family-gated), subscribes to digests, and is the user-msg identity gate's user-backed origin (REQ-MSG-5); in-tree mock-gateway fixture (R-DOCS-2 pattern, no downstream adapter code). Cross-node WAN Gateway-origin (registry endpoint_type trust) tracked by REQ-MSG-6
2026-06-16T09:36:12.6783743Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6783781Z 
2026-06-16T09:36:12.6783885Z ### REQ-EP-7
2026-06-16T09:36:12.6785570Z - Title: Durable live-role.md: a per-agent broad-purpose statement in tracked/agents/<id>/ beside live-context.md (replicates with the mind on the same a-<id> branch); renders FIRST at start-transition context injection (role -> live-context -> project-context); SOLE writer `spt endpoint role --overwrite <file>` — mechanical no-automated-writer guarantee (echo-commune ingest / signoff / Psyche reconcile structurally exclude it). The user-backed-origin hard gate on the writer is a deferred later tightening (rides the user-msg identity plumbing)
2026-06-16T09:36:12.6785834Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6785868Z 
2026-06-16T09:36:12.6785971Z ### REQ-INST-1
2026-06-16T09:36:12.6786157Z - Title: endpoint ID vs instance split (adapter-agnostic ID)
2026-06-16T09:36:12.6786272Z - Required stages: 
2026-06-16T09:36:12.6786305Z 
2026-06-16T09:36:12.6786418Z ### REQ-INST-2
2026-06-16T09:36:12.6786653Z - Title: Per-node files, synced Psyche mind
2026-06-16T09:36:12.6786777Z - Required stages: impl, unit
2026-06-16T09:36:12.6786806Z 
2026-06-16T09:36:12.6786920Z ### REQ-INST-3
2026-06-16T09:36:12.6787087Z - Title: Dormant (warm) / suspended (cold) resting states
2026-06-16T09:36:12.6787211Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6787249Z 
2026-06-16T09:36:12.6787354Z ### REQ-INST-4
2026-06-16T09:36:12.6787549Z - Title: active to dormant/suspended fires a transition echo commune
2026-06-16T09:36:12.6787673Z - Required stages: impl, unit
2026-06-16T09:36:12.6787706Z 
2026-06-16T09:36:12.6787807Z ### REQ-INST-5
2026-06-16T09:36:12.6788002Z - Title: Two-tier context sync (live to all, project to same-project)
2026-06-16T09:36:12.6788118Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6788141Z 
2026-06-16T09:36:12.6788259Z ### REQ-INST-6
2026-06-16T09:36:12.6788463Z - Title: Deferred messages not delivered to dormant/suspended instances
2026-06-16T09:36:12.6788595Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6788623Z 
2026-06-16T09:36:12.6788743Z ### REQ-INST-7
2026-06-16T09:36:12.6788891Z - Title: Subnet registry + bare-id resolution policy
2026-06-16T09:36:12.6789106Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6789134Z 
2026-06-16T09:36:12.6789262Z ### REQ-INST-8
2026-06-16T09:36:12.6789425Z - Title: Remote-control mode distinct from local operation
2026-06-16T09:36:12.6789553Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6789581Z 
2026-06-16T09:36:12.6789688Z ### REQ-INST-9
2026-06-16T09:36:12.6789878Z - Title: Multi-subnet membership (same-user N subnets; cross-user seam)
2026-06-16T09:36:12.6790002Z - Required stages: impl, unit
2026-06-16T09:36:12.6790036Z 
2026-06-16T09:36:12.6790140Z ### REQ-INST-10
2026-06-16T09:36:12.6790369Z - Title: Qualified addressing [subnet:]id[@node] + ambiguity forces qualification
2026-06-16T09:36:12.6790492Z - Required stages: impl, unit
2026-06-16T09:36:12.6790526Z 
2026-06-16T09:36:12.6790627Z ### REQ-INST-11
2026-06-16T09:36:12.6790846Z - Title: spt rename <id> rippled to all instances (collision-checked, 6.5-reconciled)
2026-06-16T09:36:12.6790966Z - Required stages: impl, unit
2026-06-16T09:36:12.6791004Z 
2026-06-16T09:36:12.6791112Z ### REQ-INST-12
2026-06-16T09:36:12.6791413Z - Title: Endpoint visibility per-(endpoint,subnet): excluded semantics, OR-of-defaults + override, gates sync
2026-06-16T09:36:12.6791540Z - Required stages: impl, unit
2026-06-16T09:36:12.6791568Z 
2026-06-16T09:36:12.6791675Z ### REQ-INST-13
2026-06-16T09:36:12.6791864Z - Title: Subnet-exclusive sync + per-endpoint subnet-membership list
2026-06-16T09:36:12.6791980Z - Required stages: impl, unit
2026-06-16T09:36:12.6792013Z 
2026-06-16T09:36:12.6792127Z ### REQ-INST-14
2026-06-16T09:36:12.6792518Z - Title: Resource advertisement (subnet resource registry): free-text blurb, both-authored, registry projection, visibility/whitelist-gated
2026-06-16T09:36:12.6792652Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6792685Z 
2026-06-16T09:36:12.6792789Z ### REQ-INST-15
2026-06-16T09:36:12.6793518Z - Title: Immutable home subnet (assigned at creation: auto-if-one/ask-if-many) + spt fork (cross-subnet clone to a new identity, copy-then-diverge, not re-home); adapter chosen at creation from registered hostable adapters, changed only via launch/resume-under-new (ADR-0010)
2026-06-16T09:36:12.6793745Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6793778Z 
2026-06-16T09:36:12.6793893Z ### REQ-REACH-1
2026-06-16T09:36:12.6794059Z - Title: Off-node remote-drive detection + file transfer
2026-06-16T09:36:12.6794184Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6794213Z 
2026-06-16T09:36:12.6794322Z ### REQ-REACH-2
2026-06-16T09:36:12.6794484Z - Title: Remote command execution (deferred, consent-gated)
2026-06-16T09:36:12.6794603Z - Required stages: 
2026-06-16T09:36:12.6794637Z 
2026-06-16T09:36:12.6794750Z ### REQ-MSG-1
2026-06-16T09:36:12.6795295Z - Title: Local message delivery: TCP-first to a registered address, spool fallback when offline; id->address via registry (stale-clean first); reply routing (__REPLY_TO__)
2026-06-16T09:36:12.6795429Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6795463Z 
2026-06-16T09:36:12.6795566Z ### REQ-MSG-2
2026-06-16T09:36:12.6795853Z - Title: spt binary CLI surface: send/ring/ready(+--once)/list/stop/whoami, stable arg shapes + exit codes
2026-06-16T09:36:12.6795976Z - Required stages: impl, unit
2026-06-16T09:36:12.6796005Z 
2026-06-16T09:36:12.6796107Z ### REQ-MSG-3
2026-06-16T09:36:12.6796504Z - Title: Ready-agent lifecycle: register perch (info.json + listener + registry address) on ready, drain spooled backlog on startup, clean teardown
2026-06-16T09:36:12.6796626Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6796659Z 
2026-06-16T09:36:12.6796770Z ### REQ-MSG-4
2026-06-16T09:36:12.6797608Z - Title: Listener stream stdout emits EVENT envelope lines (sister-format, ADR-0001): parse the __REPLY_TO__ frame, pass pre-formed typed envelopes through verbatim (no double-wrap), compose <EVENT type="msg" from=…> otherwise, chunk oversized lines into EVENT-PART
2026-06-16T09:36:12.6797738Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6797771Z 
2026-06-16T09:36:12.6797890Z ### REQ-MSG-ENVELOPE
2026-06-16T09:36:12.6801658Z - Title: The <EVENT type="msg" from=…>body</EVENT> envelope (spt-proto::event, the ADR-0001 grammar) is the SOLE canonical arriving-message format at EVERY harness arriving-message surface on an AGENT perch — api listen AND api poll/worker-poll, byte-identical (reverses REQ-MSG-4's 'hook drains keep the raw frame by contract'). SCOPE CARVE-OUT: the shell-command relay (api poll <shell-id> --link, cmd_poll_shell) is a distinct internal transport carrying RAW MAC'd stamped frames the shell child consumes verbatim — NOT an arriving-message surface, deliberately EXEMPT from <EVENT> composition (notify_shell_e2e guards this boundary). __REPLY_TO__ — mis-elevated during the clean-room port to a fake ADR-0001 'stable wire format' (spt-msg/wire.rs, lib.rs) — is REMOVED entirely (spool format_row, the spt-msg TCP frame, emit parse_frame); (from, body) carried structurally, <EVENT> composed once at the delivery boundary. No legacy sister-interop (spt-core never required it). Reply-correlation rebinds onto the structural from / <EVENT from=…> attribute (ADR-0009 access-gate + ADR-0012 Psyche/spt-live reply-target). Self-delimiting by construction → finding F-002 (non-self-delimiting multi-message poll) dissolves. ADR-0020.
2026-06-16T09:36:12.6801819Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6801853Z 
2026-06-16T09:36:12.6801964Z ### REQ-MSG-5
2026-06-16T09:36:12.6802710Z - Title: user-msg envelope kind + daemon identity gate: a Gateway endpoint / the local user's CLI author user-msg (the user's authority); agent-family senders re-stamped to plain msg; identity-gated never payload-trusted (KH 7.3/7.5); wire-additive (N-1 receivers tolerate the new type)
2026-06-16T09:36:12.6802845Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6802878Z 
2026-06-16T09:36:12.6802983Z ### REQ-MSG-6
2026-06-16T09:36:12.6804614Z - Title: cross-node Gateway user-msg honored via advertised endpoint_type: a user-msg from a Gateway-typed origin survives the receive_wan funnel as user-msg (vs the fail-closed re-stamp), keyed on the QUIC-handshake-proven origin node (never wire `from`). Trust boundary = subnet membership (operator-ratified 2026-06-13); no defense against an in-subnet member forging the type. Instance.endpoint_type is an additive serde-default field extending REQ-INST-7's data model. Absent/unknown type → re-stamp (N-1 rollout grace)
2026-06-16T09:36:12.6804859Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6804882Z 
2026-06-16T09:36:12.6805001Z ### REQ-NODE-IDENTITY
2026-06-16T09:36:12.6805244Z - Title: Ed25519 identity primitive: keypair, detached sign/verify, stable pubkey<->hex
2026-06-16T09:36:12.6805369Z - Required stages: impl, unit
2026-06-16T09:36:12.6805398Z 
2026-06-16T09:36:12.6805502Z ### REQ-NET-1
2026-06-16T09:36:12.6805788Z - Title: WAN messaging first-class, behind default-on net feature flag
2026-06-16T09:36:12.6805916Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6805945Z 
2026-06-16T09:36:12.6806056Z ### REQ-NET-2
2026-06-16T09:36:12.6806250Z - Title: n0 relay default + self-host knob + plain-language disclosure
2026-06-16T09:36:12.6806380Z - Required stages: impl
2026-06-16T09:36:12.6806409Z 
2026-06-16T09:36:12.6806518Z ### REQ-NET-3
2026-06-16T09:36:12.6806710Z - Title: Cross-node Psyche sync over P2P replaces gh-repo-sync
2026-06-16T09:36:12.6806836Z - Required stages: impl, unit
2026-06-16T09:36:12.6806870Z 
2026-06-16T09:36:12.6806974Z ### REQ-PAIR-1
2026-06-16T09:36:12.6807115Z - Title: TOTP-seeded SPAKE2 pairing
2026-06-16T09:36:12.6807238Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6807273Z 
2026-06-16T09:36:12.6807387Z ### REQ-PAIR-2
2026-06-16T09:36:12.6807548Z - Title: Local trust store with TOFU + warn-on-change
2026-06-16T09:36:12.6807650Z - Required stages: 
2026-06-16T09:36:12.6807683Z 
2026-06-16T09:36:12.6807796Z ### REQ-PAIR-3
2026-06-16T09:36:12.6807955Z - Title: Fetch current pairing code from any paired node
2026-06-16T09:36:12.6808083Z - Required stages: impl, unit
2026-06-16T09:36:12.6808111Z 
2026-06-16T09:36:12.6808226Z ### REQ-PAIR-4
2026-06-16T09:36:12.6808350Z - Title: Subnet naming on first pairing
2026-06-16T09:36:12.6808474Z - Required stages: impl, unit
2026-06-16T09:36:12.6808507Z 
2026-06-16T09:36:12.6808613Z ### REQ-PAIR-5
2026-06-16T09:36:12.6809022Z - Title: Multi-subnet pairing: subnet-name discovery input, create-new-names-up-front, rendezvous-token hashing
2026-06-16T09:36:12.6809171Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6809204Z 
2026-06-16T09:36:12.6809318Z ### REQ-PAIR-6
2026-06-16T09:36:12.6809593Z - Title: Elevation-gated per-subnet code fetch (UAC/root or elevated agent; else authenticator app)
2026-06-16T09:36:12.6809715Z - Required stages: impl, unit
2026-06-16T09:36:12.6809748Z 
2026-06-16T09:36:12.6809863Z ### REQ-PAIR-7
2026-06-16T09:36:12.6810049Z - Title: Subnet icon (inline image metadata, GUI-only consumer)
2026-06-16T09:36:12.6810163Z - Required stages: 
2026-06-16T09:36:12.6810197Z 
2026-06-16T09:36:12.6810316Z ### REQ-SUBNET-1
2026-06-16T09:36:12.6810655Z - Title: spt subnet noun namespace: status view (bare + status [NAME] [--nodes]), create (QR/otpauth), show-code; spt pair deleted
2026-06-16T09:36:12.6810779Z - Required stages: impl, unit
2026-06-16T09:36:12.6810813Z 
2026-06-16T09:36:12.6810921Z ### REQ-SUBNET-2
2026-06-16T09:36:12.6811166Z - Title: Guided join e2e: spt subnet join CLI initiator + always-on daemon pairing responder
2026-06-16T09:36:12.6811298Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6811327Z 
2026-06-16T09:36:12.6811437Z ### REQ-SUBNET-3
2026-06-16T09:36:12.6811728Z - Title: Node labels: hostname-default, gossiped, addressable in @node qualifiers (refuse-on-ambiguity)
2026-06-16T09:36:12.6811847Z - Required stages: impl, unit
2026-06-16T09:36:12.6811889Z 
2026-06-16T09:36:12.6812004Z ### REQ-SUBNET-4
2026-06-16T09:36:12.6812326Z - Title: Subnet membership mutations elevation-gated (create = seed reveal; join = trust-boundary enrollment)
2026-06-16T09:36:12.6812456Z - Required stages: impl, unit
2026-06-16T09:36:12.6812485Z 
2026-06-16T09:36:12.6812604Z ### REQ-DOCS-6
2026-06-16T09:36:12.6812937Z - Title: spt how-to <topic>: in-binary task-oriented agent instructions (anti-drift; quickstart prompts point agents at it)
2026-06-16T09:36:12.6813171Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6813205Z 
2026-06-16T09:36:12.6813309Z ### REQ-SEC-1
2026-06-16T09:36:12.6813715Z - Title: Per-endpoint access whitelist: origin-node gate, stateful-firewall (reply/outbound exempt), node-now/user-later, outer gate before grants
2026-06-16T09:36:12.6813848Z - Required stages: impl, unit
2026-06-16T09:36:12.6813882Z 
2026-06-16T09:36:12.6813992Z ### REQ-NOTIF-1
2026-06-16T09:36:12.6814359Z - Title: Notification primitive: per-subnet replicated spool, seen/dismissed, resurface-at-boundary, subsumes update+consent prompts
2026-06-16T09:36:12.6814595Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6814624Z 
2026-06-16T09:36:12.6814738Z ### REQ-NOTIF-2
2026-06-16T09:36:12.6815028Z - Title: spt notify (agent-issued subnet notif) + notif_command manifest seam (harness + shell adapters)
2026-06-16T09:36:12.6815156Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6815194Z 
2026-06-16T09:36:12.6815295Z ### REQ-UPD-1
2026-06-16T09:36:12.6815438Z - Title: Peer-propagated update over P2P
2026-06-16T09:36:12.6815561Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6815595Z 
2026-06-16T09:36:12.6815705Z ### REQ-UPD-2
2026-06-16T09:36:12.6815861Z - Title: All binaries signature-verified before handoff
2026-06-16T09:36:12.6815987Z - Required stages: impl, unit
2026-06-16T09:36:12.6816020Z 
2026-06-16T09:36:12.6816128Z ### REQ-UPD-3
2026-06-16T09:36:12.6816320Z - Title: No endpoint process terminates/suspends during self-update
2026-06-16T09:36:12.6816448Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6816476Z 
2026-06-16T09:36:12.6816587Z ### REQ-UPD-4
2026-06-16T09:36:12.6816782Z - Title: Update gated on user confirmation by default; opt-in full-auto
2026-06-16T09:36:12.6816907Z - Required stages: impl, unit
2026-06-16T09:36:12.6816940Z 
2026-06-16T09:36:12.6817048Z ### REQ-UPD-5
2026-06-16T09:36:12.6817212Z - Title: spt-core ripple-updates registered adapters
2026-06-16T09:36:12.6817335Z - Required stages: impl, unit
2026-06-16T09:36:12.6817368Z 
2026-06-16T09:36:12.6817472Z ### REQ-UPD-6
2026-06-16T09:36:12.6818324Z - Title: Platform-targeted update sets and debug rollout: signed multi-platform update metadata, recipient platform selection, channel-scoped monotonic counters, debug-channel opt-in via release-key overlay, local staging plus pull-based peer propagation, and maintainer-only convergence tooling (ADR-0016)
2026-06-16T09:36:12.6818447Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6818481Z 
2026-06-16T09:36:12.6818591Z ### REQ-UPD-7
2026-06-16T09:36:12.6820714Z - Title: Origin-source update bootstrap (`spt update fetch`): pull the latest signed release directly from the GitHub release origin (`SaberMage/spt-releases`) — the per-platform artifact + its `<asset>.release.json` SignedRelease metadata — and stage it through the EXISTING verify→stage pipeline (the same `plan_verified` gate: two-key signature + channel + monotonic rollback floor + SHA-256), after which the normal consent-notif / `spt update apply` flow is unchanged. Closes the peer-only-discovery gap (REQ-UPD-1): a first-in-fleet / isolated node can update with no peer to pull from. The signed-release anchor keeps the GitHub transport untrusted-but-verified.
2026-06-16T09:36:12.6820843Z - Required stages: impl, unit
2026-06-16T09:36:12.6820876Z 
2026-06-16T09:36:12.6820985Z ### REQ-UPD-8
2026-06-16T09:36:12.6823525Z - Title: Platform-safe `spt update fetch` + apply platform-guard (v0.3.1 cross-OS brick fix): `spt update fetch` stages the signed multi-platform `SignedUpdateSet` (`update-set.json` + every platform artifact it names), never a platform-blind single `SignedRelease`, so local apply selects `current_platform()` and P2P re-serve lets each peer select ITS own platform. Defense-in-depth: `apply_staged` REFUSES a staged single-release artifact unless it is platform-stamped for THIS node (an unstamped pre-v0.3.2 single, or a single stamped for another OS, fail-safe refuses — the guard that alone prevents the v0.3.1 brick where a Linux ELF was applied as `spt.exe`). UX: a friendly post-apply message (`Updated spt-core to vX.Y.Z.` + changelog URL) driven by an additive `product_version` metadata field, with a release-counter fallback when absent.
2026-06-16T09:36:12.6823770Z - Required stages: impl, unit
2026-06-16T09:36:12.6823802Z 
2026-06-16T09:36:12.6823903Z ### REQ-TERM-1
2026-06-16T09:36:12.6824089Z - Title: Process-supervisor terminal wrapper hosting broker PTYs
2026-06-16T09:36:12.6824208Z - Required stages: impl, unit
2026-06-16T09:36:12.6824237Z 
2026-06-16T09:36:12.6824356Z ### REQ-TERM-2
2026-06-16T09:36:12.6824652Z - Title: session-surface abstraction; send-keys + send-line injection
2026-06-16T09:36:12.6824771Z - Required stages: impl, unit
2026-06-16T09:36:12.6824804Z 
2026-06-16T09:36:12.6824906Z ### REQ-TERM-3
2026-06-16T09:36:12.6825061Z - Title: Byte-stream remote terminal streaming for v1
2026-06-16T09:36:12.6825179Z - Required stages: impl, unit
2026-06-16T09:36:12.6825213Z 
2026-06-16T09:36:12.6825312Z ### REQ-TERM-4
2026-06-16T09:36:12.6825816Z - Title: Live activity buffer (session digest): projection of normalized session logs, snapshot-pull (spt endpoint digest) + structured-delta-stream contract + api digest-entry push
2026-06-16T09:36:12.6825946Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6825979Z 
2026-06-16T09:36:12.6826083Z ### REQ-TERM-5
2026-06-16T09:36:12.6827662Z - Title: Adapter-declared digest extractor seam: a `[digest]` manifest section declaring an imperative extractor (native harness log -> the {role,text,tool,ts} contract; defaults to the [history] source files with an own-source escape hatch), `api digest-entry` push fallback, register-time validation of the section, adapter-declared presentation defaults (window depth, arg-truncation, sprint-collapse) that any consumer may override, and a `spt adapter digest-proof` author tool plus runtime skip-diagnostics (no silent drop). Reverses M9's no-manifest-seam stance; no declarative DSL.
2026-06-16T09:36:12.6827801Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6827835Z 
2026-06-16T09:36:12.6827933Z ### REQ-TERM-6
2026-06-16T09:36:12.6829332Z - Title: Thread-spanning digest across session boundaries: a per-endpoint session ledger (`<perch>/sessions.log`) appended at first bind and by `api boundary` on `/clear`|`/compact` session rotation, the digest enumerating the last K sessions so its rolling window bridges a boundary, and a distinctive in-timeline boundary marker (DigestEntry::Boundary). The digest follows the live-agent thread, not a single session.
2026-06-16T09:36:12.6829480Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6829518Z 
2026-06-16T09:36:12.6829613Z ### REQ-TERM-7
2026-06-16T09:36:12.6830811Z - Title: Two-origin digest merge: spt-owned context-injection entries (psyche_download | echo_mirror | owl_message) appended by spt to the endpoint `digest.log`, timestamp-interleaved with the adapter's extracted activity records into one ordered timeline, via a distinct context-injection record category. Data model only this milestone; GUI collapse/expand and the echo-reads-digest delta loop are deferred to the surfaces that consume them.
2026-06-16T09:36:12.6830945Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6830978Z 
2026-06-16T09:36:12.6831084Z ### REQ-FRONT-1
2026-06-16T09:36:12.6831274Z - Title: Day-one launcher/manager frontend (list/launch/attach/init)
2026-06-16T09:36:12.6831379Z - Required stages: 
2026-06-16T09:36:12.6831403Z 
2026-06-16T09:36:12.6831522Z ### REQ-HOST-RUN-1
2026-06-16T09:36:12.6833925Z - Title: spt-hosted harness bringup: `spt endpoint run` spawns an adapter's `[session.self]` command template into a broker-held PTY (the spawn-session seam, brain.rs spawn_session_pid — same broker path shellhost.rs launch_shell_brokered_in uses for shells, now for kind="harness" self-role), registers the perch under the given endpoint id, returns the id. Reverses today's harness-hosted-only launch (external launcher → `api bind`). Non-interactive flag set (--adapter <a[:profile]> --id <id> --create --resume <session> --attach|--start|--view) covers every terminal action of the W2 interactive picker so shortcuts (cc-<id>) bake fully non-interactive launches; composite adapter:profile resolves via registry::resolve_option leaf-replace overlay.
2026-06-16T09:36:12.6834168Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6834202Z 
2026-06-16T09:36:12.6834301Z ### REQ-RC-1
2026-06-16T09:36:12.6836395Z - Title: `spt rc <id>` — user CLI attaching a local terminal to a broker-held PTY, reusing the cross-node attach machinery (attach.rs request_attach → send_attach_input pump, spt-net AttachRecord codec); local attach is the degenerate single-node case of the cross-node path (rides REQ-TERM-3 byte-stream streaming). Read-only `--view` (watch, no stdin forwarded). Clean detach that does NOT terminate the broker-held session (KNOWN-HAZARDS: PTY ownership stays with the broker; no termination on detach). Explicit detach keybind that cannot collide with harness passthrough input (legacy capsule used a ctrl-b prefix); documented. ConPTY DSR auto-answer in the attach reader (hazard 5.5).
2026-06-16T09:36:12.6836548Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6836582Z 
2026-06-16T09:36:12.6836691Z ### REQ-HOST-RUN-2
2026-06-16T09:36:12.6838460Z - Title: Project-scoped working directory for spt-hosted bringup: `spt endpoint run` lands the broker-spawned harness PTY in the user's PROJECT cwd, not the daemon's, via an additive `SpawnReq.cwd` field carried through the broker PTY spawn (portable-pty CommandBuilder cwd). N-1-safe wire change (additive, defaulted). Required because the consumer (Claude Code) is project-scoped: broker-inherited cwd = the daemon's cwd = the wrong `.claude`, wrong session history, wrong digest source; `cc <id>` at a project root MUST land the harness in that project. W1 ships broker-inherited cwd as a bringup-proof shortcut only; this REQ must land before the M12 gate (doyle, 2026-06-14).
2026-06-16T09:36:12.6838588Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6838621Z 
2026-06-16T09:36:12.6838735Z ### REQ-RUN-PICKER
2026-06-16T09:36:12.6843588Z - Title: Interactive `spt endpoint run` picker (ratatui TUI): bare `spt endpoint run` (no --adapter/--id) enters an in-process picker (flags-present = the REQ-HOST-RUN-1 non-interactive path, untouched). Layer 1 picks kind (Create new | Pick existing). Create-new: choose a registered kind="harness" adapter with its shipped+local profiles tree-nested (registry::registered / manifest.profiles / local_profile_names) → enter a charset-validated id → start. Pick-existing: category select (left/right) over [<cwd-project> | Local node | Subnet], endpoints grouped + alphabetically sorted per category, a status square per endpoint (online green ■ / offline gray ▢ — the blue "attached" tri-state + Kick are DEFERRED to a broker attach-presence slice, M12-W2-RULING Q1), type-to-filter (`/`, nucleo-matcher), a pinned keybind legend, and a right-half two-pane description (harness adapter:profile · best-effort project history newest→oldest from the contextstore p-<project> branches, empty-if-none · `spt endpoint description`). Confirm layer offers status-dependent options — Attach/Start/View (rc pump / cmd_endpoint_run) · Instantiate-locally (remote) · Change-harness-adapter (offline) · Fork (cmd_fork) · Resume-from-history (offline+LOCAL only; enumerate spt_store::sessions::last_k, titles `<project> @ <ts> (…id5)`, feed session_id → cmd_endpoint_run --resume). A single action enum is the source of truth so a future tap-mode (phone PTY) layers on without re-coupling to keybinds. EVERY terminal action routes through cmd_endpoint_run / existing CLI fns — no second bringup path.
2026-06-16T09:36:12.6843743Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6843776Z 
2026-06-16T09:36:12.6843898Z ### REQ-RUN-SHORTCUT
2026-06-16T09:36:12.6848705Z - Title: `<basename>-<id>` launcher shortcut generation (picker `s` keybind, M12-W2-T2.4): from any pre-start options set the picker writes/updates a `<basename>-<id>` launcher at the project root baking the current selection's non-interactive `spt endpoint run` flags (terminal actions only: adapter[:profile] + id + (create|resume) + (start|attach|view); Kick/Instantiate/Change-adapter/Fork are interactive-only, not bakeable). BASENAME IS A PARAMETER (operator rev. 2026-06-14): harness-agnostic spt-core defaults to `spt` (→ `spt-<id>`); an adapter/flow OVERRIDES it (spt-claude-code → `cc`), so spt-core NEVER bakes `cc` (a harness name) into itself. The basename must be a DISTINCT token, never bare `spt` (a `spt.cmd` would shadow the real `spt.exe` only under cmd.exe cwd-first search, silently no-op in PowerShell/Unix, and self-recurse). The script is the CURRENT OS's native form — `.cmd` on Windows (NOT `.ps1`: default PATHEXT excludes `.ps1` so a bare/ext-less name never resolves one; `.cmd` is PATHEXT-resolvable), POSIX `sh` (+chmod +x) on Unix (a single portable form can't be both). The generated header documents the invocation reality (cmd.exe bare `<name>` in the project dir / PowerShell `.\<name>` / Unix `./<name>`; a truly-bare basename on PATH = a PATH-installed launcher, `/spt:setup`'s job). Overwrite is SENTINEL-guarded: the generator writes + checks a generated-by header marker — it overwrites its own prior output freely, but REFUSES + warns if a same-named file lacks the sentinel (never clobber a user file). Requires the additive `--create` flag on `Run{}` (the default-fresh made explicit; N-1-safe).
2026-06-16T09:36:12.6849034Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6849058Z 
2026-06-16T09:36:12.6849176Z ### REQ-ELEVATE-1
2026-06-16T09:36:12.6852337Z - Title: Cross-platform self-elevating re-launch for privilege-gated commands: a pure decision seam `decide_elevation_path(os, elevation, interactive_tty, has_display, has_pkexec, has_term_emulator) -> ElevatePath{AlreadyElevated, InlineSudo, UacWindow, Pkexec, TerminalEmulator, PrintHint}` selecting how to re-acquire privilege, and the per-OS impure launchers it dispatches — Windows UAC console (ShellExecuteW `runas` on the abs-exe + verbatim argv; the elevated child does the work, prints 'You can close this window', and pauses for a keypress; the original prints 'Elevated terminal launched…' and exits 0; NEVER pipes the child's stdout back across the privilege boundary), Linux desktop pkexec (preferred, native polkit GUI auth) else x-terminal-emulator -e sudo (fallback list x-terminal-emulator→gnome-terminal→konsole→xterm), the existing interactive-TTY inline sudo, and the headless/no-path floor that prints the absolute-path command. Reused by every gated command (not subnet-specific). Generalizes should_auto_elevate.
2026-06-16T09:36:12.6852490Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6852523Z 
2026-06-16T09:36:12.6852642Z ### REQ-WHOAMI-1
2026-06-16T09:36:12.6854235Z - Title: `spt whoami` is a thin ALIAS for `spt endpoint list` (full output: the SELF pin + the subnet roster) — the standalone bare-id command is dropped (the `id=$(spt whoami)` capture was never a real pattern: env vars don't persist between agent tool calls). The one new render: the `endpoint list` SELF pin carries the Self endpoint's authored `endpoint description` (info::read_info(...).resources) when present, inline after the liveness state. whoami stays a top-level hot-path verb (parse unchanged, REQ-MSG-9).
2026-06-16T09:36:12.6854384Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6854417Z 
2026-06-16T09:36:12.6854529Z ### REQ-RCVIEW-1
2026-06-16T09:36:12.6859204Z - Title: Remote-attach controller/viewer model (CONTEXT.md:317): a session's broker OutputLog serves ONE interactive controller (input + EXCLUSIVE PTY resize; its viewport sets the size, sent on attach + every window change via crossterm Event::Resize) plus ANY NUMBER of read-only `--view` attachers (output-only, no input, no resize; client-side letterbox — center+pad when larger, clip+1-line indicator when smaller; only the local ctrl-b d detach chord). Attach intent is three-valued (`Viewer | Control | Take`, wire-default Control): Control to a FREE endpoint becomes controller, Control to a CONTROLLED endpoint is REFUSED with guidance (`--view`/`--take`) — never auto-viewer, never silent-displace. Wire adds (additive, N-1 skip-unknown): `Request.intent`, `Resize{rows,cols}` (controller-only), `Size{rows,cols}` (→viewer), `Displaced{by}` (→displaced controller). The brain-resume cursor (delivered_through, ADR-0018) tracks the CONTROLLER ONLY; viewers replay from their own from_seq and never move it. Dormancy keys on the controller ONLY: controller attach wakes / controller detach goes dormant (even with viewers present); viewer attach/detach is wake-neutral and may watch a dormant endpoint as-is. v1: viewing is gated identically to driving — a viewer runs the same access_check(Unsolicited) as a controller (watching reveals full session contents = a real disclosure); a lighter distinct watch-gate is deferred to cross-subnet/finer-consent (CONTEXT.md:317 'driving ≠ watching' = the future seam).
2026-06-16T09:36:12.6859519Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6859552Z 
2026-06-16T09:36:12.6859665Z ### REQ-KICK-1
2026-06-16T09:36:12.6862194Z - Title: Explicit, loud controller displacement: `spt rc kick <target>` / `--take` (Take intent) kicks the incumbent controller and becomes controller; the displaced controller receives a LOUD `Displaced{by}` notice and is FULLY DETACHED (not demoted to a viewer). A default attach to a controlled endpoint is NEVER a silent displace (it is the Control busy-refusal). An old (N-1) rc omits intent → Control, so it can drive a free endpoint but CANNOT `--take` — it can never silently steal, and gets a clean busy-refusal instead. Taking control rides the same access_check(endpoint, origin, Unsolicited) as a normal control attach (if you may drive, you may take — no elevated kick policy). The picker surfaces 'Kick <node> and attach' (Take) only on a controlled (blue ■) endpoint, via the existing attach dispatch (single-bringup-path: intent is a parameter).
2026-06-16T09:36:12.6862347Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6862379Z 
2026-06-16T09:36:12.6862497Z ### REQ-HAZARD-VIEWER-ISOLATION
2026-06-16T09:36:12.6864695Z - Title: A slow / dead / hostile VIEWER must NEVER stall the controller, the PTY child, or the session drain thread. The broker drain fans output to the controller on the authoritative blocking bounded path (advances delivered_through) but to each viewer via a bounded per-viewer channel with a dedicated writer thread; the drain `try_send`s under the log lock and a viewer whose bounded queue OVERFLOWS (can't keep up) is EVICTED (queue dropped, writer thread ends, removed from the viewers map) — the drain thread NEVER touches a viewer socket, so no viewer write can backpressure or block it. A soft viewer cap bounds the thread count. Viewer eviction never perturbs the controller stream, the delivered_through cursor, or the child.
2026-06-16T09:36:12.6864839Z - Required stages: unit, int
2026-06-16T09:36:12.6864868Z 
2026-06-16T09:36:12.6864982Z ### REQ-INSTALL-1
2026-06-16T09:36:12.6865194Z - Title: Two install paths; signed one-line script; OS-service registration
2026-06-16T09:36:12.6865329Z - Required stages: doc, impl, int
2026-06-16T09:36:12.6865353Z 
2026-06-16T09:36:12.6865461Z ### REQ-INSTALL-2
2026-06-16T09:36:12.6865624Z - Title: Marketplace-repackaging-friendly install
2026-06-16T09:36:12.6865742Z - Required stages: doc
2026-06-16T09:36:12.6865776Z 
2026-06-16T09:36:12.6865896Z ### REQ-INSTALL-3
2026-06-16T09:36:12.6866057Z - Title: Idempotent + interactive-optional first run
2026-06-16T09:36:12.6866182Z - Required stages: impl, int
2026-06-16T09:36:12.6866216Z 
2026-06-16T09:36:12.6866325Z ### REQ-INSTALL-4
2026-06-16T09:36:12.6866982Z - Title: Adapter registration lifecycle: spt adapter add (--github, manifest-first, install-is-first-update) + soft-deregister remove + optional manifest uninstall template; node-local registered-adapter set self-update ripples over
2026-06-16T09:36:12.6867112Z - Required stages: impl, unit
2026-06-16T09:36:12.6867235Z 
2026-06-16T09:36:12.6867354Z ### REQ-MIGRATE-1
2026-06-16T09:36:12.6867544Z - Title: Auto-detect and migrate a legacy claude_skill_owl install
2026-06-16T09:36:12.6867652Z - Required stages: 
2026-06-16T09:36:12.6867685Z 
2026-06-16T09:36:12.6867790Z ### REQ-INFRA-1
2026-06-16T09:36:12.6867990Z - Title: GitHub issue tracking for v1; tangled.org as migration target
2026-06-16T09:36:12.6868109Z - Required stages: 
2026-06-16T09:36:12.6868134Z 
2026-06-16T09:36:12.6868243Z ### REQ-INSTALL-5
2026-06-16T09:36:12.6868810Z - Title: Non-interactive install path: the canonical one-liner doubles as every adapter's pack-in on-demand install (no second mechanism); sha256-verified fetch; user-PATH registration
2026-06-16T09:36:12.6868934Z - Required stages: impl, int
2026-06-16T09:36:12.6869093Z 
2026-06-16T09:36:12.6869211Z ### REQ-INSTALL-9
2026-06-16T09:36:12.6870452Z - Title: Adapter add from a GitHub release archive: `spt adapter add --release <user/repo> [--tag <tag>] [--asset <name>]` fetches a `.spt` tar asset over HTTPS+GitHub trust, extracts it to the durable adapters/_github home, and registers the root — ships built binaries source-free and versioned (the distribution path for an adapter whose dev repo is a monorepo subdir, where --github root-only clone does not fit)
2026-06-16T09:36:12.6870585Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6870619Z 
2026-06-16T09:36:12.6870724Z ### REQ-REL-1
2026-06-16T09:36:12.6871124Z - Title: spt-releases publish-target repo: README public face, licensing split, Pages docs at the permanent lapse-proof canonical URL (ADR-0014)
2026-06-16T09:36:12.6871243Z - Required stages: doc, impl
2026-06-16T09:36:12.6871277Z 
2026-06-16T09:36:12.6871377Z ### REQ-REL-2
2026-06-16T09:36:12.6871882Z - Title: Release asset set consumable by the self-updater: platform binaries, SHA256SUMS, SignedRelease metadata, manifest schema, mock-adapter zip; tag-triggered cross-repo pipeline
2026-06-16T09:36:12.6871997Z - Required stages: impl, int
2026-06-16T09:36:12.6872030Z 
2026-06-16T09:36:12.6872135Z ### REQ-REL-3
2026-06-16T09:36:12.6872585Z - Title: Two-key release-signing trust anchor: primary + offline never-used recovery, both pubkeys embedded in the binary's trusted set, manual local signing (ADR-0015)
2026-06-16T09:36:12.6872712Z - Required stages: impl, unit
2026-06-16T09:36:12.6872745Z 
2026-06-16T09:36:12.6872844Z ### REQ-DOCS-1
2026-06-16T09:36:12.6873071Z - Title: Dual-audience docs (human + AI dev-agent), markdown once / two depths
2026-06-16T09:36:12.6873195Z - Required stages: doc, impl
2026-06-16T09:36:12.6873224Z 
2026-06-16T09:36:12.6873325Z ### REQ-DOCS-2
2026-06-16T09:36:12.6873509Z - Title: Sub-10-minute runnable killer quickstart per audience
2026-06-16T09:36:12.6873620Z - Required stages: doc, int
2026-06-16T09:36:12.6873648Z 
2026-06-16T09:36:12.6873757Z ### REQ-DOCS-3
2026-06-16T09:36:12.6873963Z - Title: Diátaxis structure; one canonical way to do X
2026-06-16T09:36:12.6874081Z - Required stages: doc
2026-06-16T09:36:12.6874120Z 
2026-06-16T09:36:12.6874226Z ### REQ-DOCS-4
2026-06-16T09:36:12.6874435Z - Title: Agent-consumable layer (llms.txt, manifest schema, MCP, CLI help)
2026-06-16T09:36:12.6874564Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6874597Z 
2026-06-16T09:36:12.6874702Z ### REQ-DOCS-5
2026-06-16T09:36:12.6874907Z - Title: Anti-drift: rustdoc/schema/exports/CLI-help generated + CI-checked
2026-06-16T09:36:12.6875035Z - Required stages: impl, int
2026-06-16T09:36:12.6875069Z 
2026-06-16T09:36:12.6875203Z ### REQ-HAZARD-GRACE-BEFORE-SIGNOFF
2026-06-16T09:36:12.6875408Z - Title: Grace-period wait completes before composing INIT_SIGNOFF (1.1)
2026-06-16T09:36:12.6875532Z - Required stages: impl, unit
2026-06-16T09:36:12.6875574Z 
2026-06-16T09:36:12.6875702Z ### REQ-HAZARD-INFO-JSON-TORN-READ
2026-06-16T09:36:12.6875880Z - Title: State-file reads tolerate concurrent writes (1.2)
2026-06-16T09:36:12.6876002Z - Required stages: impl, unit
2026-06-16T09:36:12.6876036Z 
2026-06-16T09:36:12.6876166Z ### REQ-HAZARD-STALE-INDEX-LOCK
2026-06-16T09:36:12.6876409Z - Title: Sweep stale lockfiles on daemon boot (1.3)
2026-06-16T09:36:12.6876537Z - Required stages: impl, unit
2026-06-16T09:36:12.6876561Z 
2026-06-16T09:36:12.6876684Z ### REQ-HAZARD-DEFERRED-DRAIN
2026-06-16T09:36:12.6876875Z - Title: Deferred spool rows excluded from the event-stream drain (1.4)
2026-06-16T09:36:12.6876999Z - Required stages: impl, unit
2026-06-16T09:36:12.6877028Z 
2026-06-16T09:36:12.6877152Z ### REQ-HAZARD-WORKER-PATH
2026-06-16T09:36:12.6877348Z - Title: Single source of truth for Worker/Psyche perch location (1.5)
2026-06-16T09:36:12.6877472Z - Required stages: impl, unit
2026-06-16T09:36:12.6877504Z 
2026-06-16T09:36:12.6877720Z ### REQ-HAZARD-PARENT-PID-PREFER
2026-06-16T09:36:12.6877928Z - Title: Prefer stable parent PID / broker handle over ephemeral PID (2.1)
2026-06-16T09:36:12.6878037Z - Required stages: 
2026-06-16T09:36:12.6878071Z 
2026-06-16T09:36:12.6878202Z ### REQ-HAZARD-STDIN-SESSION-ID
2026-06-16T09:36:12.6878355Z - Title: Stdin session_id precedence over env (2.2)
2026-06-16T09:36:12.6878479Z - Required stages: 
2026-06-16T09:36:12.6878512Z 
2026-06-16T09:36:12.6879280Z ### REQ-HAZARD-HANDOFF-ARGV-COMPAT
2026-06-16T09:36:12.6879542Z - Title: Broker/brain IPC + handoff argv version-tolerant (2.3)
2026-06-16T09:36:12.6879681Z - Required stages: impl, unit
2026-06-16T09:36:12.6879714Z 
2026-06-16T09:36:12.6879847Z ### REQ-HAZARD-GEN-START-NOW
2026-06-16T09:36:12.6880019Z - Title: gen_start = now() on cold-start and handoff (2.4)
2026-06-16T09:36:12.6880152Z - Required stages: impl, int
2026-06-16T09:36:12.6880186Z 
2026-06-16T09:36:12.6880306Z ### REQ-HAZARD-EPHEMERAL-CLEANUP
2026-06-16T09:36:12.6880506Z - Title: Ephemeral perch cleanup on every ring exit path (3.1)
2026-06-16T09:36:12.6880640Z - Required stages: impl, unit
2026-06-16T09:36:12.6880672Z 
2026-06-16T09:36:12.6880800Z ### REQ-HAZARD-STALE-SIGNOFF-SENTINEL
2026-06-16T09:36:12.6880985Z - Title: Stale signoff sentinel does not kill a fresh start (3.2)
2026-06-16T09:36:12.6881102Z - Required stages: impl, unit
2026-06-16T09:36:12.6881135Z 
2026-06-16T09:36:12.6881265Z ### REQ-HAZARD-ECHO-BEFORE-SIGNOFF
2026-06-16T09:36:12.6881474Z - Title: Echo-commune fires before INIT_SIGNOFF on orphan teardown (3.3)
2026-06-16T09:36:12.6881594Z - Required stages: impl, unit
2026-06-16T09:36:12.6881627Z 
2026-06-16T09:36:12.6881760Z ### REQ-HAZARD-ENVELOPE-DECODE-ORDER
2026-06-16T09:36:12.6881932Z - Title: Envelope decode order, ampersand decoded last (4.1)
2026-06-16T09:36:12.6882056Z - Required stages: impl, unit
2026-06-16T09:36:12.6882085Z 
2026-06-16T09:36:12.6882215Z ### REQ-HAZARD-ENVELOPE-CR-LINESAFE
2026-06-16T09:36:12.6884003Z - Title: Envelope CR-linesafety (4.1): the line-framed EVENT codec must neutralize raw carriage returns — `event_body_escape` folds CRLF/lone-CR to the codec's representable linebreak (`\n`→`<br>`) BEFORE framing, so a body carrying `\r` (Windows `echo`/CRLF text crossing nodes) cannot survive into the single-line envelope and trigger a receiver terminal CR→col0 overwrite that corrupts the frame. Robustness on unrepresentable input, NOT a wire-format change (decoder untouched, amp-last invariant held). Belt-and-suspenders: `spt send`/`ring` also trim stdin (parity with `notify`).
2026-06-16T09:36:12.6884147Z - Required stages: impl, unit
2026-06-16T09:36:12.6884180Z 
2026-06-16T09:36:12.6884322Z ### REQ-HAZARD-ENVELOPE-PARSER-SAFE
2026-06-16T09:36:12.6884509Z - Title: Two-slice envelope parser is panic-free and tolerant (4.2)
2026-06-16T09:36:12.6884632Z - Required stages: impl, unit
2026-06-16T09:36:12.6884665Z 
2026-06-16T09:36:12.6884790Z ### REQ-HAZARD-EVENTPART-REASSEMBLY
2026-06-16T09:36:12.6885024Z - Title: EVENT-PART split/reassembly is byte-exact; orphan parts dropped silently
2026-06-16T09:36:12.6885153Z - Required stages: impl, unit
2026-06-16T09:36:12.6885186Z 
2026-06-16T09:36:12.6885305Z ### REQ-HAZARD-ID-CHARSET
2026-06-16T09:36:12.6885577Z - Title: Addressable-id charset reserves :/@ delimiters; validated at every creation seam (4.6)
2026-06-16T09:36:12.6885853Z - Required stages: impl, unit
2026-06-16T09:36:12.6885882Z 
2026-06-16T09:36:12.6886012Z ### REQ-HAZARD-REGISTRY-STALE-CLEAN
2026-06-16T09:36:12.6886205Z - Title: Stale registry entries degrade to fallback, never hard-fail (4.3)
2026-06-16T09:36:12.6886324Z - Required stages: impl, unit
2026-06-16T09:36:12.6886358Z 
2026-06-16T09:36:12.6886491Z ### REQ-HAZARD-REGISTRY-CONCURRENT
2026-06-16T09:36:12.6886754Z - Title: Concurrent SQLite openers (registry/spool) must not fail with 'database is locked' (4.7)
2026-06-16T09:36:12.6886872Z - Required stages: impl, unit
2026-06-16T09:36:12.6886905Z 
2026-06-16T09:36:12.6887031Z ### REQ-HAZARD-REGISTRY-DIR-CREATE
2026-06-16T09:36:12.6887516Z - Title: SQLite store opens create their parent dir themselves — a fresh-home registry op must not SQLITE_CANTOPEN (4.9)
2026-06-16T09:36:12.6887651Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6887684Z 
2026-06-16T09:36:12.6887812Z ### REQ-HAZARD-REGISTRY-EPOCH-LEASE
2026-06-16T09:36:12.6888266Z - Title: Registry merge ordered by per-node monotonic epoch, never wall-clock — a stale Active can't clobber a newer Offline (4.8, red-team #8)
2026-06-16T09:36:12.6888389Z - Required stages: impl, unit
2026-06-16T09:36:12.6888421Z 
2026-06-16T09:36:12.6888550Z ### REQ-HAZARD-DEFERRED-SURVIVE-DRAIN
2026-06-16T09:36:12.6888701Z - Title: Deferred rows survive poll drain (4.4)
2026-06-16T09:36:12.6888824Z - Required stages: impl, unit
2026-06-16T09:36:12.6888857Z 
2026-06-16T09:36:12.6889063Z ### REQ-HAZARD-INBOX-NO-DOUBLE
2026-06-16T09:36:12.6889211Z - Title: No double-delivery via legacy inbox (4.5)
2026-06-16T09:36:12.6889335Z - Required stages: impl, unit
2026-06-16T09:36:12.6889368Z 
2026-06-16T09:36:12.6889506Z ### REQ-HAZARD-WINDOWS-PID-RECYCLE
2026-06-16T09:36:12.6889674Z - Title: Windows PID-recycling false positives guarded (5.1)
2026-06-16T09:36:12.6889797Z - Required stages: impl, unit
2026-06-16T09:36:12.6889831Z 
2026-06-16T09:36:12.6889950Z ### REQ-HAZARD-EBUSY-RENAME
2026-06-16T09:36:12.6890130Z - Title: tmp-write + atomic-rename + retry on Windows EBUSY (5.2)
2026-06-16T09:36:12.6890260Z - Required stages: impl, unit
2026-06-16T09:36:12.6890292Z 
2026-06-16T09:36:12.6890417Z ### REQ-HAZARD-SUBPROCESS-TIMEOUT
2026-06-16T09:36:12.6890580Z - Title: Every harness/git subprocess has a timeout (5.3)
2026-06-16T09:36:12.6890693Z - Required stages: impl, unit
2026-06-16T09:36:12.6890731Z 
2026-06-16T09:36:12.6890852Z ### REQ-HAZARD-UNC-PATH-STRIP
2026-06-16T09:36:12.6891022Z - Title: Strip Windows UNC prefix on serialized paths (5.4)
2026-06-16T09:36:12.6891133Z - Required stages: impl, unit
2026-06-16T09:36:12.6891157Z 
2026-06-16T09:36:12.6891284Z ### REQ-HAZARD-SINGLE-PATH-SOURCE
2026-06-16T09:36:12.6891484Z - Title: Single path/registry source of truth; no layout ambiguity (6.1)
2026-06-16T09:36:12.6891606Z - Required stages: impl, unit
2026-06-16T09:36:12.6891639Z 
2026-06-16T09:36:12.6891758Z ### REQ-HAZARD-SOFT-CLEANUP
2026-06-16T09:36:12.6891967Z - Title: Soft-cleanup preserves state, removes only the ready marker (6.2)
2026-06-16T09:36:12.6892092Z - Required stages: impl, unit
2026-06-16T09:36:12.6892126Z 
2026-06-16T09:36:12.6892254Z ### REQ-HAZARD-CASCADE-WIPE-GUARD
2026-06-16T09:36:12.6892446Z - Title: No hard-delete of a parent hosting non-empty children (6.3)
2026-06-16T09:36:12.6892569Z - Required stages: impl, unit
2026-06-16T09:36:12.6892597Z 
2026-06-16T09:36:12.6892726Z ### REQ-HAZARD-DROP-FILE-SINGLE-WRITER
2026-06-16T09:36:12.6892889Z - Title: Drop files are daemon-owned single-writer (6.4)
2026-06-16T09:36:12.6897770Z - Required stages: impl, unit
2026-06-16T09:36:12.6897810Z 
2026-06-16T09:36:12.6897981Z ### REQ-HAZARD-DIRECT-WRITE-PRECEDENCE
2026-06-16T09:36:12.6898244Z - Title: Direct-write precedence marker (with node id) guards stale overwrite (6.5)
2026-06-16T09:36:12.6898372Z - Required stages: impl, unit
2026-06-16T09:36:12.6898410Z 
2026-06-16T09:36:12.6898549Z ### REQ-HAZARD-CONFLICT-BOTH-PRESERVED
2026-06-16T09:36:12.6899480Z - Title: A surfaced concurrent context pair is durably preserved (both versions, tracked artifacts) until a strictly dominating write clears it; no reconcile failure path discards an unmerged version (6.6, ADR-0013)
2026-06-16T09:36:12.6899947Z - Required stages: impl, unit
2026-06-16T09:36:12.6899984Z 
2026-06-16T09:36:12.6900124Z ### REQ-HAZARD-DETACHED-PIPE-INHERIT
2026-06-16T09:36:12.6901321Z - Title: Windows detached long-lived children must not inherit a captured caller's pipe: every detach-spawn of an immortal child (daemon, shell binary) runs bInheritHandles=FALSE, or a caller capturing output anywhere up the process chain hangs forever on a pipe that never EOFs — std-handle flag stripping is NOT sufficient (grandparent strays still flow) (5.6)
2026-06-16T09:36:12.6901559Z - Required stages: impl, unit
2026-06-16T09:36:12.6901597Z 
2026-06-16T09:36:12.6901722Z ### REQ-HAZARD-CONPTY-DSR
2026-06-16T09:36:12.6901967Z - Title: ConPTY reader must auto-answer DSR (ESC[6n) or all child output stalls (5.5)
2026-06-16T09:36:12.6902091Z - Required stages: impl, unit
2026-06-16T09:36:12.6902129Z 
2026-06-16T09:36:12.6902261Z ### REQ-HAZARD-CHILD-CONSOLE-FLASH
2026-06-16T09:36:12.6902706Z - Title: Console-subsystem children of the console-less daemon spawn with CREATE_NO_WINDOW, or each spawn flashes a visible blank window on the user's desktop (5.8)
2026-06-16T09:36:12.6902828Z - Required stages: impl, unit
2026-06-16T09:36:12.6902861Z 
2026-06-16T09:36:12.6902996Z ### REQ-HAZARD-INSTANT-UNDERFLOW
2026-06-16T09:36:12.6903616Z - Title: Scheduling never subtracts a Duration from Instant::now() (underflow-panics on a host booted more recently than the offset); 'due now / never run' is Option<Instant>=None gated on forward duration_since only (5.9)
2026-06-16T09:36:12.6903744Z - Required stages: impl, unit
2026-06-16T09:36:12.6903777Z 
2026-06-16T09:36:12.6903921Z ### REQ-HAZARD-PUMP-IPC-DEADLINE
2026-06-16T09:36:12.6904780Z - Title: The single-threaded peer pump's brain-IPC reads are deadline-bounded (PUMP_PEER_IO_TIMEOUT, total-wait per call); a TimedOut read POISONS the client and escalates to a SUPERVISED RESTART, never a per-peer retry — a black-holed peer must never wedge the whole pump
2026-06-16T09:36:12.6904914Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6904943Z 
2026-06-16T09:36:12.6905066Z ### REQ-HAZARD-SUDO-SECURE-PATH
2026-06-16T09:36:12.6905962Z - Title: Elevation guidance on Unix names the binary's ABSOLUTE path under sudo (a user-local install ~/.local/bin · ~/.cargo/bin is not on sudo's secure_path, so bare `sudo spt` dies 'command not found'); gated commands auto-elevate on an interactive TTY, else print the runnable hint (5.10)
2026-06-16T09:36:12.6906101Z - Required stages: impl, unit
2026-06-16T09:36:12.6906134Z 
2026-06-16T09:36:12.6906306Z ### REQ-HAZARD-SELF-ELEVATE
2026-06-16T09:36:12.6908479Z - Title: Self-elevation (REQ-ELEVATE-1) re-runs the EXACT original invocation with the binary's ABSOLUTE exe path — never widening privilege scope, never adding/altering args, never via a PATH-resolved bare name, never via a shell-interpolated command string (argv-array only, no `sh -c`); the elevated child drops state back to the user (composes with the 5.7 de-elevation) and NEVER re-elevates (loop-safe: decide_elevation_path returns AlreadyElevated whenever the process is already Elevated, on every OS). The user's UAC/polkit/sudo prompt is the only consent gate — we never bypass it; the print-hint floor prints the absolute-path command too. The unprivileged parent never depends on (pipes/captures) the privileged child's stdout.
2026-06-16T09:36:12.6908608Z - Required stages: unit
2026-06-16T09:36:12.6908646Z 
2026-06-16T09:36:12.6908766Z ### REQ-HAZARD-LOCAL-API-AUTH
2026-06-16T09:36:12.6909072Z - Title: Every local `api` mutation authenticated to an endpoint/session (codex #13)
2026-06-16T09:36:12.6909189Z - Required stages: impl, unit
2026-06-16T09:36:12.6909218Z 
2026-06-16T09:36:12.6909348Z ### REQ-HAZARD-RESTART-IDEMPOTENT
2026-06-16T09:36:12.6909613Z - Title: Idempotent/exactly-once delivery across brain restart at every broker boundary (codex #14)
2026-06-16T09:36:12.6909845Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6909878Z 
2026-06-16T09:36:12.6910002Z ### REQ-HAZARD-UPDATE-ROLLBACK
2026-06-16T09:36:12.6910283Z - Title: Self-update rejects version rollback; metadata expiry + adapter content signing (codex #5)
2026-06-16T09:36:12.6910408Z - Required stages: impl, unit
2026-06-16T09:36:12.6910441Z 
2026-06-16T09:36:12.6910573Z ### REQ-HAZARD-DAEMON-HOSTED-LIVENESS
2026-06-16T09:36:12.6911013Z - Title: Daemon-hosted perches (Psyche, spt-hosted Self) derive liveness from the daemon endpoint table + info.json status, never is_process_alive(info.pid) (2.5)
2026-06-16T09:36:12.6911137Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6911170Z 
2026-06-16T09:36:12.6911394Z ### REQ-HAZARD-BROKER-PROCESS-ISOLATION
2026-06-16T09:36:12.6914023Z - Title: Broker and brain are separate processes: the broker runs as its own long-lived per-machine process that survives every brain restart, so a routine (brain-only) self-update restarts the brain onto the swapped binary while every hosted endpoint (PTY child, live QUIC conn, listening socket) stays untouched at the PROCESS level. The in-process-thread broker (daemon.rs:165-170) is a regression that silently unrealizes REQ-UPD-3 — apply degrades to an in-process Brain::handoff no-op and new code does not run until an unrelated restart (KNOWN-HAZARDS 6.7). Evidence must prove process-level survival (SPIKE-01/03 productionized as int: PTY child + live QUIC survive a brain-PROCESS restart onto a swapped binary), re-pointing the regression-masked in-process int tags currently on REQ-DAEMON-2 / REQ-UPD-3 (ADR-0018).
2026-06-16T09:36:12.6914172Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6914205Z 
2026-06-16T09:36:12.6914332Z ### REQ-HAZARD-ROLLBACK-STATE-COMPAT
2026-06-16T09:36:12.6916027Z - Title: A brain must not irreversibly migrate durable state before update ready-promotion: the readiness-gated auto-rollback (ADR-0018 Q7) spawns the N-1 binary against durable state the new brain may have written, so every pre-ready write must stay N-1-readable (schema migrations gated behind ready-promotion, or written N-1-tolerant/additive). Else the first in-place schema migration silently bricks rollback (KNOWN-HAZARDS 6.8). Free now — a 2026-06-09 audit confirmed zero state-migration code exists; unmintable retroactively once a migration ships.
2026-06-16T09:36:12.6916161Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6916189Z 
2026-06-16T09:36:12.6916317Z ### REQ-HAZARD-BRAIN-RESPAWN-PATH
2026-06-16T09:36:12.6918773Z - Title: The broker respawns the brain onto the APPLIED bytes, not the renamed old binary: the candidate-binary default is the canonical exe path captured ONCE at broker start, never a per-spawn std::env::current_exe() — on Linux current_exe (readlink /proc/self/exe) is inode-tracking and follows the `apply` rename (spt -> spt.old-N), so a resident broker would respawn the brain onto OLD bytes while recording `applied` (Windows GetModuleFileName is path-at-start, so Windows was green; ADR-0018 Q3 silently assumed path-string semantics). Backstop: promotion gates on bytes — a trial promotes only if brain.ready exe_hash == the staged artifact hash for this platform, else auto-rollback + loud notif (readiness != new-bytes was the false-success that recorded applied:8 over a v0.4.0 brain on kitsubito, 2026-06-11). KNOWN-HAZARDS 6.11.
2026-06-16T09:36:12.6918915Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6919026Z 
2026-06-16T09:36:12.6919158Z ### REQ-HAZARD-PSYCHE-OUTBOUND-PROXY
2026-06-16T09:36:12.6919980Z - Title: Psyche outbound captured + sanitized: the live-Psyche turn driver captures stdout (never Stdio::null), and the daemon strips/re-stamps Psyche-supplied from=/target and constrains routing (reply→__REPLY_TO__ sender, notify→own user/subnet) (7.3)
2026-06-16T09:36:12.6920107Z - Required stages: impl, unit
2026-06-16T09:36:12.6920140Z 
2026-06-16T09:36:12.6920269Z ### REQ-HAZARD-DAEMON-SCHED-NONBLOCKING
2026-06-16T09:36:12.6920934Z - Title: Per-agent pulse/psyche/echo-commune scheduling must not serialize across agents: each agent's bounded LLM call (echo-commune summarizer, Psyche turn) runs off the shared scheduler so one slow/hung call cannot stall another agent's tick (7.4)
2026-06-16T09:36:12.6921172Z - Required stages: impl, unit
2026-06-16T09:36:12.6921206Z 
2026-06-16T09:36:12.6921335Z ### REQ-HAZARD-PAIR-TRANSCRIPT-BIND
2026-06-16T09:36:12.6922002Z - Title: Pairing transcript binds roles, both node pubkeys, subnet ID, seed epoch, TOTP time-step, and confirmation MACs — or unknown-key-share/reflection/wrong-subnet/replay pairing remain possible (ADR-0005 #12)
2026-06-16T09:36:12.6922121Z - Required stages: impl, unit
2026-06-16T09:36:12.6922145Z 
2026-06-16T09:36:12.6922360Z ### REQ-HAZARD-PAIR-SEED-ROTATION
2026-06-16T09:36:12.6922918Z - Title: Removing a node rotates the subnet seed (epoch bump) so an old node/old seed cannot rejoin; trust-store delete alone is NOT revocation because the seed is replicated to every trusted node (ADR-0005 #10)
2026-06-16T09:36:12.6923045Z - Required stages: impl, unit
2026-06-16T09:36:12.6923078Z 
2026-06-16T09:36:12.6923216Z ### REQ-HAZARD-PAIR-RATE-LIMIT
2026-06-16T09:36:12.6924083Z - Title: Subnet-global pairing rate limit: one active ceremony per subnet, shared attempt counter, exponential backoff — a public pre-trust relay + multiple seed-holders otherwise enables distributed SPAKE2 guessing (and ±1 TOTP window triples the valid-password space) (ADR-0005 #11)
2026-06-16T09:36:12.6924206Z - Required stages: impl, unit
2026-06-16T09:36:12.6924240Z 
2026-06-16T09:36:12.6924368Z ### REQ-HAZARD-WAN-ORIGIN-AUTH
2026-06-16T09:36:12.6925170Z - Title: WAN-inbound origin is transport truth, never payload: the access gate's subject (ADR-0009 origin-node whitelist) is the QUIC handshake-proven remote node id from the broker's conn/stream table — a forged origin/node field inside record bytes is inert (7.5)
2026-06-16T09:36:12.6925298Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6925332Z 
2026-06-16T09:36:12.6925452Z ### REQ-CONSENT-1
2026-06-16T09:36:12.6926373Z - Title: Consent grant store: capability x subject-agent x target-node rows, enforced at the target node, subnet-settable (replicates as security material near the trust store), revocable; gated-capability ids (remote-exec, instantiate-anywhere) reserved-but-refusing; v1 consumers are the shell spawn gates (CONTEXT Consent & security gates)
2026-06-16T09:36:12.6926506Z - Required stages: impl, unit
2026-06-16T09:36:12.6926539Z 
2026-06-16T09:36:12.6926645Z ### REQ-CONSENT-2
2026-06-16T09:36:12.6927483Z - Title: Interactive consent escalation: an ungated high-risk action routes a consent prompt to the user's most-recently-active session; allow-once / allow-always (writes a grant) / deny; pre-consent flags (can_shutdown, shell_wake_spawn_anywhere) author grants via manifest/settings (CONTEXT Consent & security gates)
2026-06-16T09:36:12.6927613Z - Required stages: impl, unit
2026-06-16T09:36:12.6927642Z 
2026-06-16T09:36:12.6927745Z ### REQ-PRES-1
2026-06-16T09:36:12.6929204Z - Title: Presence resolution: the presence datum (last_active_node, last_active_endpoint, ts) gossiped subnet-wide via the agent-interaction heartbeat (rides registry distribution, visibility-gated) + one first-class most-recently-active resolution API consumed by notif first-fire, update-consent delivery, consent escalation, and shell wake resolution (M5 scope decision 1: resolution only — the PresenceChannel endpoint stays deferred)
2026-06-16T09:36:12.6929366Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6929394Z 
2026-06-16T09:36:12.6929509Z ### REQ-SHELL-1
2026-06-16T09:36:12.6930410Z - Title: Shell hosting machinery: shell perch under the owner (type/owner/adapter_name/status/alias), broker-launched binary + api bind local-link handshake, the three channels (command durable, text+file durable + progress-queryable, sensory REST-only never spooled + dropped-unless-owner-live), owner exclusivity (CONTEXT Shell model)
2026-06-16T09:36:12.6930531Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6930667Z 
2026-06-16T09:36:12.6930781Z ### REQ-SHELL-2
2026-06-16T09:36:12.6932261Z - Title: Shell sleep/wake: link-break always closes the binary (pre-close instruction + termination timeout), ephemeral teardown vs persistent offline/relink, wake_command wake-watcher (offline-only, exit-opcode supervision, exponential backoff + give-up), state-keyed wake resolution (dormant/suspended/active-elsewhere; no-reachable refuses — spawn-anywhere branch deferred), spt shutdown owner cascade + api owner-shutdown gated by can_shutdown (CONTEXT Shell sleep/wake)
2026-06-16T09:36:12.6932395Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6932430Z 
2026-06-16T09:36:12.6932562Z ### REQ-HAZARD-ELEVATED-DAEMON-SPAWN
2026-06-16T09:36:12.6933946Z - Title: The daemon always runs unelevated in the invoking user's universe, regardless of which command spawns it: an elevated spawner de-elevates (Windows: UAC linked token via CreateProcessWithTokenW; Linux: drop to SUDO_UID/SUDO_GID + the invoker's HOME) — an elevated daemon's pipes deny unelevated clients (every later spt reads not-running→spawn→bind Access-denied) and a sudo'd daemon roots the user's state universe (5.7)
2026-06-16T09:36:12.6934095Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6934123Z 
2026-06-16T09:36:12.6934251Z ### REQ-HAZARD-REGISTRY-GHOST-ROWS
2026-06-16T09:36:12.6935563Z - Title: A dead node identity's registry rows must decay: only the per-(endpoint,node) epoch lease supersedes rows, so without eviction a vanished node's rows are immortal and poison bare-id resolution with phantom AcrossNodes ambiguity — evict rows whose author node has not been heard (admitted inbound feed) within the eviction window; own rows never decay; a revived node re-inserts from its durable epoch within one pump cadence (4.10)
2026-06-16T09:36:12.6935697Z - Required stages: doc, impl, unit
2026-06-16T09:36:12.6935730Z 
2026-06-16T09:36:12.6935830Z ### REQ-CLI-1
2026-06-16T09:36:12.6936914Z - Title: spt endpoint noun namespace: absorbs fork/suspend/wake/shutdown/rename/stop/digest + access (ported 1:1: allow|revoke|open|list, decision 21) + description (ex-resources blurb; bare=show, set=author); merged endpoint list [--local|--subnet <name>] grouped by subnet with SELF pinned, --detail adding the ex-resources yellow-pages blurb projection; bare spt endpoint = the list (M8 decisions 1-2, 25)
2026-06-16T09:36:12.6937052Z - Required stages: impl, unit
2026-06-16T09:36:12.6937085Z 
2026-06-16T09:36:12.6937185Z ### REQ-CLI-2
2026-06-16T09:36:12.6937911Z - Title: spt daemon noun: run|stop|status (hidden daemon verb becomes daemon run; agent-endpoint shutdown keeps its name under endpoint); daemon status renders the pump heartbeat (last-tick recency) so a half-dead daemon is never rendered implied-healthy (M8 decisions 5, 23)
2026-06-16T09:36:12.6938035Z - Required stages: impl, unit
2026-06-16T09:36:12.6938072Z 
2026-06-16T09:36:12.6938178Z ### REQ-CLI-3
2026-06-16T09:36:12.6938917Z - Title: Agent hot path stays flat across the M8 reorg: send/ring/ready/whoami/how-to unchanged; notify moves to subnet notify while notif stays top-level; breaking renames land clean with no deprecation shims (zero external CLI consumers pre-spt-claude-code) (M8 decisions 3-4, 9)
2026-06-16T09:36:12.6939101Z - Required stages: impl, unit
2026-06-16T09:36:12.6939130Z 
2026-06-16T09:36:12.6939241Z ### REQ-SUBNET-5
2026-06-16T09:36:12.6940346Z - Title: Per-subnet serve-state: spt subnet detach <NAME> [--save] / attach <NAME> [--save] — daemon keeps running, stops/starts advertising + connecting for that subnet (peer pump + responder selective); --save persists the startup default in daemon config; the all-attached banner gains per-subnet states (M8 decision 6, --save renamed from --auto per decision 25 session)
2026-06-16T09:36:12.6940475Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6940503Z 
2026-06-16T09:36:12.6940612Z ### REQ-SUBNET-6
2026-06-16T09:36:12.6941317Z - Title: Trust lifecycle verbs, elevation-gated: spt subnet leave <NAME> (membership exit) and spt subnet prune <node> (removes a dead identity's trust + registry rows, killing its dead dials; trust mutation = security surface, REQ-PAIR-6 gate machinery) (M8 decisions 6-7)
2026-06-16T09:36:12.6941563Z - Required stages: impl, unit
2026-06-16T09:36:12.6941592Z 
2026-06-16T09:36:12.6941701Z ### REQ-SUBNET-7
2026-06-16T09:36:12.6943418Z - Title: Per-machine re-pair trust overwrite: registry rows carry a hashed stable machine identifier (OS machine id /etc/machine-id|MachineGuid, domain-separated SHA-256 before gossip, spt-minted persisted UUID fallback; additive serde-default field — old rows parse clean); a COMPLETED pairing ceremony presenting the same node label AND machine id as an existing trusted row evicts the superseded identity's trust + registry rows on the seed-holder and replicates the eviction; a gossiped claim alone never evicts trust (M8 decisions 13, 22)
2026-06-16T09:36:12.6943546Z - Required stages: impl, unit
2026-06-16T09:36:12.6943581Z 
2026-06-16T09:36:12.6943685Z ### REQ-SUBNET-8
2026-06-16T09:36:12.6944788Z - Title: Status render honesty: zero-subnet text is daemon-aware ('No subnets registered — this node is standalone.' + daemon-running-dependent blurb, never implying messaging works while the daemon is down); hint footer prints on bare spt subnet only (status drops it); a stalled pump is surfaced in subnet status, never rendered implied-healthy (M8 decisions 11-12, 23)
2026-06-16T09:36:12.6944908Z - Required stages: impl, unit
2026-06-16T09:36:12.6944941Z 
2026-06-16T09:36:12.6945050Z ### REQ-INSTALL-6
2026-06-16T09:36:12.6946233Z - Title: Linux elevation install leg: install.sh symlinks the binary into a sudo-reachable path (/usr/local/bin; graceful print-the-one-liner when unelevated) so sudo spt resolves; first sudo spt detects elevation and prompts ONCE for the default user account — thereafter any elevated daemon launch runs daemon + state under that account, never root (KH 5.7 interplay verified) (M8 decision 8)
2026-06-16T09:36:12.6946366Z - Required stages: impl, unit
2026-06-16T09:36:12.6946400Z 
2026-06-16T09:36:12.6946515Z ### REQ-INSTALL-7
2026-06-16T09:36:12.6947636Z - Title: Windows inbound reachability: the elevated install leg registers the inbound-UDP firewall rule (New-NetFirewallRule); the daemon self-detects blocked inbound and renders it as the no-connection state in subnet status + the coming-online banner (covers user-scope installs that skip the elevated leg — never a silent NO_SEED_HOLDER dead-end) (M8 root cause 3)
2026-06-16T09:36:12.6947750Z - Required stages: impl
2026-06-16T09:36:12.6947780Z 
2026-06-16T09:36:12.6947889Z ### REQ-INSTALL-8
2026-06-16T09:36:12.6949053Z - Title: OS-service registration (REQ-INSTALL-1's deferred third leg): Linux systemd USER service + loginctl enable-linger (linger rides the elevated install leg; daemon starts at boot pre-login, user universe per KH 5.7, systemctl --user managed); Windows scheduled task at-logon (interactive session, no stored credentials); a node is reachable after reboot without any manual spt invocation (M8 decision 17)
2026-06-16T09:36:12.6949195Z - Required stages: impl
2026-06-16T09:36:12.6949223Z 
2026-06-16T09:36:12.6949334Z ### REQ-CONV-1
2026-06-16T09:36:12.6950716Z - Title: Peer address seeding, both cold starts: durable peer-addrs.json (identity dir) maps peer pubkey → last-known dialable address; the pump's resolver consults it FIRST with id-only discovery fallback on miss or dial failure (a stale addr never strands a peer); written by the pairing ceremony (both sides, from the live connection) and by the pump on successful connect; post-join first sync and post-restart resync converge in seconds, not ~1 min (M8 decisions 14, 20)
2026-06-16T09:36:12.6950839Z - Required stages: impl, unit
2026-06-16T09:36:12.6950876Z 
2026-06-16T09:36:12.6950993Z ### REQ-CONV-2
2026-06-16T09:36:12.6952090Z - Title: Event-driven advertisement: endpoint online/offline transitions (ready-listener start/stop, rest-state transition, perch death) trigger an immediate advertise_local + peer push as a WAKE of the existing pump loop (no second advertisement path — epoch lease + visibility gates ride unchanged); the cadence stays the steady-state floor (M8 decision 15)
2026-06-16T09:36:12.6952333Z - Required stages: impl, unit
2026-06-16T09:36:12.6952368Z 
2026-06-16T09:36:12.6952476Z ### REQ-PAIR-8
2026-06-16T09:36:12.6953749Z - Title: NTP TOTP offset: the pairing ceremony queries NTP at ceremony time (both sides) and applies the derived offset to the TOTP calculation in-process only; system-clock fallback when NTP is unreachable (offline LAN pairing unaffected — NTP failure never blocks a pairing that succeeds today); never sets the OS clock; no background sync loop (M8 decision 18; field trigger: enlyzeam clock >1 min off exceeds the ±1 window)
2026-06-16T09:36:12.6953968Z - Required stages: impl, unit
2026-06-16T09:36:12.6954001Z 
2026-06-16T09:36:12.6954107Z ### REQ-DAEMON-5
2026-06-16T09:36:12.6955381Z - Title: Pump liveness: the peer pump writes a last-tick heartbeat consumed by daemon status / subnet status (decision 23 render legs in REQ-CLI-2/REQ-SUBNET-8); the daemon supervises the pump task — a panic is caught, logged loudly, and the pump restarts with capped backoff (≤5 min), so a 5.9-class death self-heals visibly instead of silently halving the daemon (M8 decision 23; field motivation: hfenduleam 2026-06-07 half-death)
2026-06-16T09:36:12.6955520Z - Required stages: impl, unit
2026-06-16T09:36:12.6955553Z 
2026-06-16T09:36:12.6955653Z ### REQ-DAEMON-6
2026-06-16T09:36:12.6957581Z - Title: Service-aware `daemon start`/`stop`: when an OS service manager has a registered spt-daemon for this user, `spt daemon start` and `spt daemon stop` drive THAT service (so stop doesn't IPC-kill a unit that auto-restart-fights for the broker socket — the kitsubito 2026-06-08 loop). `start` graduates from a `run` alias to a first-class background verb (ensure-up, idempotent, non-blocking); stop routes managed→manager, manual→IPC. Linux=systemd user unit (`systemctl --user start|stop|is-active spt-daemon`, detected by unit-file presence); Windows=no controllable manager (the logon task is boot-only), so start=detached spawn / stop=IPC.
2026-06-16T09:36:12.6957710Z - Required stages: impl, unit
2026-06-16T09:36:12.6957738Z 
2026-06-16T09:36:12.6957848Z ### REQ-DAEMON-7
2026-06-16T09:36:12.6959322Z - Title: `daemon run` is foreground-consistent on every platform: the invoking process IS the daemon, blocks until signalled, never auto-detaches or respawns into an invisible background task. The detached/de-elevated background behavior lives ONLY in `start`. Windows: an ELEVATED `daemon run` refuses with guidance (use `start`, or an unelevated shell) instead of respawning detached/de-elevated and vanishing (KH 5.7 preserved — it still never serves elevated).
2026-06-16T09:36:12.6959459Z - Required stages: impl, unit
2026-06-16T09:36:12.6959488Z 
2026-06-16T09:36:12.6959594Z ### REQ-DAEMON-8
2026-06-16T09:36:12.6960555Z - Title: Internal auto-start prefers the service: `ensure_running` (any spt command's implicit daemon start, REQ-DAEMON-3) routes through the service-aware start path — when a manager has a registered service it starts THAT, never a competing manual `spawn_detached` daemon that would fight the service for the socket.
2026-06-16T09:36:12.6960679Z - Required stages: impl, unit
2026-06-16T09:36:12.6960713Z 
2026-06-16T09:36:12.6960817Z ### REQ-DAEMON-9
2026-06-16T09:36:12.6963117Z - Title: Net-bind boot-race resilience: a daemon that comes up net-less (NetHost::start failed — e.g. the systemd unit autostarted before the network/DNS stack was ready, `Failed to create an address lookup service`) must SELF-HEAL — retry the net bring-up in the background with capped backoff and, on success, attach net to the broker + spawn the dispatcher/peer-pump (which today are gated on `net_up` at boot and so never start, leaving the node silently unreachable until a manual restart — kitsubito 2026-06-08). Status surfaces the net-less state honestly (a net-less broker renders as 'no connection', not only a pump-STALLED line with a bogus pre-boot heartbeat age). The installer's autostart unit waits for the network (`Wants=/After=network-online.target`) as belt-and-suspenders.
2026-06-16T09:36:12.6963360Z - Required stages: impl, unit
2026-06-16T09:36:12.6963393Z 
2026-06-16T09:36:12.6963519Z ### REQ-HAZARD-EPOCH-RESET
2026-06-16T09:36:12.6964862Z - Title: Advertisement-epoch reset strands a node: peers' higher last-seen epoch drops the reset node's fresh advertisements as Stale until the counter outruns history. Common case (full reinstall/re-pair) is mitigated by REQ-SUBNET-7's ceremony eviction (peer-side epoch memory dies with the deleted row — acceptance-verified); the residual narrow slice (epoch file lost, identity kept) is documented, guard deferred to a field hit (4.11)
2026-06-16T09:36:12.6965073Z - Required stages: 
2026-06-16T09:36:12.6965112Z 
2026-06-16T09:36:12.6965214Z ### REQ-MESH-1
2026-06-16T09:36:12.6967301Z - Title: Membership proof (seed-proof): symmetric current-epoch seed-knowledge replaces is_trusted at EVERY inbound gate (registry apply, WAN receive, sync, notif, connection accept). MK = HKDF(seed, domain ‖ subnet_id ‖ seed_epoch); mutual channel-bound challenge-response at connect (transcript binds both handshake-proven node pubkeys, both nonces, subnet_id, seed_epoch, role); verified once per connection, cached on the broker ConnEntry, kept warm via QUIC keep-alive so re-proof is restart/partition/rotation-only. Exact-epoch match (re-seed is the sole N-1 exception). SECURITY INVARIANTS: channel-bound (no cross-connection replay), mutual, accepts a member it never paired (the mesh property).
2026-06-16T09:36:12.6967448Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6967476Z 
2026-06-16T09:36:12.6967583Z ### REQ-MESH-2
2026-06-16T09:36:12.6970207Z - Title: Member roster: node-level union-merge grow-set (per member: pubkey, label, machine_id, last-known address, last-seen — NOT the seed), the discovery directory the mesh dials by. Seeded IN FULL at pairing (seed-holder hands joiner the whole current roster, incl. offline members — folds in deferred pairing-time hostname capture + post-join address seeding); each node authors its own entry stamped with its lease_epoch, merged strictly-greater-wins (the node_label lease); exchanged only over seed-proof'd member connections; forgery-inert (a fake entry names a pubkey that still can't seed-proof). Removal needs a TOMBSTONE — a per-pubkey revoked marker that propagates, dominates the entry, gates admission (seed-proof ∧ ¬tombstoned), and prevents reinsert; cleared by a completed re-pair of that pubkey. Persists through silence (offline member keeps its entry).
2026-06-16T09:36:12.6970348Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6970382Z 
2026-06-16T09:36:12.6970498Z ### REQ-MESH-3
2026-06-16T09:36:12.6972155Z - Title: Mesh row fan-out: registry rows stay OWN-AUTHORED; the only change is the push target widens from directly-paired peers to ALL roster members (a wider DIRECT fan-out, never a third-party relay). Every row/message still arrives from its author over a handshake → KNOWN-HAZARDS 7.5 (origin = handshake node) and 4.10 (eviction lease: any future update comes from that node itself, alive) PRESERVED VERBATIM. Closes the staggered A→B→C repro: C (roster-seeded with A at pairing) initiates to A, seed-proof admits C unpaired, A learns C, both push directly.
2026-06-16T09:36:12.6972298Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6972331Z 
2026-06-16T09:36:12.6972442Z ### REQ-MESH-4
2026-06-16T09:36:12.6974651Z - Title: Revoke + timeboxed seed rotation + re-seed grace: `spt subnet revoke <node>...` (list, elevation-gated, revoke-only) writes roster tombstones immediately, then schedules ONE seed rotation (re-mint seed, bump seed_epoch, push new seed CONFIDENTIALLY over member-auth'd TLS connections — never in roster/registry gossip — force-drop revokees) at the close of a coalescing window (default 1h); further revokes in the window join the same rotation (one epoch bump). `--force-rotate-seed` rotates immediately (compromised-node path). RE-SEED GRACE: a node proving the immediately-prior epoch (N-1) AND still on the roster gets a re-seed-only restricted connection (auto-heals a benign offliner); revoked/off-roster denied; ≥2 stale → re-pair.
2026-06-16T09:36:12.6974883Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6974917Z 
2026-06-16T09:36:12.6975033Z ### REQ-MESH-5
2026-06-16T09:36:12.6976525Z - Title: Hard cutover from pairwise trust: delete peers.json + the is_trusted authorization path (no migration — expendable test fleet, re-pairs fresh under the new model, user decision 2026-06-08). Warn-on-change DEMOTED from a gate to an awareness notice anchored on machine_id (not label): 'machine M, last seen as K1, now presents K2' — fires the same event as the REQ-SUBNET-7 re-pair overwrite. The TrustStore/peers.json code and its call sites are removed, not left dead.
2026-06-16T09:36:12.6976668Z - Required stages: impl, unit
2026-06-16T09:36:12.6976703Z 
2026-06-16T09:36:12.6976821Z ### REQ-MESH-6
2026-06-16T09:36:12.6978032Z - Title: Concurrent liveness probes: `spt subnet status --nodes` fans out its offline/serve-probes (REQ-SUBNET-5) CONCURRENTLY — total wall-time bounded by the single-probe ceiling (~3s), never k×ceiling. The mesh makes a node see ALL members (many possibly offline), so a serial probe loop would be offline_count×3s. (Planning verifies the current REQ-SUBNET-5 probe loop's behavior and fixes it if serial.)
2026-06-16T09:36:12.6978171Z - Required stages: impl, unit
2026-06-16T09:36:12.6978205Z 
2026-06-16T09:36:12.6978322Z ### REQ-SHELL-3
2026-06-16T09:36:12.6980284Z - Title: Drive channel (owner->shell, REST-only, never-spooled, latest-wins): the owner->shell mirror of sensory for continuous real-time control (scroll/crank/stick/avatar) — a [shell.drive] manifest vocab + EVENT_TYPE_DRIVE frame, delivered to the ONLINE binary only via a single live slot (a new frame supersedes an undelivered one — no spool, no queue, no replay on relink), dropped-with-diagnostic if the shell is offline; cross-node rides the ephemeral link (REST class), never the durable shell spool. Commands = discrete+durable; drive = continuous+ephemeral (CONTEXT:260, minted 2026-06-11 Gateway grill).
2026-06-16T09:36:12.6980433Z - Required stages: impl, unit, int
2026-06-16T09:36:12.6980462Z 
2026-06-16T09:36:12.6980580Z ### REQ-SHELL-4
2026-06-16T09:36:12.6982372Z - Title: Shell tunnel (reliable-ordered opaque byte stream): an owner<->shell link may hold a long-lived, reliable-ordered, link-bound QUIC stream pair carrying opaque wire protocol traffic the channel taxonomy must NOT reinterpret (first consumer usbip URB) — manifest opt-in, not enveloped, not MAC-framed, not spooled; the link lifecycle governs it (a link-break closes the tunnel). Reliable-ordered ⇒ congestion surfaces as lag never loss ⇒ acceptable only on-LAN: the on-LAN posture is documented and the tunnel is NOT proven cross-WAN (CONTEXT:262, minted 2026-06-11 Gateway grill; doyle gate C2).
2026-06-16T09:36:12.6982515Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6982548Z 
2026-06-16T09:36:12.6982664Z ### REQ-CONSENT-3
2026-06-16T09:36:12.6984494Z - Title: Per-capability approval gates (class-keyed): the require_approval enum may ride INDIVIDUAL [shell.capabilities] entries — gating the dangerous ACT, not just the spawn — with an optional class_key scoping the grant qualifier finer than the capability id ((owner endpoint x device class x node); a remembered HID-class attach grant never authorizes a storage-class attach). Reuses the grant store + interactive escalation + tighten-only floor (REQ-CONSENT-1/2 plumbing). Spawn gates govern EXISTENCE; capability gates govern ACTS — an explicitly distinct invariant (CONTEXT:283, ratified 2026-06-11 Gateway grill).
2026-06-16T09:36:12.6984629Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6984667Z 
2026-06-16T09:36:12.6984785Z ### REQ-SHELL-5
2026-06-16T09:36:12.6985997Z - Title: Shell ownership is owner-type-agnostic: any non-Shell endpoint type may own/spawn/drive/command/link a shell (Gateway the named first) — control-exclusivity keys on the owner endpoint_id, NEVER on the owner's endpoint type. No ownership path (mint, launch, owner-from-link, cmd, drive, tunnel, sleep/wake, owner-shutdown) inspects the owner's type (CONTEXT:264, ratified 2026-06-11 Gateway grill).
2026-06-16T09:36:12.6986232Z - Required stages: doc, impl, unit, int
2026-06-16T09:36:12.6986265Z 
2026-06-16T09:36:12.6986382Z ## How to report back
2026-06-16T09:36:12.6986415Z 
2026-06-16T09:36:12.6986610Z For every (requirement, failing criterion) pair, emit one finding:
2026-06-16T09:36:12.6986642Z 
2026-06-16T09:36:12.6986751Z     {
2026-06-16T09:36:12.6986877Z       "code": "requirement_quality",
2026-06-16T09:36:12.6986995Z       "requirementId": "REQ-...",
2026-06-16T09:36:12.6987272Z       "criterion": "singular" | "verifiable" | "atomic" | "active-voice",
2026-06-16T09:36:12.6987400Z       "message": "<short reason>",
2026-06-16T09:36:12.6987544Z       "suggestedRevision": "<optional rewrite>"
2026-06-16T09:36:12.6987648Z     }
2026-06-16T09:36:12.6987681Z 
2026-06-16T09:36:12.6987891Z Wrap your response as { "findings": [ ... ] } listing only your concerns; the
2026-06-16T09:36:12.6988058Z deterministic findings above don't need to be repeated.
2026-06-16T09:36:12.7080967Z Post job cleanup.
2026-06-16T09:36:12.7750797Z [command]/usr/bin/git version
2026-06-16T09:36:12.7816470Z git version 2.43.0
2026-06-16T09:36:12.7850231Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ce16a087-112c-496e-9cfa-441d8b3481d2' before making global git config changes
2026-06-16T09:36:12.7850956Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T09:36:12.7854024Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T09:36:12.7883970Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T09:36:12.7908612Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T09:36:12.8092146Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T09:36:12.8111905Z http.https://github.com/.extraheader
2026-06-16T09:36:12.8120693Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-16T09:36:12.8144240Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T09:36:12.8328847Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T09:36:12.8354445Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T09:36:12.8667344Z Cleaning up orphan processes
