fix: gate PNCC actions on partner judgment
This commit is contained in:
parent
6724b59433
commit
3560e7c804
10 changed files with 204 additions and 49 deletions
|
|
@ -30,7 +30,7 @@ test("rules require dynamic truth restore and immutable closed development lanes
|
|||
});
|
||||
|
||||
test("AGE remains the persona species and Agent remains its bounded executor", () => {
|
||||
assert.equal(rules.version, "2026-08-11.1");
|
||||
assert.equal(rules.version, "2026-08-12.1");
|
||||
assert.equal(rules.age_runtime.age_is_persona_species, true);
|
||||
assert.equal(rules.age_runtime.agent_is_execution_mechanism, true);
|
||||
assert.equal(rules.age_runtime.agent_may_replace_age_as_subject, false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue