mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-29 22:20:36 +02:00
test(aiwg): track refreshed Codex surface
This commit is contained in:
@@ -28,16 +28,16 @@ def _assert_utc_timestamp(value: str) -> None:
|
||||
assert parsed.utcoffset() is not None
|
||||
|
||||
|
||||
def test_aiwg_manifest_requires_release_with_codex_size_fix():
|
||||
def test_aiwg_manifest_requires_current_codex_surface():
|
||||
config = _load_json(".aiwg/aiwg.config")
|
||||
installation = config["installed"]["all"]
|
||||
|
||||
assert _calendar_version(installation["version"]) >= (2026, 8, 11)
|
||||
assert _calendar_version(installation["version"]) >= (2026, 8, 15)
|
||||
assert installation["source"] == "bundled"
|
||||
assert installation["deployedTo"]["codex"] == {
|
||||
"agents": 0,
|
||||
"commands": 50,
|
||||
"skills": 31,
|
||||
"skills": 32,
|
||||
"rules": 2,
|
||||
}
|
||||
_assert_utc_timestamp(installation["installedAt"])
|
||||
|
||||
Reference in New Issue
Block a user