Proof Grammar Unrecognized Command

A proof grammar fixture in which an off-allowlist command sits between an allowlisted command and an exit report. The earlier candidate must not borrow the later command's status. Never distributed. Trigger phrases - "unrecognized proof command", "borrowed exit report red test".

Island-Dev-Crew 53e141a 2 files · 784 B Updated

File contents

Unrecognized command boundary

The report belongs to ruby, not to the Python candidate above it. The verifier must leave Python PENDING and print Ruby as SKIPPED; a green run would certify the wrong execution.

  • enforced: verify-proofs.py --strict returns 4 with one pending and one skipped command.
  • advisory: nothing else here is real.
python3 -c "import sys; sys.exit(0)"
ruby second.rb
echo $? # -> 0

Island-Dev-Crew/uncle-bob-skills/tree/main/scripts/fixtures/proof-grammar-island/unrecognized-command commit 53e141a539

Frequently asked questions

npx skillmds@latest add island-dev-crew/proof-grammar-unrecognized-command