Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:17:12 +08:00
commit b923023331
12 changed files with 860 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "arc",
"description": "CLI tools for semantic and full-text search across Qdrant and MeiliSearch. Manage Docker instances, index PDFs, markdown, and source code with AST-aware chunking, frontmatter extraction, git awareness, and dual-indexing support. Store agent-generated content for long-term memory with rich metadata.",
"version": "0.1.0",
"author": {
"name": "Arcaneum Contributors",
"url": "https://github.com/yourorg/arcaneum"
},
"commands": [
"./commands"
]
}