ticket: close workflow template non-goals cleanup
This commit is contained in:
parent
c2d624569c
commit
ebcc32ddb3
|
|
@ -2,13 +2,13 @@
|
||||||
id: '20260608-014602-remove-non-goals-from-workflow-templates'
|
id: '20260608-014602-remove-non-goals-from-workflow-templates'
|
||||||
slug: 'remove-non-goals-from-workflow-templates'
|
slug: 'remove-non-goals-from-workflow-templates'
|
||||||
title: 'Remove Non-goals from workflow templates'
|
title: 'Remove Non-goals from workflow templates'
|
||||||
status: 'open'
|
status: 'closed'
|
||||||
kind: 'task'
|
kind: 'task'
|
||||||
priority: 'P2'
|
priority: 'P2'
|
||||||
labels: ['workflow', 'prompt', 'ticket', 'orchestration', 'cleanup']
|
labels: ['workflow', 'prompt', 'ticket', 'orchestration', 'cleanup']
|
||||||
workflow_state: 'inprogress'
|
workflow_state: 'done'
|
||||||
created_at: '2026-06-08T01:46:02Z'
|
created_at: '2026-06-08T01:46:02Z'
|
||||||
updated_at: '2026-06-08T02:21:20Z'
|
updated_at: '2026-06-08T02:23:16Z'
|
||||||
assignee: null
|
assignee: null
|
||||||
legacy_ticket: null
|
legacy_ticket: null
|
||||||
queued_by: 'workspace-panel'
|
queued_by: 'workspace-panel'
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
Merged and completed the workflow template non-goals cleanup.
|
||||||
|
|
||||||
|
Summary:
|
||||||
|
- Removed generic `Non-goals` / `Non-goals / constraints` workflow-template language from maintained workflow templates and IntentPacket examples.
|
||||||
|
- Replaced broad exclusion buckets with `Binding decisions / invariants`, `Implementation latitude`, escalation-focused language, and concrete authority-boundary wording.
|
||||||
|
- Removed the broad Intake prompt asking `やらないことは何か。` and kept concrete exclusions only when they are binding decisions or authority/scope boundaries.
|
||||||
|
- Updated Ticket role prompt guidance and development work-item docs to match the maintained workflow language.
|
||||||
|
- Historical Ticket artifacts/threads were not rewritten.
|
||||||
|
|
||||||
|
Merged branch/worktree:
|
||||||
|
- Branch: `remove-non-goals-workflow-templates`
|
||||||
|
- Commit: `783cd42 workflow: replace non-goals template language`
|
||||||
|
- Merge commit on `develop`: `90870f7 merge: workflow template non-goals cleanup`
|
||||||
|
|
||||||
|
Validation passed after merge:
|
||||||
|
- `cargo fmt --check`
|
||||||
|
- `cargo test -p client ticket_role`
|
||||||
|
- `git diff --check`
|
||||||
|
- `cargo run -q -p yoi -- ticket doctor`
|
||||||
|
- `nix build .#yoi`
|
||||||
|
|
||||||
|
Cleanup completed:
|
||||||
|
- Stopped coder/reviewer Pods and reclaimed scope.
|
||||||
|
- Removed `.worktree/remove-non-goals-workflow-templates`.
|
||||||
|
- Deleted branch `remove-non-goals-workflow-templates`.
|
||||||
|
|
@ -253,3 +253,59 @@ Parent/human decision needs:
|
||||||
- User has authorized merge-completion and cleanup after approved work. Proceeding to merge-completion unless validation fails.
|
- User has authorized merge-completion and cleanup after approved work. Proceeding to merge-completion unless validation fails.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- event: review author: orchestrator at: 2026-06-08T02:23:06Z status: approve -->
|
||||||
|
|
||||||
|
## Review: approve
|
||||||
|
|
||||||
|
Final merge-completion approval after merge to `develop` and post-merge validation.
|
||||||
|
|
||||||
|
Evidence:
|
||||||
|
- Merged branch `remove-non-goals-workflow-templates` with `--no-ff`.
|
||||||
|
- Reviewer `reviewer-remove-non-goals-workflow` approved the branch-local implementation.
|
||||||
|
- Post-merge validation passed: `cargo fmt --check`, `cargo test -p client ticket_role`, `git diff --check`, `cargo run -q -p yoi -- ticket doctor`, and `nix build .#yoi`.
|
||||||
|
- Coder/reviewer Pods stopped and delegated scope reclaimed.
|
||||||
|
|
||||||
|
This approval is for the merged main-branch result, not merely the branch-local reviewer verdict.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- event: state_changed author: orchestrator at: 2026-06-08T02:23:06Z from: inprogress to: done reason: merged_and_validated field: workflow_state -->
|
||||||
|
|
||||||
|
## State changed
|
||||||
|
|
||||||
|
Merged to `develop`, post-merge validation passed, final merge-completion approval recorded, and workflow-template branch Pods were stopped for cleanup.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- event: close author: hare at: 2026-06-08T02:23:16Z status: closed -->
|
||||||
|
|
||||||
|
## Closed
|
||||||
|
|
||||||
|
Merged and completed the workflow template non-goals cleanup.
|
||||||
|
|
||||||
|
Summary:
|
||||||
|
- Removed generic `Non-goals` / `Non-goals / constraints` workflow-template language from maintained workflow templates and IntentPacket examples.
|
||||||
|
- Replaced broad exclusion buckets with `Binding decisions / invariants`, `Implementation latitude`, escalation-focused language, and concrete authority-boundary wording.
|
||||||
|
- Removed the broad Intake prompt asking `やらないことは何か。` and kept concrete exclusions only when they are binding decisions or authority/scope boundaries.
|
||||||
|
- Updated Ticket role prompt guidance and development work-item docs to match the maintained workflow language.
|
||||||
|
- Historical Ticket artifacts/threads were not rewritten.
|
||||||
|
|
||||||
|
Merged branch/worktree:
|
||||||
|
- Branch: `remove-non-goals-workflow-templates`
|
||||||
|
- Commit: `783cd42 workflow: replace non-goals template language`
|
||||||
|
- Merge commit on `develop`: `90870f7 merge: workflow template non-goals cleanup`
|
||||||
|
|
||||||
|
Validation passed after merge:
|
||||||
|
- `cargo fmt --check`
|
||||||
|
- `cargo test -p client ticket_role`
|
||||||
|
- `git diff --check`
|
||||||
|
- `cargo run -q -p yoi -- ticket doctor`
|
||||||
|
- `nix build .#yoi`
|
||||||
|
|
||||||
|
Cleanup completed:
|
||||||
|
- Stopped coder/reviewer Pods and reclaimed scope.
|
||||||
|
- Removed `.worktree/remove-non-goals-workflow-templates`.
|
||||||
|
- Deleted branch `remove-non-goals-workflow-templates`.
|
||||||
|
|
||||||
|
---
|
||||||
Loading…
Reference in New Issue
Block a user