Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion scripts/check-skills-token-ratchet.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,11 @@ export const CEILINGS = new Map([
['skills/objectstack-data/evals/README.md', 143],
['skills/objectstack-data/references/data-hooks.md', 12611],
['skills/objectstack-data/rules/datasources.md', 911],
['skills/objectstack-data/rules/field-types.md', 3584],
// -552 (was 3584): re-locked at the landed count (#16374) after PR #16187
// (the two `tree` rows) and PR #16369 (the ASCII decision tree deleted)
// both merged. Lowering to the landed count is the ratchet's ordinary
// direction — a seat's re-lock, not a maintainer ruling.
['skills/objectstack-data/rules/field-types.md', 3032],
['skills/objectstack-data/rules/indexing.md', 3241],
['skills/objectstack-data/rules/lifecycle.md', 1590],
['skills/objectstack-data/rules/naming.md', 773],
Expand Down
2 changes: 1 addition & 1 deletion skills/objectstack-data/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ metadata:
For comprehensive documentation with incorrect/correct examples:

- **[Naming Conventions](./rules/naming.md)** — snake_case rules, option values, config properties
- **[Field Types](./rules/field-types.md)** — All 49 field types with decision tree and configs
- **[Field Types](./rules/field-types.md)** — All 49 field types and configs
- **[Relationships](./rules/relationships.md)** — lookup vs master_detail, junction patterns, delete behaviors
- **[Validation Rules](./rules/validation.md)** — All validation types, script inversion, severity levels
- **[Index Strategy](./rules/indexing.md)** — btree/gin/gist/fulltext, composite indexes, partial indexes
Expand Down
Loading