4 projects
file-analyzer-server
The database-hosting server for the file-analyzer platform: session-token catalog, PROJECT_ROOT-{token}-{db} storage in SQLite/Postgres/MySQL, detached PID lifecycle, rotating backups (chunked or Reed-Solomon erasure-coded shards across disks, with scrub + repair), time/space retention, a self-healing autopilot with a process supervisor, Go worker pools, and a token-authenticated HTTP control plane.
file-analyzer-engine
The analyzer fleet for the file-analyzer platform: turns a source tree into a queryable SQLite/PostgreSQL database of code, schemas, data, archives, binaries and docs -- without executing it -- plus a live background monitor, an MCP agent-enrichment tier, and a document-intelligence engine.
file-analyzer-client
Tiny, dependency-free client for the file-analyzer platform: connect to a hosted server, read/query a local .db offline, and (optionally) run analysis when the engine wheel is installed.
file-analyzer
Meta-package for the file-analyzer platform: installs the analysis profile (client foundation + analyzer engine). The database-hosting server ships separately as file-analyzer-server.