ticket: close commit noise policy

This commit is contained in:
Keisuke Hirata 2026-06-18 21:22:17 +09:00
parent 94f63b1324
commit 4be925f56c
No known key found for this signature in database
3 changed files with 41 additions and 2 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: "Ticket lifecycle commit noise を減らし commit / publication policy を一本化する" title: "Ticket lifecycle commit noise を減らし commit / publication policy を一本化する"
state: "planning" state: 'closed'
created_at: "2026-06-07T22:43:09Z" created_at: "2026-06-07T22:43:09Z"
updated_at: "2026-06-11T05:45:00Z" updated_at: '2026-06-18T12:22:10Z'
--- ---
## 背景 ## 背景

View File

@ -0,0 +1,11 @@
Closed as resolved by current dogfooding workflow rather than a new broad implementation.
The active policy is now operationally established:
- do not commit one Ticket lifecycle event per Git commit mechanically;
- batch related Ticket-only updates when they belong to the same decision/work burst;
- keep implementation/code commits separate from Ticket publication commits unless a merge step requires both;
- stage only exact Ticket paths and never broad auto-commit unrelated user changes;
- use orchestration worktree/branch for active progress and publish to the main workspace at explicit merge/close/follow-up boundaries;
- keep audit evidence in Ticket files/thread/resolution even when Git commits are batched.
Future changes should be filed as targeted Tickets, such as Panel dirty-state UX, workflow prompt wording, or automated queue commit behavior.

View File

@ -4,4 +4,32 @@
Created by LocalTicketBackend create. Created by LocalTicketBackend create.
---
<!-- event: state_changed author: hare at: 2026-06-18T12:22:10Z from: planning to: closed reason: closed field: state -->
## State changed
Ticket を closed にしました。
---
<!-- event: close author: hare at: 2026-06-18T12:22:10Z status: closed -->
## 完了
Closed as resolved by current dogfooding workflow rather than a new broad implementation.
The active policy is now operationally established:
- do not commit one Ticket lifecycle event per Git commit mechanically;
- batch related Ticket-only updates when they belong to the same decision/work burst;
- keep implementation/code commits separate from Ticket publication commits unless a merge step requires both;
- stage only exact Ticket paths and never broad auto-commit unrelated user changes;
- use orchestration worktree/branch for active progress and publish to the main workspace at explicit merge/close/follow-up boundaries;
- keep audit evidence in Ticket files/thread/resolution even when Git commits are batched.
Future changes should be filed as targeted Tickets, such as Panel dirty-state UX, workflow prompt wording, or automated queue commit behavior.
--- ---