Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ A 10 KB core budget. Twenty-five focused packages. Zero lock-in. Six formal cont
[![bundle](https://img.shields.io/bundlephobia/minzip/@agentskit/react?label=react%20bundle)](https://bundlephobia.com/package/@agentskit/react)
[![license](https://img.shields.io/npm/l/@agentskit/react?label=license)](./LICENSE)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13861/badge)](https://www.bestpractices.dev/projects/13861)
[![Open Source Helpers](https://www.codetriage.com/agentskit-io/agentskit/badges/users.svg)](https://www.codetriage.com/agentskit-io/agentskit)
[![Discord](https://img.shields.io/badge/Discord-join-5865F2?logo=discord&logoColor=white)](https://discord.gg/zx6z2p4jVb)
[![GitHub stars](https://img.shields.io/github/stars/AgentsKit-io/agentskit?style=social)](https://github.com/AgentsKit-io/agentskit)
[![GitHub issues](https://img.shields.io/github/issues/AgentsKit-io/agentskit)](https://github.com/AgentsKit-io/agentskit/issues)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"profileVersion": 1,
"productId": "agentskit",
"repo": "AgentsKit-io/agentskit",
"commit": "1fdb11bbbd1307712ad541c1adac3e2fa393a318",
"commit": "bcd6db9eaee4b4e1152a343aab57f54a5ed86d48",
"auditedOn": "2026-07-28",
"docBridge": {
"artifact": "docs/evidence/ecosystem-documentation-quality/doc-bridge/agentskit.json",
"doctorScore": 100,
"coverage": { "agent": { "ready": 25, "total": 25 }, "human": { "ready": 25, "total": 25 } },
"conformance": { "requiredPassed": 7, "requiredTotal": 7, "requiredExcepted": 0, "recommendedPassed": 2, "recommendedTotal": 2, "recommendedExcepted": 0 }
},
"attestation": { "sourceMode": "commit", "contentDigest": "sha256:70fd34cb80c8863adad2f7a87e9adf5517680806732f8baacbc516256581439c" },
"attestation": { "sourceMode": "commit", "contentDigest": "sha256:79521950d640005a0594c28e3d1d7493981621cdb35641a0a538a875661470e5" },
"machineSurfaces": {
"llmsTxt": "llms.txt",
"llmsFullTxt": "apps/docs-next/app/llms-full.txt/route.ts",
Expand All @@ -21,7 +21,7 @@
},
"narrative": {
"readme": "README.md",
"readmeWordCount": 1664,
"readmeWordCount": 1667,
"humanDocs": "apps/docs-next/content/docs/index.mdx",
"forAgents": "apps/docs-next/content/docs/for-agents/index.mdx",
"keyJourneys": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"schemaVersion":1,"protocol":"agentskit.doc-bridge.attestation","productId":"agentskit","repo":"AgentsKit-io/agentskit","commit":"1fdb11bbbd1307712ad541c1adac3e2fa393a318","sourceMode":"commit","contentDigest":"sha256:70fd34cb80c8863adad2f7a87e9adf5517680806732f8baacbc516256581439c","command":"pnpm docs:bridge:doctor && pnpm docs:bridge:gate","metrics":{"doctorScore":100,"coverage":{"agent":{"ready":25,"total":25},"human":{"ready":25,"total":25}},"conformance":{"requiredPassed":7,"requiredTotal":7,"requiredExcepted":0,"recommendedPassed":2,"recommendedTotal":2,"recommendedExcepted":0}}}
{"schemaVersion":1,"protocol":"agentskit.doc-bridge.attestation","productId":"agentskit","repo":"AgentsKit-io/agentskit","commit":"bcd6db9eaee4b4e1152a343aab57f54a5ed86d48","sourceMode":"commit","contentDigest":"sha256:79521950d640005a0594c28e3d1d7493981621cdb35641a0a538a875661470e5","command":"pnpm docs:bridge:doctor && pnpm docs:bridge:gate","metrics":{"doctorScore":100,"coverage":{"agent":{"ready":25,"total":25},"human":{"ready":25,"total":25}},"conformance":{"requiredPassed":7,"requiredTotal":7,"requiredExcepted":0,"recommendedPassed":2,"recommendedTotal":2,"recommendedExcepted":0}}}
2 changes: 1 addition & 1 deletion readme-standard-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"ecosystem.json",
"scripts/readme-fixtures.test.mjs"
],
"sourceHash": "sha256:f6e07c43d7c0dab79c5b1626b037d9f650f7840de853edea5137746134a19b81"
"sourceHash": "sha256:68474b0c24444c9d2d57e17678db2138e5cf7f809f871c0520ab482410f935b5"
},
"exceptions": []
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/readme-standard.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const REQUIRED_DIMENSIONS = [

const VALID_PROFILES = new Set(['top-level-repository', 'public-app', 'major-package', 'concise-package'])
const VALID_DARK_MODE = new Set(['neutral', 'paired'])
const NON_CONTENT_IMAGE_URL = /^(?:(?:https?:)?\/\/(?:img\.shields\.io|bundlephobia\.com|bundlejs\.com)(?:\/|$)|(?:https?:)?\/\/api\.producthunt\.com\/widgets(?:\/|$))/
const NON_CONTENT_IMAGE_URL = /^(?:(?:https?:)?\/\/(?:img\.shields\.io|bundlephobia\.com|bundlejs\.com)(?:\/|$)|(?:https?:)?\/\/api\.producthunt\.com\/widgets(?:\/|$)|(?:https?:)?\/\/www\.codetriage\.com\/[^/]+\/[^/]+\/badges\/)/
const COMPLETE_EXCEPTION_FIELDS = ['ruleId', 'reason', 'approvedBy', 'trackingUrl', 'reviewOn']
const EXCEPTION_RULES = new Set([
...REQUIRED_DIMENSIONS,
Expand Down
Loading