duclaw-cli 3.0.0 → 3.0.1

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.
@@ -6,12 +6,19 @@
6
6
  */
7
7
  export { duclawPreset, } from "./duclawPreset";
8
8
  export type { DuclawPreset, } from "./duclawPreset";
9
+ /**
10
+ * Duclaw product agent factory for in-repo product runtimes.
11
+ *
12
+ * Product code should import this code-level SDK subpath instead of importing
13
+ * the published npm package name back into the same repository.
14
+ */
15
+ export { createAgent, getDefaultAgentConfig, } from "../agent/createAgent";
9
16
  /**
10
17
  * @deprecated Prefer `duclawPreset()` for product composition. This export is
11
18
  * kept for one compatibility window for callers that still need the raw Duclaw
12
19
  * runtime config.
13
20
  */
14
- export { getDefaultAgentConfig, } from "../agent/duclawAgentConfig";
21
+ export { getDefaultAgentConfig as getDefaultDuclawAgentConfig } from "../agent/duclawAgentConfig";
15
22
  /**
16
23
  * @deprecated Prefer `duclawPreset()` unless you intentionally need to compose
17
24
  * Duclaw product tools manually.
@@ -1 +1 @@
1
- {"version":3,"file":"duclaw.d.ts","sourceRoot":"","sources":["../../src/sdk/duclaw.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACH,YAAY,GACf,MAAM,gBAAgB,CAAC;AAExB,YAAY,EACR,YAAY,GACf,MAAM,gBAAgB,CAAC;AAExB;;;;GAIG;AACH,OAAO,EACH,qBAAqB,GACxB,MAAM,4BAA4B,CAAC;AAEpC;;;GAGG;AACH,OAAO,EACH,kBAAkB,EAClB,iBAAiB,GACpB,MAAM,sBAAsB,CAAC;AAE9B;;;GAGG;AACH,OAAO,EACH,4BAA4B,GAC/B,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"duclaw.d.ts","sourceRoot":"","sources":["../../src/sdk/duclaw.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACH,YAAY,GACf,MAAM,gBAAgB,CAAC;AAExB,YAAY,EACR,YAAY,GACf,MAAM,gBAAgB,CAAC;AAExB;;;;;GAKG;AACH,OAAO,EACH,WAAW,EACX,qBAAqB,GACxB,MAAM,sBAAsB,CAAC;AAE9B;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,IAAI,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAElG;;;GAGG;AACH,OAAO,EACH,kBAAkB,EAClB,iBAAiB,GACpB,MAAM,sBAAsB,CAAC;AAE9B;;;GAGG;AACH,OAAO,EACH,4BAA4B,GAC/B,MAAM,oBAAoB,CAAC"}