Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.18 KB

File metadata and controls

39 lines (28 loc) · 1.18 KB

Contributing to reqstool-python-poetry-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

Setup

git clone https://github.com/reqstool/reqstool-python-poetry-plugin.git
cd reqstool-python-poetry-plugin
poetry install

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

poetry build
poetry run pytest