@huaqiu/hqeda 0.1.2 → 0.1.3
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 +2 -25
- package/SKILL.md +1 -7
- package/dist/index.cjs +218 -236
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -18
- package/dist/index.js.map +1 -1
- package/generated/capability-registry.json +0 -52
- package/package.json +3 -3
- package/skill.json +0 -1
package/README.md
CHANGED
|
@@ -6,36 +6,13 @@ Official HQ EDA Skill Package — executable SDK capabilities and review playboo
|
|
|
6
6
|
> Do not edit by hand. To add documentation, update the proto
|
|
7
7
|
> JSDoc or the integration tests under `packages/huaqiu-client/test`.
|
|
8
8
|
|
|
9
|
-
- **Total capabilities:**
|
|
10
|
-
- **Domains:**
|
|
9
|
+
- **Total capabilities:** 109
|
|
10
|
+
- **Domains:** 17
|
|
11
11
|
- **SDK source:** `platform/sdk/ts/src/generated/`
|
|
12
12
|
- **Test source:** `packages/huaqiu-client/test/`
|
|
13
13
|
|
|
14
14
|
## Capability Catalog
|
|
15
15
|
|
|
16
|
-
### `ai`
|
|
17
|
-
|
|
18
|
-
| Skill ID | Service.Method | Description | Input | Streaming |
|
|
19
|
-
| --- | --- | --- | --- | --- |
|
|
20
|
-
| `ai-execute-prompt` | `AIService.ExecutePrompt` | Execute Prompt via AIService.ExecutePrompt | `AIRequest` | |
|
|
21
|
-
|
|
22
|
-
#### `ai-execute-prompt`
|
|
23
|
-
|
|
24
|
-
> Execute Prompt via AIService.ExecutePrompt
|
|
25
|
-
|
|
26
|
-
- **Service:** AIService (`AIService`)
|
|
27
|
-
- **Method:** ExecutePrompt (`unary`)
|
|
28
|
-
- **Request type:** `AIRequest`
|
|
29
|
-
- **Response type:** `AIResponse`
|
|
30
|
-
- **Streaming:** false
|
|
31
|
-
|
|
32
|
-
**Parameters:**
|
|
33
|
-
|
|
34
|
-
| Name | Type | Required | Repeated | Description |
|
|
35
|
-
| --- | --- | --- | --- | --- |
|
|
36
|
-
| `context` | `ProjectContext` | | | |
|
|
37
|
-
| `prompt` | `string` | ✓ | | |
|
|
38
|
-
|
|
39
16
|
### `bom`
|
|
40
17
|
|
|
41
18
|
| Skill ID | Service.Method | Description | Input | Streaming |
|
package/SKILL.md
CHANGED
|
@@ -28,13 +28,7 @@ engineering review playbooks.
|
|
|
28
28
|
<!-- This section is regenerated by `pnpm capability:generate`. -->
|
|
29
29
|
<!-- Hand-edits here will be lost on the next run. -->
|
|
30
30
|
|
|
31
|
-
Total capabilities: **
|
|
32
|
-
|
|
33
|
-
### ai (`ai`)
|
|
34
|
-
|
|
35
|
-
| Skill ID | Method | Description | Streaming |
|
|
36
|
-
| --- | --- | --- | --- |
|
|
37
|
-
| `ai-execute-prompt` | `AIService.ExecutePrompt` | Execute Prompt via AIService.ExecutePrompt | no |
|
|
31
|
+
Total capabilities: **109** across **17** domains.
|
|
38
32
|
|
|
39
33
|
### bom (`bom`)
|
|
40
34
|
|