About Erold
Who's behind it
Erold is built by Yet Another Artificial Intelligence Company SARL-S, a Luxembourg-registered company (TIN LU36410809). The project lives in a monorepo alongside the rest of the Chut platform.
The immediate author is a developer who runs multiple Claude Code projects in parallel and got tired of spending the first five minutes of every session re-explaining context that the last session already figured out. Erold is the tool that should have existed.
What we're building
The immediate goal is a reliable memory layer for Claude Code: passive hooks that never
block the agent, a structured backend that assembles full project state, and a
get_context() call that gives
any new session everything it needs in one round trip.
The bigger plan is a context engine that works across the full lifecycle of a software project — not just within Claude Code sessions. That means structured entities (tasks, bugs, decisions, deploys) with state machines enforced at the DB layer, semantic search over compressed session fragments, and eventually a shared team memory layer so multiple developers' agents can build on each other's work.
We are not building a project management tool with AI bolted on. We are building memory infrastructure for AI-native development workflows.
Current status
All seven founding phases are complete and live on Scaleway fr-par:
Security hardening: Keychain auth, redaction, URL allowlist, supply-chain pin
Shared-types package + local JSONL outbox + flush daemon (offline-tolerant)
Task / Bug / Deploy / Decision / CredentialRef entities + state machines
Backend live against Scaleway RDB, ResumePacket end-to-end, session-id binding
30-min content dedup + 1000-event replay acceptance test
8 passive-capture hooks + redaction + tests (24 green)
Smart-Strip + pgvector HNSW search + stub embedder for tests
Prod Scaleway deploy (RDB + Container + Registry + SM + Gitea CI)
What's next
- DNS: api.erold.dev CNAME → the Scaleway container URL
- Daemon: migrate POST target from legacy /log to /v1/events/batch to activate Phase-4 dedup_hash on the wire
- Plugin daemon: offline resilience hardening
- Managed free tier (SaaS)
- Team shared memory layer
- MCP tool surface for other AI coding agents (Cursor, Windsurf)