summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 74fe1ae..bc84a36 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -1,6 +1,6 @@
-# KISS Media Player — Agent Documentation
+# Player — Agent Documentation
-This file is written for coding agents working on the `kiss-media-player` project.
+This file is written for coding agents working on the `player` project.
---
@@ -81,8 +81,8 @@ Available targets (from `Magefile.go`):
| `mage test` | Run `go test ./...` |
| `mage install` | Build and copy `play` to `$GOPATH/bin` (or `~/go/bin`) |
| `mage clean` | Remove the `play` binary |
-| `mage docker-build` | Build container image as `kiss-media-player:latest` |
-| `mage docker-push` | Push `kiss-media-player:latest` to registry |
+| `mage docker-build` | Build container image as `player:latest` |
+| `mage docker-push` | Push `player:latest` to registry |
---