Commit c60d418
docs(fr-032): fix agent-docs example showing a relative ref in JSON
The `meta docs` agent-docs body had a `json` worked example with
`"extends": "..::common::id"` — now invalid canonical JSON (FR-032
rejects relative refs in JSON). Changed it to the FQN it lowers to
(`common::id`) and clarified the prose that relative forms (`..::`,
leading `::`) are a YAML-authoring affordance only — canonical JSON
must be fully-qualified or it's rejected with
ERR_RELATIVE_REF_IN_CANONICAL.
sdk 145/0, typecheck clean.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent af46e65 commit c60d418
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
| 524 | + | |
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
| |||
0 commit comments