jev-decision
v0.2.0Build AI-powered software with TypeSafe System One and Jev using typed judgments, calibrated probabilities, and composable decision primitives.
By Jev-decisionLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install jev-decision for Codex
codex plugin marketplace add tomtyiu/Jev-decision-plugin
codex plugin marketplace upgrade jev-decision-marketplace
codex plugin add jev-decision@jev-decision-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the jev-decision-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “jev-decision-2” remain stable.
- Codex:
jev-decision-2@agent-plugin-marketplace→jev-decision@jev-decision-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/tomtyiu/Jev-decision-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/jev-decision/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "jev-decision",
"version": "0.2.0",
"description": "Build AI-powered software with TypeSafe System One and Jev using typed judgments, calibrated probabilities, and composable decision primitives.",
"author": {
"name": "Jev-decision"
},
"license": "MIT",
"keywords": [
"typesafe-ai",
"system-one",
"jev",
"routing",
"ranking",
"classification",
"scoring",
"extraction",
"verification",
"guardrails",
"agents"
],
"skills": "./skills/",
"interface": {
"displayName": "Jev-decision",
"shortDescription": "Programmable common sense with TypeSafe Jev",
"longDescription": "Build TypeSafe System One workflows that turn natural language and application state into typed judgments and calibrated probabilities for routing, ranking, extraction, verification, and interactive agent decisions.",
"developerName": "Jev-decision",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"websiteURL": "https://docs.typesafe.ai/introduction",
"defaultPrompt": [
"Use TypeSafe Jev to turn this application state into typed judgments.",
"Design a System One workflow for this feature using Choice, Noul, or Score.",
"Replace this prompt-and-parse step with a structured TypeSafe decision."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[jev-decision on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jev-decision-2)