create-cmdk-vectorized
v0.1.0
Published
CLI setup and Weaviate upload tooling for cmdk-vectorized intent maps.
Maintainers
Readme
create-cmdk-vectorized
CLI setup and Weaviate upload tooling for cmdk-vectorized intent maps.
Usage
npx create-cmdk-vectorized initInstalls local-agent workflow files for Codex, Claude, and OpenCode. The workflow tells the agent to scan the app and generate:
public/intent-map.json
public/intent-map.csvThen upload the canonical JSON map to Weaviate:
WEAVIATE_URL="https://example.weaviate.cloud" \
WEAVIATE_API_KEY="..." \
npx create-cmdk-vectorized uploadThe CLI uses the fixed v1 collection name CmdkIntent. Weaviate handles vectorization. Only these fields are configured for vectorization:
sectionlabelphraseskeywordsdescription
No llms.txt files are generated in v1.
