Skip to content

Commit 5fbf90d

Browse files
committed
docs: add GEMINI.md with agent instructions
Introduces GEMINI.md to provide high-level instructional context for AI agents. This ensures future interactions respect the project’s primary documentation, execution paths via Makefile, and TDD-based development process.
1 parent 698e97f commit 5fbf90d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

GEMINI.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Enapter Python SDK Instructions
2+
3+
- **Project Information:** Refer to `README.md` for details about the project.
4+
- **Execution Commands:** Refer to `Makefile` for all commands required to build, test, and lint the project. Always use the provided commands instead of running underlying tools directly.
5+
- **Development Process:** This project follows Test-Driven Development (TDD). Always write or update tests before or alongside implementation code.

0 commit comments

Comments
 (0)