From b67b39edf86b368bb6311ee8019321fb618e7058 Mon Sep 17 00:00:00 2001 From: aseimel Date: Mon, 15 Jun 2026 15:23:32 +0200 Subject: [PATCH] Document Gitea push authentication --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..711f699 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,5 @@ +# party2d_estimates agent notes + +- For repositories on `git.seimel.app`, use the existing Tea/Gitea token from `~/.config/tea/config.yml` for authenticated `git push`/`git fetch` operations. +- Do not print, log, or expose the token. +- Prefer token-authenticated HTTPS over unauthenticated HTTPS or SSH when pushing to `git.seimel.app`.