@agents-inc/cli 0.41.1 → 0.41.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ---
11
11
 
12
+ ## [0.41.2] - 2026-02-19
13
+
14
+ **Fix README accuracy, add framework positioning task**
15
+
16
+ - Fix CLI skills category listing inaccurate skills that don't exist yet
17
+ - Add D-33 task for README framework positioning rewrite
18
+
19
+ See [changelogs/0.41.2.md](./changelogs/0.41.2.md) for full details.
20
+
21
+ ---
22
+
12
23
  ## [0.41.1] - 2026-02-19
13
24
 
14
25
  **Missing changelog entries, commit protocol checklist, test helper extraction**
package/README.md CHANGED
@@ -68,7 +68,7 @@ skills live in the [agents-inc/skills](https://github.com/agents-inc/skills) rep
68
68
  | web | react, vue, angular, solidjs, next.js, remix, nuxt, scss-modules, cva, zustand, pinia, ngrx-signalstore, jotai, react-query, swr, trpc, graphql, react-hook-form, zod, shadcn-ui, radix-ui, tanstack-table, vitest, playwright, cypress, msw, framer-motion, storybook, accessibility |
69
69
  | api | hono, express, fastify, drizzle, prisma, better-auth, posthog, resend, axiom+pino+sentry, github-actions |
70
70
  | mobile | react-native, expo |
71
- | cli | commander, oclif, yargs, clack, inquirer, ink |
71
+ | cli | commander, oclif+ink |
72
72
  | infra | turborepo, tooling, env config |
73
73
  | meta | code reviewing, research methodology, investigation requirements, anti-over-engineering, context management |
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-inc/cli",
3
- "version": "0.41.1",
3
+ "version": "0.41.2",
4
4
  "description": "CLI for managing Agents Inc. skills, stacks, and agents for Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",