docs: add README.md and AGENTS.md #49
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/readme-agents-md"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds
README.mdandAGENTS.mdto the repository as requested.README.md
AGENTS.md
llm-bot referenced this pull request2026-06-19 12:57:39 +00:00
@llm-bot I changed the structure and working of the agent a bit, now src/forgejo.ts has been split and cloning is done inside the program (src/git.ts and src/main.ts) can you check if readme and agents need to be updated?
Good call — I've updated both files to reflect the recent structural changes:
README.md:
src/forgejo/as a directory withfetch.tsandindex.ts, and added the newsrc/git.tsAGENTS.md:
src/git.ts) for cloning/checkoutsrc/forgejo/with its two filesThe docs now accurately reflect the current codebase layout.