aboutsummaryrefslogtreecommitdiffstats
path: root/AGENTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index b03c109..5a5b688 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -174,6 +174,14 @@ When adding or updating a package, verify the entry exists and is correct.
**Use the commit skill for all commits.** Do not run `git commit` manually.
+**Remove symlinks before staging.** `sbodl` creates symlinks in the package
+directory pointing to downloaded source archives. These must never be committed
+to git. Before any `git add`, run from the repo root:
+
+```bash
+find . -type l -delete
+```
+
Commit conventions:
- One commit per package add or update.
- Message format: