Add flow runtime and Codex release flows
Some checks failed
ci / check (push) Failing after 16s

This commit is contained in:
matamune 2026-05-13 02:42:13 +00:00
parent 5241b634e2
commit e68b8adfb9
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324
35 changed files with 2957 additions and 5 deletions

View file

@ -40,8 +40,10 @@
"check:types": "bun run --workspaces check:types",
"dev": "bun run --filter web dev",
"dev:web": "bun run --filter web dev",
"flow": "bun apps/flow-runner/src/index.ts",
"flow:backend": "bun apps/flow-backend-systemd-local/src/index.ts",
"start": "bun run --filter web preview",
"start:discord:debug:commentary": "bun run --filter codex-discord-bridge start:debug:commentary",
"test": "bun run --filter @peezy.tech/codex-flows test && bun run --filter codex-app-cli test && bun run --filter codex-discord-bridge test"
"test": "bun run --filter @peezy.tech/codex-flows test && bun run --filter @peezy.tech/flow-runtime test && bun run --filter codex-flow-systemd-local test && bun run --filter codex-app-cli test && bun run --filter codex-discord-bridge test"
}
}