Skip to content

Recursive engineering of vibe-code platform: cloud LLM + isolated local execution, audit logs, replayable proof bundles.

License

Notifications You must be signed in to change notification settings

grewanderer/animus_coder

Repository files navigation

Animus OSS Core (v0.1)

Animus is a policy-first, reproducible agentic coding infrastructure:

  • Intelligence in cloud (OpenAI Codex / Responses API).
  • Execution + validation locally in an isolated cluster (k3s primary).
  • Runners have no upstream secrets and no external egress.
  • Git transport is gated via internal git-proxy mirror.
  • Every run produces an EventLog + Proof Bundle + Replay.
  • Project memory is Memory-as-Code in .animus/ with guarded writes and provenance.

What Animus is not

  • Not a prompt pack.
  • Not a UI design system.
  • Not a single-host-only auto-coder.

Primary Profile

The primary profile is k3s (homelab-k3s). Acceptance MUST pass on k3s.

Key Differentiators

  • Default-deny egress runner jobs (enforced).
  • Git-only-through-proxy (job token TTL+scope).
  • Proof Bundles (immutable) + EventLog (append-only) + Replay (hash-checked).
  • Memory-as-Code: .animus/* with Memory Guard and provenance.

Repo layout

  • docs/ specs, ADR, ops
  • schemas/ runtime schema validation
  • charts/ Helm chart for k3s deployment
  • .animus/ project memory

Canonical References

License

See LICENSE.

Releases

No releases published