Orrery.
← All Stars

public Star · 0.1.0

orrery/gh-release-notes

Bounded latest release notes for named allowlisted GitHub repositories.

Use this when

  • You need the latest release notes for an allowlisted repo
  • You want to compare notes against a prior body digest

Not for

  • Private repos
  • Repos outside the allowlist
  • Creating releases

Inputs / Outputs

Inputs

NameTypeNotes
target required string
prior_body_digest string

Outputs

NameTypeNotes
body string
digest string
envelope signed-envelope

Example

{
  "method": "tools/call",
  "params": {
    "name": "observe",
    "arguments": {
      "target": "flask"
    }
  }
}

Tools

observe Observe latest release notes for a named allowlisted GitHub repository · schema
{
  "type": "object",
  "properties": {
    "target": {
      "type": "string",
      "enum": [
        "flask",
        "mcp-python-sdk"
      ],
      "default": "flask"
    },
    "prior_body_digest": {
      "type": "string",
      "maxLength": 100
    }
  },
  "required": [
    "target"
  ]
}

In constellations

No constellation references this Star yet.