Block a user
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
fix: enforce MAX_CONCURRENT_AGENTS limit properly (fixes #63)
feat(kugetsu): add local config file for user overrides
fix(pm): add explicit write permissions boundary (fixes #52)
Bug: PM violated NEVER write code constraint - wrote queue scripts directly instead of delegating
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:
- cmd_delegate uses
acquire_agent_slot()+release-slot.sh(old slot…
docs: add agent concurrency benchmark results
Bug: Session files can become orphaned (exist but not in index)
fix: implement session-counting for MAX_CONCURRENT_AGENTS limit (fixes #63)
Bug: MAX_CONCURRENT_AGENTS limit not enforced
Bug: MAX_CONCURRENT_AGENTS limit not enforced
Fix Implemented: Session-Counting Approach
PR created with session-counting implementation:
PR: shoko/kugetsu#65
Changes Made
- **Added `count_active_dev_…
fix: implement session-counting for MAX_CONCURRENT_AGENTS limit (fixes #63)