agentsmesh 0.10.0 → 0.12.0
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/CHANGELOG.md +56 -0
- package/README.md +22 -22
- package/dist/canonical.d.ts +2 -2
- package/dist/canonical.js +6761 -4856
- package/dist/canonical.js.map +1 -1
- package/dist/cli.js +124 -123
- package/dist/engine.d.ts +2 -2
- package/dist/engine.js +9028 -7117
- package/dist/engine.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9040 -7129
- package/dist/index.js.map +1 -1
- package/dist/{schema-qelg8gw8.d.ts → schema-o4oXUVBP.d.ts} +10 -0
- package/dist/{target-descriptor-Dhdg8s2o.d.ts → target-descriptor--Nw5i4v3.d.ts} +1 -1
- package/dist/targets.d.ts +3 -3
- package/dist/targets.js +8896 -6991
- package/dist/targets.js.map +1 -1
- package/package.json +1 -1
- package/schemas/agentsmesh.json +18 -3
- package/schemas/pack.json +6 -1
|
@@ -149,6 +149,7 @@ interface CanonicalFiles {
|
|
|
149
149
|
declare const configSchema: z.ZodObject<{
|
|
150
150
|
version: z.ZodLiteral<1>;
|
|
151
151
|
targets: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
152
|
+
amp: "amp";
|
|
152
153
|
antigravity: "antigravity";
|
|
153
154
|
"claude-code": "claude-code";
|
|
154
155
|
cline: "cline";
|
|
@@ -157,11 +158,15 @@ declare const configSchema: z.ZodObject<{
|
|
|
157
158
|
copilot: "copilot";
|
|
158
159
|
cursor: "cursor";
|
|
159
160
|
"gemini-cli": "gemini-cli";
|
|
161
|
+
goose: "goose";
|
|
160
162
|
junie: "junie";
|
|
161
163
|
"kilo-code": "kilo-code";
|
|
162
164
|
kiro: "kiro";
|
|
165
|
+
opencode: "opencode";
|
|
163
166
|
"roo-code": "roo-code";
|
|
167
|
+
warp: "warp";
|
|
164
168
|
windsurf: "windsurf";
|
|
169
|
+
zed: "zed";
|
|
165
170
|
}>>>;
|
|
166
171
|
features: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
167
172
|
rules: "rules";
|
|
@@ -178,6 +183,7 @@ declare const configSchema: z.ZodObject<{
|
|
|
178
183
|
source: z.ZodString;
|
|
179
184
|
version: z.ZodOptional<z.ZodString>;
|
|
180
185
|
target: z.ZodOptional<z.ZodEnum<{
|
|
186
|
+
amp: "amp";
|
|
181
187
|
antigravity: "antigravity";
|
|
182
188
|
"claude-code": "claude-code";
|
|
183
189
|
cline: "cline";
|
|
@@ -186,11 +192,15 @@ declare const configSchema: z.ZodObject<{
|
|
|
186
192
|
copilot: "copilot";
|
|
187
193
|
cursor: "cursor";
|
|
188
194
|
"gemini-cli": "gemini-cli";
|
|
195
|
+
goose: "goose";
|
|
189
196
|
junie: "junie";
|
|
190
197
|
"kilo-code": "kilo-code";
|
|
191
198
|
kiro: "kiro";
|
|
199
|
+
opencode: "opencode";
|
|
192
200
|
"roo-code": "roo-code";
|
|
201
|
+
warp: "warp";
|
|
193
202
|
windsurf: "windsurf";
|
|
203
|
+
zed: "zed";
|
|
194
204
|
}>>;
|
|
195
205
|
features: z.ZodArray<z.ZodEnum<{
|
|
196
206
|
rules: "rules";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as CanonicalFiles, c as CanonicalRule, V as ValidatedConfig } from './schema-
|
|
1
|
+
import { b as CanonicalFiles, c as CanonicalRule, V as ValidatedConfig } from './schema-o4oXUVBP.js';
|
|
2
2
|
|
|
3
3
|
/** Result of generating files for a target */
|
|
4
4
|
interface GenerateResult {
|
package/dist/targets.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { e as TargetDescriptor, h as TargetLayoutScope, C as ContentNormalizer, d as ImportResult } from './target-descriptor
|
|
2
|
-
export { E as ExtraRuleOutputContext, a as ExtraRuleOutputResolver, F as FeatureLinter, b as GeneratedOutputMerger, c as GlobalTargetSupport, I as ImportPathBuilder, R as RuleLinter, S as ScopeExtrasFn, T as TargetCapabilities, f as TargetGenerators, g as TargetLayout, i as TargetLintHooks, j as TargetManagedOutputs, k as TargetOutputFamily, l as TargetPathResolvers } from './target-descriptor
|
|
3
|
-
import './schema-
|
|
1
|
+
import { e as TargetDescriptor, h as TargetLayoutScope, C as ContentNormalizer, d as ImportResult } from './target-descriptor--Nw5i4v3.js';
|
|
2
|
+
export { E as ExtraRuleOutputContext, a as ExtraRuleOutputResolver, F as FeatureLinter, b as GeneratedOutputMerger, c as GlobalTargetSupport, I as ImportPathBuilder, R as RuleLinter, S as ScopeExtrasFn, T as TargetCapabilities, f as TargetGenerators, g as TargetLayout, i as TargetLintHooks, j as TargetManagedOutputs, k as TargetOutputFamily, l as TargetPathResolvers } from './target-descriptor--Nw5i4v3.js';
|
|
3
|
+
import './schema-o4oXUVBP.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
|
6
6
|
/** Register a full target descriptor (for plugins). */
|