Skip to content

v0.1 — AGENT Framework Integration

Choose a tag to compare

@acidgreenservers acidgreenservers released this 10 Jun 01:10

v0.1 — AGENT Framework Integration

This release marks the integration of the AGENT framework into the Claurst
harness, transforming it from a pure Claude Code port into a structured
cognitive architecture with explicit identity, memory, and attractor systems.

Architecture & Identity Layer:

  • Added AGENT.md as session initialization and personality file (a8597e0)
  • Added AGENTS.md, ATTRACTOR.md, BRAIN.md, HEART.md,
    STATE.md, USER.md — the full AGENT framework
    corpus defining the agent's identity, memory, and behavioral attractors
  • Differentiated runtime named agents (--agent build|plan|explore) from
    the AGENT framework identity system (192cb1c)
  • Aligned all documentation to Harness-Subsystem Architecture (3b06dea)
  • Deprecated CLAUDE.md in favor of AGENT.md-based framework (949c915)

Semantic Attractor System:

  • Added semantic attractor architecture with periodic nudge delivery
    every 15 turns (d2f68a8, 69b4e27, f4863f6)
  • Hardcoded periodic_nudge_files to [AGENT.md, AGENTS.md, STATE.md,
    ATTRACTOR.md] for deterministic identity injection every turn

Memory & State:

  • Added STATE.md as the project's durable, stable memory invariant map
  • Added BRAIN.md with five foundational wisdom seeds (ad514be)

Infrastructure:

  • Updated repository URLs from Kuberwastaken/claurst to
    acidgreenservers/claurst (27e8fca)
  • Fixed install.sh and install.ps1 to point to new repo (27e8fca)
  • Added .agent/workflows/build-binaries.md for reproducible builds
  • Updated .gitignore to exclude .agent/ and .claurst/ directories (4c0f238)
  • Built and verified claurst-linux-aarch64.tar.gz and
    claurst-linux-x86_64.tar.gz with all framework changes

This is the foundational release upon which the autonomic subconscious
systems (watcher agent, memory consolidation, dreaming loop) will be built.