faf_trust
Attest the integrity of a .faf project by checking its validity, score, and a deterministic parity hash reproducible by any conformant engine.
Instructions
Attest project.faf integrity — validity, score, and a deterministic parity hash any conformant engine reproduces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path. Sets session context for subsequent calls. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | Whether the project.faf is readable and valid | |
| hasFaf | Yes | Whether a project.faf was found | |
| score | No | AI-readiness score, 0-100 | |
| tier | No | Tier name for this score | |
| path | No | Path that was attested | |
| sourceSha256 | No | SHA-256 of the raw .faf bytes | |
| reason | No | Why validation failed, when valid is false | |
| parity | No | Determinism parity receipt (same shape as faf_score.parity). | |
| receipt | No | The ✪ trust receipt — render-identical, self-verifying score+parity artifact. |