feat: v0.1.0 — CLI, Vite/Nuxt support, bug fixes, test overhaul#4
Open
rubenmarcus wants to merge 2 commits intomainfrom
Open
feat: v0.1.0 — CLI, Vite/Nuxt support, bug fixes, test overhaul#4rubenmarcus wants to merge 2 commits intomainfrom
rubenmarcus wants to merge 2 commits intomainfrom
Conversation
…verhaul - Add CLI (npx aeo.js generate/init/check) with framework auto-detection - Wire up Vite and Nuxt plugins in package.json exports + tsup build - Fix Astro widget disappearing on View Transitions (use astro:page-load) - Fix empty .md files generated for pages without content - Remove UTF-8 BOM from generated llms.txt / llms-full.txt - Add validateConfig() with warnings for common misconfigurations - Rewrite all 12 test files to match actual API (79/79 tests passing) - Update README with Vite, Nuxt, CLI docs and framework support table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
- Add aeo.js/angular export with postBuild() and generate() functions - Reads angular.json to auto-detect output directory (v17+ browser/ path) - Scans *.routes.ts files and component directories for route discovery - Scans pre-rendered HTML from build output for full page content - Auto-injects widget into index.html during postBuild - Add 8 tests covering postBuild, generate, widget injection, route scanning - Update README with Angular quick start and framework table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npx aeo.js generate|init|checkcommands with framework auto-detectionaeo.js/viteexport — dev middleware with SPA detection, widget auto-injection, build-time HTML scanningaeo.js/nuxtexport —defineNuxtModulepattern, pages/ scanning, pre-rendered HTML scanning, client-side widget pluginaeo.js/vueexportastro:page-loadevent).mdfiles for pages without content\uFEFF) fromllms.txt/llms-full.txtvalidateConfig()returns warnings for common mistakes (default URL, missing title, invalid URL format)Test plan
npm run build— 10 entry points (ESM + CJS + DTS), no errorsnpx vitest run— 12/12 files, 79/79 tests passingnpx tsc --noEmit— 0 type errorsnpx aeo.js generatein a sample project🤖 Generated with Claude Code