Skip to content

docs: point contributors at current spec - #303

Merged
imran-siddique merged 1 commit into
mainfrom
agent/fix-contributing-spec-path
Aug 15, 2026
Merged

docs: point contributors at current spec#303
imran-siddique merged 1 commit into
mainfrom
agent/fix-contributing-spec-path

Conversation

@imran-siddique

Copy link
Copy Markdown
Member

Summary

  • replace the stale v0.1 spec path in CONTRIBUTING.md with a stable spec index
  • identify the current manifest and COSE envelope specifications in that index
  • document how the index should move forward when the current version changes

Why

The contribution workflow pointed at spec/agent-manifest-spec-v0.1.md, which no longer exists. Contributors following it literally had to guess which current document to edit. A stable index fixes the current link and prevents the same failure on the next version bump.

Impact

Documentation only. No runtime, schema, dependency, workflow, or security-sensitive behavior changes.

Validation

  • focused path assertions confirm the stale v0.1 reference is absent and every linked spec file exists
  • git diff --check

Closes #275

Signed-off-by: Imran Siddique <imran.siddique@opaque.co>
@imran-siddique
imran-siddique merged commit 5cc98e5 into main Aug 15, 2026
12 checks passed
@imran-siddique
imran-siddique deleted the agent/fix-contributing-spec-path branch August 15, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CONTRIBUTING points spec changes at spec/agent-manifest-spec-v0.1.md, which does not exist

1 participant