ACE World Intelligence
ACE World Intelligence is an inert Domain Pack and reference solution for making sense of a changing public issue. It separates admitted records, attributed claims, corroboration, disputes, ACE inference, unknowns, and conditional scenarios instead of presenting one opaque summary as truth.
This repository is a consumer of the public ACE Core + Intelligence distribution. It does not own a reasoning runtime, graph, state store, authority system, detector engine, or feedback loop.
- Distribution:
ace-domain-world-intelligence0.8.0 — JSON-only, data-only, inert - Requires: Python 3.12 and
ace-core>=0.4.1,<0.5 - Status: release candidate. The 0.8.0 tag, GitHub Release, and PyPI publication are pending
and have not occurred yet. See
docs/releases/world-intelligence-p2c-v0.8.0.md.
What you install, and what you get
The product is split into three layers, and this repository owns only the third.
| Layer | Distribution | What it is |
|---|---|---|
| ACE Core | ace-core (public on PyPI, 0.4.1) |
The runtime: identity, graph, immutable records, temporal validation, lineage, admission, replay. |
| ACE Intelligence | shipped with ACE Core | The domain-neutral contracts: the pack compiler, activation binding, detection, Case, Brief synthesis, and epistemic-status validation that packs are checked against. |
| World Intelligence Domain Pack | ace-domain-world-intelligence (this repository) |
JSON declarations only — ontology, source mapping, detection, personas, synthesis, epistemic-status vocabulary, and frozen conformance fixtures. |
Installing the Domain Pack adds data, not behaviour. The wheel contains no .py, no entry
points, and no install hooks; nothing in it executes on install or import. ACE Core compiles those
JSON modules and does the reasoning. If you want to sense a live official source, you additionally
install a separately reviewed connector — see Connector boundary.
Install (after publication)
These commands become valid once 0.8.0 is published. They are documented ahead of the tag so the consumption model is reviewable now; they will not resolve until publication happens.
With uv:
uv add "ace-domain-world-intelligence==0.8.0"
With pip:
pip install "ace-domain-world-intelligence==0.8.0"
Either command also brings in ace-core>=0.4.1,<0.5, which is already public. It does not bring
in the Federal Register connector; that is a deliberate boundary, not an omission.
Resolve the pack data from the installed distribution:
import json
from importlib.resources import files
manifest = json.loads(
files("domain_packs.world_intelligence").joinpath("manifest.json").read_text(encoding="utf-8")
)
print(manifest["metadata"]["pack_id"]) # world_intelligence
Use it today, from a source checkout
Until the release is published, run everything from a checkout alongside an ACE Core checkout or installation:
# from the root of this checkout
export REPO="$PWD"
export ACE=/path/to/ace-core
export PYTHONPATH="$REPO:$REPO/adapters/federal_register_source/src:$ACE"
export PY="$ACE/.venv/bin/python"
PYTHONPATH above includes the connector source so that the P2C packet runs. Drop that middle entry
and the P2C modules skip rather than fail.
Product loop
authorized public sources
→ attributable Observations and entity state
→ event, actor, institution, issue, policy, claim, and source graph
→ meaningful Signal or Shift
→ cited reality Brief
→ user correction or disposition
→ governed Outcome and feedback
Current milestone
P2A proved that a materially different, JSON-only World Intelligence pack compiles through the
unchanged ACE pack compiler (pack_ir:683de57a71669814e507d07d65a109db, seven conformance tests).
P2B freezes the golden 72-hour public-issue scenario: the synthetic, hermetic, redistributable
meridia_reservoir_release_72h packet. It pins eight timestamped source records across four
provenance families (including two syndicated copies and a publisher correction), a
nineteen-entity graph exercising all eleven relation types, an official status change, four
material categorical shifts plus one numeric shift, one runtime-routable signal, and an exact
Reality Brief whose seventeen statements carry all seven epistemic statuses. Nine negative
vectors fail closed, from missing attribution through divergent replay.
The additive P2B PREPARED replay now compiles and activation-binds detection v1alpha2, admits all
eight source records as PREPARED Observations, reproduces all five Shifts, emits only the intended
four Signals, and resolves all four persona routes. The claim-corroboration Shift is represented
through ACE's generic resource-set admission without inventing a Signal. The frozen scenario and
default 0.1.0 pack identities remain unchanged.
The replay also freezes those developments into ACE's public immutable Case contract. Four routed Signals plus the non-routed corroboration Shift form one five-member Case that transitively binds the complete 28-resource scenario closure. World supplies the case type and purpose; ACE owns the identity, temporal validation, lineage resolution, admission, and replay.
An additive Case-bound packet now consumes ACE's public CaseBriefSynthesisService over that exact
Case. It admits the routed derivations through ACE's durable PREPARED ledger without duplicating any
source record, derives one compatible template and persona scope from the four exact attention
receipts, freezes all 26 closure resources as Core context, and emits one governed, grounded,
atomically persisted, deterministically replayable Reality Brief that carries the Case in lineage:
brief:8fb3173069eca502652b1c9c004c92e6. WI-CR-005 is closed.
Per-statement epistemic status (WI-CR-002) and derivation-family independence (WI-CR-003) are
now closed through public, domain-neutral ACE contracts. World declares its seven-label vocabulary;
ACE validates each statement against its exact supports and proves that corroborated spans at least
two admitted derivation families. The Ledger report and the independent Basin gauge satisfy that
rule, while Coastal Wire and Harborview collapse into the Ledger root despite being different
publishers. The durable projection discloses the exact root-to-member partition used by the proof.
Supersession-impact enumeration (WI-CR-004) is now closed too, so no public-platform contract
request remains open. When a record is superseded, ACE enumerates exactly what depended on it,
directly and transitively, and appends that answer as an additive immutable record. Both frozen
corrections are exercised: the Ledger correction reaches 11 resources and 9 Brief claims, the Order
supersession reaches 7 resources and 5 claims, and each projection discloses the resources it found
unaffected so the boundary is visible rather than inferred. Impact means dependency, not
falsehood — the prior Brief keeps its exact identity, replays byte-identically, and is never
rewritten.
P2C adds the first official-source sensing proof without mutating that frozen pack. A separate,
JSON-only activation pack (pack_ir:1847032fc5301bba9b6f85d3d091400d) maps one exact Federal
Register document, while a separately versioned, transport-injected adapter validates the exact
source, artifact, URI, network attestations, and closed payload. ACE then admits one acquisition
receipt, source snapshot, visibly LIVE Observation, LIVE Entity Snapshot, and admission receipt as
one atomic transaction. Exact replay and fresh-service restart replay perform no second capture.
The conformance transport is a recorded, network-free response from the reviewed official API URI;
it proves the governed LIVE contract and deterministic admission, not that the test suite performed
a live network request. FederalRegister.gov is explicitly labeled as not the official legal edition,
and the corresponding govinfo.gov PDF is retained as the official-format verification reference.
No Signal, Shift, Brief, Decision, Outcome, feedback, delivery, publishing, persuasion, or external
action is created.
What the public World proof demonstrates
Generate a self-contained visual Reality Brief and its exact machine-readable backing data:
PYTHONPATH=/path/to/domain-world-intelligence:/path/to/ace-core \
/path/to/ace-core/.venv/bin/python scripts/public_demo.py
The command writes artifacts/public-demo/index.html and demo-data.json. It runs the accepted
independence and correction-impact harnesses, refuses to render if the pinned release proof drifts,
and uses no external web assets.
It demonstrates four things, and only these:
- Two publishers are not two sources. Coastal Wire and Harborview are different publishers, but both derive from the Ledger report and collapse into one derivation family. Only the Ledger + Basin pairing satisfies the Brief's two-family corroboration rule.
- Every statement carries its own epistemic status. The seven-label World vocabulary is validated by ACE against each statement's exact supports, not asserted by the pack.
- Corrections append rather than rewrite. Admitting the later Ledger correction produces a governed impact projection over 11 downstream resources and 9 Brief claims, and discloses the 16 resources it found unaffected. Impact means dependency, not falsehood.
- The result is reproducible. The prior Brief keeps its exact identity and replays byte-identically, and the two artifacts are byte-identical across runs.
Exact public identities reproduced by the demo:
- Case:
case:412426eee708d56f6bda931ccf9e5d8b - Brief:
brief:25d8232c9bfa27050bdcb160fb75f06c
The page is explicitly a synthetic PREPARED / FROZEN scenario, not a live news product. It does
not monitor the news, and it takes no action of its own. See
docs/releases/world-intelligence-public-demo-v0.7.0.md
for the 0.7.0 release boundary and full identity list.
Connector boundary
This repository ships an inert Domain Pack. The Federal Register connector is a separately
versioned executable artifact, ace-ext-world-federal-register-source 0.1.0, with its own review
boundary:
- it is not a dependency of the Domain Pack, and no extra reintroduces it;
- installing
ace-domain-world-intelligencenever installs it; - it is not published by this repository's release workflow, which builds and uploads the root sdist and wheel only;
- it contains no network client — it accepts only an injected, separately reviewed transport, and
validates the exact artifact identity, source type, HTTPS URI, empty redirect chain, absence of
credentials, exact HTTP 200
application/json, bounded strict JSON, globally routable address attestations, DNS-rebinding protection, and monotonic operation times; - to exercise it, put it on the path explicitly. Omit it and the P2C modules skip rather than fail.
Rebuild the connector reproducibly:
cd adapters/federal_register_source
SOURCE_DATE_EPOCH=1735689600 uv build --wheel
A production host must supply and review a real transport that enforces address validation and rebinding protection throughout use. The shipped conformance material does not do that for you.
Verification
With $REPO, $ACE, $PYTHONPATH, and $PY exported as in
Use it today:
# Complete suite, including every frozen P2A/P2B packet and P2C: 81 passed
$PY -m pytest -q
# Connector fail-closed unit suite: 24 passed
$PY -m pytest adapters/federal_register_source/tests -q
# Individual acceptance harnesses
$PY scripts/p2a_compile_acceptance.py
$PY scripts/p2b_scenario_acceptance.py --negative
$PY scripts/p2b_prepared_replay.py
$PY scripts/p2b_case_brief.py
$PY scripts/p2b_status_case_brief.py
$PY scripts/p2b_independent_case_brief.py
$PY scripts/p2c_federal_register_live_acceptance.py
Or run the same gates through the locked environment, as CI does:
uv sync --frozen --no-install-project
uv run --no-sync pytest # World suite: 81 passed
uv run --no-sync pytest tests/test_release_contract.py # publishable-identity gate
uv run --no-sync pytest adapters/federal_register_source/tests # connector: 24 passed
Expected totals as of 2026-08-08: complete World suite 81 passed, connector suite
24 passed. The public demo reproduces case:412426eee708d56f6bda931ccf9e5d8b and
brief:25d8232c9bfa27050bdcb160fb75f06c, and its two artifacts are byte-identical across runs.
The exact identities, negative cases, and artifact proofs are recorded in
docs/audits/world-intelligence-p2a-2026-08-06.md
and
docs/audits/world-intelligence-p2b-2026-08-06.md,
with the interpreter and Case proof in
docs/audits/world-intelligence-p2b-prepared-replay-2026-08-07.md
and the governed Case-bound Brief proof in
docs/audits/world-intelligence-p2b-case-brief-2026-08-07.md,
the per-statement status proof in
docs/audits/world-intelligence-p2b-status-case-brief-2026-08-07.md,
and the independent-corroboration proof in
docs/audits/world-intelligence-p2b-independent-case-brief-2026-08-07.md.
The governed official-source admission proof is recorded in
docs/audits/world-intelligence-p2c-federal-register-live-2026-08-07.md.
Release-level scope, artifacts, and open gates are recorded in
docs/releases/world-intelligence-p2c-v0.8.0.md,
and version history in CHANGELOG.md.
Guardrails
- A publisher is not assigned a hidden universal truth score.
- Repetition and syndication are not independent corroboration.
- Claims retain attribution.
- Corrections append state rather than rewriting history.
- Inference and scenario material remain explicitly labeled.
- Persona routing never changes an evidence status.
- No political persuasion, voter targeting, autonomous publishing, or external action.
World Intelligence does not watch live news feeds, does not decide anything on its own, and does not publish, deliver, or act outside the process that invokes it. Every LIVE capture demonstrated here is one explicitly requested, governed, read-only retrieval.
Next: add a separately reviewed, opt-in network transport for the exact source-adapter contract, then exercise P2D multi-source conflict and correction with LIVE inputs. Neither step may add publishing, delivery, persuasion, or other external-action authority.
License
Apache-2.0.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ace_domain_world_intelligence-0.8.0.tar.gz.
File metadata
- Download URL: ace_domain_world_intelligence-0.8.0.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a91ec786ffc82f92a9d1250a85965fa6cd006f433a88f8692e82f7546fc917c5
|
|
| MD5 |
adbeef15162ff7fb17f8f52a9d58e5ef
|
|
| BLAKE2b-256 |
a023b1d5679a4fd58ef06d7d04e2456ca067b1e455298954a64e0f02bc72c504
|
Provenance
The following attestation bundles were made for ace_domain_world_intelligence-0.8.0.tar.gz:
Publisher:
publish.yml on augmented-cognition-engine/domain-world-intelligence
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ace_domain_world_intelligence-0.8.0.tar.gz -
Subject digest:
a91ec786ffc82f92a9d1250a85965fa6cd006f433a88f8692e82f7546fc917c5 - Sigstore transparency entry: 2398210354
- Sigstore integration time:
-
Permalink:
augmented-cognition-engine/domain-world-intelligence@a19126814fe620131ca1ccef4d91f57b27c275af -
Branch / Tag:
refs/tags/v0.8.0 - Owner: https://github.com/augmented-cognition-engine
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a19126814fe620131ca1ccef4d91f57b27c275af -
Trigger Event:
release
-
Statement type:
File details
Details for the file ace_domain_world_intelligence-0.8.0-py3-none-any.whl.
File metadata
- Download URL: ace_domain_world_intelligence-0.8.0-py3-none-any.whl
- Upload date:
- Size: 52.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed088e4bef56fca95efd1cc7ac427fa83ed405a1eae414bde7fa3ce0a1f7c395
|
|
| MD5 |
31671f0598056eddc61a409e6d1947f7
|
|
| BLAKE2b-256 |
0e5d3ef2cc0bce1ef5722e428795cdb661ce75d0d49f29757fc2aa0c5faa6d60
|
Provenance
The following attestation bundles were made for ace_domain_world_intelligence-0.8.0-py3-none-any.whl:
Publisher:
publish.yml on augmented-cognition-engine/domain-world-intelligence
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ace_domain_world_intelligence-0.8.0-py3-none-any.whl -
Subject digest:
ed088e4bef56fca95efd1cc7ac427fa83ed405a1eae414bde7fa3ce0a1f7c395 - Sigstore transparency entry: 2398210599
- Sigstore integration time:
-
Permalink:
augmented-cognition-engine/domain-world-intelligence@a19126814fe620131ca1ccef4d91f57b27c275af -
Branch / Tag:
refs/tags/v0.8.0 - Owner: https://github.com/augmented-cognition-engine
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a19126814fe620131ca1ccef4d91f57b27c275af -
Trigger Event:
release
-
Statement type: