docs: extension key and toolcall registries#359
Merged
Conversation
- Register org.peacprotocol/interaction in extension_keys (implemented since v0.10.7 but never registered) - Add toolcall_op_types advisory vocabulary (memory.write, db.query, etc.) - Add toolcall_resource_types advisory vocabulary (memory-store, database, etc.) - Both advisory registries are open-string (not closed-enum) with experimental stability - Bump registry version from 0.2.0 to 0.3.0
- Create registries.schema.json (JSON Schema 2020-12) for all registry types - Extend lint-schemas.mjs to validate registries.json against its schema - Check for duplicate IDs within each registry - Point registries.json $schema to local schema file
31a340d to
ee369ce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
org.peacprotocol/interaction@0.1inextension_keys(implemented since v0.10.7, never registered)toolcall_op_typesadvisory registry (8 entries: memory, db, file, http)toolcall_resource_typesadvisory registry (4 entries)Roadmap tie-in
v0.10.11 PR 3.2b -- registry gap fix. Prerequisite for Wire 0.2
toolcall.ops[]extension (v0.12.1).Risk level
Minimal. Doc-only changes. No code, no lockfile, no test changes.
Key decisions
_advisoryfield in JSON + callout boxes in REGISTRIES.md both carry "absence does NOT make a value invalid" language.Gates
pnpm buildpnpm lintpnpm typecheck:corepnpm testbash scripts/guard.shTest plan