Skip to content

Commit 5e38051

Browse files
committed
Fix PR #82 review follow-ups
1 parent 3faeddc commit 5e38051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DotPilot.Tests/ControlPlaneDomainContractsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private static ControlPlaneDomainEnvelope CreateEnvelope()
9898
Id = WorkspaceId.New(),
9999
Name = "dotPilot",
100100
RootPath = "/repo/dotPilot",
101-
BranchName = "codex/epic-11-foundation-contracts",
101+
BranchName = "main",
102102
};
103103

104104
var codingAgent = new AgentProfileDescriptor

epic-11-foundation-contracts.plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Out of scope:
2121
- Do not claim the epic is complete unless both direct child issues are covered by real implementation and automated tests.
2222
- Tests must stay realistic and exercise caller-visible flows through public contracts.
2323
- Existing open issue state on GitHub may reflect missing PR closing refs rather than missing code; the branch must still produce real repository improvements before opening a new PR.
24-
- Avoid user-specific local paths or branch names in durable test data and docs.
24+
- Avoid user-specific local paths and workflow-specific branch names in durable test data and user-facing docs; task-local plan notes may still reference the active branch and PR.
2525

2626
## Testing Methodology
2727

0 commit comments

Comments
 (0)