Skip to content

chameleon 4.4.48

Choose a tag to compare

@github-actions github-actions released this 20 Jul 04:12

Fixed

  • The auto-loaded using-chameleon skill description understated framework
    support. Its description named only Rails (Ruby) and Django/DRF/Flask/FastAPI
    (Python), omitting Next.js and NestJS, while the code genuinely supports them
    (nextjs_role_for_path, nestjs_role_for_path, _classify_framework) and the
    authoritative CLAUDE.md, /chameleon-init, and status copy all list them. This
    is the description Claude Code loads to decide when the skill applies, so it
    under-advertised chameleon's TypeScript framework awareness. Aligned it with the
    authoritative list. Docs-only; surfaced by the full-matrix skill-copy checks on
    the TypeScript columns.