lore-ai
v0.6.4
Published
CLI for Lore AI — living business-logic documentation for AI-assisted dev teams.
Maintainers
Readme
lore-ai
CLI for Lore AI — living business-logic documentation for AI-assisted dev teams.
Install
npm i -g lore-ai
# or
pnpm add -D lore-aiQuick start
cd my-project
lore init # writes lore.config.yaml + .lore/flows/
# ... add @Domain / @BusinessLogic to a few files ...
lore check $(git ls-files '*.py' '*.tsx')
lore sync # generates .lore/flows/<category>.mdSee full docs at https://lore-ai-docs.vercel.app.
Commands
lore init— scaffold config + flows directorylore check [files…]— validate annotations (precommit)lore sync— regenerate L2 / L3 markdownlore synthesize [category]— emit LLM prompt for one flow, or omit category for all-in-onelore publish— copy.lore/flows/to a Lore Board targetlore chat— local RAG REPL (v0.2)
License
MIT
