@aaac/contracts 0.1.4 → 0.1.5

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/dist/index.d.ts CHANGED
@@ -187,6 +187,7 @@ interface OperationIR {
187
187
  description: string;
188
188
  agentWorkflow?: string;
189
189
  agentTask?: string;
190
+ /** Function name for deterministic dispatch; file is `./handlers/{handler}.ts` by convention. */
190
191
  handler?: string;
191
192
  memoryRef?: OperationMemoryRefConfig;
192
193
  options: OptionIR[];
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ import {
26
26
  typesGenerator,
27
27
  validateComponent,
28
28
  writeGeneratedFiles
29
- } from "./chunk-QUUQF3XX.js";
29
+ } from "./chunk-HHPXHKH3.js";
30
30
 
31
31
  // src/index.ts
32
32
  import { createRequire } from "module";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaac/contracts",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Contract definitions for the AAAC (Agent-Assisted Architecture Contracts) toolchain",
5
5
  "type": "module",
6
6
  "bin": {