feat: ceki-daemon persistent renter-process + CLI IPC#15
Open
iWedmak wants to merge 7 commits into
Open
Conversation
added 7 commits
July 19, 2026 15:09
…e import logging, visible stderr error - Sync __init__.__version__ to 2.36.0 matching pyproject.toml - Close log_file handle after subprocess.Popen in _ensure_daemon() and _cmd_daemon_start() - Move import logging to top-level imports - Add user-visible stderr error on daemon auto-start failure in _ensure_daemon() - Remove redundant is_running() check after for-loop (proc.poll() already covers it) - Add .claude/ .graphifyignore .mypy_cache/ to .gitignore
Missing [project.scripts] ceki-daemon = ceki_sdk.daemon:main entry point — the published PyPI package had no ceki-daemon binary. Every Joe review round (4400, 4439, 4444) cited this as the blocker.
Same wire call, same args, different name — lets AI agents express 'edit the task' intent instead of 'propose a correction'. - New top-level subcommand 'edit' (ceki edit <eid> --label ...) - Delegates to ContractClient.propose() under the hood - Accepts all the same args: --status, --label, --desc, --start, --end, --date, --duration, --amount, --currency, --benefitable, --tags
Added 'edit' as a contract subparser (ceki contract edit <eid> ...) that delegates to ContractClient.propose() — same args, same wire call, different name for 'edit task' intent.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ceki-daemon — persistent renter-process, решающий CLI one-shot session disconnect.
Что сделано
Part 1 — daemon core (новый
ceki_sdk/daemon.py)/tmp/ceki-daemon.pidPart 2 — CLI integration (
ceki_sdk/cli.py)ceki daemon start|stop|statusPart 3 — SDK transport
BrowserAPI не меняетсяВерсия
bump 2.35.6 → 2.36.0
После merge — создать GitHub Release v2.36.0 для публикации на PyPI.