-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (20 loc) · 1.3 KB
/
Copy pathapp.json
File metadata and controls
21 lines (20 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"slug": "docdrift",
"name": "DocDrift",
"version": "1.0.4",
"tagline": "AI code-to-docs drift detector that extracts code symbols and audits documentation.",
"description": "DocDrift is an AI-powered documentation auditing app built as an Anna App. It scans a local codebase directory, extracts exported symbols (function names, API routes, class signatures) across multiple languages, cross-references them against all documentation mentions (READMEs, comments, markdown guides), flags stale references, and proposes corrected documentation. Everything is managed through an interactive card-based review queue where the developer has final approval. Cryptographic encryption (AES-GCM-256) protects proprietary IP.",
"category": "developer-tools",
"logo_url": "https://github.com/edycutjong/docdrift/raw/main/public/icon.svg",
"cover_url": "https://github.com/edycutjong/docdrift/raw/main/public/og-image.png",
"screenshots": [
"https://github.com/edycutjong/docdrift/raw/main/public/og-image.png"
],
"homepage_url": "https://github.com/edycutjong/docdrift",
"support_url": "https://github.com/edycutjong/docdrift/issues",
"privacy_url": "https://github.com/edycutjong/docdrift#privacy",
"pricing_model": "free",
"bundled_executas": {
"docdrift": { "path": "./executas/docdrift" }
}
}