opencrabs 0.3.82

The autonomous, self-improving AI agent. Single Rust binary. Every channel. Recommended: the 40MB prebuilt binary for macOS, Linux and Windows: https://github.com/adolfousier/opencrabs/releases
# OpenCrabs Long-Term Memory

> **Owns:** your long-term memory — user-specific facts, corrections, preferences, and lessons that prevent repeated mistakes. Not git-loggable data (commit logs, release notes); not generic behavior (→ SOUL.md).

---

## Facts & Context

*(Agent: append one-liner FACTS here as you learn them. Rules go in AGENTS.md.)*

This file is **on-demand**: it is reached through `memory_search`, never auto-injected
into the session. Anything that must hold on a cold session or survive compaction is a
DIRECTIVE and belongs in `AGENTS.md`, which is always loaded. A rule parked here is a
rule that only fires when someone happens to search the right keywords.

- Facts: who runs what, where things live, what a project is for, what was decided and why.
- Not facts: "always do X", "never do Y". Those are directives, and they go to AGENTS.md.

---

## Integrations

*(Agent: track what's connected, where things live, who to talk to)*

---

## Project Context

*(Agent: add project context and references here)*