feat: 0.1.0
Some checks failed
distribution-gate / distribution-gate (push) Failing after 1m56s

This commit is contained in:
eric
2026-04-04 18:41:34 +02:00
parent 32147d4552
commit ebb6b488fe
48 changed files with 2541 additions and 139 deletions

View File

@@ -4,6 +4,7 @@ pkgs.rustPlatform.buildRustPackage {
version = "0.1.0";
src = ../..;
cargoLock.lockFile = ../../Cargo.lock;
doCheck = false;
meta = {
description = "Standalone Codex controller loop framework";