Add Contorium plugin#164
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the Contorium plugin to the list of third-party plugins in the README.md file. The review feedback suggests formatting adjustments to maintain consistency with existing entries, specifically replacing the em-dash with a hyphen and capitalizing the first word of the description.
| - [Codex Reviewer](https://github.com/schuettc/codex-reviewer) - Second-pass review of Claude-driven plans and implementations. | ||
| - [Codex rg Guard](https://github.com/Rycen7822/codex-rg-guard) - Budgeted `rg`/`grep` replacement for Codex that narrows broad searches before they waste model context. | ||
| - [Commit Narrator](./plugins/mturac/commit-narrator) - Generate semantic commit message from staged diff, including the _why_. | ||
| - [Contorium](https://github.com/ContoriumLabs/contorium) — runtime continuity layer for AI coding agents, providing persistent workspace state, Git-aware sessions, and MCP-based context retrieval across tools and agent runs. |
There was a problem hiding this comment.
To maintain consistency with the other entries in the list, please use a hyphen (-) instead of an em-dash (—) as the separator, and start the description with a capitalized letter.
| - [Contorium](https://github.com/ContoriumLabs/contorium) — runtime continuity layer for AI coding agents, providing persistent workspace state, Git-aware sessions, and MCP-based context retrieval across tools and agent runs. | |
| - [Contorium](https://github.com/ContoriumLabs/contorium) - Runtime continuity layer for AI coding agents, providing persistent workspace state, Git-aware sessions, and MCP-based context retrieval across tools and agent runs. |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Reviewed by laguna-m.1-20260312:free · 210,740 tokens |
|
Kilo Code Review could not run — your account is out of credits. Add credits or switch to a free model to enable reviews on this change. |
This PR adds Contorium to the awesome-codex-plugins list.
Contorium is a runtime continuity layer for AI coding agents, enabling persistent workspace state, Git-aware sessions, and MCP-based context retrieval across tools and agent runs.
The repository includes the required
.codex-plugin/plugin.json.