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.
@@ -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-qelg8gw8.js';
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-Dhdg8s2o.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-Dhdg8s2o.js';
3
- import './schema-qelg8gw8.js';
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). */