First Release

This commit is contained in:
2026-02-14 19:27:08 -03:00
commit 74a3b88806
5 changed files with 727 additions and 0 deletions

13
doc/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Documentation Index
This directory contains project documentation for `git-tui`.
## Modules
- [`doc/architecture.md`](architecture.md) - architecture and module responsibilities.
- [`doc/usage.md`](usage.md) - installation, runtime requirements, and user workflow.
## Conventions
- Keep public behavior changes documented in both module docs and `CHANGELOG.md`.
- Keep this index updated when adding documentation modules.