Apply updated Codex repository kit
Some checks failed
Build / verify (push) Failing after 12m49s
Codex Template Compliance / template-compliance (push) Failing after 6s

This commit is contained in:
MrSphay
2026-05-03 22:22:57 +02:00
parent b2e09396ba
commit c02413813b
10 changed files with 335 additions and 1 deletions

30
docs/release-notes.md Normal file
View File

@@ -0,0 +1,30 @@
# Modrinth Plus Unreleased
## Downloads
Release artifacts are not published yet.
## Highlights
- Connected Library can track public Git-hosted modpack manifests.
- Per-pack auto-update can be enabled after a pack is connected.
- Gitea Actions are used as the verification runner.
## Security
- Dependency audit: pending runner/toolchain confirmation.
- Secret handling: no tokens are stored by Connected Library v1.
- External network calls: public HTTPS manifest and `.mrpack` downloads.
## Verification
| Check | Result |
| --- | --- |
| Gitea Actions build | Must pass before release |
| Frontend lint | Covered by Gitea build workflow |
| Rust clippy | Covered by Gitea build workflow |
| Artifact download | Pending release packaging |
## Notes
This fork is not release-ready until packaging and artifact names are finalized.