guides/Why-Core-for-Agents.md

Why Core for Agents

Core is optimized for deterministic coding loops:

Reproducible proof path

php tools/agent-audit.php --format=json --pretty
php tools/agent-snapshot.php --type=contracts --format=json --pretty
composer agent-snapshot-check
composer test
composer test-dist

Claim contract

Every agent-oriented claim in this repository should include:

1. A runnable command.

2. An expected machine-readable output.

3. A verification timestamp or freshness check.