Document usability workflow and add acceptance tests

This commit is contained in:
Thales Maciel 2026-02-26 17:44:20 -03:00
parent 706d9e2da7
commit ba9cb97720
3 changed files with 45 additions and 2 deletions

View file

@ -1,9 +1,12 @@
CONFIG := $(HOME)/.config/aman/config.json
.PHONY: run install sync test check
.PHONY: run doctor install sync test check
run:
uv run python3 src/aman.py --config $(CONFIG)
uv run python3 src/aman.py run --config $(CONFIG)
doctor:
uv run python3 src/aman.py doctor --config $(CONFIG)
sync:
uv sync