chore(workflow): integrate pytest-beehave and clean up @id conventions#78
Merged
chore(workflow): integrate pytest-beehave and clean up @id conventions#78
Conversation
- Add pytest-beehave[html]>=3.0 to dev deps; configure [tool.beehave] - Fix test-build task: --cov=pytest_beehave -> --cov=app - Remove manual deprecated skip hook from conftest.py (beehave owns it) - Naming: feature-stem for .feature paths, feature_slug for test dirs - @id tags now auto-assigned on first pytest run; remove all manual generation instructions - Test stubs auto-generated at Step 2 end via test-fast; remove manual stub section - Add pytest-beehave to README tooling table; add Why section and auto-gen stub example - Update product-owner.md, AGENTS.md, and all affected skills accordingly
…nforcement - implementation/SKILL.md: number all 25 items 1-25; add count reminder comment - verify/SKILL.md: add completeness hard gate (count must be 25, sequence must be gapless); expand report table from 21 to 25 numbered rows matching implementation template exactly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@idtags are now auto-assigned to untaggedExample:blocks on everypytestrun; test stubs are auto-generated at Step 2 end when the SE runstest-fast— no manual stub writing or ID generation needed.featurefile paths now use<feature-stem>(kebab), test directories use<feature_slug>(underscore) — applied consistently across all skills, AGENTS.md, and docsdeprecatedskip hook fromconftest.py(beehave owns it), removed all@idgeneration instructions fromscope/SKILL.mdandproduct-owner.md, removed the manual "Write Test Stubs" section fromimplementation/SKILL.mdChanges
pyproject.tomlpytest-beehave[html]>=3.0; add[tool.beehave]; fix--cov=appuv.lockpytest-beehave==3.0.20260419tests/conftest.pydeprecatedmarker skip hookAGENTS.md@bugwithout@idREADME.mdpytest-beehavein tooling table; auto-gen stub exampleimplementation/SKILL.mdscope/SKILL.md@idmanual rules, checklist items, and generation instructionsproduct-owner.md@idfrom gap table and bug handlingsession-workflow/SKILL.mdverify/SKILL.mdrefactor/SKILL.mdpr-management/SKILL.mdliving-docs/SKILL.mddocs/architecture.mddocs/discovery.mddocs/discovery_journal.mdTesting
uv run task test-fastpasses (1 test, no regressions)