Skip to content

Commit 24101eb

Browse files
Zacclaude
andcommitted
Link agent operator guide from README and operator contract
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ce3bc67 commit 24101eb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,12 @@ Special reasons (`empty_value`, `null_value`, `missing_field`, `non_scalar_value
492492

493493
---
494494

495+
## Agent Integration
496+
497+
For the full toolchain guide, see the [Agent Operator Guide](https://github.com/cmdrvl/.github/blob/main/profile/AGENT_PROMPT.md). Run `canon --describe` for this tool's machine-readable contract.
498+
499+
---
500+
495501
## Spec
496502

497503
The full specification is `docs/PLAN_CANON.md`. This README covers everything needed to use the tool; the spec adds implementation details, edge-case definitions, and testing requirements.

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub fn run(cli: Cli) -> Result<u8, Box<dyn Error>> {
3030
"tool": "canon",
3131
"version": "0.1.0",
3232
"description": "Canonical identifier resolution tool",
33+
"agent_guide": "https://github.com/cmdrvl/.github/blob/main/profile/AGENT_PROMPT.md",
3334
"schema_version": "canon.v0",
3435
"capabilities": {
3536
"input_formats": ["csv", "jsonl"],

0 commit comments

Comments
 (0)