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
2 changes: 1 addition & 1 deletion scripts/check-skills-token-ratchet.mjs
Original file line numberDiff line numberDiff line change
Expand Up@@ -142,7 +142,7 @@ export const CEILING_BASIS = {
*/
export const CEILINGS = new Map([
['skills/objectstack-ai/SKILL.md', 6824],
['skills/objectstack-api/SKILL.md', 6348],
['skills/objectstack-api/SKILL.md', 6342],
['skills/objectstack-automation/SKILL.md', 12543],
// basis 7228d6c25 (PR #10402 head), not main — see CEILING_BASIS.
// +20 (13797→13817): maintainer ruling 2026-08-23 on PR #11141 — the three
Expand Down
1 change: 0 additions & 1 deletion skills/objectstack-api/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -178,7 +178,6 @@ export const leadFeed: ApiEndpoint = {
method: 'GET',
summary: 'Lead feed',
type: 'object_operation',
target: 'acme_lead',
objectParams: { object: 'acme_lead', operation: 'find' },
// `authRequired` omitted → defaults to `true`. Omission is SAFE.
cacheTtl: 30, // seconds; GET-only; success answers only
Expand Down
Loading