Land attended sitting create now that CCR-2026-0026/0027 is live.
Platform verified create-only exchange; this shell cannot POST. create_sitting_approvals.py requires attended reader, skips c01, and refuses a non-loopback approval origin. Dry-run lists the seven memos. Assistant: grok Assistant-Session: 01a09dc1-b21e-77e1-919e-fcad2f82b267
This commit is contained in:
parent
8c03eb85c0
commit
c3742e27d2
8 changed files with 318 additions and 16 deletions
|
|
@ -61,9 +61,18 @@ Open in this order. One question each. No approve-all.
|
|||
|
||||
1. `uv run python tools/sitting_bind_preflight.py --origin https://decisions.coulomb.social`
|
||||
— `live_accept` must stay `open`.
|
||||
2. Owning requester creates eight `human_control=true` objects, required_count 1,
|
||||
no entries. Carry the native id and `binding.digest`; do not invent a digest.
|
||||
Platform custody (unallocated CCR): `docs/sitting-requester-custody-request.md`.
|
||||
2. Sitting requester is **live** (CCR-2026-0026/0027, exchange proof 2026-09-15).
|
||||
Create seven objects from an **attended** reader session (skips `c01`):
|
||||
|
||||
```sh
|
||||
kubectl -n approval-engine port-forward svc/approval-engine 18281:8080
|
||||
warden access informed-decision-sitting-requester-login --exec -- \
|
||||
env INFD_APPROVAL_ORIGIN=http://127.0.0.1:18281 \
|
||||
uv run python tools/create_sitting_approvals.py
|
||||
```
|
||||
|
||||
Dry-run (this shell): `uv run python tools/create_sitting_approvals.py --dry-run`.
|
||||
Do not invent a digest. `c01` stays off this client until decided.
|
||||
3. `uv run python tools/attach_compact_bindings.py --principal <exact-keycape-sub> --receipt <created.json>`
|
||||
writes `bound/` copies. Unsigned drafts stay unsigned.
|
||||
4. Flex Auth admits a **new** package pinning those eight `memo:` ids to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue