add version display in UI sidebar + version bump rules
- VERSION file at repo root (0.3.0) - vite.config.ts reads VERSION at build time, injects __OIKOS_VERSION__ - App.svelte shows version in sidebar tooltip + subtle text below logo - AGENTS.md §9: every commit to main MUST bump VERSION (patch=bugfix, minor=new features, major=breaking changes)
This commit is contained in:
1
web/src/lib/version.ts
Normal file
1
web/src/lib/version.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const VERSION: string = __OIKOS_VERSION__
|
||||
Reference in New Issue
Block a user