Skip to content

AID v2.0.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 16:37
1dac727

AID v2.0.2 — a discovery-performance patch, companion to v2.0.1's /aid-discover fix. No methodology or KB-schema changes; drop-in over v2.0.1 (aid update <tool>).

Fixed

  • build-project-index.sh no longer forks a subprocess per file. The project-index step (run once before the discovery sub-agents) built its file inventory with lang=$(detect_lang "$path") inside a per-file loop — a command substitution that forks a subshell for every file. On ~1400 files under Windows Git Bash / MSYS that cost ~1–2 min. Language detection now happens inside the single awk pass that builds the inventory, eliminating all per-file spawns (~1m15s → ~12s on a ~280-file tree in testing). Output is byte-identical to v2.0.1.

Unchanged

Methodology phases, KB schema, and all output contracts are unchanged. Companion to the v2.0.1 harvest fix.

Verify your download

sha256sum -c SHA256SUMS