You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When boundary authority changes, the agent updates BEAR IR first, BEAR compiles deterministic structural constraints, and then implementation code fits inside those constraints.
19
-
The result is a stable, machine-parseable governance signal: either green, or a precise failure with a remediation hint.
16
+
## How BEAR works (10 seconds)
17
+
18
+
1. The agent updates BEAR IR when boundary authority must change.
19
+
2.`bear compile` materializes deterministic structural constraints from that IR.
20
+
3. The agent implements code inside those constraints.
21
+
4.`check` and `pr-check` surface drift, bypass, and boundary expansion in CI.
0 commit comments