docentic
Version updated for https://github.com/intrepideai/docentic to version v0.2.2.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Makes the scripts/llm-docs/ generators stack-agnostic across the JS/TS ecosystem — they previously assumed Next.js + Prisma + pnpm and crashed or produced wrong output on anything else.
Added
- Stack auto-detection (
detect-stack.sh): Next.js (monorepo/single), Express, Fastify, Hono; Prisma vs. Drizzle; npm/pnpm/yarn/bun; API-route + schema locations. - Express, Fastify, and Hono endpoint extraction in
gen-api.sh; Drizzle schema support ingen-data.sh(+ no-ORM fallback). - Broader dependency/integration detection and dynamic
gen-map.shsections for single-package repos. - A 93-assertion shell suite wired into CI on both the grep-fallback and ripgrep paths.
Fixed
docentic initnow scaffoldsdetect-stack.sh— without it every generator failed at startup.gen-api.shno longer truncatesAPI.md(sed delimiter collision, Express field-order, no-match aborts).detect-stack.shno longer aborts on a Hono repo with nonew Honomatch.
Docs
- README accuracy fixes (any JS/TS codebase, broken nav anchor, auto-regenerated, valid default model id).
Full changelog: https://github.com/intrepideai/docentic/blob/v0.2.2/CHANGELOG.md · Compare: https://github.com/intrepideai/docentic/compare/v0.2.1...v0.2.2