chore(release): prepare v0.1.0 foundation release and update technology architecture #15

Merged
Ninosaurier merged 3 commits from update-technology-architecture into dev 2026-08-05 15:52:19 +00:00
Owner

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.

## 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
Ninosaurier added the Status/Needs Review label 2026-08-05 15:39:02 +00:00
Ninosaurier self-assigned this 2026-08-05 15:39:02 +00:00
Ninosaurier added 3 commits 2026-08-05 15:39:03 +00:00
docs(update): update README to reflect .gitea/ CI setup and test image sourcing
CI / lint-and-format (push) Successful in 34s
CI / changeset-check (push) Successful in 30s
CI / unit-tests (push) Successful in 37s
CI / component-tests (push) Successful in 30s
2ddf8961c2
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.
docs(update): update README to reflect .gitea/ CI setup and test image sourcing
CI / lint-and-format (push) Successful in 33s
CI / changeset-check (push) Successful in 26s
CI / unit-tests (push) Successful in 36s
CI / component-tests (push) Successful in 29s
9091bdcfae
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.
chore(changeset): prepare v0.1.0 release
CI / lint-and-format (push) Successful in 37s
CI / changeset-check (push) Successful in 25s
CI / unit-tests (push) Successful in 39s
CI / component-tests (push) Successful in 30s
CI / lint-and-format (pull_request) Successful in 32s
CI / changeset-check (pull_request) Successful in 28s
CI / unit-tests (pull_request) Successful in 36s
CI / component-tests (pull_request) Successful in 30s
72c49e6b0f
Ninosaurier merged commit 37bb4e9ea2 into dev 2026-08-05 15:52:19 +00:00
Ninosaurier added Status/Verified and removed Status/Needs Review labels 2026-08-05 15:58:07 +00:00
Sign in to join this conversation.