项目文件夹

文件
Saurav Panda 90d3992e0d x posting skill: rename dir, add null guards to selectors
- Move agent-workspace/domain-skills/x.com/ to .../x/ to match repo
  convention (siblings use bare platform names like 'tiktok' / 'youtube'
  or kebab-case like 'booking-com'; nothing else uses a literal dot in
  a dir name).
- Guard the compose-textarea and post-button querySelector lookups so
  the snippet raises a clear RuntimeError if the elements aren't there
  yet, instead of throwing a confusing JS TypeError on
  el.getBoundingClientRect().
2026-05-04 10:29:00 -07:00
..