Public contract review materials for ln-church-agent: HTTP 402 classification, safety boundaries, evidence schemas, and goal-attempt memory.
This repository contains the public agent-facing contracts for the LN Church Hondō ecosystem. It defines how autonomous agents safely classify, observe, and interact with HTTP 402 and paid API surfaces.
- Not an implementation audit: The LN Church Hondō server-side infrastructure is strictly private.
- Not a live payment tester: The examples and mock payloads do not require real funds.
- Not a standardization claim: We are mapping emerging boundaries, not enforcing a standard.
Please review the detailed contracts in the docs/review/ directory:
You can safely test the classification boundaries locally without real payments or backend access. The harness automatically parses the schemas within docs/review/sample-payloads/ to simulate responses:
pip install ln-church-agent
python examples/review_classification_contract.py
We welcome falsification reviews. If you find over-classification risks or unsafe boundaries, please open a targeted review issue.