Prepare the 1.0.0 GA release surface
Add the repo-side pieces for milestone 5: MIT licensing, real maintainer and forge metadata, a public support doc, 1.0.0 release notes, release-prep tooling, and CI uploads for the full candidate artifact set. Keep source-tree version surfaces honest by reading the local project version in the CLI and About dialog, and cover the new release-prep plus version-fallback behavior with focused tests. Document where raw validation evidence belongs, add the GA validation rollup, and archive the latest readiness review. Milestone 5 remains open until the forge release page is published and the milestone 2 and 3 matrices are filled with linked manual evidence. Validation: PYTHONPATH=src python3 -m unittest discover -s tests -p 'test_*.py'; PYTHONPATH=src python3 -m unittest tests.test_release_prep tests.test_portable_bundle tests.test_aman_cli tests.test_config_ui; python3 -m py_compile src/*.py tests/*.py; PYTHONPATH=src python3 -m aman version
This commit is contained in:
parent
acfc376845
commit
31a1e069b3
28 changed files with 591 additions and 33 deletions
|
|
@ -5,6 +5,9 @@ This is the canonical end-user install path for Aman on X11.
|
|||
For the shortest first-run path, screenshots, and the expected tray/dictation
|
||||
result, start with the quickstart in [`README.md`](../README.md).
|
||||
|
||||
Download published bundles, checksums, and release notes from
|
||||
`https://git.thaloco.com/thaloco/aman/releases`.
|
||||
|
||||
## Supported environment
|
||||
|
||||
- X11 desktop session
|
||||
|
|
@ -42,7 +45,7 @@ sudo zypper install -y portaudio gtk3 libayatana-appindicator3-1 python3-gobject
|
|||
|
||||
## Fresh install
|
||||
|
||||
1. Download `aman-x11-linux-<version>.tar.gz` and `aman-x11-linux-<version>.tar.gz.sha256`.
|
||||
1. Download `aman-x11-linux-<version>.tar.gz` and `aman-x11-linux-<version>.tar.gz.sha256` from the releases page.
|
||||
2. Verify the checksum.
|
||||
3. Extract the bundle.
|
||||
4. Run `install.sh`.
|
||||
|
|
@ -150,3 +153,6 @@ If installation succeeds but runtime behavior is wrong, use the supported recove
|
|||
|
||||
The failure IDs and example outputs for this flow are documented in
|
||||
[`docs/runtime-recovery.md`](./runtime-recovery.md).
|
||||
|
||||
Public support and issue reporting instructions live in
|
||||
[`SUPPORT.md`](../SUPPORT.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue