Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.16 KB

File metadata and controls

26 lines (19 loc) · 1.16 KB

OpenHands memory — myPlanet

Skills (auto-loaded from .agents/skills/)

Skill repos are git submodules. .openhands/setup.sh initializes them at session start, before skill discovery runs. In any other context (fresh manual clone, other agents), initialize them yourself:

git submodule update --init --recursive

Reviewers speak; doers act — an unleashed doer mention (@openhands, @devin, @copilot) defaults to commits on your branch, so add "comment only" when that isn't wanted.

Reference docs

  • CLAUDE.md — full codebase guide (architecture, build, conventions)
  • docs/DOMAIN_MODEL.md — learning domain: roles, courses, teams, surveys, sync
  • docs/CODE_STYLE_GUIDE.md — naming, imports, coroutines, Room, Hilt, UI
  • docs/TESTING.md — test patterns per layer