Skip to content

Release Ingot v0.2.0 - #44

Merged
laulpogan merged 1 commit into
masterfrom
release/0.2.0
Aug 20, 2026
Merged

Release Ingot v0.2.0#44
laulpogan merged 1 commit into
masterfrom
release/0.2.0

Conversation

@laulpogan

Copy link
Copy Markdown
Contributor

Ingot v0.2.0

Turns Ingot into an installable, one-writer release-control plane for agent skills.

Highlights

  • ingot Python package and CLI for list, review, add, approve, reject, rollback, history, vault, and status
  • content-addressed admission and publication receipts
  • local air-gapped publisher by default, optional forge-backed authority
  • managed Compose deployment with one writable publisher and read-only serving mounts
  • native delivery targets with drift reporting
  • GitHub skill acquisition pinned to exact commits
  • current optimizer, measurement, telemetry, and UI packaged under ingot.*

Release boundary

Private session/handoff logs, analysis/research, internal plans/retros, held-out eval sets, credential wiring, and machine-specific matrix launchers are not included.

Verification

  • filtered public suite: 1,420 passed, 11 skipped
  • clean wheel build/install and CLI execution outside checkout
  • independent semantic + AMANALAP scope review clear
  • no private user paths, credential references, tailnet IPs, or internal artifact classes in the tracked tree
  • OSS evidence scan found no missing surface, local asset, or image alt text
  • diff checks clean

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 173 files, which is 73 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c23f25f3-7db8-4f9a-9033-e10bd3924139

📥 Commits

Reviewing files that changed from the base of the PR and between 9a91b98 and e2e66a1.

