Last active
April 11, 2025 17:20
-
-
Save BadPirate/de0281772f05774353397b984ece5870 to your computer and use it in GitHub Desktop.
Agentic AI Initialization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copy the following file into `AGENT.md` and then execute the steps: | |
``` | |
# Agent Instructions | |
Intelligent agents will reference this file once at the start of a session if given as context and follow the instructions: | |
1. Review #README.md, the README should describe the functionality of #codebase adequately, if there are _major_ differences between the functionality of codebase and the README.md make update to README, if there is no README, then create one describing the project. | |
2. Review #CONTRIBUTING.md, and then #codebase, including any lint rules or developmement patterns established. Update (if there are major differences) or create CONTRIBUTING with a development style guide and rules common to this file | |
3. For every commit or change you make to the file, before making the change make sure that it follows the rules in CONTRIBUTING document | |
``` |
Comments are disabled for this gist.