Skip to content

v4.1.2 — attestor quickstart (zero-question install)

Choose a tag to compare

@bolnet bolnet released this 26 May 19:07
· 12 commits to main since this release
b3e353f

Zero-question install. attestor quickstart — one command, one default profile, no prompts — stands up the canonical three-role local stack (Postgres + Pinecone Local + Neo4j + Ollama bge-m3) and wires Claude Code (MCP + hooks). Prints everything, asks nothing.

  • Preflight scans Docker + ports (5432/7687/5080/11434) + Ollama/bge-m3 before acting.
  • Force-writes config.toml via the canonical writer, bypassing init's fresh-store gate (a background MCP server's config.json can no longer block the connection config).
  • Vector role → Pinecone Local (localhost:5080, dim 1024); secrets stay $ENV_VAR refs.
  • Brings up postgres + neo4j + pinecone (skips the standalone attestor-api); wires MCP (./.mcp.json) + hooks, both .env-sourcing.
  • /install-attestor rewritten to announce-and-run (no interview). Compose + Dockerfile + init SQL now shipped in the wheel.

Install: pipx install attestor==4.1.2 then attestor quickstart.