wave3d-agent-sdk 0.2.5 → 0.2.7
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 +6 -6
- package/dist/cli.js +364 -195
- package/dist/sdk/README.md +3 -3
- package/dist/sdk/manifest.json +43 -36
- package/dist/sdk/wave-engine-sdk-2026-06-17.1.dBbXqRbLTZgB2Lhd28PqH8fYLoSLaK0J.zip +0 -0
- package/package.json +1 -1
- package/dist/sdk/wave-engine-sdk-2026-06-17.1.n0oOEAqXJRog7nDZSiUwu5FW2XAzeQrH.zip +0 -0
package/dist/sdk/README.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
Bundled public-safe WaveEngine SDK lookup cache for wave3d-agent-sdk.
|
|
4
4
|
Generated from sanitized public API/skill corpus during package build.
|
|
5
5
|
|
|
6
|
-
cacheKey: 2026-06-17.1.
|
|
7
|
-
bundleHash:
|
|
8
|
-
zip: wave-engine-sdk-2026-06-17.1.
|
|
6
|
+
cacheKey: 2026-06-17.1.dBbXqRbLTZgB2Lhd28PqH8fYLoSLaK0J
|
|
7
|
+
bundleHash: dBbXqRbLTZgB2Lhd28PqH8fYLoSLaK0J
|
|
8
|
+
zip: wave-engine-sdk-2026-06-17.1.dBbXqRbLTZgB2Lhd28PqH8fYLoSLaK0J.zip
|
package/dist/sdk/manifest.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2026-06-17.1.
|
|
2
|
+
"version": "2026-06-17.1.dBbXqRbLTZgB2Lhd28PqH8fYLoSLaK0J",
|
|
3
3
|
"formatVersion": "2026-06-17.1",
|
|
4
|
-
"cacheKey": "2026-06-17.1.
|
|
5
|
-
"bundleFileName": "wave-engine-sdk-2026-06-17.1.
|
|
6
|
-
"bundleHash": "
|
|
4
|
+
"cacheKey": "2026-06-17.1.dBbXqRbLTZgB2Lhd28PqH8fYLoSLaK0J",
|
|
5
|
+
"bundleFileName": "wave-engine-sdk-2026-06-17.1.dBbXqRbLTZgB2Lhd28PqH8fYLoSLaK0J.zip",
|
|
6
|
+
"bundleHash": "dBbXqRbLTZgB2Lhd28PqH8fYLoSLaK0J",
|
|
7
7
|
"generatedAt": "2026-06-06T00:00:00.000Z",
|
|
8
8
|
"sourceVersions": {
|
|
9
9
|
"onboarding": {
|
|
10
10
|
"promptVersion": "2026-06-15.2",
|
|
11
|
-
"promptHash": "
|
|
11
|
+
"promptHash": "6IuwZ1MMtoXP-Y2JRI5awkgnCmUDeP_e"
|
|
12
12
|
},
|
|
13
13
|
"apiHandbook": {
|
|
14
14
|
"version": "1",
|
|
15
|
-
"contentHash": "
|
|
15
|
+
"contentHash": "5d904cc079d88968"
|
|
16
16
|
},
|
|
17
|
-
"waveSkillCorpusHash": "
|
|
18
|
-
"sdkLookupCorpusHash": "
|
|
17
|
+
"waveSkillCorpusHash": "dzCK1XjEuVkGu72kgtFem6UZeDVf6q_t",
|
|
18
|
+
"sdkLookupCorpusHash": "mx3pTdmb3WJLL3G0ZJNyeIeWaIgNdY0o"
|
|
19
19
|
},
|
|
20
20
|
"cacheContract": {
|
|
21
21
|
"llmContextCacheOnly": [
|
|
@@ -31,86 +31,90 @@
|
|
|
31
31
|
"waveSkillCorpus",
|
|
32
32
|
"waveApiHandbook",
|
|
33
33
|
"apiMethodGroups",
|
|
34
|
+
"apiInheritance",
|
|
34
35
|
"searchDocuments"
|
|
35
36
|
],
|
|
36
37
|
"rule": "Priority 1 always-on sections must stay in LLM chat/system context. The WaveEngine SDK local cache is public-safe retrieval data, never the only memory for core policy.",
|
|
37
|
-
"defaultRefreshCommand": "npx -y wave3d-agent-sdk@0.2.
|
|
38
|
+
"defaultRefreshCommand": "npx -y wave3d-agent-sdk@0.2.7 cache refresh",
|
|
38
39
|
"refreshRule": "When using WaveEngine SDK local cache, compare cacheKey, bundleHash, and sourceVersions before trusting local lookup. If any value differs, update the SDK package or reinstall its bundled SDK cache and rebuild local indexes. Do not fetch a remote SDK zip.",
|
|
39
40
|
"onlineFallback": "HTTP Gateway does not provide cloud API lookup. If local Node/npm or cache is refused/unavailable, use only concrete Studio operations and already-known code; repair the local WaveEngine SDK before unfamiliar API authoring."
|
|
40
41
|
},
|
|
41
|
-
"download": {
|
|
42
|
-
"sameOriginPath": "/api/waveStudio/bridge/mcp/corpus",
|
|
43
|
-
"cacheBustingQuery": "",
|
|
44
|
-
"etag": "\"wave-engine-sdk-n0oOEAqXJRog7nDZSiUwu5FW2XAzeQrH\""
|
|
45
|
-
},
|
|
46
42
|
"corpus": {
|
|
47
43
|
"skillCount": 67,
|
|
48
|
-
"apiEntryCount":
|
|
49
|
-
"apiMethodGroupCount":
|
|
44
|
+
"apiEntryCount": 4198,
|
|
45
|
+
"apiMethodGroupCount": 4477,
|
|
46
|
+
"apiInheritanceCount": 735
|
|
50
47
|
},
|
|
51
48
|
"files": [
|
|
52
49
|
{
|
|
53
50
|
"path": "cache-policy.json",
|
|
54
51
|
"mediaType": "application/json",
|
|
55
52
|
"role": "lookup-guide",
|
|
56
|
-
"bytes":
|
|
57
|
-
"hash": "
|
|
53
|
+
"bytes": 1310,
|
|
54
|
+
"hash": "uvziS0PdxD95roJpyUHd_irZBSYTNRiu"
|
|
58
55
|
},
|
|
59
56
|
{
|
|
60
57
|
"path": "skills/wave-skills.jsonl",
|
|
61
58
|
"mediaType": "application/jsonl",
|
|
62
59
|
"role": "skill-corpus",
|
|
63
|
-
"bytes":
|
|
64
|
-
"hash": "
|
|
60
|
+
"bytes": 524460,
|
|
61
|
+
"hash": "qG_b5qdpaGGiG_hiORYyQUzGkDHnZcpz"
|
|
65
62
|
},
|
|
66
63
|
{
|
|
67
64
|
"path": "skills/foundations.jsonl",
|
|
68
65
|
"mediaType": "application/jsonl",
|
|
69
66
|
"role": "skill-corpus",
|
|
70
|
-
"bytes":
|
|
71
|
-
"hash": "
|
|
67
|
+
"bytes": 1184,
|
|
68
|
+
"hash": "q_CvyL6UCV0Z_Aom_yA-pUGJFtlioYwq"
|
|
72
69
|
},
|
|
73
70
|
{
|
|
74
71
|
"path": "skills/families.json",
|
|
75
72
|
"mediaType": "application/json",
|
|
76
73
|
"role": "skill-corpus",
|
|
77
|
-
"bytes":
|
|
78
|
-
"hash": "
|
|
74
|
+
"bytes": 46886,
|
|
75
|
+
"hash": "LUhQ4144N2QMoxkKBPabXJHYCmi4wqhs"
|
|
79
76
|
},
|
|
80
77
|
{
|
|
81
78
|
"path": "api/entries.jsonl",
|
|
82
79
|
"mediaType": "application/jsonl",
|
|
83
80
|
"role": "api-corpus",
|
|
84
|
-
"bytes":
|
|
85
|
-
"hash": "
|
|
81
|
+
"bytes": 4166730,
|
|
82
|
+
"hash": "hFz8Q9gbIUDOQd7_qBKKxpSB2FRLBNcw"
|
|
86
83
|
},
|
|
87
84
|
{
|
|
88
85
|
"path": "api/method-groups.jsonl",
|
|
89
86
|
"mediaType": "application/jsonl",
|
|
90
87
|
"role": "api-corpus",
|
|
91
|
-
"bytes":
|
|
92
|
-
"hash": "
|
|
88
|
+
"bytes": 1399676,
|
|
89
|
+
"hash": "3viG72Eg9mAQ4kMS8necAhcnMjoZJphS"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"path": "api/inheritance.jsonl",
|
|
93
|
+
"mediaType": "application/jsonl",
|
|
94
|
+
"role": "api-corpus",
|
|
95
|
+
"bytes": 76701,
|
|
96
|
+
"hash": "0F5GYp7YBA41jrmjazV4BkYld7eAImnE"
|
|
93
97
|
},
|
|
94
98
|
{
|
|
95
99
|
"path": "api/index-metadata.json",
|
|
96
100
|
"mediaType": "application/json",
|
|
97
101
|
"role": "api-corpus",
|
|
98
|
-
"bytes":
|
|
99
|
-
"hash": "
|
|
102
|
+
"bytes": 219,
|
|
103
|
+
"hash": "WoKr13lMgd32rfZUdvIqrgZT2T0N9GW8"
|
|
100
104
|
},
|
|
101
105
|
{
|
|
102
106
|
"path": "search/search-documents.jsonl",
|
|
103
107
|
"mediaType": "application/jsonl",
|
|
104
108
|
"role": "search-index",
|
|
105
|
-
"bytes":
|
|
106
|
-
"hash": "
|
|
109
|
+
"bytes": 3915328,
|
|
110
|
+
"hash": "5mwnSpVQwpPzHFxP8mkpgSXj3MvCM68D"
|
|
107
111
|
},
|
|
108
112
|
{
|
|
109
113
|
"path": "README.md",
|
|
110
114
|
"mediaType": "text/markdown",
|
|
111
115
|
"role": "lookup-guide",
|
|
112
|
-
"bytes":
|
|
113
|
-
"hash": "
|
|
116
|
+
"bytes": 1542,
|
|
117
|
+
"hash": "VExCb0fk-wsNKuSpXpGLeJ5-H8fngRuY"
|
|
114
118
|
}
|
|
115
119
|
],
|
|
116
120
|
"recommendedLocalIndexes": [
|
|
@@ -121,7 +125,8 @@
|
|
|
121
125
|
"Load search/search-documents.jsonl into a documents table with familyId/source filters.",
|
|
122
126
|
"Create FTS over title and text.",
|
|
123
127
|
"Always filter skill search by chosen family ids before ranking.",
|
|
124
|
-
"Keep api/entries.jsonl in a symbol table keyed by id/name/shortName/member names."
|
|
128
|
+
"Keep api/entries.jsonl in a symbol table keyed by id/name/shortName/member names.",
|
|
129
|
+
"Keep api/inheritance.jsonl in a small graph table for public class/component/entity family questions."
|
|
125
130
|
]
|
|
126
131
|
},
|
|
127
132
|
{
|
|
@@ -131,7 +136,8 @@
|
|
|
131
136
|
"Store manifest and raw JSONL records in IndexedDB object stores.",
|
|
132
137
|
"Build a lexical index from search/search-documents.jsonl.",
|
|
133
138
|
"Filter skill search by selected family ids before ranking.",
|
|
134
|
-
"Use exact symbol lookup before full-text search."
|
|
139
|
+
"Use exact symbol lookup before full-text search.",
|
|
140
|
+
"Load api/inheritance.jsonl for extends-chain lookups."
|
|
135
141
|
]
|
|
136
142
|
},
|
|
137
143
|
{
|
|
@@ -141,6 +147,7 @@
|
|
|
141
147
|
"Unzip into a versioned cache directory.",
|
|
142
148
|
"Use skills/families.json first to choose family ids.",
|
|
143
149
|
"Use rg for exact symbol, skill id, and lexical search inside family-filtered files.",
|
|
150
|
+
"Use api/inheritance.jsonl for public-safe extends-chain lookup.",
|
|
144
151
|
"If results are stale, update/restart wave3d-agent-sdk or reinstall its bundled SDK cache."
|
|
145
152
|
]
|
|
146
153
|
}
|
|
Binary file
|
package/package.json
CHANGED