@ias-ai/zhima-spec 1.3.5 → 1.3.6
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 +8 -8
- package/dist/commands/feedback.js +2 -2
- package/dist/core/init.js +2 -2
- package/dist/core/update.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://
|
|
2
|
+
<a href="https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow">
|
|
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://
|
|
12
|
-
<a href="https://www.npmjs.com/package/@
|
|
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>
|
|
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
|
-
[](https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow/stargazers)
|
|
21
|
+
[](https://www.npmjs.com/package/@ias-ai/zhima-spec)
|
|
22
|
+
[](https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow/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 @
|
|
87
|
+
npm install -g @ias-ai/zhima-spec@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 @
|
|
147
|
+
npm install -g @ias-ai/zhima-spec@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 = '
|
|
90
|
+
const repo = 'zhima-agent/ias-workflow';
|
|
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
|
-
'
|
|
117
|
+
'zhima-agent/ias-workflow',
|
|
118
118
|
'--title',
|
|
119
119
|
title,
|
|
120
120
|
'--body',
|
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://
|
|
537
|
-
console.log(`Feedback: ${chalk.cyan('https://
|
|
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')}`);
|
|
538
538
|
// Restart instruction if any tools were configured
|
|
539
539
|
if (results.createdTools.length > 0 || results.refreshedTools.length > 0) {
|
|
540
540
|
console.log();
|
package/dist/core/update.js
CHANGED
|
@@ -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://
|
|
199
|
+
console.log(`Learn more: ${chalk.cyan('https://gitlab.oneberry.cc:2083/zhima-agent/ias-workflow')}`);
|
|
200
200
|
}
|
|
201
201
|
const configuredAndNewTools = [...new Set([...configuredTools, ...newlyConfiguredTools])];
|
|
202
202
|
// 13. Detect new tool directories not currently configured
|