@ias-ai/zhima-spec 1.3.4 → 1.3.5

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <a href="https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow">
2
+ <a href="https://github.com/Fission-AI/ZhiMa">
3
3
  <picture>
4
4
  <source srcset="assets/zhima_bg.png">
5
5
  <img src="assets/zhima_bg.png" alt="ZhiMa logo">
@@ -8,8 +8,8 @@
8
8
  </p>
9
9
 
10
10
  <p align="center">
11
- <a href="https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow/actions/workflows/ci.yml"><img alt="CI" src="https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow/actions/workflows/ci.yml/badge.svg" /></a>
12
- <a href="https://www.npmjs.com/package/@ias-ai/zhima-spec"><img alt="npm version" src="https://img.shields.io/npm/v/@ias-ai/zhima-spec?style=flat-square" /></a>
11
+ <a href="https://github.com/Fission-AI/ZhiMa/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/Fission-AI/ZhiMa/actions/workflows/ci.yml/badge.svg" /></a>
12
+ <a href="https://www.npmjs.com/package/@fission-ai/zhima"><img alt="npm version" src="https://img.shields.io/npm/v/@fission-ai/zhima?style=flat-square" /></a>
13
13
  <a href="./LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" /></a>
14
14
  <a href="https://discord.gg/YctCnvvshC"><img alt="Discord" src="https://img.shields.io/discord/1411657095639601154?style=flat-square&logo=discord&logoColor=white&label=Discord&suffix=%20online" /></a>
15
15
  </p>
@@ -17,9 +17,9 @@
17
17
  <details>
18
18
  <summary><strong>The most loved spec framework.</strong></summary>
19
19
 
