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
8 changes: 4 additions & 4 deletions askcc/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@

## Post-Update Verification

Re-read the body (`gh issue view <url> --json body -q .body`) and confirm both \
`## Acceptance Criteria` (with a `- [ ]` checklist item) and `## Dependencies` (or \
Prerequisites/Context/Blockers) headings are present. Re-edit and re-verify until both pass — \
`develop` rejects the issue otherwise.
Re-read the body and assignees (`gh issue view <url> --json body,assignees`) and confirm \
(a) `## Acceptance Criteria` heading with a `- [ ]` checklist item, (b) `## Dependencies` (or \
Prerequisites/Context/Blockers) heading is present, and (c) at least one assignee is set. \
Re-edit / re-assign and re-verify until all three pass — `develop` rejects the issue otherwise.

## Summary Comment

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 = "askcc"
version = "0.2.12"
version = "0.2.13"
description = "A one-shot cc cli executor"
authors = [{ name = "mknt", email = "shane.cousins@gmail.com" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading