Versioned source for the JorisJonkers-dev agent renderer, installer kit, and portable runner runtime templates.
agent-kit owns the checked-in agent templates, generated Claude/Codex surfaces,
council bundle, installer artifacts, and runner runtime manifests used by
JorisJonkers-dev automation.
uv sync --frozen
uv run python render-agent-kit.py --check
uv run python render-agent-kit.py --doctor
uv run ruff check .
uv run mypy
uv run pytest
uv run python scripts/validate_manifest.pyUse uv run python render-agent-kit.py --write only when intentionally updating
checked-in generated surfaces from templates/ or council/. Use
scripts/build-runtime-package.sh v0.0.0-local dist to build the runtime-home
bundle locally.
templates/repo/: source templates for.claude,.codex,.agents, and project Spec Kit seed payload.templates/installer/: installer templates and partials.templates/runner-runtime/: source templates for runner runtime artifacts.installer/: rendered install scripts served by the KB service.runner-manifests/: rendered runtime package artifacts and validation fixtures.council/: council driver, prompts, schemas, and default config.manifest.yaml: managed path, checksum, parity, and artifact ledger.
Install the rendered kit through a KB service that serves this repository's installer artifacts:
curl -fsSL -H "Authorization: Bearer ${KB_BEARER_TOKEN}" \
"${KB_URL}/install-agents.sh" | bash -s -- --scope userUse --scope project with AGENT_KIT_PROJECT_ROOT for repo-local agent
surfaces. See PORTABILITY.md.
Copyright (c) Joris Jonkers. Source available for viewing only; use, copying, modification, redistribution, deployment, or reuse is not licensed. See LICENSE.