✨ feat(tsl-syntax-reference): harden retrieval contracts
Add stable section IDs, structural and routing regressions, quickstart consistency checks, and CI enforcement. BREAKING CHANGE: replace heading-derived Section IDs with explicit syntax-NN-NNN identifiers.
This commit is contained in:
@@ -44,8 +44,10 @@ jobs:
|
||||
[curl]="curl"
|
||||
[flock]="util-linux"
|
||||
[realpath]="coreutils"
|
||||
[node]="nodejs"
|
||||
[npm]="npm"
|
||||
)
|
||||
required_commands=(git python3 curl flock realpath)
|
||||
required_commands=(git python3 curl flock realpath node npm)
|
||||
missing_commands=()
|
||||
missing_packages=()
|
||||
declare -A seen_packages=()
|
||||
|
||||
Reference in New Issue
Block a user