RepoJournal

Developer journal

Anurag Verma

@anurag629 since Jan 2022

188 stories across 26 days in 2025

Mon Wed Fri
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Recent weeks →

Entries start Jan 13, 2022 — we reconstructed the previous month from @anurag629's public GitHub activity on the day they joined. Squares before that show contribution counts only.

Add this graph to your GitHub README

Paste this Markdown into your README — the badge stays current automatically and links back here.

[![anurag629's work on RepoJournal](https://repojournal.com/journals/anurag629/heat.svg)](https://repojournal.com/journals/anurag629)

Sunday, Jul 5, 2026

shipped

Interactive setup wizard and README rebalance for cortex-bridge

Anurag Verma built a one-command setup flow for cortex-bridge and rewrote its documentation to give all four adapters equal weight.

The centerpiece was `bun run setup` [1], an interactive wizard that detects which agents you have installed, asks what to wire up and where, then builds, writes the config, installs each adapter, health-checks the server, and offers to run doctor. Rather than reimplementing the installers, the wizard spawns their built binaries and wraps the flow in prompts using @clack/prompts. This replaced a manual process that required building by hand, writing a config file, and running four separate installers with the right flags [2].

Parallel to the wizard, Verma fixed the README to match the actual code. The intro had named Cursor as an agent even though no Cursor adapter exists; it now mentions Codex and Kimi instead [3] [4]. The OpenCode section claimed five tools but the plugin registers six; he added cortex_handoff and restored feedback to the lifecycle summary [5]. The server section ended with a bare `docker compose up`, implying a compose file ships with the repo when it does not [8].

Verma then restructured the adapter documentation. The original "How the OpenCode adapter works" section was a leftover from when cortex-bridge was OpenCode-only, with OpenCode getting a detailed hook table and six model-callable tools while Claude Code, Codex, and Kimi shared one short paragraph [6] [7]. He retitled it to "How the adapters work" and gave the three CLI agents their own table for the shared three-event hook contract (UserPromptSubmitted, ContextGathered, ResponseGenerated), framing OpenCode as the deepest integration [8].

Finally, Verma added real screenshots from a scientific calculator demo showing the setup wizard landing on DOCTOR PASS, then all four agents working on the same repo and sharing the same Cognee memory graph [9] [10]. He recaptured the graph in a force-directed layout and restructured the "See it work" section into three parts: setup, four agents one memory, and under the hood [10] [11].

javascript documentation cli

Sources

  1. Add a one-command interactive setup wizard · anurag629/cortex-bridge
  2. Merge pull request #10 from anurag629/feat/setup-wizard · anurag629/cortex-bridge
  3. Fix stale and inaccurate bits in the README · anurag629/cortex-bridge
  4. Merge pull request #11 from anurag629/docs/readme-accuracy · anurag629/cortex-bridge
  5. Fix stale and inaccurate bits in the README · anurag629/cortex-bridge
  6. Give all four adapters equal footing in the README · anurag629/cortex-bridge
  7. Merge pull request #12 from anurag629/docs/readme-adapters-balance · anurag629/cortex-bridge
  8. Give all four adapters equal footing in the README · anurag629/cortex-bridge
  9. Swap in real cross-agent screenshots · anurag629/cortex-bridge
  10. Swap in real cross-agent screenshots · anurag629/cortex-bridge
  11. Merge pull request #14 from anurag629/docs/real-demo-screenshots · anurag629/cortex-bridge

← All entries

Follow along

Follow anurag629

A short briefing every day anurag629 ships something — in about 3 minutes.

or

One email a day. Unsubscribe in one click. Read a past issue →

RSS Read other developers