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
chore(ga): repo + version hygiene for public GA cut (#705)
Addresses the public-repo hygiene findings from the GA readiness review.
None are functional/security blockers; this is the public-cut polish pass.
F1 — version surfaces now agree (all -> 0.2.0-rc.17): README, the workflows
README, the root VERSION build-fallback (was 0.1.0-alpha.1), api/openapi.yaml
(title "OpenWatch (Stage 0)" -> "OpenWatch", version, and the stale "three
endpoints" description; it actually serves 123 paths), and the API_GUIDE /
MONITORING_SETUP / PRODUCTION_DEPLOYMENT / QUICKSTART guides (were rc.14).
F2 — untrack the runtime SQLite sidecars .kensa/remediation.db-{shm,wal}
(already gitignored; they were the recurring dirty-tree noise).
F3 — prettier --write the 8 unformatted frontend files (formatting only;
tsc + eslint still clean).
F5 — `make migrate` now runs `openwatch migrate` (was "not yet implemented").
F7 — RELEASING.md + workflows README now state the real signing behavior:
GPG is REQUIRED on a tag-push (release.yml fails closed); only a
workflow_dispatch trial can publish unsigned.
Judgment calls:
F4 — `make lint` now hard-fails on a golangci-lint version mismatch (was a
warning then ran the wrong binary), so local lint matches the pinned CI v1.
F6 — removed the zero-secret-value cruft ignore patterns that hid source/docs
(*test*.ts/.tsx/.mjs are TS source; *_MIGRATION*.md hid migration docs); kept
the *secret*/*password*/*credential* guards (they have negations + real value).
Also: add docs/guides/README.md (a version-agnostic operator-guide index for
hanalyx.com/docs).
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ OpenWatch is the compliance operating system for teams managing Linux infrastruc
20
20
> Python/FastAPI implementation was archived out of the repo on 2026-06-05). The
21
21
> Go tree lives at the **repo root**: Go 1.26 backend (`cmd/`, `internal/`),
22
22
> React 19 + TanStack frontend (`frontend/`), PostgreSQL-only. The current
23
-
> version is `0.2.0-rc.13`, a pre-release, not a GA build.
23
+
> version is `0.2.0-rc.17`, a pre-release, not a GA build.
24
24
25
25

0 commit comments