You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/agents/developer.agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Follow these patterns exactly as they exist in the codebase:
74
74
- CRD types live in `api/v1alpha1/` — never define new types elsewhere
75
75
- Storage backends are in `pkg/storage/`
76
76
- GitHub integration is in `pkg/github/`
77
-
- Test utilities are in `pkg/testutils/`
77
+
- Test utilities are in `pkg/testutils/` — all shared e2e helpers (`NeedsRebuild`, `ComputeBuildContextHash`, `SplitImageRef`, etc.) MUST live here; never duplicate them per-suite
78
78
79
79
**Testing**:
80
80
- Tests use Ginkgo v2 (`Describe`, `Context`, `It`, `BeforeEach`, `AfterEach`)
Copy file name to clipboardExpand all lines: .github/agents/planner.agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
description: "Use when: planning a new feature, designing a change, creating a spec, gathering requirements, breaking down work, clarifying scope, or starting implementation of anything in the OpenDepot project. Produces a structured implementation plan saved to session memory for the developer agent."
3
3
name: "OpenDepot Planner"
4
-
tools: [read, edit, agent, todo]
4
+
tools: [read, search, web, vscode/memory]
5
5
argument-hint: "Describe the feature or change you want to implement"
0 commit comments