docs: add AGENTS.md and document issue-driven workflow
Some checks failed
Lint and Build / format (push) Successful in 40s
Lint and Build / clippy (push) Successful in 1m37s
Lint and Build / build (push) Successful in 3m45s
Lint and Build / test (push) Failing after 1s

- Add AGENTS.md as the cross-agent entry point (lean; points to
  .gooserules and docs/AI_* for detail)
- Document the Forgejo issue-driven workflow (report → triage →
  implement → close) and API patterns in .gooserules
- Add Forgejo step to the pre-change checklist
- Gitignore .forgejo-token
This commit is contained in:
goose 2026-07-18 11:20:14 -03:00
parent 147d722570
commit 6a569da3b1
3 changed files with 123 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
.env
.env.local
.env.*.local
.forgejo-token
node_modules/
dist/
target/