Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 21:53
· 32 commits to main since this release
f007269

Minor Changes

  • aaa9ad0: Delegate general Effect guidance to the installed package, add a focused Effect architecture audit skill, retain the contract-first API development skill, and generate version-matched Effect instructions for direct dependencies that ship node_modules/effect/AGENTS.md.
  • 1c1f0f2: Keep vite.config.ts project-owned and add a composable Vite+ quality factory with aligned lint/format ignores.
  • f29a3f9: Install package-bundled skills under package-qualified directory names. A selected <package>#<skill> now installs by flattening the package name (drop @, turn every other non-alphanumeric run into one dash) and appending the skill name, so @tanstack/table-core#core installs as tanstack-table-core-core instead of the collision-prone bare core. The copied SKILL.md frontmatter name: is rewritten to the same install name; manifest selectors, CLI listings, and the lock's catalog provenance keep the original <package>#<skill> identity, bare skill name, and node_modules content digest. Symlink-mode targets still link into node_modules, so only the link name carries the qualifier. On the next apply, previously installed bare-name package-skill directories are renamed through the normal plan and the lock regenerates.

Patch Changes

  • 4fe327c: Update Effect TypeScript-Go to 0.33.0, enable stricter Effect diagnostics, adopt their recommended Schema and JSON APIs, and migrate stale compiler patches safely.