@factlayer/cli
v0.7.0
Published
Command-line tool for adding facts and re-verifying the ones that have gone stale.
Maintainers
Readme
@factlayer/cli
The factcheck command-line tool for FactLayer — add facts, scan for ones that need re-verification, and confirm them, all against a local SQLite database.
Install
bun add -g @factlayer/cliUsage
factcheck add "I started working at Acme Corp" # category auto-classified
factcheck scan # lists facts, needs-verification first
factcheck verify <id> # confirms a fact is still accurate
factcheck --helpSee the main repo for the full architecture and how this fits alongside @factlayer/core, @factlayer/adapter-mem0, and @factlayer/mcp-server.
