From ebcc32ddb30b747900431c757c41653ef0ffc3c6 Mon Sep 17 00:00:00 2001 From: Hare Date: Mon, 8 Jun 2026 11:23:30 +0900 Subject: [PATCH] ticket: close workflow template non-goals cleanup --- .../artifacts/.gitkeep | 0 .../item.md | 6 +- .../resolution.md | 25 +++++++++ .../thread.md | 56 +++++++++++++++++++ 4 files changed, 84 insertions(+), 3 deletions(-) rename .yoi/tickets/{open => closed}/20260608-014602-remove-non-goals-from-workflow-templates/artifacts/.gitkeep (100%) rename .yoi/tickets/{open => closed}/20260608-014602-remove-non-goals-from-workflow-templates/item.md (97%) create mode 100644 .yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/resolution.md rename .yoi/tickets/{open => closed}/20260608-014602-remove-non-goals-from-workflow-templates/thread.md (83%) diff --git a/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/artifacts/.gitkeep b/.yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/artifacts/.gitkeep similarity index 100% rename from .yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/artifacts/.gitkeep rename to .yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/artifacts/.gitkeep diff --git a/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/item.md b/.yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/item.md similarity index 97% rename from .yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/item.md rename to .yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/item.md index 581ac7ae..0e6d9510 100644 --- a/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/item.md +++ b/.yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/item.md @@ -2,13 +2,13 @@ id: '20260608-014602-remove-non-goals-from-workflow-templates' slug: 'remove-non-goals-from-workflow-templates' title: 'Remove Non-goals from workflow templates' -status: 'open' +status: 'closed' kind: 'task' priority: 'P2' labels: ['workflow', 'prompt', 'ticket', 'orchestration', 'cleanup'] -workflow_state: 'inprogress' +workflow_state: 'done' created_at: '2026-06-08T01:46:02Z' -updated_at: '2026-06-08T02:21:20Z' +updated_at: '2026-06-08T02:23:16Z' assignee: null legacy_ticket: null queued_by: 'workspace-panel' diff --git a/.yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/resolution.md b/.yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/resolution.md new file mode 100644 index 00000000..30ef0404 --- /dev/null +++ b/.yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/resolution.md @@ -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`. \ No newline at end of file diff --git a/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/thread.md b/.yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/thread.md similarity index 83% rename from .yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/thread.md rename to .yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/thread.md index 719a3e09..fa6f1e2f 100644 --- a/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/thread.md +++ b/.yoi/tickets/closed/20260608-014602-remove-non-goals-from-workflow-templates/thread.md @@ -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. --- + + + +## 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. + +--- + + + +## State changed + +Merged to `develop`, post-merge validation passed, final merge-completion approval recorded, and workflow-template branch Pods were stopped for cleanup. + +--- + + + +## 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`. + +---