RepoJournal

@anurag629

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

One email a day. Unsubscribe in one click.

254 stories across 76 days in 2022

Mon Wed Fri
Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Full year →

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.

Full archive →

Cortex Bridge lifecycle and workspace restructuring

By RepoJournal , from @anurag629's public GitHub activity

Backfilled

1 person shipped this

Anurag Verma completed a major restructuring of the Cortex Bridge plugin, extracting a runtime-agnostic memory core and wiring up the full Cognee lifecycle.

The work spanned three focused changes to anurag629/cortex-bridge. First, he filled in the missing pieces of the Cognee memory operations [1]. The plugin had only been using remember and recall, but a hackathon entry needed all four to score well. He added cognify and memify methods to the client, along with two new tools the model could call: cognee_optimize for pruning stale nodes and reweighting edges, and cognee_forget [2]. Testing against a local Ollama server confirmed all five tools registered correctly and the requests came back 200.

Next came the architectural shift. He split the project into a bun workspace [3], moving the Cognee memory engine into a runtime-agnostic @cortex-bridge/core package and converting the OpenCode plugin into a thin adapter on top [4]. This decoupled the memory layer from OpenCode and set it up to be shared across coding agents. The work cut two OpenCode-specific couplings and passed parity checks: typecheck, build, plugin-check, and smoke tests all passed.

Finally, he renamed everything from the old cognee-flavoured branding to Cortex Bridge [5]. The bundle became cortex-bridge.plugin.js, the plugin id changed, the log prefix switched to [cortex], and the five model tools became cortex_recall, cortex_remember, cortex_feedback, cortex_optimize, and cortex_forget [6]. Environment variables moved to CORTEX_* with COGNEE_* as a fallback to avoid breaking existing setups. References to the actual Cognee server, cloud key, and API stayed unchanged. He verified the rename at parity on the local Ollama server.

One email a day. Unsubscribe in one click.

References

  1. [1] Wire up the rest of the Cognee lifecycle (cognify, memify, forget) ↗ anurag629/cortex-bridge
  2. [2] Wire up the rest of the Cognee lifecycle (cognify, memify, forget) anurag629/cortex-bridge
  3. [3] Split into a workspace: extract @cortex-bridge/core, OpenCode becomes an adapter ↗ anurag629/cortex-bridge
  4. [4] Split into a workspace: extract @cortex-bridge/core, OpenCode becomes an adapter anurag629/cortex-bridge
  5. [5] Rename everything to Cortex Bridge ↗ anurag629/cortex-bridge
  6. [6] Rename everything to Cortex Bridge anurag629/cortex-bridge

Quick answers

What shipped in anurag629 on July 1, 2026?
Anurag Verma completed a major restructuring of the Cortex Bridge plugin, extracting a runtime-agnostic memory core and wiring up the full Cognee lifecycle. In total, 3 commits and 3 pull requests landed.
Who contributed to anurag629 on July 1, 2026?
1 developer shipped this update, including anurag629.
What were the notable anurag629 updates?
Wire up the rest of the Cognee lifecycle (cognify, memify, forget), Wire up the rest of the Cognee lifecycle (cognify, memify, forget), and Split into a workspace: extract @cortex-bridge/core, OpenCode becomes an adapter.