Ctx – a /resume that works across Claude Code and Codex
Cross-agent workstreams with exact transcript binding beat native /resume.
Cross-platform agent logging and observability
Turns every agent client into a unified work log via a tiny MCP server and a single log_work call. Schema profiles and multiple sinks (jsonl, webhook, Postgres) let teams standardize payloads once and collect logs from Codex, ChatGPT, Claude, OpenClaw or cron jobs. Practical and low-friction — useful as an ops-level glue — but the dashboard is an in-repo MVP and delivery semantics (retries/schema evolution) will determine if it scales beyond a small team.
Developers and product teams using multiple AI assistants/agents who need unified work logging and simple self-hosted observability
Was thinking how we'd keep track of the work without much overhead, and thought a lightweight cross-platform MCP logger could help.
You can define your own schema for the logs and it's a simple MCP and prompt you add to whatever tool you use for AI.
It's been reliable for Codex, ChatGPT, Claude and even cron-based jobs on OpenClaw. It's also nice to see all the work log aggregated across clients.
Please give it a try and test it with the client you're using. Should be a 2 min setup. Would be great to get any feedback if it's useful for you.
Cross-agent workstreams with exact transcript binding beat native /resume.
Audit logs for AI agents before they accidentally rm -rf production.
Yet another session sharer in a space where screenshots already dominate.
Search-as-you-type with background indexing and auto-discovery of ~/.codex and ~/.claude files is a very practical combination — you can start typing immediately while it builds the index. Hitting Enter to resume sessions via the codex/claude CLIs and opening raw JSONL in $PAGER are small, pragmatic features that show the author actually uses this workflow; trade-offs are the Rust build requirement and narrow scope (Codex/Claude only).
macOS sandbox-exec guards AI agents so rm -rf can't wreck your whole machine.
Start coding with Claude on desktop, continue via Telegram on your phone seamlessly.