react-agentic 0.0.4 → 0.0.6

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/cli/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  createProject,
8
8
  formatTranspileError,
9
9
  init_project
10
- } from "../chunk-ILV2NZWS.js";
10
+ } from "../chunk-D2A3DFND.js";
11
11
  import "../chunk-OO3V32L6.js";
12
12
 
13
13
  // src/cli/index.ts
package/dist/index.d.ts CHANGED
@@ -1922,10 +1922,10 @@ declare class RuntimeMarkdownEmitter {
1922
1922
  * Output:
1923
1923
  * **Runtime Call**: `functionName`
1924
1924
  *
1925
- * | Argument | Value |
1926
- * |----------|-------|
1927
- * | phaseId | CTX.phaseId |
1928
- * | mode | If ctx.flags.gaps then "gap_closure", otherwise "standard" |
1925
+ * | Argument | Source |
1926
+ * |----------|--------|
1927
+ * | projectId | CTX.projectId |
1928
+ * | shouldForce | CTX.flags.dryRun OR CTX.flags.force |
1929
1929
  *
1930
1930
  * **Output Variable**: RESULT
1931
1931
  */
package/dist/index.js CHANGED
@@ -56,7 +56,7 @@ import {
56
56
  transformSkill,
57
57
  transformState,
58
58
  transformToRuntimeBlock
59
- } from "./chunk-ILV2NZWS.js";
59
+ } from "./chunk-D2A3DFND.js";
60
60
  import "./chunk-OO3V32L6.js";
61
61
 
62
62
  // src/components/markdown.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-agentic",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "Compile-time safety for Claude Code commands - malformed commands fail at build time, not runtime",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",