You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 2026-08-09 | Initial SDK conventions document created on main. Clarified that entrypoint bridges and loader API shims live in Aprism `aprism-loader-core`, while the `.aep` entrypoint class + manifest live in this repository's loader branches. |
194
194
| 2026-08-09 | Refined the Section 3 loader registry to the exact implemented conventions: Forge section-aware `mods.toml` (honors `mandatory`) + IEventBus constructor injection; Quilt `quilt_loader` block with `init` -> `main` projection and Fabric-compatible dispatch (Quilt's built-in Fabric API compat layer); LiteLoader `LiteMod` interface discovery + `init(File)`. All five loader branches are now developed. |
195
195
| 2026-08-28 | Adopted the AprismWarp editor catalog extension: optional root-level `aprismwarp.editor.json` using `aprismwarp.aep-editor/v1`; added extension self-version guidance and packaging DSL convention. |
196
-
| 2026-08-28 | Added v26.9-Alpha.2 AEP format adaptation to Section 4a: every AEP variant on every Refract branch must carry the editor catalog, the `aprismRange` must match Aprism v26.8, and the extension manifest must declare a `version` field. Verified 32/32 variants structurally; published five Pre-Releases via workflow_dispatch. |
196
+
| 2026-08-28 | Added `v26.9-Alpha 2` AEP format adaptation to Section 4a: every AEP variant on every Refract branch must carry the editor catalog, the `aprismRange` must match Aprism v26.8, and the extension manifest must declare a `version` field. Verified 32/32 variants structurally; published five Pre-Releases via workflow_dispatch. |
197
197
| 2026-08-28 | Strict audit remediation: updated Section 4 template to the shipped reality (`version` 26.9.0-alpha.2, `aprismRange`[26.0.0,28.0.0), explicit `mcEdit`/`mcVersion`), replaced the stale unprefixed tag scheme with the loader-prefixed scheme, and rewrote Section 8 to describe dynamic Aprism core alignment (range-based contract, not version pairing). |
198
+
| 2026-08-28 | Codified Alpha notation: docs/display use the spaced form `v26.9-Alpha 2`; the dotted form is reserved for release tags, artifact filenames and CLI; manifest SemVer stays `26.9.0-alpha.2`. SSH identity attribution fixed locally by registering the actual `aprism_signing` key in the allowed signers file. |
0 commit comments