@pagenary/publisher 2026.6.10 → 2026.6.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -89,7 +89,9 @@ inspect, build, or run the AIWG project from `~/dev/aiwg`.
89
89
  - **Fortemi-backed full-text search** — ranked results with snippets over a static
90
90
  chunked index emitted at build time; lazy chunk fetch (precache) and offset
91
91
  paging for infinite scroll, with a clean in-browser fallback. No server, no WASM.
92
- See `docs/ARCHITECTURE.md` and `.aiwg/architecture/adr/ADR-015-fortemi-core-search-adapter.md`.
92
+ The engine is *vendored* (`@fortemi/core`) — see `docs/VENDORING.md` for the
93
+ process, `docs/ARCHITECTURE.md`, and
94
+ `.aiwg/architecture/adr/ADR-015-fortemi-core-search-adapter.md`.
93
95
  - **Manifest-Driven Nav** — declarative navigation structure
94
96
  - **Keyboard Navigation** — arrow keys, Enter to select
95
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagenary/publisher",
3
- "version": "2026.6.10",
3
+ "version": "2026.6.11",
4
4
  "type": "module",
5
5
  "description": "Multi-tenant static publishing component for Pagenary platform.",
6
6
  "license": "AGPL-3.0-or-later",
@@ -67,6 +67,7 @@
67
67
  "terser": "^5.44.0"
68
68
  },
69
69
  "devDependencies": {
70
+ "@fortemi/core": "2026.6.6",
70
71
  "jest": "^29.7.0"
71
72
  }
72
73
  }
package/site/index.html CHANGED
@@ -21,7 +21,7 @@
21
21
  </script>
22
22
  <link rel="icon" type="image/png" href="./favicon.png" />
23
23
  <link rel="stylesheet" href="./styles.css" />
24
- <meta name="x-build" content="2026-06-17T21:08:05.316Z" />
24
+ <meta name="x-build" content="2026-06-17T21:38:42.780Z" />
25
25
  </head>
26
26
  <body>
27
27
  <a class="skip-link" href="#app">Skip to content</a>
package/site/robots.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  # Pagenary Docs
2
- # Generated: 2026-06-17T21:08:06.023Z
2
+ # Generated: 2026-06-17T21:38:43.419Z
3
3
 
4
4
  User-agent: *
5
5
  Allow: /
@@ -796,4 +796,4 @@ function communityIdsFor(item, options) {
796
796
 
797
797
  export { AIWG_SCAN_REQUIRED_FIELDS, aiwgDetailHrefForId, aiwgFortemiIndexToCommunityGraph, assertAiwgFortemiChunkManifest, assertAiwgFortemiChunkPart, assertAiwgFortemiIndexExport, buildAiwgChunkedIndex, createAiwgFetchChunkLoader, createAiwgFetchDetailLoader, createAiwgIndexController, createAiwgReviewDecisionExport, encodeAiwgDetailId, getAiwgFortemiFacets, queryAiwgFortemiIndex, validateAiwgFortemiChunkManifest, validateAiwgFortemiChunkPart, validateAiwgFortemiIndexExport };
798
798
  //# sourceMappingURL=aiwg-index.js.map
799
- //# sourceMappingURL=aiwg-index.js.map
799
+ //# sourceMappingURL=aiwg-index.js.map