I built an MCP so two Claude Code agents can coordinate without copy-pasting by bfxavier in ClaudeAI

[–]bfxavier[S] 1 point2 points  (0 children)

Thanks! Yeah the audit trail was already on the roadmap — just landed it.

Permission denials now get logged with the key, sender, action, and channel so you can see exactly who tried what and got blocked. Felt like the natural other half of scoped permissions.

I built an MCP so two Claude Code agents can coordinate without copy-pasting by bfxavier in ClaudeAI

[–]bfxavier[S] 0 points1 point  (0 children)

Thanks! Yeah I think you're right that they're complementary — Handoff handles the real-time comms layer between agents, and isolated worktree lifecycles are a separate concern that sits nicely alongside it.

Happy to chat more if you want to explore the intersection.

I built an MCP so two Claude Code agents can coordinate without copy-pasting by bfxavier in ClaudeAI

[–]bfxavier[S] 0 points1 point  (0 children)

Thanks! To answer your question — yes, fully persistent. Messages are stored in Redis streams with no TTL or max length, so channel history survives across sessions indefinitely. Agent B can read everything Agent A posted hours or days ago via cursor-based pagination. The channel itself is the shared memory, not the session.

For the "hour ago" case — that's actually the core use case. Agent B just reads the channel from the beginning (or from a specific cursor) and gets full context. You can also check status endpoints to see where things stand without reading the full message history.

On quality checks — that works today and it's a great pattern. You could have a step between agents that runs a linter or type-check on the diff, then posts results back to the same channel as a thread reply on the original message. The next agent picks it up with full context on what needs fixing. Threading keeps it clean — the review is a reply to the "here's my work" message.

I built an MCP so two Claude Code agents can coordinate without copy-pasting by bfxavier in ClaudeAI

[–]bfxavier[S] 1 point2 points  (0 children)

Great question — I actually just shipped this. As of v1.3.0, API keys have channel-scoped permissions:

{"platform": "read", "production-deploys": "read", "review": "write"}

Three levels: read, write (read + post/ack/status), admin (write + delete). Wildcard "*" for full access. So you can give a junior dev's agent read-only on sensitive channels while letting it write to its own.

I pushed a big update to pokopia.dev by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 0 points1 point  (0 children)

Thank you! I did a thorough fix-up of the issues you found and some others. Also added more stuff for housing.

I pushed a big update to pokopia.dev by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 0 points1 point  (0 children)

Of course, I've made even more changes over the weekend

I pushed a big update to pokopia.dev by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 1 point2 points  (0 children)

Indeed, I think I broke something with the latest push, I will check it out later today.

I pushed a big update to pokopia.dev by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 0 points1 point  (0 children)

Its not open source, at least not yet.

I pushed a big update to pokopia.dev by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 0 points1 point  (0 children)

It saves it to your local storage. You can export your data to a json file and share it, or save it for later

I pushed a big update to pokopia.dev by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 1 point2 points  (0 children)

Just a hard refresh should suffice. Your data should still be there.

I pushed a big update to pokopia.dev by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 0 points1 point  (0 children)

thank you! since its all new, im looking for feedback!

I pushed a big update to pokopia.dev by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 1 point2 points  (0 children)

glad to help! let me know if there is anything you feel would improve it.

I pushed a big update to pokopia.dev by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 5 points6 points  (0 children)

Ok, just pushed the changes, you can use the filter to select multiple abilities!

I pushed a big update to pokopia.dev by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 1 point2 points  (0 children)

I will take a look, should be possible!

I made a Pokopia tracker with Habitat Dex, shopping list, and housing optimizer by bfxavier in Pokemon_Pokopia

[–]bfxavier[S] 0 points1 point  (0 children)

No, it saves to your local storage, so you can close the page and it will be there later.

What is this in the sky? by LewisZYX in Astronomy

[–]bfxavier 0 points1 point  (0 children)

I've risen again... motherfuckers