Skip to content

Commit 728ea20

Browse files
committed
fix broken links in agents.md
1 parent 9b7df27 commit 728ea20

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gemini/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "contextFileName": "AGENTS.md" }

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This file provides guidance to AI Agents when working with code in this reposito
44

55
## Agents Docs
66

7-
- Coding Conventions: @docs/agents/AgentsCodingConvention.md
8-
- Agents Directive: @docs/agents/AgentsDirective.md
7+
- Coding Conventions: @docs/agents/CodingConventions.md
8+
- Agents Directive: @docs/agents/OperationalDoctrine.md
99
- GoDocs: @docs/agents/GoDocs.md
1010

1111
## Behavior Guidance
@@ -124,6 +124,7 @@ Flow uses a high-assurance approach where:
124124
- Use mock generators: run `make generate-mocks` after interface changes
125125
- Follow the existing pattern of `*_test.go` files
126126
- Use fixtures for realistic test data. Defined in `/utils/unittest/`
127+
- Some tests may be flaky. If unrelated tests fail, try them again before debugging.
127128
128129
### Build System
129130
- Uses Make and Go modules

GEMINI.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)