Expand description
Cross-project contract usage index.
Discovers sibling projects that consume provable-contracts and indexes
contract references: #[contract(...)] annotations, binding.yaml entries,
and KAIZEN/contract-ID patterns in code and git commits.
Structs§
- Binding
Ref - A binding.yaml reference from a consumer project.
- Call
Site - A
#[contract("...", equation = "...")]annotation in consumer code. - Commit
Ref - A contract or KAIZEN reference found in git commit messages.
- Cross
Project Index - Cross-project index aggregating all contract references across the stack.
- Kaizen
Ref - A KAIZEN-NNN or C-UPPER-DIGITS reference in code or commits.
- Project
Entry - A discovered sibling project that consumes contracts.