Skip to content

ci(deps): bump astral-sh/setup-uv from cdfb2ee6dde255817c739680168ad81e184c4bfb to c0c76fcf76c37099e6a452584d04b015240faefc#2

Closed
dependabot[bot] wants to merge 58 commits into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-c0c76fcf76c37099e6a452584d04b015240faefc
Closed

ci(deps): bump astral-sh/setup-uv from cdfb2ee6dde255817c739680168ad81e184c4bfb to c0c76fcf76c37099e6a452584d04b015240faefc#2
dependabot[bot] wants to merge 58 commits into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-c0c76fcf76c37099e6a452584d04b015240faefc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown

Bumps astral-sh/setup-uv from cdfb2ee6dde255817c739680168ad81e184c4bfb to c0c76fcf76c37099e6a452584d04b015240faefc.

Commits
  • c0c76fc chore(deps): bump zizmorcore/zizmor-action from 0.5.2 to 0.5.3 (#864)
  • dff86cf chore(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#863)
  • c0b7f63 Bump setup-uv references to v8.1.0 SHA in docs (#862)
  • d854a6d Add update-docs.yml workflow (#861)
  • 0880764 fix: grant contents:write to validate-release job (#860)
  • 717d6ab Add a release-gate step to the release workflow (#859)
  • 5a911eb Draft commitish releases (#858)
  • 080c31e Add action-types.yml to instructions (#857)
  • b3e97d2 Add input no-project in combination with activate-environment (#856)
  • 7dd591d chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (#855)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

nullhack added 30 commits April 17, 2026 07:06
A pytest plugin that runs acceptance criteria stub generation as part
of the pytest lifecycle, with auto-ID assignment and generic step
docstrings.

Features:
- plugin-configuration: custom features path via pyproject.toml [tool.beehave]
- plugin-hook: stub sync runs before test collection via pytest_sessionstart
- auto-id-generation: assigns @id tags to untagged Examples; CI enforcement
- stub-sync: creates/updates/renames test stubs from .feature files
- deprecation-sync: toggles @pytest.mark.deprecated in sync with @deprecated tag
Squash merge of v2 branch into main — see PR #3 for full details.
* chore(sync): merge upstream v6.1.20260419 + hotfix 633e701

- Add living-docs skill (C4 + glossary generation for PO at Step 5)
- Add docs/c4/ and docs/post-mortem/ directory placeholders
- Add scientific-research/documentation.md (entries 59-62)
- Update AGENTS.md: living-docs row, filesystem structure, step/role wording
- Update create-skill/SKILL.md: add living-docs to available skills table
- Update implementation/SKILL.md: glossary read step, TDD prerequisite, stub template cleanup
- Update verify/SKILL.md: drop Standards Summary and When to Use, simplify 6b/6d, fillable Reviewer Stance Declaration, updated Next Steps
- Update git-release/SKILL.md: add Step 6 living-docs + renumber steps 6-9, add checklist item
- Slim reviewer.md: remove default-hypothesis para, After APPROVED block, Available Skills

* docs(readme): rewrite for clarity — tutorial-first, scannable, zero metaphor overload

Based on Diátaxis (tutorial scope only), Ko et al. (answer what/why/what-deps upfront),
and cognitive load principles (tables over prose). Keeps bee wordplay in the name only.
…iteria column (#7)

- Display Given/When/Then steps below test path at -v verbosity
- Show steps for skipped stubs at -v
- Add Acceptance Criteria column to pytest-html reports (pytest-beehave[html])
- Steps suppressed for tests outside tests/features/ and when show_steps_in_terminal=false
- Fix CI enforcement and features-path-config tests broken by older squash-merge
- Add @bug stub-creation criterion for Rule block top-level function generation
Builds wheel and sdist, publishes to PyPI via OIDC trusted publisher,
then creates a GitHub release with auto-generated notes and dist artifacts.
…aps (#8)

* docs(discovery): restore and fix discovery files from v2

- discovery_journal.md: restored verbatim from v2 (was missing from main)
- discovery.md: recreated from journal + feature files with corrections:
  * fixed session ordering (chronological: general → behavior groups →
    per-feature 2026-04-18 → report-steps 2026-04-19)
  * added missing features-dir-bootstrap synthesis block
  * removed stale libcst reference (never added as dependency)
  * removed display-version from feature list (never built, no .feature file)
  * clarified class-based → top-level function revision

* chore(workflow): restore and fix damaged files from v2 squash-merge gaps

- docs/features/discovery.md: deleted (old pre-v2 format, superseded by docs/discovery.md)
- docs/architecture.md: restored from v2; appended supersede ADR for libcst (not a dep)
- .opencode/agents/product-owner.md: v2 — adds Bug Handling, No-In-Progress protocol, stage terminology
- .opencode/agents/software-engineer.md: v2 — adds No-In-Progress stop protocol
- .opencode/skills/feature-selection/SKILL.md: v2.0 — BASELINED check location fix, PO-owns-move
- .opencode/skills/scope/SKILL.md: v5.0 — 2-stage model matching AGENTS.md
- .opencode/skills/scope/discovery-template.md: v2 — clean Gherkin stub format
- .opencode/skills/session-workflow/SKILL.md: v4.0 — ownership table, drop gen-todo, Self-Decl as conversation output
- README.md: fix function name format (<8char_hex> -> <@id>)
* docs(living-docs): update C4 and glossary after report-steps

* chore(release): bump version to v3.0.20260419 — Foundational Apis
- Catch SystemExit from run_hatch() in pytest_configure and call
  pytest.exit(str(exc), returncode=1) for a clean exit instead of INTERNALERROR
- Fix plugin_test.py mock so getoption returns False, preventing hatch
  branch from triggering and silently blocking 3 tests
- Rewrite test_example_hatch_5e6f7a8b to use pytest.main() at CLI boundary,
  capturing stderr and asserting returncode==1 + conflicting path in output
- Rewrite test_example_hatch_3c4d5e6f to use pytest.main() with stdout
  capture, asserting each written .feature relative path appears in output
* feat(discovery): scope example-scaffold — pytest --beehave-sample generates bee-themed features directory

* feat(discovery): rename scaffold → hatch; flag --beehave-hatch replaces --beehave-sample

* feat(criteria): write acceptance criteria for example-hatch

* chore: move example-hatch to in-progress, begin Step 2 (Architecture)

* feat(example-hatch): add architecture stubs

* chore: add test-coverage task and fix implementation skill quality gate command

* feat(example-hatch): implement hatch command — all 16 @id tests green

* chore: step 4 REJECTED for example-hatch — 4 fixes required

* chore(skills): number SE Self-Declaration 1–25 and add completeness check to reviewer

* fix(example-hatch): address 4 reviewer findings from REJECTED report

- Catch SystemExit from run_hatch() in pytest_configure and call
  pytest.exit(str(exc), returncode=1) for a clean exit instead of INTERNALERROR
- Fix plugin_test.py mock so getoption returns False, preventing hatch
  branch from triggering and silently blocking 3 tests
- Rewrite test_example_hatch_5e6f7a8b to use pytest.main() at CLI boundary,
  capturing stderr and asserting returncode==1 + conflicting path in output
- Rewrite test_example_hatch_3c4d5e6f to use pytest.main() with stdout
  capture, asserting each written .feature relative path appears in output

* chore: step 4 APPROVED for example-hatch — all 4 fixes verified

* feat(example-hatch): accept feature at Step 5

* chore: remove hatch demo artifact from in-progress/

* chore: remove hatch demo artifact from backlog/

* chore: remove hatch demo artifact from completed/

* docs: add beehave-hatch demo section to README

* chore(release): bump version to v3.1.20260419 — Generative Augochlora

* ci: add tag-release workflow — auto-tag on pyproject.toml version bump merge

* chore(stub-creation): remove @bug tag — stub format becomes configurable option

* feat(discovery): add stub-format-config feature scope

* feat(stories): write user stories for stub-format-config

* feat(criteria): write acceptance criteria for stub-format-config

* chore: complete step 1 for stub-format-config

* chore: move stub-format-config to in-progress, begin Step 2 (Architecture)

* feat(stub-format-config): add architecture stubs

* feat(stub-format-config): implement @id:b2c3d4e5 — absent stub_format no error

* feat(stub-format-config): implement @id:f6a7b8c9 — invalid stub_format exits non-zero

* feat(stub-format-config): implement @id:a1b2c3d4 — default format is top-level functions

* feat(stub-format-config): implement @id:c3d4e5f6 — explicit functions format

* feat(stub-format-config): all 7 @id tests green — quality gate passed

* chore: update TODO.md — all 7 @id green, ready for Step 4 review

* fix(stub-format-config): address reviewer findings — cast, unit test location, idempotency

* chore: complete step 4 for stub-format-config — APPROVED

* fix(stub-format-config): add self parameter to class-method stubs

* feat(stub-format-config): assign unique @id values to resolve collisions

* fix(stub-format-config): rename tests to match new @id values, remove non-conforming skips

* chore: update TODO.md — ready for Step 4 re-verification

* chore: complete step 4 for stub-format-config — APPROVED

* feat(stub-format-config): accept feature at Step 5 — move to completed

* fix(plugin-hook): add deprecated @id:e3a13b58 AC and replace orphan skip with deprecated marker

* chore(release): bump version to v3.2.20260419 — Mason Osmia

* fix(ci): clean dist/ before build to prevent stale artifact reuse
nullhack and others added 25 commits April 19, 2026 20:53
…s of length or format

_collect_existing_ids previously used @id:([a-f0-9]{8}) which excluded non-8-char
tags from the uniqueness set, causing a collision window where a generated ID could
share its first 8 chars with an existing non-standard tag (GitHub #19).

Regex changed to @id:(\S+) so every @id value is captured.
Added @id:e9d7f615 acceptance test and a Hypothesis property test covering the
invariant across arbitrary tag values.
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from cdfb2ee6dde255817c739680168ad81e184c4bfb to c0c76fcf76c37099e6a452584d04b015240faefc.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@cdfb2ee...c0c76fc)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: c0c76fcf76c37099e6a452584d04b015240faefc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/astral-sh/setup-uv-c0c76fcf76c37099e6a452584d04b015240faefc branch April 21, 2026 04:22
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