For praxis, add marketplace icon and update description: intent-driven and token-lean#114
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Reviewed by nemotron-3-super-120b-a12b-20230311:free · 37,000 tokens |
There was a problem hiding this comment.
Code Review
This pull request updates the description for the Praxis plugin in the README.md file to emphasize intent-driven workflows and cost-efficiency. A review comment highlights that the corresponding entry in plugins.json should also be updated to ensure consistency across the project's documentation and automated exports.
| - [GrayMatter](https://github.com/ValkyrLabs/GrayMatter) - Durable memory and shared graph state for Codex and OpenClaw agents, with live ValkyrAI schema awareness. | ||
| - [HOTL Plugin](https://github.com/yimwoo/hotl-plugin) - Human-on-the-Loop AI coding workflow plugin for Codex, Claude Code, and Cline with structured planning, review, and verification guardrails. | ||
| - [Praxis](https://github.com/ouonet/praxis) - Token-lean triage-driven workflow skills for coding agents: design, planning, TDD, debugging, review, worktree, subagents, and release. 10–40× cheaper per skill than comparable frameworks while preserving full workflow discipline. | ||
| - [Praxis](https://github.com/ouonet/praxis) - Intent-driven workflow skills for coding agents: describe what done looks like, not the steps. Triage-first design keeps token costs low across design, TDD, debug, review, and release. |
There was a problem hiding this comment.
The description for Praxis has been updated here in the README, but the corresponding entry in plugins.json (line 207) still contains the old description. Since plugins.json is described as a compatibility export for automation (per line 237), it should be kept in sync with the README to ensure that tools and the marketplace display the updated information.
Summary
composerIconto ouonet/praxisplugin.jsonso the marketplace CIwill automatically sync the icon (
assets/logo-mark.svg).and token-lean benefits.
Changes
ouonet/praxis (already pushed to main):
"composerIcon": "./assets/logo-mark.svg"to.codex-plugin/plugin.jsonREADME.md (this PR):
Before:
After: