cclaw-cli 0.48.4 → 0.48.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/types.d.ts CHANGED
@@ -109,6 +109,10 @@ export interface TddPathConfig {
109
109
  export interface CompoundConfig {
110
110
  recurrenceThreshold?: number;
111
111
  }
112
+ export interface IronLawsConfig {
113
+ mode?: "advisory" | "strict";
114
+ strictLaws?: string[];
115
+ }
112
116
  export interface CclawConfig {
113
117
  version: string;
114
118
  flowVersion: string;
@@ -173,6 +177,8 @@ export interface CclawConfig {
173
177
  * discipline tractable without forcing it on tiny quick-track fixes.
174
178
  */
175
179
  sliceReview?: SliceReviewConfig;
180
+ /** Optional per-law strictness controls for hook-enforced iron laws. */
181
+ ironLaws?: IronLawsConfig;
176
182
  }
177
183
  /**
178
184
  * @deprecated Use `CclawConfig` instead.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cclaw-cli",
3
- "version": "0.48.4",
3
+ "version": "0.48.6",
4
4
  "description": "Installer-first flow toolkit for coding agents",
5
5
  "type": "module",
6
6
  "bin": {