Conversation
Ship the portable agent skill that scores the user's current repo locally and recommends a model class. Self-contained: vendored scorer, no service dependency, works offline — same property as task 02's PR-diff Action. - Sibling repo `agent-friendly-skill` (v0.1.1, floats `v0`) ships SKILL.md + ncc-bundled dist/index.js. Vendored into this repo via `npx skills add hsnice16/agent-friendly-skill#v0`; skills-lock.json pins ref + content hash so the bundle is reproducible. - New /skill SEO landing page: install command, score → model mapping, optional SessionStart hook snippets for Claude Code + Codex, FAQ, and JSON-LD (BreadcrumbList + SoftwareApplication + FAQPage). - README "Public API" section documents /api/score for external integrators (siblings vendor the scorer; they don't call this at runtime). - AGENTS.md "Sibling repos" mirror discipline now covers both action and skill; SIBLING_VERSION in lib/version.ts is the single-source pin that drives ACTION_USES, SKILL_INSTALL_CMD, and the #v0 ref in skills-lock.json. - Layout footer reorganised into Primary + Tools columns; nav surfaces /action and /skill; sitemap and /llms.txt include /skill. - Panel + CopySnippet gain a tone vocabulary (warn / info / tip) so the install card, hook snippets, and per-page CTAs share styling. - Bundled along: gitignore-aware size signal (uses ignore@7.0.5), tests for both .gitignore patterns and the baseline ignore set. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Release prep: bump version (lib/version.ts, package.json, README badge), add changelog entry summarising the score-diff GitHub Action and the portable agent skill, mark tasks/0.5.0 done and drop the descoped history-aware-signals task, prune 0.5.0 from the live roadmap. Also lands SEO breadcrumbs on About/Changelog/Methodology/Packages/Roadmap via a shared BreadcrumbJsonLd component, extends sitemap with package routes, surfaces top scored packages per registry in /llms.txt, and refreshes the SessionStart hook + cross-repo mirroring note on the feature-request template. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Agent Friendly Code — score diffOverall: 90.7 → 90.7 (±0.0) Per model
No signals changed between base and head. Posted by agent-friendly-action. |
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.
Release prep: bump version (lib/version.ts, package.json, README badge), add changelog entry summarising the score-diff GitHub Action and the portable agent skill, mark tasks/0.5.0 done and drop the descoped history-aware-signals task, prune 0.5.0 from the live roadmap.
Also lands SEO breadcrumbs on About/Changelog/Methodology/Packages/Roadmap via a shared BreadcrumbJsonLd component, extends sitemap with package routes, surfaces top scored packages per registry in /llms.txt, and refreshes the SessionStart hook + cross-repo mirroring note on the feature-request template.