acc
01maxbaluev/accreted-intelligence
Plugin Claude Code
scored-memory loop — two verbs (accretrieve + accact) + lifecycle hooks.
maxbaluev/accreted-intelligence
Plugin Claude Code
scored-memory loop — two verbs (accretrieve + accact) + lifecycle hooks.
maxbaluev/accreted-intelligence
MCP server Claude CodeCodexCursor +2
MCP server "acc" as configured in maxbaluev/accreted-intelligence. Launched with acc --db acc.db mcp.
maxbaluev/accreted-intelligence
Hook
Runs when a session starts, running acc hook session-start --host claude-code. From maxbaluev/accreted-intelligence.
maxbaluev/accreted-intelligence
Hook
Runs when you submit a prompt, before the agent sees it, running acc hook turn-start --host claude-code. From maxbaluev/accreted-intelligence.
maxbaluev/accreted-intelligence
Hook
Runs after a tool call finishes for Bash tool calls, running acc hook post-tool --host claude-code. From maxbaluev/accreted-intelligence.
maxbaluev/accreted-intelligence
Hook
Runs when the agent finishes a response, running acc hook turn-end --host claude-code. From maxbaluev/accreted-intelligence.
maxbaluev/accreted-intelligence
Hook
Runs when a subagent starts, running acc hook subagent-start --host claude-code. From maxbaluev/accreted-intelligence.
maxbaluev/accreted-intelligence
Hook
Runs when a subagent finishes, running acc hook subagent-end --host claude-code. From maxbaluev/accreted-intelligence.
maxbaluev/accreted-intelligence
Hook
Runs before the context is compacted, running acc hook compact --host claude-code. From maxbaluev/accreted-intelligence.
maxbaluev/accreted-intelligence
Hook
Runs when a session ends, running acc hook session-end --host claude-code. From maxbaluev/accreted-intelligence.
maxbaluev/accreted-intelligence
Skill Claude CodeCodex
Triage acc's open promises and close them with honest real-world verdicts via accact(runtime="outcome").
maxbaluev/accreted-intelligence
Skill Claude CodeCodex
Drain acc's deliberation queue — open/waiting brainframes checkpointed by headless runs — via accact(runtime="continue").
maxbaluev/accreted-intelligence
Skill Claude CodeCodex
Route a goal through acc's scored-memory loop via accact(runtime="solve"); deliberate any returned brainframe and submit via continue.
maxbaluev/accreted-intelligence
Cursor rule
acc — the accreted scored memory (substrate contract).
maxbaluev/accreted-intelligence
MCP server Claude CodeCodexCursor +2
MCP server "accint" as configured in maxbaluev/accreted-intelligence. Launched with https://github.com/maxbaluev/accreted-intelligence/releases/download/v0.1.8/acc-.
MCP server Claude CodeCodexCursor
MCP server "mcp-retrieve" as configured in maxbaluev/mcp-retrieve. Runs locally from the mcp-retrieve Python package.