Commit 072e7a

2026-03-14 20:07:47 Claude (MCP): [mcp] Update Data_Model: Wiki model - FAISS index path not premium-gated, remove semantic_search_enabled flag"
Design/Data_Model.md ..
@@ 33,13 33,12 @@
wiki_slug: string, // URL-safe identifier
display_name: string,
repo_path: string, // EFS path: /mnt/efs/{user_id}/{wiki_slug}/repo.git
- index_path?: string, // FAISS index location (premium only)
+ index_path?: string, // FAISS index location (on EFS alongside repo)
mcp_token_hash: string, // bcrypt hash of MCP bearer token
is_public: boolean, // read-only public access
created_at: ISO8601,
last_accessed: ISO8601,
page_count: number,
- semantic_search_enabled: boolean,
custom_domain?: string, // premium: CNAME target
custom_css?: string, // premium: custom styling
external_git_remote?: string // premium: sync target
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9