Skip to content

Commit 407621d

Browse files
claude[bot]github-actions[bot]claudezachdunn
authored
changelog: 2026-07-08..2026-07-08 (#2045)
* changelog: 2026-07-08..2026-07-08 Fix lint-staged pre-commit hook failing when CHANGELOG.md is the only staged .md file — oxfmt exits non-zero when all passed files are excluded by its ignorePatterns. Remove .md from the lint-staged oxfmt glob; CI format:check continues to guard other .md files. Same class of fix as the oxlint --no-error-on-unmatched-pattern from #1751. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Restore md file inclusion in lint-staged --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Zach Dunn <zach@buildinternet.com>
1 parent 136e659 commit 407621d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
The product changelog for releases.sh, published to its own registry. Drafted daily from merged
44
PRs and reviewed via PR. See docs/changelog-style.md for the voice and curation rules.
55

6+
## July 8, 2026
7+
8+
**Added**
9+
- `GET /v1/orgs/:slug/manifest` — export any tracked org as a `releases.json` v2 domain manifest; reconstructs declared products, source locators, and canonical flags from live registry data; intended as an editable baseline to host at `/.well-known/releases.json`.
10+
- `creating-releases-json` Claude Code skill — an agent-guided flow for writing a `releases.json` v2 manifest from your domain or repo; install via `npx skills add` from the monorepo; the `/submit` page now shows a click-to-copy install command alongside the listing check.
11+
- "Report an issue" button on org, product, source, and release pages — opens a contextual popover to send a short note to operators without leaving the page.
12+
13+
**Changed**
14+
- The `/submit` listing check now previews richer details for valid manifests — org identity (name, slug), products with per-product source counts, and a table of detected release locations with kind chips and tier badges.
15+
16+
**Fixed**
17+
- MCP `get_organization` now measures overview age from the last-edit timestamp instead of the original generation date — recently amended overviews no longer appear falsely stale.
18+
619
## July 7, 2026
720

821
**Added**

0 commit comments

Comments
 (0)