code-oz CLAUDE.md

Repository guidance for code-oz, a command-line program that coordinates software delivery through staged checks and multiple AI providers. It describes supported providers, release status, and fixed architecture decisions.

In plain words
What is it for?
Use it to understand the delivery phases, provider support, audit and review flow, and the current release-readiness state of the CLI.
Why use it?
It tells agents which providers and workflows are real, which are placeholders, and which design rules must not be changed accidentally.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/omerakben/code-oz/claude-md
Clone the repo
git clone --depth 1 https://github.com/omerakben/code-oz
Per session 4,901 This file is loaded in full into every session.
When invoked 4,901 The same file — it is already loaded in full.
Security scan A 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.04901 $0.04901
Opus 5 $0.02450 $0.02450
Sonnet 5 $0.00980 $0.00980
Haiku 4.5 $0.00490 $0.00490

Measured 2d ago against content hash ede5fc85f4dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

code-oz CLAUDE.md scanned grade A with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

4. **Codex model fallback.** Globally configured `gpt-5.5` at xhigh effort. The `gpt-5.5-codex` and `gpt-5.1-codex-max` variants do NOT work on Ozzy's ChatGPT-account auth — fall back to `gpt-5.5` if they fail. Reasoning

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Status: **v0.21.2-alpha.0 is the current release-prep branch; latest published release is v0.21.1-alpha.0.** v0.21.0 shipped M17 brownfield AUDIT runtime; v0.21.1 added fail-closed external-operator driving for tools suc
CLAUDE.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md — code-oz

This file orients Claude Code sessions working on code-oz.

What this project is

code-oz is a standalone Bun + TypeScript CLI that boots an adaptive multi-agent software-delivery runtime over a hybrid phase-graph + agentic sub-orchestration spine. Hard SDLC gates between phases (file-based, schema-validated). Cross-family adversarial review. Non-technical-user intent elicitation at the front. Provider surface (v0.21.x alpha): Claude (Claude Code CLI subprocess), Codex (Codex CLI subprocess), xAI (direct HTTPS with XAI_API_KEY), Fake (built-in deterministic) are live. Gemini is a stub for transparency only (invoke() throws provider_gemini_not_yet_supported); OpenCode and Roo Code are future adapter candidates, not v0.1 implementations. The canonical provider matrix lives at docs/contracts/PROVIDERS.md § "Provider status (v0.1)".

Status: v0.21.2-alpha.0 is the current release-prep branch; latest published release is v0.21.1-alpha.0. v0.21.0 shipped M17 brownfield AUDIT runtime; v0.21.1 added fail-closed external-operator driving for tools such as Hermes/OpenClaw while keeping code-oz the gate authority; v0.21.2 truth-syncs release-readiness docs and prepares package/plugin/GUI surfaces after the Claude Code marketplace fixes (#45-#47). The release line supports curl, npm launcher, Homebrew, root Claude Code marketplace metadata, and the private code-oz-gui Next app. CHANGELOG.md, docs/RECEIPTS.md, and docs/RELEASE_READINESS.md are the current release-readiness surfaces. Live brownfield dogfood still requires provider credentials; Windows/Scoop, signing/notarization, signed checksums, SLSA provenance, live Gemini, OpenCode/Roo adapters, and GUI standalone packaging remain future work. PE-2 demand-gated; multi-cloud deferred to v0.2.

Product north star: code-oz is a repo-native agentic SDLC runtime (market category) framed internally as an AI software company (product metaphor). The thesis lives in docs/product/AI_SOFTWARE_COMPANY_THESIS.md: provider and model bias are real, so code-oz coordinates role-specialized agents through artifacts, evidence gates, debate, verification, and cross-family review instead of trusting one model's confidence. Category and metaphor revised 2026-04-30 after Codex pressure-test (docs/research/CODEX_RESPONSE_PRODUCT_THESIS.md, thread 019de031).

Read the full file on GitHub · 106 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 106 lines · 4,901 tokens per session scan A ede5fc85f4dc

Subscribe to this mod's changes

code-oz CLAUDE.md is an instructions file published in the GitHub repository omerakben/code-oz (2 stars, last pushed 2mo ago), licensed MIT. It adds 4,901 tokens to every session, about $0.0245 per session on Opus 5. A static security scan graded it A with 2 findings (reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories