v4.1.2 — attestor quickstart (zero-question install)
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-m3before acting. - Force-writes
config.tomlvia the canonical writer, bypassinginit's fresh-store gate (a background MCP server'sconfig.jsoncan no longer block the connection config). - Vector role → Pinecone Local (
localhost:5080, dim 1024); secrets stay$ENV_VARrefs. - Brings up
postgres + neo4j + pinecone(skips the standaloneattestor-api); wires MCP (./.mcp.json) + hooks, both.env-sourcing. /install-attestorrewritten 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.