@soleri/cli 1.12.1 → 1.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soleri/cli",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "Developer CLI for creating and managing Soleri AI agents.",
5
5
  "keywords": [
6
6
  "agent",
@@ -158,7 +158,7 @@ describe('create command', () => {
158
158
  'utf-8',
159
159
  );
160
160
  expect(claudeMd).toContain('Hook Packs');
161
- expect(claudeMd).toContain('no-any-types');
161
+ expect(claudeMd).toContain('typescript-safety');
162
162
  });
163
163
 
164
164
  it('should not include Hook Packs section in CLAUDE.md when hookPacks undefined', () => {