Instructions file CodexOpenCode
AGENTS.md instructions for sgx-labs/statelessagent, covering same — operational guide for agents, build & test, required: cgo is needed for sqlite3 + sqlite-vec, build and test (all packages, race detector, verbose).
Instructions file CodexOpenCode
AGENTS.md instructions for sgx-labs/statelessagent, covering same — operational guide for agents, build & test, required: cgo is needed for sqlite3 + sqlite-vec, build and test (all packages, race detector, verbose).
Instructions file
Claude Code instructions for sgx-labs/statelessagent, covering same (stateless agent memory engine), build and test, project structure, security testing and code style.
Hook Claude Code
Runs before the context is compacted, running same hook handoff-generator. From sgx-labs/statelessagent.
Hook Claude Code
Runs when a session starts, running same hook session-bootstrap (3 commands). From sgx-labs/statelessagent.
Hook Claude Code
Runs when the agent finishes a response, running same hook decision-extractor (3 commands). From sgx-labs/statelessagent.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running same hook context-surfacing. From sgx-labs/statelessagent.
Settings file Claude Code
Agent settings declaring 4 hook events (PreCompact, SessionStart, Stop, UserPromptSubmit).
MCP server Claude CodeCodexCursor +2
Persistent memory for AI coding agents. Local-first SQLite + vector search, 12 MCP tools. Runs locally from the @sgx-labs/same npm package. Needs 1 environment variable to run.