Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.2 KB

File metadata and controls

35 lines (22 loc) · 1.2 KB

reqstool-ai

Claude Code plugin marketplace for reqstool AI-assisted requirements traceability.

Versioning

When changing a plugin, bump both versions so installed instances detect the update:

  1. Plugin versionplugins/<plugin>/.claude-plugin/plugin.json"version" field
  2. Marketplace version.claude-plugin/marketplace.json and .github/plugin/marketplace.jsonmetadata.version field

Use semver: patch for docs/typo fixes, minor for new features or behavior changes, major for breaking changes.

Keep both marketplace.json files in sync (.claude-plugin/ for Claude Code, .github/plugin/ for Copilot CLI).

Plugins

  • plugins/reqstool/ — core reqstool skills and commands
  • plugins/reqstool-openspec/ — OpenSpec integration (separate install)

Testing plugins locally

# Load plugins directly (session-scoped, no side effects)
claude --plugin-dir ./plugins/reqstool
claude --plugin-dir ./plugins/reqstool-openspec

# Or for Copilot CLI
copilot plugin install --path ./plugins/reqstool
copilot plugin install --path ./plugins/reqstool-openspec

Pre-commit checks

See CONTRIBUTING.md for the full testing and contribution process.