Agent Plugins Marketplace
All plugins

jev-decision

v0.2.0

Build AI-powered software with TypeSafe System One and Jev using typed judgments, calibrated probabilities, and composable decision primitives.

Codex

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add jev-decision@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

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-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

jev-decision/
└── .codex-plugin/plugin.json

Plugin manifests1

.codex-plugin/plugin.json
{
  "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."
    ]
  }
}

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)