Initialize standalone ani-cli-web

This commit is contained in:
Dymas
2026-05-11 11:53:51 +02:00
commit ec6efac9e1
6 changed files with 1416 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Changelog
## 0.1.0 - 2026-05-11
- Split `ani-cli-web` into a standalone project that uses system-wide `ani-cli`.
- Added project hygiene files: `.gitignore`, `VERSION`, and this changelog.
- Documented runtime state handling and standalone project layout.