Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,38 @@

<!-- insert new changelog below this comment -->

## [0.12.7] - 2026-07-30

### Changed

- Update workflow-preset to v3.2.0
- Update workflow-preset to v3.1.1
- feat: add Epic issue form
- Align workflow-preset integration lifecycle checks
- Align workflow-preset v3.1.0 smoke checks
- Update workflow-preset to v3.1.0
- docs(workflow-preset): document plan responsibilities
- feat: integrate workflow-preset v3.0.0 (#78)
- refactor(workflow-preset): use standard implement workflow (#77)
- Update arch extension to v3.0.1 (#76)
- Align preset integration expectations
- Align workflow preset integration assertion
- Update workflow preset smoke artifacts
- Update workflow-preset to v2.0.0 (#72)
- Move architecture lifecycle into constitution workflow (#69)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the released change from Unreleased

This entry records the architecture lifecycle change as part of 0.12.7, but the same change remains under Unreleased at lines 5-7. After this release commit, readers therefore see one completed change classified as both released and pending; remove the stale Unreleased entry when adding the release section.

Useful? React with 👍 / 👎.

- refactor(workflow-preset): decouple UI/UX specification
- Enforce preset and extension coding standards
- ci: pin ruff for stable lint checks
- fix: reconcile active presets after integration changes
- Add requirement gate preflight before planning
- Add inception bundled extension
- Fix intake integration smoke checks
- Update bundled intake to v0.2.0
- Fix git default extension lifecycle tests
- Update repository-governance bundled extension
- Install git extension by default
- chore: begin 0.12.7.dev0 development

## [0.12.6] - 2026-07-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "specify-cli"
version = "0.12.7.dev0"
version = "0.12.8.dev0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve the tagged release commits in main

When this squashed commit lands, the already-pushed v0.12.7 tag remains on f62fb8a, while this commit's only parent is 032da2e, so the tag is not reachable from the new main. The next no-input release checks .github/workflows/release-trigger.yml lines 47-59 with git describe --tags --abbrev=0; because git describe selects a tag reachable from the commit, it will fall back to v0.12.6, recompute 0.12.7, and abort at the duplicate-tag check on lines 66-70. Preserve f62fb8a/7809f58 through a non-squash merge, or change version discovery to use the globally sorted tags before landing this development bump.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the required agent-authorship trailer

This commit is authored by Codex but its message has no Assisted-by: trailer identifying the model and whether it acted autonomously or under supervision, so it does not satisfy the repository's mandatory per-commit agent disclosure requirement. Add the required trailer to the commit metadata before landing it.

AGENTS.md reference: AGENTS.md:L517-L524

Useful? React with 👍 / 👎.

description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
readme = "README.md"
requires-python = ">=3.11"
Expand Down
Loading