chore(conventions): overhaul workflow standards, add extend-criteria skill#52
Merged
chore(conventions): overhaul workflow standards, add extend-criteria skill#52
Conversation
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…skill - Rename test functions to test_<short_title> (drop _should_ pattern) - UUID-only first line in test docstrings (no description after UUID) - Add mandatory Source: field to acceptance criteria format - Add extend-criteria skill for gap/defect handling mid-flight - Replace bare 'task' with 'uv run task' across all skill/agent files - Update to flat tests/ layout (no unit/ integration/ subdirs) - Split compound acceptance criterion into two single-outcome criteria - Remove Test strategy from PO scope (developer decision) - Add [~] and [-] TODO.md status markers - Move mv command ownership to developer Step 2 - Add --doctest-modules note to implementation skill - Align pytest.skip prohibition: allowed with written justification - Remove stale auto-publish-docs.md from in-progress - Add display-version.md as completed reference feature - Update README with uv sync --all-extras and uv run task commands
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
Testing
All checks pass locally: lint, static-check, test (5 passed, 100% coverage), run (non-124 exit)