Skip to content

Feat dashboard tooltips#75

Merged
justindobbs merged 2 commits intomainfrom
feat-dashboard-tooltips
Mar 6, 2026
Merged

Feat dashboard tooltips#75
justindobbs merged 2 commits intomainfrom
feat-dashboard-tooltips

Conversation

@justindobbs
Copy link
Copy Markdown
Owner

Summary

  • What problem does this PR solve?
  • How does it solve it (major bullets)?

Testing

  • python -m pytest
  • python -m ruff check agent_bench
  • Additional targeted tests (list):

Checklist

  • Spec/docs updated (README, SPEC_FREEZE, changelog, etc., as needed)
  • New tasks/tests added to registry + SPEC if applicable
  • Roadmap items tracked in appropriate boards (if applicable)
  • Security/privacy review (if touching telemetry, signing, or bundles)
  • Verified CI status once pushed

…rkflow, and task selection guidance

- Add adapter flow overview covering scaffold, implement, debug, export, and gateway-backed setup
- Add architecture diagram showing OpenClaw workspace → adapter → task harness → artifact workflow
- Add "What gets generated" section documenting mock workspace file structure and purpose
- Add code pointers for implementing act() with references to AGENTS.md, actions.py, validate.py
- Add recommended
…kspace creation side effects

- Import _load_module from tasks.loader for direct module loading without workspace setup
- Add local task detection logic checking TASKS_ROOT and task directory existence
- Load actions.py and validate.py directly for local tasks using _load_module with unique module names
- Add FileNotFoundError checks for missing actions.py or validate.py in local tasks
- Fall back to load_task() only for bundled tasks to
@justindobbs justindobbs merged commit 447d01a into main Mar 6, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant