Record seven created sitting approvals; silence attended stdout.

Warden failed closed on leftover JSON after a successful create.
Objects are requested, no entries. Flex Auth package draft pins the
seven ids; c01 skipped. No human bind.

Assistant: grok
Assistant-Session: 01a09dc1-b21e-77e1-919e-fcad2f82b267
This commit is contained in:
tegwick 2026-09-15 22:37:04 +02:00
parent a911eaf816
commit ca563504c4
9 changed files with 360 additions and 25 deletions

View file

@ -26,7 +26,8 @@ def test_sitting_requester_is_create_only_and_applied():
def test_create_intents_cover_the_sitting_and_are_not_posted():
assert INTENTS["posted"] is False
assert INTENTS["posted"] is True
assert INTENTS["status"] == "created-unapproved"
assert INTENTS["human_control"] is True
assert INTENTS["pdp_path"] is False
ids = [row["memo_id"] for row in INTENTS["intents"]]