fix: align feature marker seeding with GStack state

Wave-amended: seeding relocation re-applied to the composite action (v1.77 moved CI seeding out of the inline workflow steps the original commit edited); wiring tripwire re-pointed accordingly; stale marker comment updated
This commit is contained in:
Simon Altit
2026-08-31 21:06:39 +00:00
committed by Garry Tan
parent 6a14a387d0
commit 69fa5a7a68
6 changed files with 63 additions and 8 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ describe('two-class referenced-paths (ENG-OV7)', () => {
const missing: string[] = [];
for (const { fromSkill, skillName, rel } of collectRefs()) {
if (skillName !== 'gstack') continue; // class 1
if (rel.startsWith('.')) continue; // runtime state markers (.feature-prompted-*, .git)
if (rel.startsWith('.')) continue; // runtime state (.git; feature markers now live in ~/.gstack — #2728)
if (BUILT_ARTIFACT_ALLOWLIST.some((a) => rel === a || rel.startsWith(a))) continue;
if (KNOWN_BROKEN_CLASS2[rel]) continue;
if (!fs.existsSync(path.join(ROOT, rel))) {