Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.11 KB

File metadata and controls

37 lines (26 loc) · 1.11 KB

Contributing to reqstool-java-maven-plugin

Thank you for your interest in contributing!

For DCO sign-off, commit conventions, and code review process, see the organization-wide CONTRIBUTING.md.

Prerequisites

  • Java 21+
  • Maven 3.9+
  • reqstool (pipx install reqstool)
  • OpenSpec (npm install -g @fission-ai/openspec)

Setup

git clone https://github.com/reqstool/reqstool-java-maven-plugin.git
cd reqstool-java-maven-plugin

If using Claude Code, opening this repo will prompt you to confirm adding the reqstool-ai marketplace and enabling the reqstool/reqstool-openspec plugins (configured in .claude/settings.json) — accept the prompt.

Then regenerate the opsx slash commands and OpenSpec skills (.claude/commands/opsx/, .claude/skills/openspec-*) — they're CLI-generated tool scaffolding, not committed to the repo:

openspec update   # or: openspec init --tools claude --force

Build & Test

mvn verify