Skip to content

Commit 7a92410

Browse files
committed
fix: update binary sizes and sha256 hashes, bump versions
1 parent cf34488 commit 7a92410

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "docdrift",
33
"name": "DocDrift",
4-
"version": "0.3.0",
4+
"version": "1.0.2",
55
"tagline": "AI code-to-docs drift detector that extracts code symbols and audits documentation.",
66
"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.",
77
"category": "developer-tools",

executas/docdrift/executa.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "docdrift",
33
"name": "DocDrift Engine",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"executa_type": "tool",
66
"description": "Scans codebase, extracts symbols, hashes codebase state, encrypts snippets under AES-GCM-256, and cross-references markdown documentation. Persists scan history to Anna Persistent Storage (APS KV) and uploads patch artifacts to R2.",
77

@@ -26,18 +26,18 @@
2626
"binary_urls": {
2727
"darwin-arm64": {
2828
"url": "https://github.com/edycutjong/docdrift/releases/download/v1.0.1/tool-edycutjong-docdrift-wxjwg6r2-darwin-arm64.tar.gz",
29-
"size": 12240568,
30-
"sha256": "f578dffc4095214047774dbcd85d842ef542a4ffadc72a3fabed69a4b2051e45"
29+
"size": 12240361,
30+
"sha256": "ab06bbedf96e5f7e8bcabc928ea2cdeb89d874bf06ff78940095cc1200439908"
3131
},
3232
"darwin-x86_64": {
3333
"url": "https://github.com/edycutjong/docdrift/releases/download/v1.0.1/tool-edycutjong-docdrift-wxjwg6r2-darwin-x86_64.tar.gz",
34-
"size": 13149967,
35-
"sha256": "b7b1d82a04494664712c8361c5f0a5eeea877e79a52d2f2ca1b62b09f47932c9"
34+
"size": 13148598,
35+
"sha256": "85da74fe7e59e51e47e32ec10c2a03ebff5c5013a72fe7fc4c29607d42a903ba"
3636
},
3737
"linux-x86_64": {
3838
"url": "https://github.com/edycutjong/docdrift/releases/download/v1.0.1/tool-edycutjong-docdrift-wxjwg6r2-linux-x86_64.tar.gz",
39-
"size": 23176429,
40-
"sha256": "bb31de56e19432b2392375ae4512539694629b4107332ba9a90eb8e30c358e5a"
39+
"size": 23177229,
40+
"sha256": "7522daaa403a9e8b613290e65e9ccf5cf638fdf0c828ec505638eff80a29e7c4"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)