Code Rooms
# Copy Policy
Public copy must read like a real-world product, publication, tool, or story for
its intended audience.
Do not expose implementation internals in public surfaces:
- proofs;
- gates;
- queues;
- dry-runs;
- runtime mechanics;
- schedulers;
- checkpoints;
- credential handling;
- internal agent plans.
Internal terms may appear in `skills/`, `contracts/`, `protocols/`, `docs/`,
tests, and operator files.