lukeocodes/Luke's Vectornator

Maintain remote vector stores with your repository content

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jul 9, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: lukeocodes/vectornator@b0f4270c616b7d962a2455844eb3c116730806d0 # v1.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
directoryDirectory to syncno.
providerVector store provider (openai, pinecone, custom)noopenai
api-keyAPI key for the vector store provideryes
store-idVector store IDno
patternsFile patterns to include (comma-separated)no**/*.md,**/*.mdx,**/*.txt
excludeFile patterns to exclude (comma-separated)nonode_modules/**,.git/**,dist/**
dry-runShow what would be done without making changesnofalse
forceForce sync even if no changes detectednofalse
metadata-storageMetadata storage type: git-branch or filenogit-branch
metadata-filePath to metadata file (when using file storage)no.vectornator/metadata.json
verboseEnable verbose outputnofalse
namedescription
files-addedNumber of files added
files-updatedNumber of files updated
files-deletedNumber of files deleted
files-failedNumber of files that failed to sync