Skip to content

Commit 71b4c2c

Browse files
committed
feat: add AIEP Mirror .well-known/ artifacts for AI crawler discovery
1 parent 72c8b00 commit 71b4c2c

4 files changed

Lines changed: 73 additions & 0 deletions

File tree

.well-known/aiep-index.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"aiep_version": "2.0.0",
3+
"lockfile_version": "1.0.0",
4+
"site": "https://github.com/Phatfella/AIEP-HUB",
5+
"generated_at": "2026-04-09T20:03:19Z",
6+
"index_root_hash": "2f9a4ef6573ca61aa8775849ec7e93cbfa43bf92e22285fc450c494723c42c19",
7+
"entries": [
8+
{
9+
"aiep_version": "2.0.0",
10+
"lockfile_version": "1.0.0",
11+
"source_url": "https://github.com/Phatfella/AIEP-HUB/blob/main/README.md",
12+
"title": "AIEP-HUB",
13+
"content_hash": "sha256:31bc878ba244cf8049f325cd2a5bd37ce91fe216be9931b76df2b2b015463afb",
14+
"last_modified": "2026-04-09T21:00:08+01:00",
15+
"index_hash": "c78ef8a4575ca911893d532dd985fedd16ee21e38b6a17b08f4df938d357f47a"
16+
}
17+
]
18+
}

.well-known/aiep-manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"aiep_version": "2.0.0",
3+
"schema_version": "2.0.0",
4+
"lockfile_version": "1.0.0",
5+
"capability_hash": "0e95c39a434b16e22ddcb87b68fb93cbb4bde575269a20ab186d935e2a53c81e",
6+
"policy_hash": "0c519b40c065a3e606c6ce7f7af055b7478aacf2bc1fba1c57dff3d0b93fd27d",
7+
"site": "https://github.com/Phatfella/AIEP-HUB",
8+
"page_count": 1,
9+
"index_root_hash": "2f9a4ef6573ca61aa8775849ec7e93cbfa43bf92e22285fc450c494723c42c19",
10+
"generated_at": "2026-04-09T20:03:19Z",
11+
"manifest_hash": "7481b301223ef4b5693cf025fe9a6c2d215e2f8b1d99977a733251b18c869b27"
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"schema_version": "2.0.0",
3+
"lockfile_version": "1.0.0",
4+
"enabled": true,
5+
"visibility_default": "PUBLIC",
6+
"public_prefixes": [
7+
"/"
8+
],
9+
"private_prefixes": [],
10+
"mirror_version": "aiep-mirror-py-v2.1.0",
11+
"policy_hash": "0c519b40c065a3e606c6ce7f7af055b7478aacf2bc1fba1c57dff3d0b93fd27d"
12+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"schema_id": "aiep.mirror.v1",
3+
"schema_version": "2.0.0",
4+
"lockfile_version": "1.0.0",
5+
"capability_hash": "0e95c39a434b16e22ddcb87b68fb93cbb4bde575269a20ab186d935e2a53c81e",
6+
"policy_hash": "0c519b40c065a3e606c6ce7f7af055b7478aacf2bc1fba1c57dff3d0b93fd27d",
7+
"content_hash": "31bc878ba244cf8049f325cd2a5bd37ce91fe216be9931b76df2b2b015463afb",
8+
"page_id": "31bc878ba244cf8049f325cd2a5bd37ce91fe216be9931b76df2b2b015463afb",
9+
"generated_at": "2026-04-09T20:03:19Z",
10+
"source_url": "https://github.com/Phatfella/AIEP-HUB/blob/main/README.md",
11+
"visibility": "PUBLIC",
12+
"data": {
13+
"url": "https://github.com/Phatfella/AIEP-HUB/blob/main/README.md",
14+
"canonical_url": "https://github.com/Phatfella/AIEP-HUB/blob/main/README.md",
15+
"title": "AIEP-HUB",
16+
"lang": "en",
17+
"canonical_text": "# AIEP-HUB\n\n[![CI](https://github.com/Phatfella/AIEP-HUB/actions/workflows/ci.yml/badge.svg)](https://github.com/Phatfella/AIEP-HUB/actions/workflows/ci.yml)\n[![License](https://img.shields.io/badge/license-Proprietary-red)](LICENSE)\n[![Release](https://img.shields.io/github/v/tag/Phatfella/AIEP-HUB?label=release)](https://github.com/Phatfella/AIEP-HUB/releases)\n\nThe public-facing hub site for the AIEP (Architected Instruction & Evidence Protocol) platform. Built with Astro 4, deployed on Cloudflare Pages.\n\n---\n\n## What It Is\n\nAIEP-HUB is the canonical web surface for AIEP — hosting the specification library, governance documents, machine interface endpoints, and protocol documentation.\n\n---\n\n## Tech Stack\n\n- **Framework:** Astro 4\n- **Styles:** Design system tokens (`public/styles/design-system/`)\n- **Workers:** Cloudflare Workers (`workers/`)\n- **Deployment:** Cloudflare Pages\n\n---\n\n## Run Locally\n\n```bash\nnpm install\nnpm run dev # Dev server → http://localhost:3000\nnpm run build # Production build → dist/\nnpm run validate # Repo structure validation\nnpx astro check # TypeScript + Astro diagnostics\n```\n\n---\n\n## Part of the AIEP Platform\n\n| Repo | Description |\n|---|---|\n| [AIEP](https://github.com/Phatfella/AIEP) | Full platform workspace (private) |\n| [AIEP-PIEA](https://github.com/Phatfella/AIEP-PIEA) | PIEA application |\n| [AIEP-FORECAST](https://github.com/Phatfella/AIEP-FORECAST) | Forecast application |\n| [AIEP-QARDL](https://github.com/Phatfella/AIEP-QARDL) | Qardl application |\n\n---\n\n## License\n\nApache-2.0 — see [LICENSE](../../LICENSE)\n",
18+
"headings": [
19+
"AIEP-HUB",
20+
"What It Is",
21+
"Tech Stack",
22+
"Run Locally",
23+
"Part of the AIEP Platform",
24+
"License"
25+
],
26+
"links": [],
27+
"images": [],
28+
"meta": {},
29+
"structured_data": []
30+
}
31+
}

0 commit comments

Comments
 (0)