Skip to content

docs: add contributor workflow guidance, track uv.lock and plans#17

Merged
lpillmann merged 1 commit intomainfrom
docs-contributor-workflow-and-uv-lock
Apr 21, 2026
Merged

docs: add contributor workflow guidance, track uv.lock and plans#17
lpillmann merged 1 commit intomainfrom
docs-contributor-workflow-and-uv-lock

Conversation

@lpillmann
Copy link
Copy Markdown
Collaborator

Summary

  • Adds a Development Workflow (AI-Assisted) section to CLAUDE.md documenting the Superpowers plugin as a requirement, the red/green TDD approach, and the docs/superpowers/plans/ convention for implementation plans
  • Fixes the test command in CLAUDE.md from bare pytest to uv run pytest (consistent with project tooling policy)
  • Tracks uv.lock for reproducible builds
  • Tracks docs/superpowers/plans/ — stores implementation plans generated during AI-assisted development sessions (first entry: the warning suppression fix from PR fix: suppress SyntaxWarning flood from period-containing table names in snowflaky() #16)

Test Plan

  • CLAUDE.md renders correctly and the new section is clear
  • uv run pytest -x --disable-pytest-warnings still passes (no test changes)

- Add Development Workflow section to CLAUDE.md: Superpowers plugin
  requirement, red/green TDD steps, plan file location convention
- Fix test command in CLAUDE.md to use `uv run pytest` (was bare pytest)
- Track uv.lock for reproducible builds
- Track docs/superpowers/plans/ — stores implementation plans generated
  during AI-assisted development sessions

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@lpillmann lpillmann force-pushed the docs-contributor-workflow-and-uv-lock branch from f3efeac to 8f3190a Compare April 21, 2026 14:43
@lpillmann lpillmann merged commit aeb88e3 into main Apr 21, 2026
@lpillmann lpillmann deleted the docs-contributor-workflow-and-uv-lock branch April 21, 2026 14:46
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.

1 participant