browser-use--browser-harness
16c3729506
- Move from top-level domain-skills/tasksquad.ai/ to the canonical agent-workspace/domain-skills/tasksquad-ai/ location, switching to kebab-case to match sibling dirs (booking-com, dev-to, archive-org). - Replace find_text_coords(...) with self-contained inline Python helpers (_coords_by_text, _coords_by_selector) that wrap querySelector + getBoundingClientRect. find_text_coords does not exist in the harness or agent_helpers — every call site was a NameError waiting to happen. - Fix the compose-task snippet: drop the dead subject_input = js(...) line, focus the subject input via _coords_by_selector before typing, and add a placeholder click for the agent dropdown item. - Fix the polling-interval contradiction: the inbox section now defers to the gotchas, and the gotchas list the Free (5s) / Pro (2s) cadence in one place.