|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project are documented here. |
| 4 | + |
| 5 | +## [1.0.0] - 2026-05-15 |
| 6 | + |
| 7 | +### Released |
| 8 | +- Published **aeo-registry** as a public TypeScript and Express registry for manifest readiness, claim-surface review, and publisher portfolio posture. |
| 9 | +- Packaged the implementation, browser-rendered proof assets, validation flow, and docs into a repo that treats AEO inventory as an operating system concern instead of a folder of disconnected specs. |
| 10 | +- Clarified the core problem the project is addressing: once AEO programs scale, weak manifests stay live because nobody owns freshness, source coverage, or answer-surface readiness centrally. |
| 11 | + |
| 12 | +### Why this mattered |
| 13 | +- Existing SEO and schema tooling helps teams publish assets, but it does not always give them a durable registry of what is actually safe to expose. |
| 14 | +- AEO teams need something closer to package governance: an index of manifests, claims, and publishers that can be reviewed before weak entries degrade trust. |
| 15 | +- This release turns that gap into a visible control-plane problem. |
| 16 | + |
| 17 | +## [0.1.0] - 2026-02-27 |
| 18 | + |
| 19 | +### Shipped |
| 20 | +- Cut the first coherent internal version of the registry with manifest records, claim queues, and publisher summaries. |
| 21 | +- Anchored the system around freshness, source coverage, and answer-surface readiness instead of around simple file existence. |
| 22 | +- Established the route and payload shape used by the public version. |
| 23 | + |
| 24 | +## [Prototype] - 2025-08-12 |
| 25 | + |
| 26 | +### Built |
| 27 | +- Built the first runnable prototype for indexing AEO manifests and scoring them by readiness. |
| 28 | +- Tested the concept against the kinds of failures that appear in scaling answer-engine programs: stale `llm.txt`, shallow citations, and uneven publisher hygiene. |
| 29 | +- Confirmed that a registry lens was more useful than another single-manifest validator. |
| 30 | + |
| 31 | +## [Design Phase] - 2024-04-23 |
| 32 | + |
| 33 | +### Designed |
| 34 | +- Framed the system around operator visibility and publisher accountability rather than around individual authoring workflows. |
| 35 | +- Chose examples that made sense for infrastructure, SaaS, fintech, and vertical answer-surface programs. |
| 36 | +- Defined the output as something a content or AEO lead could review quickly. |
| 37 | + |
| 38 | +## [Idea Origin] - 2023-06-28 |
| 39 | + |
| 40 | +### Observed |
| 41 | +- The original idea surfaced while looking at how answer-surface programs accumulate manifest sprawl without accumulating equal governance. |
| 42 | +- The recurring pattern was that manifest production was easy to start and difficult to keep coherent at scale. |
| 43 | + |
| 44 | +## [Background Signals] - 2022-10-18 |
| 45 | + |
| 46 | +### Context |
| 47 | +- Earlier work around search, knowledge packaging, and evidence-backed publishing made one pattern obvious: if answer assets are not indexed and scored somewhere central, weak ones tend to remain live by default. |
| 48 | +- That pattern shaped the thinking behind this repo well before the public version existed. |
0 commit comments