Skip to content

Commit 618f06e

Browse files
committed
chore: fix fork-features manifest critical code markers
- bash-workdir-validation: match actual log message (session/Instance.directory) - apfel-permission-suggestion: use literal string instead of regex pattern Both fixes ensure verification script can find critical code markers.
1 parent 3277b60 commit 618f06e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.fork-features/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"workdir cannot be empty or whitespace only",
241241
"workdir does not exist or is not a directory",
242242
"workdir is outside project boundary",
243-
"falling back to Instance.directory"
243+
"falling back to session/Instance.directory"
244244
],
245245
"tests": ["packages/opencode/test/tool/bash-workdir.test.ts"],
246246
"upstreamTracking": {
@@ -553,7 +553,7 @@
553553
"newFiles": [],
554554
"modifiedFiles": ["packages/opencode/src/permission/next.ts"],
555555
"deletedFiles": [],
556-
"criticalCode": ["getApfelSuggestion", "apfelPath", "DeniedError.*suggestion"],
556+
"criticalCode": ["getApfelSuggestion", "apfelPath", "throw new DeniedError(denied, suggestion)"],
557557
"tests": ["packages/opencode/test/permission/next.test.ts"],
558558
"upstreamTracking": {
559559
"relatedPRs": [],

0 commit comments

Comments
 (0)