Conversation
Member
Author
|
Draft/demo PR created as part of OpenHands investigation here: https://docs.google.com/document/d/17kq1s8yqx_l_mSaDPivbDKxc30s8BguNBa747ghU1PM/edit?tab=t.25ah5jhmesz6#heading=h.xcm9206d4xx9 |
6 tasks
jeremyeder
pushed a commit
that referenced
this pull request
Apr 22, 2026
Dependency upgrades (8 of 10 Dependabot alerts): - astro 5.x → 6.1.8, starlight 0.34 → 0.38 (alerts #183, #184) - fastmcp 2.14.3 → 3.2.4 via uv override (alerts #144-146) - pyjwt >=2.11.0 → >=2.12.0 (alert #74) - pygments 2.19.2 → 2.20.0 (alert #143) - diskcache removed — fastmcp 3.x dropped the dep (alert #59) - Remaining: docker/docker #134, #135 — no upstream Go module fix Docs site: - Add starlight-llms-txt plugin — generates /llms.txt, /llms-full.txt, /llms-small.txt for LLM-friendly documentation access - Add Claude Code Harness page — documents agents, skills, hooks, convention guard, continuous learning loop, migration to other tools - Add PR Review Gate page — documents inner-loop review flow, circuit breakers, self-reviewed label, merge queues - Add Gerrit and CodeRabbit sections to integrations page - Remove stale token lifetime table from workspaces page - Remove stale zod and sitemap overrides from docs/package.json Scaffold skill: - Add Documentation section and checklist items for writing docs when scaffolding new integrations Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a
repo.mdfile in the.openhands/microagents/directory. This file provides a brief overview of the project, its file structure, and instructions on how to run tests and other relevant commands. This is intended to help new developers quickly get up to speed with the project.