20
- [![Stars](https://img.shields.io/github/stars/zhima-agent/ias-workflow?style=flat-square&label=Stars)](https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow/stargazers)
21
- [![Downloads](https://img.shields.io/npm/dm/@ias-ai/zhima-spec?style=flat-square&label=Downloads/mo)](https://www.npmjs.com/package/@ias-ai/zhima-spec)
22
- [![Contributors](https://img.shields.io/github/contributors/zhima-agent/ias-workflow?style=flat-square&label=Contributors)](https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow/graphs/contributors)
20
+ [![Stars](https://img.shields.io/github/stars/Fission-AI/ZhiMa?style=flat-square&label=Stars)](https://github.com/Fission-AI/ZhiMa/stargazers)
21
+ [![Downloads](https://img.shields.io/npm/dm/@fission-ai/zhima?style=flat-square&label=Downloads/mo)](https://www.npmjs.com/package/@fission-ai/zhima)
22
+ [![Contributors](https://img.shields.io/github/contributors/Fission-AI/ZhiMa?style=flat-square&label=Contributors)](https://github.com/Fission-AI/ZhiMa/graphs/contributors)
23
23
 
24
24
  </details>
25
25
  <p></p>
@@ -84,7 +84,7 @@ AI: Archived to zhima/changes/archive/2025-01-23-add-dark-mode/
84
84
  Install ZhiMa globally:
85
85
 
86
86
  ```bash
87
- npm install -g @ias-ai/zhima-spec@latest
87
+ npm install -g @fission-ai/zhima@latest
88
88
  ```
89
89
 
90
90
  Then navigate to your project directory and initialize:
@@ -144,7 +144,7 @@ AI coding assistants are powerful but unpredictable when requirements live only
144
144
  **Upgrade the package**
145
145
 
146
146
  ```bash
147
- npm install -g @ias-ai/zhima-spec@latest
147
+ npm install -g @fission-ai/zhima@latest
148
148
  ```
149
149
 
150
150
  **Refresh agent instructions**
@@ -87,7 +87,7 @@ function formatBody(bodyText) {
87
87
  * Generate a pre-filled GitHub issue URL for manual submission
88
88
  */
89
89
  function generateManualSubmissionUrl(title, body) {
90
- const repo = 'zhima-agent/ias-workflow';
90
+ const repo = 'Fission-AI/ZhiMa';
91
91
  const encodedTitle = encodeURIComponent(title);
92
92
  const encodedBody = encodeURIComponent(body);
93
93
  const encodedLabels = encodeURIComponent('feedback');
@@ -114,7 +114,7 @@ function submitViaGhCli(title, body) {
114
114
  'issue',
115
115
  'create',
116
116
  '--repo',
117
- 'zhima-agent/ias-workflow',
117
+ 'Fission-AI/ZhiMa',
118
118
  '--title',
119
119
  title,
120
120
  '--body',
@@ -15,12 +15,12 @@ export const vjspAdapter = {
15
15
  return path.join('.vjsp', 'commands', `zm-${commandId}.md`);
16
16
  },
17
17
  formatFile(content) {
18
- return `---
19
- name: ${content.name}
20
- description: "${content.description}"
21
- ---
22
-
23
- ${content.body}
18
+ return `---
19
+ name: ${content.name}
20
+ description: "${content.description}"
21
+ ---
22
+
23
+ ${content.body}
24
24
  `;
25
25
  },
26
26
  };
@@ -26,6 +26,7 @@ export const AI_TOOLS = [
26
26
  { name: 'Kimi CLI', value: 'kimi', available: true, successLabel: 'Kimi CLI', skillsDir: '.kimi' },
27
27
  { name: 'Kiro', value: 'kiro', available: true, successLabel: 'Kiro', skillsDir: '.kiro' },
28
28
  { name: 'OpenCode', value: 'opencode', available: true, successLabel: 'OpenCode', skillsDir: '.opencode' },
29
+ { name: 'OpenHands', value: 'openhands', available: true, successLabel: 'OpenHands', skillsDir: '.openhands' },
29
30
  { name: 'Pi', value: 'pi', available: true, successLabel: 'Pi', skillsDir: '.pi' },
30
31
  { name: 'Qoder', value: 'qoder', available: true, successLabel: 'Qoder', skillsDir: '.qoder' },
31
32
  { name: 'Lingma', value: 'lingma', available: true, successLabel: 'Lingma', skillsDir: '.lingma' },
package/dist/core/init.js CHANGED
@@ -533,8 +533,8 @@ export class InitCommand {
533
533
  }
534
534
  // Links
535
535
  console.log();
536
- console.log(`Learn more: ${chalk.cyan('https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow')}`);
537
- console.log(`Feedback: ${chalk.cyan('https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow/issues')}`);
536
+ console.log(`Learn more: ${chalk.cyan('https://github.com/Fission-AI/ZhiMa')}`);
537
+ console.log(`Feedback: ${chalk.cyan('https://github.com/Fission-AI/ZhiMa/issues')}`);
538
538
  // Restart instruction if any tools were configured
539
539
  if (results.createdTools.length > 0 || results.refreshedTools.length > 0) {
540
540
  console.log();
@@ -196,7 +196,7 @@ export class UpdateCommand {
196
196
  console.log(' /zm:continue Create the next artifact');
197
197
  console.log(' /zm:apply Implement tasks');
198
198
  console.log();
199
- console.log(`Learn more: ${chalk.cyan('https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow')}`);
199
+ console.log(`Learn more: ${chalk.cyan('https://github.com/Fission-AI/ZhiMa')}`);
200
200
  }
201
201
  const configuredAndNewTools = [...new Set([...configuredTools, ...newlyConfiguredTools])];
202
202
  // 13. Detect new tool directories not currently configured
package/package.json CHANGED
@@ -1,82 +1,82 @@
1
- {
2
- "name": "@ias-ai/zhima-spec",
3
- "version": "1.3.4",
4
- "description": "AI-native system development flow",
5
- "keywords": [
6
- "zhima",
7
- "specs",
8
- "cli",
9
- "ai",
10
- "development"
11
- ],
12
- "homepage": "https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow",
13
- "repository": {
14
- "type": "git",
15
- "url": "https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow"
16
- },
17
- "license": "MIT",
18
- "type": "module",
19
- "publishConfig": {
20
- "access": "public"
21
- },
22
- "exports": {
23
- ".": {
24
- "types": "./dist/index.d.ts",
25
- "default": "./dist/index.js"
26
- }
27
- },
28
- "bin": {
29
- "zhima": "./bin/zhima.js"
30
- },
31
- "files": [
32
- "dist",
33
- "bin",
34
- "schemas",
35
- "scripts/postinstall.js",
36
- "!dist/**/*.test.js",
37
- "!dist/**/__tests__",
38
- "!dist/**/*.map"
39
- ],
40
- "scripts": {
41
- "lint": "eslint src/",
42
- "build": "node build.js",
43
- "dev": "tsc --watch",
44
- "dev:cli": "pnpm build && node bin/zhima.js",
45
- "test": "vitest run",
46
- "test:watch": "vitest",
47
- "test:ui": "vitest --ui",
48
- "test:coverage": "vitest --coverage",
49
- "test:postinstall": "node scripts/postinstall.js",
50
- "prepare": "pnpm run build",
51
- "prepublishOnly": "pnpm run build",
52
- "postinstall": "node scripts/postinstall.js",
53
- "check:pack-version": "node scripts/pack-version-check.mjs",
54
- "release": "pnpm run release:ci",
55
- "release:ci": "pnpm run check:pack-version && pnpm exec changeset publish",
56
- "changeset": "changeset"
57
- },
58
- "engines": {
59
- "node": ">=20.19.0"
60
- },
61
- "devDependencies": {
62
- "@changesets/changelog-github": "^0.5.2",
63
- "@changesets/cli": "^2.27.7",
64
- "@types/node": "^24.2.0",
65
- "@vitest/ui": "^3.2.4",
66
- "eslint": "^9.39.2",
67
- "typescript": "^5.9.3",
68
- "typescript-eslint": "^8.50.1",
69
- "vitest": "^3.2.4"
70
- },
71
- "dependencies": {
72
- "@inquirer/core": "^10.2.2",
73
- "@inquirer/prompts": "^7.8.0",
74
- "chalk": "^5.5.0",
75
- "commander": "^14.0.0",
76
- "cross-spawn": "7.0.6",
77
- "fast-glob": "^3.3.3",
78
- "ora": "^8.2.0",
79
- "yaml": "^2.8.2",
80
- "zod": "^4.0.17"
81
- }
82
- }
1
+ {
2
+ "name": "@ias-ai/zhima-spec",
3
+ "version": "1.3.5",
4
+ "description": "AI-native system development flow",
5
+ "keywords": [
6
+ "zhima",
7
+ "specs",
8
+ "cli",
9
+ "ai",
10
+ "development"
11
+ ],
12
+ "homepage": "https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow"
16
+ },
17
+ "license": "MIT",
18
+ "type": "module",
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "exports": {
23
+ ".": {
24
+ "types": "./dist/index.d.ts",
25
+ "default": "./dist/index.js"
26
+ }
27
+ },
28
+ "bin": {
29
+ "zhima": "./bin/zhima.js"
30
+ },
31
+ "files": [
32
+ "dist",
33
+ "bin",
34
+ "schemas",
35
+ "scripts/postinstall.js",
36
+ "!dist/**/*.test.js",
37
+ "!dist/**/__tests__",
38
+ "!dist/**/*.map"
39
+ ],
40
+ "scripts": {
41
+ "lint": "eslint src/",
42
+ "build": "node build.js",
43
+ "dev": "tsc --watch",
44
+ "dev:cli": "pnpm build && node bin/zhima.js",
45
+ "test": "vitest run",
46
+ "test:watch": "vitest",
47
+ "test:ui": "vitest --ui",
48
+ "test:coverage": "vitest --coverage",
49
+ "test:postinstall": "node scripts/postinstall.js",
50
+ "prepare": "pnpm run build",
51
+ "prepublishOnly": "pnpm run build",
52
+ "postinstall": "node scripts/postinstall.js",
53
+ "check:pack-version": "node scripts/pack-version-check.mjs",
54
+ "release": "pnpm run release:ci",
55
+ "release:ci": "pnpm run check:pack-version && pnpm exec changeset publish",
56
+ "changeset": "changeset"
57
+ },
58
+ "engines": {
59
+ "node": ">=20.19.0"
60
+ },
61
+ "devDependencies": {
62
+ "@changesets/changelog-github": "^0.5.2",
63
+ "@changesets/cli": "^2.27.7",
64
+ "@types/node": "^24.2.0",
65
+ "@vitest/ui": "^3.2.4",
66
+ "eslint": "^9.39.2",
67
+ "typescript": "^5.9.3",
68
+ "typescript-eslint": "^8.50.1",
69
+ "vitest": "^3.2.4"
70
+ },
71
+ "dependencies": {
72
+ "@inquirer/core": "^10.2.2",
73
+ "@inquirer/prompts": "^7.8.0",
74
+ "chalk": "^5.5.0",
75
+ "commander": "^14.0.0",
76
+ "cross-spawn": "7.0.6",
77
+ "fast-glob": "^3.3.3",
78
+ "ora": "^8.2.0",
79
+ "yaml": "^2.8.2",
80
+ "zod": "^4.0.17"
81
+ }
82
+ }