@hiveai/core 0.20.0 → 0.21.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.
package/dist/index.d.ts CHANGED
@@ -1217,6 +1217,13 @@ interface HaiveConfig {
1217
1217
  * Default: "anchored" — makes "known bad approaches are blocked" true for the precise case.
1218
1218
  */
1219
1219
  antiPatternGate?: "off" | "review" | "anchored" | "strict";
1220
+ /**
1221
+ * Pre-commit/pre-push decision-coverage behaviour. When true (default), the gate SURFACES the
1222
+ * relevant anchored decisions/policies itself and records them in the session marker at commit
1223
+ * time — no separate `haive briefing` step required. Set false for the strict legacy behaviour
1224
+ * where the commit is blocked until a prior briefing covered those decisions.
1225
+ */
1226
+ autoBrief?: boolean;
1220
1227
  /**
1221
1228
  * Execute `kind: "shell" | "test"` memory sensors during `haive sensors check`.
1222
1229
  * These run arbitrary repo-authored commands, so they are OFF by default; turn on per repo