lukeocodes/Luke's Vectornator
Maintain remote vector stores with your repository content
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 9, 2025
- License
- MIT
Pinned Snippet
uses: lukeocodes/vectornator@b0f4270c616b7d962a2455844eb3c116730806d0 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory to sync | no | . |
| provider | Vector store provider (openai, pinecone, custom) | no | openai |
| api-key | API key for the vector store provider | yes | — |
| store-id | Vector store ID | no | — |
| patterns | File patterns to include (comma-separated) | no | **/*.md,**/*.mdx,**/*.txt |
| exclude | File patterns to exclude (comma-separated) | no | node_modules/**,.git/**,dist/** |
| dry-run | Show what would be done without making changes | no | false |
| force | Force sync even if no changes detected | no | false |
| metadata-storage | Metadata storage type: git-branch or file | no | git-branch |
| metadata-file | Path to metadata file (when using file storage) | no | .vectornator/metadata.json |
| verbose | Enable verbose output | no | false |
Outputs
| name | description |
|---|---|
| files-added | Number of files added |
| files-updated | Number of files updated |
| files-deleted | Number of files deleted |
| files-failed | Number of files that failed to sync |