Prepare the initial v0.1.0 release by adding a Changeset and updating the project documentation after completing Phase 1: Groundwork.
This milestone establishes the project's technical and organizational foundation, including architecture documentation, governance, development workflow, documentation infrastructure, CI infrastructure, and release management.
Changes
Add a Changeset for the upcoming v0.1.0 release
Update the README to reflect the current project structure and testing workflow
Update the Technology Architecture (ADM) documentation to document the CI test environment
Update ADR-0002 to reflect the final testing and CI architecture
Prepare versioning and changelog generation for the first official release
Notes
This pull request does not introduce new user-facing functionality. Instead, it finalizes the documentation and release preparation for v0.1.0 and ensures that the documented architecture matches the implemented development and CI infrastructure.
## Summary
Prepare the initial **v0.1.0** release by adding a Changeset and updating the project documentation after completing **Phase 1: Groundwork**.
This milestone establishes the project's technical and organizational foundation, including architecture documentation, governance, development workflow, documentation infrastructure, CI infrastructure, and release management.
## Changes
* Add a Changeset for the upcoming `v0.1.0` release
* Update the README to reflect the current project structure and testing workflow
* Update the Technology Architecture (ADM) documentation to document the CI test environment
* Update ADR-0002 to reflect the final testing and CI architecture
* Prepare versioning and changelog generation for the first official release
## Notes
This pull request does **not** introduce new user-facing functionality. Instead, it finalizes the documentation and release preparation for **v0.1.0** and ensures that the documented architecture matches the implemented development and CI infrastructure.
Ninosaurier
added this to the v0.1.0 - Phase 1: Groundwork milestone 2026-08-05 15:39:02 +00:00
Adds the .gitea/ directory to the project structure overview and
corrects the claim that local and CI test environments are identical.
Both are built from the same Dockerfile.test, but locally the image is
built on demand while CI pulls a prebuilt version — see ADR-0002 and
the Technology Architecture doc for details.
Adds the .gitea/ directory to the project structure overview and
corrects the claim that local and CI test environments are identical.
Both are built from the same Dockerfile.test, but locally the image is
built on demand while CI pulls a prebuilt version — see ADR-0002 and
the Technology Architecture doc for details.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Prepare the initial v0.1.0 release by adding a Changeset and updating the project documentation after completing Phase 1: Groundwork.
This milestone establishes the project's technical and organizational foundation, including architecture documentation, governance, development workflow, documentation infrastructure, CI infrastructure, and release management.
Changes
v0.1.0releaseNotes
This pull request does not introduce new user-facing functionality. Instead, it finalizes the documentation and release preparation for v0.1.0 and ensures that the documented architecture matches the implemented development and CI infrastructure.