A federated repository for developing and running web services and AI agents on infrastructure you control.
The design centers on data sovereignty, system immutability, and workspace-wide compliance: agents run inside guarded sandboxes, quality gates apply before code ships, and sensitive services stay on your machines rather than a vendor cloud.
AI coding agents ship code fast and cut every corner doing it: skipped tests, ignored lint failures, --no-verify to bypass hooks, amended history to hide the mess.
WORKSPACE-CI generates native git hooks from a single config file and hard-enforces lint, tests, secrets, and coverage at commit and push time.
Apache APISIX gateway for shared LLM traffic with virtual key sharding, spend limits, PII redaction, and built-in safety and moderation pipelines.
Cloud backends run through ai-proxy or relay configuration, including OpenAI, Anthropic, Gemini, Bedrock, and others, with usage, cost, and health tracked in ClickHouse and Grafana.
WORKSPACE-GUARD wraps the most abusable surfaces of an agent dev machine in compiled Rust guards, vetting every git invocation for destructive history and policy bypass while containing GTFOBins-class SUID and file-capability binaries behind per-binary policy wrappers.
It then root-locks .git/ trees and fleet identity files so agents cannot tamper with enforcement, and keeps a continuous record of the result through GTFOBins baselines, drift checks, and auditd/AIDE rules.
HTML 46.2%Rust 19.2%Markdown 13.8%Bourne Again Shell 11%Bourne Shell 4.6%YAML 3.6%OTHER 1.6%