Skip to content

v1.1.1 — drop inline JSON-LD blob from README

Latest

Choose a tag to compare

@Nainish-Rai Nainish-Rai released this 11 Jun 12:12
· 2 commits to main since this release

v1.1.1 — Drop inline JSON-LD from README

A one-line visual fix. The v1.1.0 release added a 60-line inline
<script type="application/ld+json"> block to the README. GitHub
strips the script tag but renders the JSON as raw text — creating
a giant ugly blob right under the badge row.

The fix: remove the inline block, point to the canonical
/schema.json at the repo root. It's a real JSON
file, validated, shipped in the npm tarball, and any AI tool or
crawler that wants structured data can read it directly.

What changed

  • README: 961 lines → 903 lines
  • The 60-line inline <script> block replaced with a one-line pointer
  • schema.json remains the canonical source (13 KB, 7 JSON-LD types)
  • No product changes, no test changes

Install

npm install -g agent-rollback@1.1.1
# or one-liner with skill + MCP auto-register
curl -fsSL https://raw.githubusercontent.com/Nainish-Rai/agent-rollback/main/scripts/install.sh | bash -s -- --all