mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-20 20:00:45 +02:00
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:
@@ -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))) {
|
||||
|
||||
Reference in New Issue
Block a user