• Joined on 2026-03-13
shoko created branch fix/issue-67-config-file in shoko/kugetsu 2026-04-01 09:07:32 +02:00
shoko created pull request shoko/kugetsu#68 2026-04-01 09:05:17 +02:00
fix: remove obsolete slot mechanism (fixes #44)
shoko created branch fix/issue-44-remove-obsolete-slot-mechanism in shoko/kugetsu 2026-04-01 08:56:51 +02:00
shoko pushed to fix/issue-44-remove-obsolete-slot-mechanism at shoko/kugetsu 2026-04-01 08:56:51 +02:00
4d3205de86 fix: remove obsolete slot-based concurrency mechanism
shoko closed pull request shoko/kugetsu#64 2026-04-01 08:42:28 +02:00
fix: enforce MAX_CONCURRENT_AGENTS limit properly (fixes #63)
shoko opened issue shoko/kugetsu#67 2026-04-01 08:37:03 +02:00
feat(kugetsu): add local config file for user overrides
shoko pushed to main at shoko/kugetsu 2026-04-01 08:09:33 +02:00
6c23d4f5e9 Merge pull request 'fix(pm): add explicit write permissions boundary (fixes #52)' (#55) from fix/issue-52-pm-write-boundaries into main
71cab655fc make delegation format agnostic to git server
cb0ada9e1c address PR #55 review: tighten write permissions to queue.json and logs/* only
449dfaecc6 fix(pm): add explicit write permissions boundary to prevent repo file writes
Compare 4 commits »
shoko merged pull request shoko/kugetsu#55 2026-04-01 08:09:31 +02:00
fix(pm): add explicit write permissions boundary (fixes #52)
shoko closed issue shoko/kugetsu#52 2026-04-01 08:09:31 +02:00
Bug: PM violated NEVER write code constraint - wrote queue scripts directly instead of delegating
shoko commented on issue shoko/kugetsu#44 2026-04-01 08:03:05 +02:00
Bug: release_agent_slot not called in nohup subshell

Investigation Result

The release-slot.sh script still exists and is called by cmd_delegate (line 576), but:

  1. cmd_delegate uses acquire_agent_slot() + release-slot.sh (old slot…
shoko closed pull request shoko/kugetsu#62 2026-04-01 08:00:30 +02:00
docs: add agent concurrency benchmark results
shoko opened issue shoko/kugetsu#66 2026-04-01 07:46:45 +02:00
Bug: Session files can become orphaned (exist but not in index)
shoko pushed to main at shoko/kugetsu 2026-04-01 07:40:01 +02:00
21e4054634 Merge pull request 'fix: implement session-counting for MAX_CONCURRENT_AGENTS limit (fixes #63)' (#65) from fix/issue-63-session-counting into main
e38cf6bc8b docs: update benchmark with cloud architecture and memory analysis
3cc2082a21 docs: update benchmark with session-counting and PM inclusion
7ac4578369 fix: include PM in session count (all sessions count toward limit)
7342a9a394 fix: implement session-counting for MAX_CONCURRENT_AGENTS limit (fixes #63)
Compare 7 commits »
shoko merged pull request shoko/kugetsu#65 2026-04-01 07:40:00 +02:00
fix: implement session-counting for MAX_CONCURRENT_AGENTS limit (fixes #63)
shoko closed issue shoko/kugetsu#63 2026-04-01 07:40:00 +02:00
Bug: MAX_CONCURRENT_AGENTS limit not enforced
shoko pushed to fix/issue-63-session-counting at shoko/kugetsu 2026-04-01 07:18:31 +02:00
e38cf6bc8b docs: update benchmark with cloud architecture and memory analysis
shoko pushed to fix/issue-63-session-counting at shoko/kugetsu 2026-04-01 07:03:46 +02:00
3cc2082a21 docs: update benchmark with session-counting and PM inclusion
shoko pushed to fix/issue-63-session-counting at shoko/kugetsu 2026-04-01 06:57:55 +02:00
7ac4578369 fix: include PM in session count (all sessions count toward limit)
shoko commented on issue shoko/kugetsu#63 2026-04-01 06:14:50 +02:00
Bug: MAX_CONCURRENT_AGENTS limit not enforced

Fix Implemented: Session-Counting Approach

PR created with session-counting implementation:

PR: shoko/kugetsu#65

Changes Made

  1. **Added `count_active_dev_…
shoko created pull request shoko/kugetsu#65 2026-04-01 06:14:33 +02:00
fix: implement session-counting for MAX_CONCURRENT_AGENTS limit (fixes #63)