Files
starchild-ai-agent__officia…/temp-files
nicholasDxy 2bb14704da fix(skills): self-contained first sentence for 7 descriptions that lost disambiguating info
The prompt injects only each skill's first sentence (90-char cap,
_first_sentence in clawd core/skills/loader.py). For these 7, the old
first-sentence cut dropped info that helps the agent pick the RIGHT
skill — not just trailing examples:

- ibkr: keeps 'not cloud' (LOCAL TWS/IB Gateway, not a cloud key)
- temp-files: keeps 'distinct from the backup skill'
- cli-bridge: keeps 'agent-shell local-exec channel'
- creator-paywall: adds '(not fiat/Stripe)'
- image-create: adds '(no reference photo)' — disambiguates from edit/portrait
- image-edit: 'of an existing image' — disambiguates from create
- image-portrait: 'from a reference photo' — disambiguates from create

No content removed — details reordered so the 90-char first sentence is
self-contained. The other 12 skills whose old cut only dropped example
lists are left untouched (no behavioural impact). Each fix carries a
patch version bump. skills.json is CI-regenerated on merge.

Co-authored-by: Starchild <noreply@iamstarchild.com>
2026-06-15 07:40:25 +00:00
..