summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 3514455..5614e44 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -10,16 +10,21 @@ TaskSamurai is a fast Terminal User Interface (TUI) for Taskwarrior written in G
```bash
# Build the application
-go-task
+mage build
+# or simply
+mage
# Run the application
-go-task run
+mage run
# Run all tests
-go-task test
+mage test
# Install to $GOPATH/bin
-go-task install
+mage install
+
+# Clean build artifacts
+mage clean
# Run with debug logging
./tasksamurai --debug-log debug.log