📒 Files selected for processing (173)
  • .env.example
  • .github/workflows/ci.yml
  • .gitignore
  • ARCHITECTURE.md
  • Dockerfile
  • PRODUCTION_SETUP.md
  • README.md
  • agent/run.py
  • compose.dev.yaml
  • compose.forge.yaml
  • compose.gpu-embeddings.yml
  • docker-compose.yml
  • docs/configuration.md
  • docs/how-it-works.md
  • docs/managed-deployment.md
  • docs/mcp-integration.md
  • docs/security.md
  • docs/tutorial.md
  • evals/fixtures/skills/billing-runbook/SKILL.md
  • evals/fixtures/skills/kubernetes-runbook/SKILL.md
  • evals/routing.yaml
  • ingot/__init__.py
  • ingot/acquire.py
  • ingot/admission.py
  • ingot/cli.py
  • ingot/decisions.py
  • ingot/delivery.py
  • ingot/mcp_server/__init__.py
  • ingot/mcp_server/embedding.py
  • ingot/mcp_server/provenance.py
  • ingot/mcp_server/registry.py
  • ingot/mcp_server/router.py
  • ingot/mcp_server/routing_eval.py
  • ingot/mcp_server/server.py
  • ingot/mcp_server/usage_counts.py
  • ingot/optimize/__init__.py
  • ingot/optimize/ab.py
  • ingot/optimize/acceptance.py
  • ingot/optimize/agy_judge.py
  • ingot/optimize/cluster.py
  • ingot/optimize/compat.py
  • ingot/optimize/draft.py
  • ingot/optimize/evidence.py
  • ingot/optimize/execcheck.py
  • ingot/optimize/harbor-shared-network.compose.yml
  • ingot/optimize/harbor_catalog.py
  • ingot/optimize/harbor_codex_gateway.py
  • ingot/optimize/harbor_eval.py
  • ingot/optimize/harbor_gateway.py
  • ingot/optimize/harbor_langfuse.py
  • ingot/optimize/harbor_native.py
  • ingot/optimize/harbor_redaction.py
  • ingot/optimize/harbor_report.py
  • ingot/optimize/harbor_rescore.py
  • ingot/optimize/harbor_targets.py
  • ingot/optimize/ingress.py
  • ingot/optimize/judge.py
  • ingot/optimize/local_traces.py
  • ingot/optimize/loop.py
  • ingot/optimize/mine.py
  • ingot/optimize/promote.py
  • ingot/optimize/publication.py
  • ingot/optimize/publisher.py
  • ingot/optimize/requirements-harbor-gateway.txt
  • ingot/optimize/retrospective.py
  • ingot/optimize/review.py
  • ingot/optimize/rollout.py
  • ingot/optimize/routing.py
  • ingot/optimize/routing_health.py
  • ingot/optimize/sandbox_driver.py
  • ingot/optimize/skillopt_bridge.py
  • ingot/optimize/skillopt_loop.py
  • ingot/optimize/skillopt_prompts/README.md
  • ingot/optimize/skillopt_prompts/analyst_error.md
  • ingot/optimize/skillopt_prompts/lr_autonomous.md
  • ingot/optimize/skillopt_prompts/ranking.md
  • ingot/optimize/skillopt_prompts/slow_update.md
  • ingot/optimize/tasks/.gitkeep
  • ingot/optimize/tree.py
  • ingot/optimize/usage.py
  • ingot/parse.py
  • ingot/paths.py
  • ingot/records.py
  • ingot/review.py
  • ingot/status.py
  • ingot/vault.py
  • mcp_server/router.py
  • ops/systemd/ingot-publisher.service
  • ops/systemd/publisher.env.example
  • optimize/compat.py
  • optimize/judge.py
  • optimize/usage.py
  • pyproject.toml
  • scripts/claude_langfuse_smoke.sh
  • scripts/codex_langfuse_smoke.sh
  • scripts/codex_setup.sh
  • scripts/fetch_skills.sh
  • scripts/managed_smoke.sh
  • tests/conftest.py
  • tests/fixtures/agy/judge-stream.jsonl
  • tests/fixtures/harbor/deepseek-models.json
  • tests/fixtures/harbor/langfuse-trial/agent/trajectory.json
  • tests/fixtures/harbor/langfuse-trial/exception.txt
  • tests/fixtures/harbor/langfuse-trial/result.json
  • tests/fixtures/harbor/langfuse-trial/verifier/solution/_objective_check.txt
  • tests/fixtures/harbor/langfuse-trial/verifier/test-stdout.txt
  • tests/fixtures/harbor/orin-models.json
  • tests/fixtures/harbor/qwen-models.json
  • tests/fixtures/harbor/qwen-size-matrix.json
  • tests/test_acceptance.py
  • tests/test_acquire.py
  • tests/test_admission.py
  • tests/test_agy_judge.py
  • tests/test_auth.py
  • tests/test_cli.py
  • tests/test_cluster.py
  • tests/test_compat.py
  • tests/test_compose_managed.py
  • tests/test_decisions.py
  • tests/test_delivery.py
  • tests/test_distribution.py
  • tests/test_draft.py
  • tests/test_embedding.py
  • tests/test_env_check.py
  • tests/test_evidence.py
  • tests/test_execcheck.py
  • tests/test_harbor_catalog.py
  • tests/test_harbor_eval.py
  • tests/test_harbor_gateway.py
  • tests/test_harbor_langfuse.py
  • tests/test_harbor_native.py
  • tests/test_harbor_native_jobs.py
  • tests/test_harbor_native_runner.py
  • tests/test_harbor_report.py
  • tests/test_harbor_rescore.py
  • tests/test_harbor_rescore_exploratory.py
  • tests/test_harbor_targets.py
  • tests/test_ingot_review.py
  • tests/test_ingress.py
  • tests/test_judge.py
  • tests/test_lite_mode.py
  • tests/test_local_traces.py
  • tests/test_loop.py
  • tests/test_mine.py
  • tests/test_optimize.py
  • tests/test_paths.py
  • tests/test_promote.py
  • tests/test_publication.py
  • tests/test_publisher.py
  • tests/test_publisher_local.py
  • tests/test_records.py
  • tests/test_registry.py
  • tests/test_retrospective.py
  • tests/test_review.py
  • tests/test_router.py
  • tests/test_routing.py
  • tests/test_routing_eval.py
  • tests/test_routing_health.py
  • tests/test_run_task.py
  • tests/test_security.py
  • tests/test_server.py
  • tests/test_setup_scripts.py
  • tests/test_skillopt_bridge.py
  • tests/test_skillopt_loop.py
  • tests/test_status.py
  • tests/test_tree.py
  • tests/test_ui.py
  • tests/test_usage.py
  • tests/test_usage_counts.py
  • tests/test_vault.py
  • ui/app.py
  • ui/auth.py
  • ui/static/index.html

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@laulpogan
laulpogan merged commit c474c51 into master Aug 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant