[META] Kugetsu 0.2.x Implementation Plan #115

Open
opened 2026-04-03 11:13:35 +02:00 by shoko · 0 comments
Owner

Overview

This issue tracks the implementation of Kugetsu 0.2.x - the experimental features release.

Branch Strategy

  • main = 0.1.x stable (patch bugs only)
  • develop = 0.2.x experimental (new features here)

Issue Tracking

Bug Fixes (0.1.x - targets main):

# Title Priority
#127 cmd_continue subshell fix High
#126 delegate file conflicts Research after #127
#128 Smart delegate with worktree awareness Builds on #127

Foundation Issues (Backport Compatible):

# Title Depends On
#116 Modularize Shell Script -
#117 Pre-commit Hooks -
#118 Structured Logging -
#119 JSON-based IPC #116
#120 Documentation -
#121 Shellcheck & Error Handling #116

Feature Issues (0.2.x Only):

# Title Depends On
#122 Agent Monitoring #116, #118, #119
#123 Task Queue + Conviction Level #116, #118, #119
#125 Agent Context Logging #116, #118

Execution Waves

Wave 0 (Critical Path - 0.1.x): #127, #128
Wave 1 (Parallel): #117, #118, #120
Wave 2 (Sequential): #116 (core blocker)
Wave 3 (Parallel): #119, #121, #126 research (after #116, #127)
Wave 4 (Parallel): #122, #123, #125 (after foundation complete)

Labels

  • foundation - Foundation work for 0.2.x
  • backport - Backport compatible, can merge to 0.1.x
  • feature - New feature
  • 0.2.x-only - Available only in 0.2.x
  • meta - Meta issue tracking multiple issues
  • bug - Bug fix

Notes

  • #122, #123, #125 can be developed in parallel after foundation
  • #125 (Context Logging) is independent from #122/#123 but can integrate later
  • #128 (Smart Delegate) is a bug fix in 0.1.x - builds on #127
  • #126 (delegate conflicts) may be resolved by #128
## Overview This issue tracks the implementation of Kugetsu 0.2.x - the experimental features release. ### Branch Strategy - `main` = 0.1.x stable (patch bugs only) - `develop` = 0.2.x experimental (new features here) ### Issue Tracking **Bug Fixes (0.1.x - targets main):** | # | Title | Priority | |---|-------|----------| | #127 | cmd_continue subshell fix | High | | #126 | delegate file conflicts | Research after #127 | | #128 | Smart delegate with worktree awareness | Builds on #127 | **Foundation Issues (Backport Compatible):** | # | Title | Depends On | |---|-------|------------| | #116 | Modularize Shell Script | - | | #117 | Pre-commit Hooks | - | | #118 | Structured Logging | - | | #119 | JSON-based IPC | #116 | | #120 | Documentation | - | | #121 | Shellcheck & Error Handling | #116 | **Feature Issues (0.2.x Only):** | # | Title | Depends On | |---|-------|------------| | #122 | Agent Monitoring | #116, #118, #119 | | #123 | Task Queue + Conviction Level | #116, #118, #119 | | #125 | Agent Context Logging | #116, #118 | ### Execution Waves **Wave 0 (Critical Path - 0.1.x):** #127, #128 **Wave 1 (Parallel):** #117, #118, #120 **Wave 2 (Sequential):** #116 (core blocker) **Wave 3 (Parallel):** #119, #121, #126 research (after #116, #127) **Wave 4 (Parallel):** #122, #123, #125 (after foundation complete) ### Labels - `foundation` - Foundation work for 0.2.x - `backport` - Backport compatible, can merge to 0.1.x - `feature` - New feature - `0.2.x-only` - Available only in 0.2.x - `meta` - Meta issue tracking multiple issues - `bug` - Bug fix ### Notes - #122, #123, #125 can be developed in parallel after foundation - #125 (Context Logging) is independent from #122/#123 but can integrate later - #128 (Smart Delegate) is a bug fix in 0.1.x - builds on #127 - #126 (delegate conflicts) may be resolved by #128
shoko added the meta label 2026-04-03 11:44:04 +02:00
shoko added the blocked label 2026-04-07 08:55:44 +02:00
shoko added 0.3.x-only and removed blocked labels 2026-04-07 08:58:47 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/kugetsu#115