Skip to content

Commit ee8a81c

Browse files
committed
chore: add agent context files
1 parent 6aac6d0 commit ee8a81c

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,9 @@ infrastructure/ecs-fargate/.terraform.lock.hcl
7979
.gemini/agents/
8080
everspring_mcp.tar.gz
8181
scripts/reindex_all_tiers.sh
82+
83+
.gemini/
84+
gha-creds-*.json
85+
86+
# Gemini Context Files
87+
PROJECT_CONTEXT.md

GEMINI.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# System Instructions for Gemini CLI
2+
3+
When working in the `everspring-mcp` project, you MUST adhere to the following rules:
4+
5+
1. **Load Context:** At the beginning of any complex task, refactoring, or architectural discussion, read the `PROJECT_CONTEXT.md` file located in the root of the workspace to understand the system's architecture, data flows, and tiers.
6+
2. **Maintain Context:** If your changes introduce new core modules, alter the data pipeline (Scrape -> S3 -> Sync -> Index -> Serve), or change the tiered architecture (main, slim, xslim), you are required to update `PROJECT_CONTEXT.md` to reflect these changes.

0 commit comments

Comments
 (0)