Skip to content

Commit 34b783b

Browse files
authored
Merge pull request #23 from jdorfman/jd-add-link-20250609115553
Add link to built-with and update agent.md
2 parents 5f76838 + 18fd3a9 commit 34b783b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

AGENT.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,18 @@
2020

2121
## Subagents
2222
- If the prompt is "1. Task 1, 2. Task 2", you MUST use subagents to accomplish the tasks
23+
24+
## Git
25+
- If `/git` is used in the prompt, you MUST use the following Git commands: `git status`, `git add`, `git diff`, `git commit`, `git push` to accomplish the task.
26+
27+
Here's a rewritten version of the prompt with improved clarity and structure:
28+
29+
# Git Command Instructions
30+
31+
When `/git` is included in a prompt, you will exclusively use the following Git commands to help you accomplish the following task:
32+
33+
- `git status` - To check the current state of your repository
34+
- `git add` - To stage files for commit
35+
- `git diff` - To view changes between commits or working directory and index
36+
- `git commit` - To record changes to the repository (summarizing git status and git diff)
37+
- `git push` - To push local branch content to a remote repository

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ An **unofficial** curated list of resources for Amp, an AI coding agent by Sourc
5858

5959
### Built with Amp
6060

61-
- [Unofficial Amp CLI Documentation](https://github.com/jdorfman/awesome-amp-code/blob/main/amp_cli_docs.md)
61+
- [Unofficial Amp CLI Documentation](https://github.com/jdorfman/awesome-amp-code/blob/main/docs/amp_cli_docs.md)
6262
- [Vibes Catcher](https://www.vibescatcher.com/)
6363
- [MyScratchpad Vscode Extension](https://marketplace.visualstudio.com/items?itemName=jccoder.myscratchpad)
6464
- [Unofficial Amp Supervisor](https://github.com/ctrl-cheeb-del/manager)
6565
- [llm-rules MCP](https://www.npmjs.com/package/llm-rules)
66+
- [amp.el - Emacs integration for Amp](https://github.com/shaneikennedy/amp.el)
6667

6768
### Amp CLI
6869

0 commit comments

Comments
 (0)