Add jev-acp - #68
Add jev-acp#68formulahendry wants to merge 3 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe project catalog adds ChangesProject catalog
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~3 minutes Change: Other Suggested reviewers: Merge Risk: ⚪ Minimal · up to No concrete regression is indicated in the added catalog metadata or its described validation and README-generation paths, so no merge-blocking risk is established. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Landed on main as 238f407 with you as the commit author, now live on https://awesomejev.com. Closing rather than merging because every PR appends to the same data file and they conflict with each other; landing directly keeps your authorship. Thanks! |
Project: https://github.com/formulahendry/jev-acp · npm
Where Jev fits: A standalone ACP stdio agent that calls TypeSafe's System One API for Choice, Score, and Noul decisions, with guided input, reusable templates, and probability displays.
I maintain jev-acp. It is public, MIT-licensed, and published as
jev-acp0.1.0 on npm. Theintegrationscategory fits because it brings Jev's typed decisions into ACP-compatible clients rather than providing a separate language SDK. The README includes a JetBrains demo and configurations for vscode-acp and acp-ui; compatibility with every ACP client is not claimed.Source evidence:
TypeSafeDecisionEngine.executecallsTypeSafeClient.systemOnewith the decision state and questions;src/agent.tsimplements the ACP agent. The README and screenshot document the guided workflows and result display. Node.js >=22 andTYPESAFE_API_KEYare required. Current decision input is sent to TypeSafe; there is no intermediate chat LLM or automatic tool execution. Reported probabilities are model outputs, not accuracy guarantees.Validation:
npm run validatepassed withdata/projects.json: 697 entries valid.The diff appends exactly one project object and changes onlydata/projects.json; existing entries and generated files are unchanged.data/projects.jsonand rannpm run validateREADME.mdorsite/index.html(CI regenerates them)Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by CodeRabbit