Foundation - JSON-based IPC #119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replace fragile Python stdout parsing with structured JSON file exchange.
Depends On
Details
Current code uses fragile patterns like:
Replace with JSON file read/write:
kugetsu-index.shhandles all index.json operationsBackport Compatible
Internal improvement only, same behavior externally.
Acceptance Criteria