Skip to content

Commit 47f751d

Browse files
hotlongclaude
andauthored
docs(skills): platform skill's Complete Working Example prints the scaffolder's TypeScript range (#16763)
The `package.json` block in `skills/objectstack-platform/SKILL.md` is the on-ramp an AI author copies for a new project. Its `@objectstack/*` ranges are maintained with the release; its `typescript` range was not, and still taught the value the scaffold emission policy retired in #16485. Read at flight time from `SCAFFOLD_TYPESCRIPT_RANGE` (`packages/cli/src/commands/init.ts`), which all three scaffolders emit from — never copied from the card or a comment, since restating a decaying constant is the defect this change closes. Byte-neutral: the block stays complete and no other value in it moves. Claude-Session: https://claude.ai/code/session_01P58euzUXCVJNwmhuPC9DXY Co-authored-by: Claude <noreply@anthropic.com>
1 parent 5f9e16d commit 47f751d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/objectstack-platform/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ A minimal but complete project from scratch:
605605
},
606606
"devDependencies": {
607607
"@objectstack/cli": "^17.0.0",
608-
"typescript": "^6.0.0"
608+
"typescript": "^5.3.0"
609609
}
610610
}
611611
```

0 commit comments

Comments
 (0)