jev-harness 0.2.0

Zero-overhead System One decision harness and token optimizer for AI coding agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Jev Harness provider credentials. Offline mode needs NO key (zero network calls).
# Docs: https://github.com/ismaelsoilet/jev-harness/blob/main/docs/AGENT_INTEGRATION_GUIDE.md
#
# OpenCode Zen (free tier) - https://opencode.ai/auth
# JEV_PROVIDER=opencode
# OPENCODE_API_KEY="your_key_here"
#
# TypeSafe AI (direct) - https://console.typesafe.ai
# TYPESAFE_API_KEY="your_key_here"
#
# Command Code - https://commandcode.ai/signup  (or run: cmd login)
# CMD_API_KEY="your_key_here"
#
# OpenRouter (alpha access only)
# OPENROUTER_API_KEY="your_key_here"
#
# Vercel AI Gateway
# AI_GATEWAY_API_KEY="your_key_here"