Licence
MIT
Version
0.1.4
Deps
5
Size
1.1 MB
Vulns
0
Weekly
76
@jarl_okbe/tk
Technical Knockout helps Codex replicate open-source capabilities with evidence.
Use it when you want Codex to build something like a proven project without copying the wrong code, architecture ceremony, or infrastructure.
Start
Install TK into Codex and check that it is ready:
npx @jarl_okbe/tk codex install
npx @jarl_okbe/tk codex statusThen ask Codex from your project:
Use Technical Knockout to replicate Agent Reach's internet capability layer in this repo.
For a reference-only brief:
npx @jarl_okbe/tk replicate "agent internet capability layer" --from agent-reachTK should help Codex answer what to keep, what to adapt, what not to copy, the first implementation boundary, and how to verify it.
CLI
npx @jarl_okbe/tk doctor
npx @jarl_okbe/tk search "coding agent runtime"
npx @jarl_okbe/tk source statusExamples: https://github.com/okbexx/tech-knockout/blob/main/docs/value-proof.md
Development
From the repository root:
npm install
npm run verify
npm run publish:tk -- --dry-runPublish the npm package from the workspace root:
npm publish --workspace @jarl_okbe/tk --access publicThe Codex plugin adapter lives in plugins/technical-knockout; this package is
the runtime used by that adapter.