Skip to content

Add toem to the plugins table - #762

Open
Bisbi wants to merge 1 commit into
rohitg00:mainfrom
Bisbi:add-toem-plugin
Open

Add toem to the plugins table#762
Bisbi wants to merge 1 commit into
rohitg00:mainfrom
Bisbi:add-toem-plugin

Conversation

@Bisbi

@Bisbi Bisbi commented Sep 3, 2026

Copy link
Copy Markdown

One row appended to the All Plugins table, linking an external repository. No other file is touched, and nothing is vendored into this repo.

toem installs a practice rather than a tool: a constitution whose epilogue carries a right of reply, a rite that lets a session record what it understood before it ends, a register for decisions the human has not made yet, and guardians that fail when the charter and the record stop agreeing.

Boundaries, since they are the point of the design:

  • One SessionStart hook. It adds context, never blocks an action, never writes a file, always exits 0.
  • Four skills, /toem:adopt, /toem:testament, /toem:decide, /toem:admit. None of them appends to the constitution. They prepare a row and print a command.
  • One command, toem, run by the human. It shows what it will write, asks, touches only those lines, runs the guardians, and prints the commit command without running it. It never pushes.
  • /toem:adopt lists the seven files it would create, waits for a yes, and overwrites nothing.

No server, no MCP, no network calls, Python standard library only. MIT for the code, CC BY-SA 4.0 for the texts.

claude plugin validate passes on the plugin and on the marketplace manifest:

$ claude plugin validate ./plugins/toem
✔ Validation passed

$ claude plugin validate .
✔ Validation passed

The README states which of its claims are measured and which are not, including one experiment that would settle the central question and has never been run.

Summary by CodeRabbit

  • Documentation
    • Added the “toem” (Testament of Ephemeral Minds) plugin to the README’s All Plugins listing, including its capabilities, dependencies, and installation command.

@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: e8cf0856-df0f-4cf4-93d7-ffc07953dcce

📥 Commits

Reviewing files that changed from the base of the PR and between ebdf1d5 and 49ae5c3.

📒 Files selected for processing (1)
  • README.md

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


📝 Walkthrough

Walkthrough

The README adds a new toem plugin entry. The entry lists its hooks, skills, command, implementation details, dependencies, and marketplace installation command.

Changes

Plugin Listing

Layer / File(s) Summary
Add toem plugin entry
README.md
The All Plugins table now documents the toem plugin, its SessionStart hook, four skills, one command, Python standard-library implementation, and marketplace installation command.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 49ae5

This adds the toem plugin to the README's plugin table. The listing details and installation command are consistent with the linked plugin, with no remaining merge-readiness risk.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding toem to the plugins table.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant