原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"css",
"intellisense"
],
"is_fork": false,
"size_kb": 1010,
"has_wiki": true,
"homepage": "https://cssdoc.dev",
"languages": {
"CSS": 3565,
"HTML": 2164,
"JavaScript": 7259,
"TypeScript": 578101
},
"pushed_at": "2026-07-19T14:34:24Z",
"created_at": "2026-07-09T15:13:48Z",
"owner_type": "User",
"updated_at": "2026-07-19T14:34:27Z",
"description": "A documentation toolchain for plain CSS — TSDoc, for CSS.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://iywahl.com",
"name": "Danny Wahl",
"type": "User",
"login": "thedannywahl",
"company": "Instructure, Inc.",
"location": "Salt Lake City, UT",
"followers": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/743499?v=4",
"created_at": "2011-04-21T10:00:59Z",
"is_verified": null,
"public_repos": 35,
"account_age_days": 5574
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.9",
"kind": "patch",
"published_at": "2026-07-19T14:37:02Z"
},
{
"tag": "v0.7.8",
"kind": "patch",
"published_at": "2026-07-16T16:49:38Z"
},
{
"tag": "v0.7.7",
"kind": "patch",
"published_at": "2026-07-16T14:25:05Z"
},
{
"tag": "v0.7.6",
"kind": "patch",
"published_at": "2026-07-16T00:56:42Z"
},
{
"tag": "v0.7.5",
"kind": "patch",
"published_at": "2026-07-15T21:47:49Z"
},
{
"tag": "v0.7.4",
"kind": "patch",
"published_at": "2026-07-15T21:27:03Z"
},
{
"tag": "v0.7.3",
"kind": "patch",
"published_at": "2026-07-15T21:27:01Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2026-07-15T20:01:13Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-07-15T15:12:10Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-14T15:05:33Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-14T13:50:58Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-14T13:32:09Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2026-07-14T11:52:27Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2026-07-14T11:00:09Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-07-13T22:46:39Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-07-13T22:24:54Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-13T20:38:54Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-07-13T15:37:45Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-07-13T15:27:58Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-13T14:37:51Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2026-07-11T20:58:14Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-07-11T13:35:13Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-11T12:07:10Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-11T01:03:46Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-10T03:12:07Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-10T00:43:34Z"
}
],
"recent_commits": [
{
"oid": "1244da3d895566a14b60adec84a7408e086ed470",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.7.9",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-19T14:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daf09b5d88b31e660aea8060f74cfc1fe22ca993",
"body": "feat: group sidebar and index by `@group`",
"is_bot": false,
"headline": "Merge pull request #22 from thedannywahl/feat/sidebar-group-by-tag",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-19T14:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "187cdb5d89bfecf2ff6321a04fed7a0b35f32857",
"body": "`emitCssApi` cherry-picks render options into `buildCssApi`, so a new option\nno-ops unless it's forwarded explicitly (per the repo's dogfooding rule). Thread\n`groups` through `EmitCssApiOptions` — reading `options.groups ?? render?.groups` —\ninto both the `buildCssApi` call and the direct `buildSidebar` call, and add a\nforwarding test that asserts the option reaches the emitted `typedoc-sidebar.json`.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(typedoc): forward groups through the emit path",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-19T14:13:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "083dfc70a1f8052e5ba213384b7b71e0dc534ae7",
"body": "Mirror the existing `sectionOrder` option: `RenderConfig.groups` and a matching\n`render.groups` array in `cssDocSchema` let a `cssdoc.json` pin the sidebar/index\ngroup order. Listed labels come first; unlisted groups follow the default order.\nRegenerate the three committed `cssdoc.schema.json` mirrors via `vp run sync:schema`.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(config): add render.groups for explicit sidebar group order",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-19T14:13:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "231c2423dbff527b520101668cc25ca75fc8027c",
"body": "… kind\n\nAdd a `groupEntries` helper that buckets records by their `@group`/`@category`\ntag, falling back to the kind label when absent. `buildSidebar` and `renderIndex`\nnow share it instead of each iterating `KIND_GROUPS` by kind, so a record tagged\n`@group Plugins` forms its own group after the kin\n[…]\nreaches it via `buildCssApi` (which already sorts) or calls\n`buildSidebar`/`renderIndex` directly on unsorted parser output. Empty groups drop.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(markdown): group sidebar and index by @group, not only by record…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-19T14:12:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dee5e7a750ccd3bc40353ed71dd7788efbbec68c",
"body": "…nting and formatting",
"is_bot": false,
"headline": "feat: enhance Vite configuration to ignore worktree directories in li…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-18T14:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5719ac7d072d1c701e012ef16a45e78f5d8dd277",
"body": "…te forms",
"is_bot": false,
"headline": "feat: enhance modifier name grammar with suffix, chained, and attribu…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-18T14:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87fc76220b90856930d28019b400538c14558f45",
"body": null,
"is_bot": false,
"headline": "fix: exclude engineering-log.md from src processing",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T17:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24eee964f5ae5e5ee3136f9d75ff0e5b5324d1f2",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.7.8",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T16:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f67a3b26b84ee2723e5b7faf57b52f54bfd6460",
"body": "…ostics, hover, and definition",
"is_bot": false,
"headline": "test: add tests for TypeScript config command globs handling in diagn…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T16:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "546bee544b0ed546c34be2c28ad2f1a57c944d82",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.7.7",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T14:22:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dce645b46aea4c584956fea4926477c267d62fb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/thedannywahl/cssdoc",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T14:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "634b94ae2f10f866346f07a54acc41b7b06257ae",
"body": "fix(embedded): ignore comment-like globs in Markdown",
"is_bot": false,
"headline": "Merge pull request #21 from thedannywahl/codex/fix-markdown-parser-crash",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T14:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9b839b757864290fe207dd8dbc4090faf4d49dd",
"body": null,
"is_bot": false,
"headline": "fix(embedded): ignore comment-like globs",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T14:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc1e8907c43c3a5c8ba0fe553687492f35ddc5ad",
"body": "Complete the agent knowledge system: domain personas and a distilled engineering log. The CLAUDE.md knowledge map and docs/internal/ ignore landed in v0.7.6.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add AGENTS.md and engineering log",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T01:06:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "231635049ed58903d2be59699b2672a9f46ef27c",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.7.6",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T00:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd8418a405f529fd09bc292d0472ec5458320c21",
"body": "fix(core): accept upper-case and PascalCase base classes in inference",
"is_bot": false,
"headline": "Merge pull request #20 from thedannywahl/fix/base-class-ident-broaden",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T00:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47f85bf59d329373fe0b0e645590c598e6ac71fd",
"body": "Base-class inference required a lowercase-first bare class (`^\\.[a-z]…`), so an\nupper-case namespace (`.PFX-badge`) or a PascalCase class (`.Card`) was skipped\nand inference silently fell back to the bare `@name` — producing a className\nthat no longer matched the CSS and a wrong prefix for modifier \n[…]\n/index's part scan. `-`-led modifiers and digit-led idents stay excluded.\nAdd a parse test covering the upper-case-prefix and PascalCase cases.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(core): accept upper-case and PascalCase base classes in inference",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T00:51:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4d2ee8cdcd3946738cf7a1609ef221e7fa9957b1",
"body": "fix(vscode): serialize and debounce client restarts to stop server leak",
"is_bot": false,
"headline": "Merge pull request #19 from thedannywahl/fix/vscode-restart-leak",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T00:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7715784adb6a4e3bf05dc8ae2b14dc93bf9f21c",
"body": "The extension respawns the language server (a child Node process holding a\nfull CSS index) on every restart. `restart()` was fire-and-forget from three\nfile-system watchers with no serialization or debounce, so:\n\n- Overlapping restarts raced on the module-level `client`: each reassigned it\n before \n[…]\nbounce watcher/config triggers into a single\nrestart, and fall back to `dispose()` if `stop()` rejects. Clear the debounce\ntimer on deactivate.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(vscode): serialize and debounce client restarts to stop server leak",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-16T00:39:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c32b7adc2ad4f47a0edb337eb5b700e7ef56fada",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.7.5",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T21:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c24ec8dcc750a7082d2f4ba9a48194914eb61f3",
"body": "…rose\n\nclassNames wrapped the whole deprecation sentence (and the stage marker's\ncode span) in the styled span, so a consumer's pill class ballooned around\na full sentence instead of reading as a compact tag. Wrap just the marker\nword — `Deprecated`, `experimental`, etc. — and leave the reason prose\n[…]\nput (no classNames) is unchanged: the banner stays\n`Deprecated — …`, the modifier cell stays `_Deprecated_ — …`, the stage\nstays a `code` span.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(render): wrap only the marker word in classNames spans, not the p…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T21:43:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a346e089286168d03a4f4e4229f9dac78ffd004f",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.7.4",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T21:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d14bb0b9364ef462e57ac42b8df9c5aff299abd",
"body": "… rules",
"is_bot": false,
"headline": "fix(parse): improve class name resolution for masked prefixes in bare…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T21:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d81c79524e124eb76c5343147d58afe7a65d77a",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.7.3",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T21:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "747df101941ee679d23976bc6ec083d4fd23863d",
"body": "The 0.7.2 classNames option (styleable deprecation/release-stage markers)\nwas added to @cssdoc/markdown's renderer, but emitCssApi cherry-picks\noptions into buildCssApi and never forwarded classNames — so consumers on\nthe typedoc plugin path (the whole ecosystem) silently got no styling\ndespite the type accepting the option. Forward it, and lock it in with a\ntest that asserts the span reaches the emitted page.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(typedoc): forward classNames through emitCssApi to the renderer",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T21:13:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7b92b93361cb2f3fbdb7d979bec8af41c94e0f6e",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.7.2",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T19:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9125fe8d728cee73fc8d5fcbb0d5903d6aa5f56",
"body": "…cation and release-stage markers",
"is_bot": false,
"headline": "feat(render): add classNames option for customizable styling of depre…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T19:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96ff36aaaf8d4a8f2e911c64bb09aaa499570183",
"body": "scripts/sync-schema.ts listed docs/public/cssdoc.schema.json as a mirror\nit must write and verify, but that path is gitignored — it's generated at\ndocs-build time by docs/scripts/copy-schema.mjs, which copies the (tracked)\npackages/config copy verbatim. In a clean checkout (CI) the artifact doesn't\n\n[…]\n and failed the release Gate for\nv0.7.1. Manage only the three committed copies; the docs site still tracks\nthe source through the config copy.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(schema): drop gitignored docs/public copy from drift check",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T15:09:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5836d717cca9d25faf06fd089cbdb2b0dde9ffe1",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.7.1",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T14:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "736eb0e72f7888b71348af7cb6c142bb19a60a32",
"body": "…onsistency",
"is_bot": false,
"headline": "feat(schema): enhance JSON schema structure and add sync script for c…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T14:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0dd1821719c0cbe5cad064fc3e61c9fb15ce724",
"body": null,
"is_bot": false,
"headline": "chore: update dependencies in pnpm-workspace.yaml",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-15T13:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a878ed8c7c9ff74952b78a67db2ba7fa3920583",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.7.0",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T15:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97cbcef4905eac1d43b153c3697d8f890f728b6f",
"body": "feat: cross-link provider components in generated docs (phase 3)",
"is_bot": false,
"headline": "Merge pull request #18 from thedannywahl/claude/providers-docs",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T15:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a939a3767b1f0bbe2b703ad54de777cdcc43d54",
"body": "…se 3)\n\nThe final phase of cross-provider consumption. `buildCssApi` gains a `providers`\noption (the `resolveProviders` result from `@cssdoc/config`): a referenced\nprovider component in an `@structure` — or the derived Subcomponents list —\nresolves to the provider's own page via its `baseHref`, so a\n[…]\ncross-links components (HTML/llms render structure as\nplain selectors), so it's the sole surface here.\n\nDocs: an example in the emitters guide.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(markdown): cross-link provider components in generated docs (pha…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T14:59:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a222cfb705b470aa0360b860ec6b43d94aadd6ce",
"body": "feat: consume providers in lint + hover (phase 2)",
"is_bot": false,
"headline": "Merge pull request #17 from thedannywahl/claude/providers-lint-hover",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T14:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "736a78be9656f5166a56648fef000599edb93ce5",
"body": "feat: cross-provider consumption — providers config + resolver (phase 1)",
"is_bot": false,
"headline": "Merge pull request #16 from thedannywahl/claude/providers-config",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T14:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f364570958b935c8b98a468582761184a578fb5",
"body": "…hover (phase 2)\n\nWire the phase-1 `providers` primitive into the editor and CLI so a consumer can\ncompose an upstream provider's components without a false\n`structure-unknown-selector`, and hover on a vendor class resolves to its card.\n\n- **LSP** — `server.ts` builds each scope's provider index via\n[…]\nI.\n\nDocs: a \"Consuming another provider\" section in the config guide.\n\nPhase 3 (docs emitters cross-link providers via the `href` map) is next.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(language-server,lint-core,plugins): consume providers in lint + …",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T14:40:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fa86349d08c1f220a2af85a1f31fe20c75838d22",
"body": "…umption, phase 1)\n\nThe enabling primitive for consuming another cssdoc provider. `extends` carries\nconfiguration; the new `providers` field carries components — a consumer scope\ncan declare upstreams so their documented classes resolve here.\n\n- `providers: [{ path, baseHref? }]` on cssdoc.json (sch\n[…]\n\nNothing consumes this yet — phase 2 wires it into lint + hover, phase 3 into the\ndocs emitters. The shipped cssdoc.schema.json is regenerated.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(config): providers field + resolveProviders (cross-provider cons…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T14:24:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "73e170e457bd541e651187219bba3dedfe255b5b",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.6.1",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T13:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5416715b92f90cc02b0db67b5ca8e78e6c89be3",
"body": "fix: render @wrapper prose in the mermaid diagram and IDE hover",
"is_bot": false,
"headline": "Merge pull request #15 from thedannywahl/claude/wrapper-prose-render",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T13:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78735f95d070f7aa3ef294fbe6b1fd1a7ec05a3e",
"body": "… the hover\n\n`@wrapper` prose (StructureNode.description) rendered in the markdown text tree\nbut nowhere else, so a diagram-only structure view — or the IDE hover — dropped\nit. Now every structure surface carries it:\n\n- Mermaid: a node's description trails its label (`.badge-wrapper (0..1) — …`),\n \n[…]\n carry a description change; existing\n diagrams are byte-identical.\n- Hover: the Structure block trails the selector with a `/* … */` comment.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(core,providers): render @wrapper prose in the mermaid diagram and…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T13:43:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "591bd0e8e495b1a3c273b4d69106f309a79a92c3",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.6.0",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T13:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c5790420d345d41fa1c4df7630dae03f7433bc",
"body": "feat: optional-ancestor wrappers in @structure (+ @wrapper prose)",
"is_bot": false,
"headline": "Merge pull request #14 from thedannywahl/claude/optional-wrapper",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T13:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f45040a0be277a69aa737a557672b356e878ec4a",
"body": "…re (+ @wrapper prose)\n\nSupport the case where a component's notable structure is an optional *ancestor*\n— e.g. badge's `.instui-badge-wrapper` that wraps the badge and its target.\n\n- **Mermaid root cardinality.** A root has no incoming edge to carry its\n cardinality, so an optional root read as re\n[…]\n in the text tree.\n\nThe wrapper role is derived from the structure's shape; `@wrapper` only adds\nprose. tmLanguage regenerated for the new tag.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core,providers,emitters): optional-ancestor wrappers in @structu…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T13:23:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "638b39ec26d863530c1f78532f82f6e29ce3e996",
"body": "feat: document native pseudo-elements (@pseudo + derivation)",
"is_bot": false,
"headline": "Merge pull request #12 from thedannywahl/claude/pseudo-elements",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T12:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f7f7758c80cedc553343d05fa6736cc8e180ef4",
"body": "…e, and @todo\n\nA `/* … */` comment on a member's rule now describes that member — no\n`@modifier`/`@part`/`@pseudo` line required. It attaches to whatever the next\nrule defines (modifier, part, or pseudo-element); a comment above the base rule\nor a non-member rule is ignored, mirroring the existing d\n[…]\n a Part A gap: the config schema now allows `pseudoElements` on a\nmodifier convention. tmLanguage + the shipped config schema JSON regenerated.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core,config,providers): inline-comment prose, inlineComments mod…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T12:56:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4ad1d57df2eaa80088c97eb4affb31793b0ef31f",
"body": "…(@pseudo + derivation)\n\ncssdoc recognized only shadow `::part(x)` and `:state(x)`; every other\npseudo-element was stripped and discarded. Now a component's native\npseudo-elements are first-class documented members.\n\n- **Derivation** — a `::name` selector whose name is in a curated allow-list\n (`DE\n[…]\n compact facet + section-order key), and the JSON\n schema. Native pseudo-elements have no CEM equivalent, so the CEM generator\n ignores them.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core,index,providers,emitters): document native pseudo-elements …",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T12:40:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2a5e3f5e44ef9acd52801ad62d4184417c67a5ee",
"body": "feat: resolve var() chains, attribute-selector and cross-component hover",
"is_bot": false,
"headline": "Merge pull request #11 from thedannywahl/claude/hover-resolution",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T12:12:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2cb0aa9cc86256277282b920109023819b36cc6",
"body": "…te-selector & cross-component hover\n\nThree editor-hover improvements for embedded components:\n\n- **var() chain resolution.** The index now captures every custom property's\n effective value (`--x: value` declarations and `@property` initial-values) and\n exposes `resolveCustomProperty`, which follo\n[…]\n Resolution is mask-aware: the reference wears this file's own prefix, so\n it's stripped and matched to a component name in the project index.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(index,providers,language-server): resolve var() chains + attribu…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T12:05:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "93c47802ae4fb3f3a2403eb20b6bb67f0bf9a6d6",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.5.4",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T11:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21ed041b59ac6753ba31fc3442e65eeeb3740410",
"body": "…workspace",
"is_bot": false,
"headline": "fix(dependencies): update postcss version to ^8.5.19 in lockfile and …",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T11:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35df4e497364ea56aff2b364fb350b68b28ab4f2",
"body": "feat: Markdown `@example` (prose + fenced code)",
"is_bot": false,
"headline": "Merge pull request #10 from thedannywahl/claude/example-markdown-fences",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T11:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ab62e7a1e1fd1f5bb9bb067125b41c98cc6e34",
"body": "`@example` is now treated as Markdown: an example that carries a fenced code\nblock renders verbatim (prose and code side by side) in both the hover card and\nthe markdown emitter; only bare, fence-less code is auto-fenced (sniffing markup\nvs CSS) as before.\n\nWhen the doc comment lives inside a backti\n[…]\nted (\"Unclosed comment\").\n`@example` now unescapes those backticks so the stored example carries real\nfences (a no-op for a plain `.css` file).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core,providers,markdown): Markdown @example (prose + fenced code)",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T11:37:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "243b785ded59dab7b9d93047b6937e502af750d5",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.5.3",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T10:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "771e81737974332fa064e2d24775892e4fe4c1f7",
"body": "fix: full hover card on empty sectionOrder + unmask interpolations in the card",
"is_bot": false,
"headline": "Merge pull request #9 from thedannywahl/claude/hover-full-card-unmask",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-14T10:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c87df940c473eed52b6e7326ae35a11560d0eba",
"body": "…; unmask card interpolations\n\nTwo editor hover bugs on embedded (`.ts`) components:\n\n- An empty `hoverSectionOrder` blanked the card to its header line. The\n `cssdoc.hover.sectionOrder` setting defaults to `[]` and its help says \"leave\n empty to use the default order\", but `sectionOrder ?? HOVER_\n[…]\n that differs from the source at its offset was masked, and the equal-length\n source slice is its original form (`.aaaaalert` → `.${p}alert`).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(providers,language-server): full hover card on empty sectionOrder…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T23:07:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "40f9ea69f5356e13dd6e7007d5dd63d41d736641",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.5.2",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T22:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fa6e71bd294d4cf54aedfd62bc84e09dd50784b",
"body": "Add a `render.structureView` option — `\"text\"`, `\"diagram\"`, or `\"both\"`\n(default) — so the `## Structure` section can emit just the text tree, just\nthe mermaid flowchart, or both. Global + declarative, set once in cssdoc.json\nalongside `sectionOrder`/`headingPrefix`/`baseHref`.\n\n- `@cssdoc/config`:\n[…]\nt both).\n- `@cssdoc/typedoc`: `emitCssApi` defaults it from `configFile.render`\n (explicit option still wins), like the other render defaults.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(config): render.structureView to choose text / diagram / both",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T22:42:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1009627e589605317c01ef3f2b1176c02efee40f",
"body": "The `@structure` `` ```text `` tree now classifies nodes like the flowchart:\n`renderTree`/`structureLabel` take `self` + `resolveComponent`, so a sibling\nchild resolves to its component name (tagged `component`) instead of its raw\nselector, and cardinality uses the shared `0..1` / `0..n` / `1..n` tokens\n(absent = required) rather than the prose `(optional)` suffix. Both Structure\nviews now read the same. Follows the 0.5.1 flowchart change.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(structure): mirror the flowchart's classification in the text tree",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T22:34:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a36bc51cc950b09efb2ef0699e445ce4a242438c",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.5.1",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T22:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df34e2d54116494ab33052299739135aa72a56a6",
"body": "… flowchart\n\n`toMermaid` now shapes and classes each node by what it is, and moves\ncardinality onto the edge (ER-style) instead of the label:\n\n- root (`:::cssdoc-root`, rectangle), part (`:::cssdoc-part`, rounded), slot\n (`:::cssdoc-slot`, parallelogram → ‹content› / ‹content: name›), and sibling\n \n[…]\nmitter, which already builds the resolver. Four `classDef`s give\na readable standalone default; a host can restyle by class name. dist rebuilt.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mermaid): render `@structure` as a classified, cardinality-aware…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T22:16:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "361549198cd55a02f91bcb7517a872523976b7e1",
"body": "fix: cross-file @structure sibling recognition + unmasked editor diagnostics",
"is_bot": false,
"headline": "Merge pull request #8 from thedannywahl/claude/structure-sibling-lint",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T22:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73b9ec74519c46a28e05567c30973cf4ade1ca82",
"body": "…ngs and unmask interpolations\n\nThe editor lints each host file alone, so an `@structure` reference to a\ncomponent defined in another file (e.g. `.close-button`) was flagged\n`structure-unknown-selector`, and the message showed the masked projection\n`.aaaaclose-button` instead of the authored `.${p}c\n[…]\nnknown reads `.${p}bogus`, not `.aaaabogus`.\n\nCLI callers are unchanged (no `siblingIndex`), so single-sheet linting behaves\nexactly as before.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(providers,language-server): recognize cross-file @structure sibli…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T22:02:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b1edd83e93a9f2e29bc6de0f6e5d287b2eda2b2d",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.5.0",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T20:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359352ea9871be9f503b4cb4f23e234e7d2d9c7f",
"body": "feat: enrich @structure — sibling components, cardinality, slot content, derived subcomponents",
"is_bot": false,
"headline": "Merge pull request #7 from thedannywahl/claude/structure-enrichment",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T20:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba37525495dfeea4263ad86e76cf9557d653d60d",
"body": "Aliases for `:optional` and `:one-or-more`. `:req` is intentionally omitted — an\nunmarked child already means required, so a `:required` marker would wrongly imply\nunmarked = optional. `:many` needs no shorthand.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(structure): add `:opt` and `:more` cardinality shorthands",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T20:32:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b078c4ee52f172d51508529195dff1a3ed19f3a2",
"body": "…y/:one-or-more)\n\nReplaces the invented `:card(?)`/`:card(*)`/`:card(+)` marker. `:card(?)` only\nsurvived because postcss doesn't validate selector internals (the `?` isn't valid\nCSS). An unknown pseudo-class like `:optional` is valid selector syntax, so this no\nlonger leans on parser leniency; `:optional` is even a real pseudo. Names match the\n`StructureNode.cardinality` enum. No model/render changes — cardinality values are\nunchanged.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(structure): use word pseudos for cardinality (:optional/:man…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T20:26:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0a4b47a49825d31394a825d1b57656c4540a3452",
"body": "…onents list\n\nrenderTree + toMermaid show `slot` nodes as ‹content› and append a cardinality\nsuffix (optional / 0..n / 1..n). A new `resolveComponent` option (supplied by\nbuildCssApi from all records) cross-links sibling-component children and derives a\n\"Subcomponents\" section from the structure tre\n[…]\nomposition from a single source,\nno separate tag. Adds `cardinality` to the JSON StructureNode schema and documents\nthe `@structure` additions.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(markdown): render @structure content, cardinality, and a Subcomp…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T20:19:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e28ba80d901a93fcad1f45c0fb25ab528e9c7e23",
"body": "structure-unknown-selector now treats any other documented component's base class\nas a valid child (a component tree composes other components), so referencing\n`.close-button` no longer needs structureIgnore. Genuinely unknown classes still\nflag; a sibling's own modifiers belong to its docs (reference it bare).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(providers): accept sibling components as @structure children",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T20:19:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "333bb2ee3f6b4c5212be0e53b9e045295ddc56eb",
"body": "A structure child can now carry a trailing `:card(?)` / `:card(*)` / `:card(+)`\n(optional 0..1 / any 0..n / one-or-more 1..n), parsed into `StructureNode.cardinality`\nand stripped from the stored selector. It's a pseudo, not a `/* … */` comment,\nbecause @structure lives inside a doc comment where CS\n[…]\nose the doc comment). A `slot` / `slot[name]` node marks a\nlight-DOM content region; toMermaid renders both (‹content› + a cardinality suffix).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core): @structure cardinality (:card) and slot content nodes",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T20:19:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e4e218363459b265c8595d16437d1396e589b5f6",
"body": "Let a `cssdoc.json` be the single declarative source for the CSS API docs.\n\n- config: add a `render` block (sectionOrder/headingPrefix/baseHref) to the\n schema + CssDocConfigFile (merged across `extends` like `naming`), kept out of\n the parser CssDocConfiguration. Sync the shipped schema copies.\n-\n[…]\n test the item type instead.\n\nFully back-compatible: with no cssdoc.json, loaders return defaults and existing\ninline options behave as before.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(config,markdown,plugins): drive docs render + lint from cssdoc.json",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T19:32:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c073233b2216513b5057b4f2f30ffa655a20dc0a",
"body": "feat: attribute-selector-aware modifiers — name-not-in-css + `*` families (AST, hover, usage)",
"is_bot": false,
"headline": "Merge pull request #6 from thedannywahl/claude/name-not-in-css",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T19:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b94b0ec3b88b8bfa740a97a18f15207e1acfb631",
"body": "`isModifier`/`deprecationOf` now glob-match a used class against family modifiers\nvia `ModifierMatcher.matchesModifier`, so `-icon-arrow` resolves to a documented\n`-icon-*` family (no false unknown-modifier), and a concrete instance of a\ndeprecated family is flagged deprecated. Adds `pattern` to the JSON modifier\nschema and documents the family form in the authoring guide.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(index): resolve concrete usages to `*` family modifiers",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T19:19:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ec0cb3acfeb1ff142e0fa01054b1d6325855b35",
"body": "The AST now recognizes a `class` attribute selector on the base as a modifier\nfamily: `.alert[class*=\"-icon-\"]` yields the `-icon-*` modifier (`pattern: true`),\nso families are first-class in the model, not just lint-matched. The operator maps\nto the wildcard: `*=`/`|=` → prefix (`-icon-*`), `$=` → \n[…]\nue must be a chained modifier (separator-prefixed) with a literal core. An\nauthored `@modifier -icon-*` merges onto the derived family by name.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core): derive `*` family modifiers from [class*=…] selectors",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T19:19:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7a65b74c85322153d7eb138ba36a154beff64cc2",
"body": "Describe the `*` family form for @modifier/@part in the authoring guide, the\ndeprecated-alias exemption and attribute-operator semantics in the linting guide,\nand add a WildcardSegment production to the grammar.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(spec): document * wildcard families and name-not-in-css matching",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T18:59:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "70f43cf086fff73aa705a3ab09d5733edd4a4708",
"body": "…s, exempt deprecated\n\nname-not-in-css produced false positives against real component sheets. Three\nchanges to how a documented modifier/part is judged \"defined by a selector\":\n\n- Deprecated aliases (`@modifier -x — @deprecated {@link -y}`) are legacy names\n intentionally absent from the CSS — the\n[…]\n not, since it anchors to the attribute start (the base class).\n This fixes concrete modifiers too, e.g. `@modifier -foo` + `[class*=\"-foo\"]`.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(providers): make name-not-in-css attribute-aware; add * wildcard…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T18:59:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "939c1ac8bf2574bd6743a6cb17309d8db38acbf3",
"body": "feat(core): parse-free @cssdoc/core/lite entry (embed without postcss)",
"is_bot": false,
"headline": "Merge pull request #5 from thedannywahl/claude/embed-postcss",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T18:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "321c388d3d15619d1c1d358d040263c90dc4945d",
"body": "Confine postcss's runtime import to parse.ts (the only module that needs it) so\nconsumers who use the model, grammar, config, or helpers without parsing don't\nbundle a CSS parser:\n\n- grammar.ts no longer value-imports postcss — parseStructure takes an injected\n parser, threaded from parseCssDocs th\n[…]\nssdoc/index\nand @cssdoc/dialects are unchanged — parseCssDocs still defaults to postcss and\n`ParseOptions.parse` still accepts dialect parsers.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core): add parse-free @cssdoc/core/lite entry (no postcss)",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T18:07:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "20b2ec5195adc2bedda1ddde3bcc0777f242993e",
"body": "Schema.org objects need their own image property; it isn't inherited from\nthe og:image tag. Point it at the social card.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(docs): add image to Schema.org JSON-LD",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T16:58:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7bf4dcd8bf6ddef1ef86d39249e23bbc7e4aa9b9",
"body": "Raise the site description to ~139 chars (from the home tagline) so unfurl\npreviews aren't truncated, and drive meta description, OG, Twitter, and\nJSON-LD from one constant. Add og:locale, twitter:site/creator\n(@thedannywahl), twitter:image:alt, author, keywords, and a Schema.org\nWebSite block.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(docs): flesh out meta tags — longer description, Twitter, JSON-LD",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T16:50:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "991925727f71cc6afe41dadeb967cd8d618d7394",
"body": "…rling\n\nAdd per-page og:/twitter: tags plus a canonical link via transformHead, and\na committed 1200x630 og.png rendered from the cssdoc mark. Scrapers don't\nrender SVG reliably, so the card is a raster asset regenerable with\ndocs/scripts/gen-og.mjs (@resvg/resvg-js).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(docs): add social card and Open Graph/Twitter meta for link unfu…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T16:37:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ebf707755d99e9af306f47c26270e711c8ac4900",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.4.2",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T15:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ddc80497ca7c5418998d6f51adafb67d30172d",
"body": null,
"is_bot": false,
"headline": "fix(docs): add title to Playground documentation",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T15:34:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "591ac9799cf849ced0f0c7995bec360f1b967204",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.4.1",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T15:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee0518940e074248fea5909c0ac2bfab2432d99",
"body": "feat: v0.4.1 tweaks — dynamic-binding ESLint, MDN hover links, hover section order, suppression reasons",
"is_bot": false,
"headline": "Merge pull request #4 from thedannywahl/claude/v0.4.1-tweaks",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T15:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b906ee2955d434ff39a72e51edbc60e1e6cbad2f",
"body": "…erpolation\n\nRe-export the three new model types from `@cssdoc/core` so TypeDoc stops warning\nthat `ParseOptions.fileName`'s `{@link CssSource}` resolves to an undocumented\nsymbol (they're part of the public `CssDocEntry` surface). Also reword an\nembedded-CSS guide line that wrote `{{ … }}`, which VitePress parsed as a Vue\ninterpolation and failed the docs build.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(core): export CssSource/CssTokenConsumed/CssRelated; fix docs int…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T15:20:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c4c2505b99185d6dd843ff7468d0eb2c0cea3d46",
"body": "…figurable\n\nTwo hover-card improvements, plumbed through the providers, language server, and\nVS Code extension:\n\n- Each `@property` `<type>` (e.g. `<color>`, `<length>`) in a custom-property\n syntax now links to its MDN reference page, in both the hover card and the docs\n playground. The MDN URL b\n[…]\nrroring the markdown emitter's `sectionOrder`. `record.hover` now\n builds each section into a fragment and emits them in the configured order.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(hover): link property syntaxes to MDN and make section order con…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T15:14:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "90b6ca5ce37adbe4d69ba88d19956b6465685f32",
"body": "The rule now scans the whole source with `scanClassUsages` from `@cssdoc/embedded`\nfor class conventions, so JSX dynamic bindings — `className={`…`}` templates,\nstring args to `clsx(...)`, and `:class`/`class:name` forms — are validated, not\njust static string literals. This matches what the editor already checks. The\nHTML and CUBE-attribute paths are unchanged. Updates the embedded-CSS guide note\nthat called this a follow-up.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(eslint): check dynamic class bindings in valid-class-usage",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T15:14:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "49f8e6a5b947d2b2b98c296e51f775463ef830fb",
"body": "A `cssdoc-disable*` directive may now carry a trailing ` - <reason>` explaining\nwhy the rule(s) are disabled, e.g. `/* cssdoc-disable-line missing-summary -\ngenerated file, documented upstream */`. The reason is split off before rule-name\nparsing (rule ids never contain a standalone ` - `), captured on the directive,\nand otherwise ignored — so it never counts as a rule name.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(providers): add a reason suffix to suppression directives",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T15:14:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "99fce5f2a56582ee9c67ff81bd13ed42e64d5a01",
"body": "changelogen emits markdown (e.g. `⚠️ ` after breaking-change entries) that\noxfmt normalizes, so the release-generated CHANGELOG.md failed the release Gate's\n`vp check` even though local checks passed (they run before the changelog is\nregenerated). Add it to `fmt.ignorePatterns` so generated changelogs no longer\nneed manual fixups.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): exclude generated CHANGELOG.md from the formatter",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T14:27:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "47d4244294871bdd863a3a9275b882d45cab0cce",
"body": "… entries",
"is_bot": false,
"headline": "fix(changelog): remove extra spaces in core and json breaking changes…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T14:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cad61f4c54323802d04571a53bbe975ce7d9a7de",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.4.0",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T14:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81849816056610569d4cdecb38d2a46c698df0b4",
"body": "…tively",
"is_bot": false,
"headline": "chore: update postcss and eslint versions to 8.5.17 and 10.7.0 respec…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T14:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb78df59a9067a4845e19a5b6f842803b1f39d03",
"body": "…t-8004d9\n\nfeat: hoist pantoken doc surfaces into cssdoc (@tokens + usage/compat/related/source/sectionOrder)",
"is_bot": false,
"headline": "Merge pull request #3 from thedannywahl/claude/pantoken-tokens-tag-as…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-13T02:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b1b1959e62abd7a612c0f9330404e208781d247",
"body": "Add `@tokens`, `@usage`, `@compat`, and `@related` to the authoring guide, and\ndocument `resolveSource`, `importSnippet`, `baseHref`, and `sectionOrder` in the\nemitters guide.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document the new tags and markdown emitter options",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-12T15:09:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6c933e70dca200108668ec9752fa537b64b3f595",
"body": "Adapt the playground to the new `cssPropertiesConsumed` object shape.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(docs): render consumed tokens by name in the playground",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-12T15:09:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f30b0a45522e258fa22f51b6b43c7034c98435b7",
"body": "Regenerate the committed grammar so `@tokens`, `@usage`, `@compat`, and\n`@related` are highlighted; keeps the sync test green.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(tmlanguage): regenerate injection grammar for the new tags",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-12T15:08:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c98240f709d98ac59d30a0f34abb98b5935f658c",
"body": "…options\n\nForward the new markdown render options through `emitCssApi` so TypeDoc\nconsumers can use them.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(typedoc): thread resolveSource, importSnippet, and sectionOrder …",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-12T15:08:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b4529fe8844a5a7149497d325dedb868fdcc6e14",
"body": "…d/source\n\nUpdate the JSON Schema to match the model: `cssPropertiesConsumed` items are now\nobjects, and `usage`, `compat`, `related`, and `source` are described (with\n`compat` and `related` required).\n\nBREAKING CHANGE: JSON `cssPropertiesConsumed` items are now\n`{ name, description? }` objects instead of plain strings.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(json)!: emit consumed tokens as objects; add usage/compat/relate…",
"author_name": "Danny Wahl",
"author_login": "thedannywahl",
"committed_at": "2026-07-12T15:08:39Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 26,
"commits_last_year": 191,
"latest_release_at": "2026-07-19T14:37:02Z",
"latest_release_tag": "v0.7.9",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 3,
"days_since_latest_release": 5,
"mean_days_between_releases": 0.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@cssdoc/html",
"exists": true,
"license": "MIT",
"keywords": [
"css",
"cssdoc",
"documentation",
"emitter",
"html"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@cssdoc/html",
"is_deprecated": false,
"latest_version": "0.7.9",
"repository_url": "https://github.com/thedannywahl/cssdoc",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3987,
"first_published_at": "2026-07-10T00:42:57.290000Z",
"latest_published_at": "2026-07-19T14:36:29.340000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
},
{
"name": "@cssdoc/json",
"exists": true,
"license": "MIT",
"keywords": [
"css",
"cssdoc",
"documentation",
"emitter",
"json"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@cssdoc/json",
"is_deprecated": false,
"latest_version": "0.7.9",
"repository_url": "https://github.com/thedannywahl/cssdoc",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3949,
"first_published_at": "2026-07-10T00:42:59.465000Z",
"latest_published_at": "2026-07-19T14:36:33.924000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
},
{
"name": "@cssdoc/llms",
"exists": true,
"license": "MIT",
"keywords": [
"css",
"cssdoc",
"documentation",
"emitter",
"llms"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@cssdoc/llms",
"is_deprecated": false,
"latest_version": "0.7.9",
"repository_url": "https://github.com/thedannywahl/cssdoc",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3936,
"first_published_at": "2026-07-10T00:43:01.849000Z",
"latest_published_at": "2026-07-19T14:36:37.569000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
},
{
"name": "@cssdoc/core",
"exists": true,
"license": "MIT",
"keywords": [
"css",
"design-system",
"doc-comments",
"documentation",
"postcss",
"tsdoc"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@cssdoc/core",
"is_deprecated": false,
"latest_version": "0.7.9",
"repository_url": "https://github.com/thedannywahl/cssdoc",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 7994,
"first_published_at": "2026-07-10T00:42:48.247000Z",
"latest_published_at": "2026-07-19T14:35:28.511000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
},
{
"name": "@cssdoc/spec",
"exists": true,
"license": "MIT",
"keywords": [
"cssdoc",
"doc-comments",
"grammar",
"spec",
"tags",
"vocabulary"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@cssdoc/spec",
"is_deprecated": false,
"latest_version": "0.7.9",
"repository_url": "https://github.com/thedannywahl/cssdoc",
"versions_count": 25,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 8228,
"first_published_at": "2026-07-11T00:50:41.440000Z",
"latest_published_at": "2026-07-19T14:35:21.504000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
},
{
"name": "@cssdoc/cem",
"exists": true,
"license": "MIT",
"keywords": [
"cem",
"css",
"cssdoc",
"custom-elements-manifest"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@cssdoc/cem",
"is_deprecated": false,
"latest_version": "0.7.9",
"repository_url": "https://github.com/thedannywahl/cssdoc",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3900,
"first_published_at": "2026-07-10T00:43:11.564000Z",
"latest_published_at": "2026-07-19T14:35:55.235000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
},
{
"name": "@cssdoc/index",
"exists": true,
"license": "MIT",
"keywords": [
"css",
"cssdoc",
"documentation",
"index"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@cssdoc/index",
"is_deprecated": false,
"latest_version": "0.7.9",
"repository_url": "https://github.com/thedannywahl/cssdoc",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 7395,
"first_published_at": "2026-07-10T00:43:09.323000Z",
"latest_published_at": "2026-07-19T14:35:49.488000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
},
{
"name": "@cssdoc/eslint-plugin",
"exists": true,
"license": "MIT",
"keywords": [
"css",
"cssdoc",
"documentation",
"eslint",
"eslint-plugin"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@cssdoc/eslint-plugin",
"is_deprecated": false,
"latest_version": "0.7.9",
"repository_url": "https://github.com/thedannywahl/cssdoc",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 4046,
"first_published_at": "2026-07-10T00:43:27.506000Z",
"latest_published_at": "2026-07-19T14:36:45.826000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"docs/.vitepress/tsconfig.json",
"emitters/html/tsconfig.json",
"emitters/json/tsconfig.json",
"emitters/llms/tsconfig.json",
"emitters/markdown/tsconfig.json",
"generators/cem/tsconfig.json",
"generators/dtcg/tsconfig.json",
"generators/vscode-custom-data/tsconfig.json",
"packages/config/tsconfig.json",
"packages/core/tsconfig.json",
"packages/cssdoc/tsconfig.json",
"packages/dialects/tsconfig.json",
"packages/embedded/tsconfig.json",
"packages/index/tsconfig.json",
"packages/lint-core/tsconfig.json",
"packages/providers/tsconfig.json",
"packages/spec/tsconfig.json",
"plugins/eslint/tsconfig.json",
"plugins/stylelint/tsconfig.json",
"plugins/typedoc/tsconfig.json",
"servers/language-server/tsconfig.json",
"servers/vscode/tsconfig.json",
"syntaxes/cssdoc/codemirror/tsconfig.json",
"syntaxes/cssdoc/tmlanguage/tsconfig.json",
"syntaxes/grammarkdown/tmlanguage/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 36459,
"source_files_sampled": 120,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4293
},
"dependencies": {
"manifests": [
"docs/package.json",
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 16,
"malicious_count": 0,
"assessed_package": "npm:@cssdoc/html@0.7.9",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@cssdoc/core",
"manifest": "emitters/html/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/dialects",
"manifest": "emitters/html/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/embedded",
"manifest": "emitters/html/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "emitters/json/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/dialects",
"manifest": "emitters/json/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/embedded",
"manifest": "emitters/json/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "emitters/llms/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/dialects",
"manifest": "emitters/llms/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/embedded",
"manifest": "emitters/llms/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "emitters/markdown/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/dialects",
"manifest": "emitters/markdown/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/embedded",
"manifest": "emitters/markdown/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "generators/cem/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/index",
"manifest": "generators/cem/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "generators/dtcg/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/index",
"manifest": "generators/dtcg/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "generators/vscode-custom-data/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/index",
"manifest": "generators/vscode-custom-data/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "packages/config/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "ajv",
"manifest": "packages/config/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "jsonc-parser",
"manifest": "packages/config/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "@cssdoc/spec",
"manifest": "packages/core/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "postcss",
"manifest": "packages/core/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "@cssdoc/core",
"manifest": "packages/cssdoc/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/index",
"manifest": "packages/cssdoc/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/providers",
"manifest": "packages/cssdoc/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "postcss",
"manifest": "packages/dialects/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "postcss-less",
"manifest": "packages/dialects/package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.0"
},
{
"name": "postcss-scss",
"manifest": "packages/dialects/package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.9"
},
{
"name": "@cssdoc/core",
"manifest": "packages/embedded/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/dialects",
"manifest": "packages/embedded/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/lint-core",
"manifest": "packages/embedded/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "packages/index/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "postcss",
"manifest": "packages/index/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "postcss-value-parser",
"manifest": "packages/index/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "@cssdoc/core",
"manifest": "packages/lint-core/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/index",
"manifest": "packages/lint-core/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/providers",
"manifest": "packages/lint-core/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "packages/providers/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/index",
"manifest": "packages/providers/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "css-tree",
"manifest": "packages/providers/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "@cssdoc/config",
"manifest": "plugins/eslint/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "plugins/eslint/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/embedded",
"manifest": "plugins/eslint/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/index",
"manifest": "plugins/eslint/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/lint-core",
"manifest": "plugins/eslint/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/providers",
"manifest": "plugins/eslint/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/config",
"manifest": "plugins/stylelint/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "plugins/stylelint/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/lint-core",
"manifest": "plugins/stylelint/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/config",
"manifest": "plugins/typedoc/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "plugins/typedoc/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/markdown",
"manifest": "plugins/typedoc/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/config",
"manifest": "servers/language-server/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/core",
"manifest": "servers/language-server/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/dialects",
"manifest": "servers/language-server/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/embedded",
"manifest": "servers/language-server/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/index",
"manifest": "servers/language-server/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@cssdoc/providers",
"manifest": "servers/language-server/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "vscode-languageserver",
"manifest": "servers/language-server/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "vscode-languageserver-textdocument",
"manifest": "servers/language-server/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ajv",
"direct": true,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "css-tree",
"direct": true,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "jsonc-parser",
"direct": true,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": true,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "postcss-less",
"direct": true,
"version": "^6.0.0",
"ecosystem": "npm"
},
{
"name": "postcss-scss",
"direct": true,
"version": "^4.0.9",
"ecosystem": "npm"
},
{
"name": "postcss-value-parser",
"direct": true,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver",
"direct": true,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-textdocument",
"direct": true,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "@codemirror/lang-css",
"direct": false,
"version": "^6.3.1",
"ecosystem": "npm"
},
{
"name": "@codemirror/lang-html",
"direct": false,
"version": "^6.4.11",
"ecosystem": "npm"
},
{
"name": "@codemirror/lang-json",
"direct": false,
"version": "^6.0.2",
"ecosystem": "npm"
},
{
"name": "@codemirror/language",
"direct": false,
"version": "^6.12.4",
"ecosystem": "npm"
},
{
"name": "@codemirror/state",
"direct": false,
"version": "^6.7.1",
"ecosystem": "npm"
},
{
"name": "@codemirror/theme-one-dark",
"direct": false,
"version": "^6.1.3",
"ecosystem": "npm"
},
{
"name": "@codemirror/view",
"direct": false,
"version": "^6.43.6",
"ecosystem": "npm"
},
{
"name": "@eslint/css",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "@html-eslint/parser",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "@pnpm/exe",
"direct": false,
"version": "11.9.0",
"ecosystem": "npm"
},
{
"name": "@pnpm/linux-arm64",
"direct": false,
"version": "11.9.0",
"ecosystem": "npm"
},
{
"name": "@pnpm/linux-x64",
"direct": false,
"version": "11.9.0",
"ecosystem": "npm"
},
{
"name": "@pnpm/linuxstatic-arm64",
"direct": false,
"version": "11.9.0",
"ecosystem": "npm"
},
{
"name": "@pnpm/linuxstatic-x64",
"direct": false,
"version": "11.9.0",
"ecosystem": "npm"
},
{
"name": "@pnpm/macos-arm64",
"direct": false,
"version": "11.9.0",
"ecosystem": "npm"
},
{
"name": "@pnpm/win-arm64",
"direct": false,
"version": "11.9.0",
"ecosystem": "npm"
},
{
"name": "@pnpm/win-x64",
"direct": false,
"version": "11.9.0",
"ecosystem": "npm"
},
{
"name": "@reflink/reflink",
"direct": false,
"version": "0.1.19",
"ecosystem": "npm"
},
{
"name": "@reflink/reflink-darwin-arm64",
"direct": false,
"version": "0.1.19",
"ecosystem": "npm"
},
{
"name": "@reflink/reflink-darwin-x64",
"direct": false,
"version": "0.1.19",
"ecosystem": "npm"
},
{
"name": "@reflink/reflink-linux-arm64-gnu",
"direct": false,
"version": "0.1.19",
"ecosystem": "npm"
},
{
"name": "@reflink/reflink-linux-arm64-musl",
"direct": false,
"version": "0.1.19",
"ecosystem": "npm"
},
{
"name": "@reflink/reflink-linux-x64-gnu",
"direct": false,
"version": "0.1.19",
"ecosystem": "npm"
},
{
"name": "@reflink/reflink-linux-x64-musl",
"direct": false,
"version": "0.1.19",
"ecosystem": "npm"
},
{
"name": "@reflink/reflink-win32-arm64-msvc",
"direct": false,
"version": "0.1.19",
"ecosystem": "npm"
},
{
"name": "@reflink/reflink-win32-x64-msvc",
"direct": false,
"version": "0.1.19",
"ecosystem": "npm"
},
{
"name": "@resvg/resvg-js",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "@types/css-tree",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "@types/markdown-it",
"direct": false,
"version": "^14.1.2",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "@types/vscode",
"direct": false,
"version": "^1.125.0",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "@vscode/vsce",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "codemirror",
"direct": false,
"version": "^6.0.2",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "grammarkdown",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "markdown-it",
"direct": false,
"version": "^14.3.0",
"ecosystem": "npm"
},
{
"name": "mermaid",
"direct": false,
"version": "^11.16.0",
"ecosystem": "npm"
},
{
"name": "ovsx",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "pnpm",
"direct": false,
"version": "11.9.0",
"ecosystem": "npm"
},
{
"name": "postcss-html",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "postcss-styled-syntax",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "publint",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "stylelint",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "typedoc",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "typedoc-plugin-markdown",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "typedoc-vitepress-theme",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "vite-plus",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "vitepress",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "vitepress-plugin-llms",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "vscode-languageclient",
"direct": false,
"version": "catalog:",
"ecosystem": "npm"
},
{
"name": "vue",
"direct": false,
"version": "^3.5.39",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 65,
"direct_count": 9,
"indirect_count": 56
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 22,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "thedannywahl",
"commits": 191,
"avatar_url": "https://avatars.githubusercontent.com/u/743499?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docs.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/24 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1244da3d895566a14b60adec84a7408e086ed470",
"ran_at": "2026-07-25T12:17:34Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T14:38:15Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-19T14:15:06Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/thedannywahl/cssdoc",
"host": "github.com",
"name": "cssdoc",
"owner": "thedannywahl"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 45,
"vitality": 70,
"community": 37,
"governance": 55,
"engineering": 81
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 191,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "191 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 191
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 26,
"latest_release_tag": "v0.7.9",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 0.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 37,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 77,
"inputs": {
"packages": [
"@cssdoc/html",
"@cssdoc/json",
"@cssdoc/llms",
"@cssdoc/core",
"@cssdoc/spec",
"@cssdoc/cem",
"@cssdoc/index",
"@cssdoc/eslint-plugin"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 43435
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "43,435 downloads/month across npm",
"points": 61.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 43435,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 22,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "22/22 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 22,
"decided": 22
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"followers": 21,
"owner_type": "User",
"is_verified": null,
"owner_login": "thedannywahl",
"public_repos": 35,
"account_age_days": 5574
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "21 followers of thedannywahl",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 21,
"login": "thedannywahl"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "35 public repos, account ~15 yr old",
"points": 23.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 35
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@cssdoc/html",
"@cssdoc/json",
"@cssdoc/llms",
"@cssdoc/core",
"@cssdoc/spec",
"@cssdoc/cem",
"@cssdoc/index",
"@cssdoc/eslint-plugin"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "8 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 8,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 81,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"css",
"intellisense"
],
"has_wiki": true,
"homepage": "https://cssdoc.dev",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://cssdoc.dev",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@cssdoc/html@0.7.9 runtime dependency closure — what installing the published package pulls in — 16 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@cssdoc/html@0.7.9",
"assessed": 16
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 16,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 16,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 68,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.99,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4293
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "99 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 99,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"docs/.vitepress/tsconfig.json",
"emitters/html/tsconfig.json",
"emitters/json/tsconfig.json",
"emitters/llms/tsconfig.json",
"emitters/markdown/tsconfig.json",
"generators/cem/tsconfig.json",
"generators/dtcg/tsconfig.json",
"generators/vscode-custom-data/tsconfig.json",
"packages/config/tsconfig.json",
"packages/core/tsconfig.json",
"packages/cssdoc/tsconfig.json",
"packages/dialects/tsconfig.json",
"packages/embedded/tsconfig.json",
"packages/index/tsconfig.json",
"packages/lint-core/tsconfig.json",
"packages/providers/tsconfig.json",
"packages/spec/tsconfig.json",
"plugins/eslint/tsconfig.json",
"plugins/stylelint/tsconfig.json",
"plugins/typedoc/tsconfig.json",
"servers/language-server/tsconfig.json",
"servers/vscode/tsconfig.json",
"syntaxes/cssdoc/codemirror/tsconfig.json",
"syntaxes/cssdoc/tmlanguage/tsconfig.json",
"syntaxes/grammarkdown/tmlanguage/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.47,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "docs/.vitepress/tsconfig.json, emitters/html/tsconfig.json, emitters/json/tsconfig.json, emitters/llms/tsconfig.json, emitters/markdown/tsconfig.json, generators/cem/tsconfig.json, generators/dtcg/tsconfig.json, generators/vscode-custom-data/tsconfig.json, packages/config/tsconfig.json, packages/core/tsconfig.json, packages/cssdoc/tsconfig.json, packages/dialects/tsconfig.json, packages/embedded/tsconfig.json, packages/index/tsconfig.json, packages/lint-core/tsconfig.json, packages/providers/tsconfig.json, packages/spec/tsconfig.json, plugins/eslint/tsconfig.json, plugins/stylelint/tsconfig.json, plugins/typedoc/tsconfig.json, servers/language-server/tsconfig.json, servers/vscode/tsconfig.json, syntaxes/cssdoc/codemirror/tsconfig.json, syntaxes/cssdoc/tmlanguage/tsconfig.json, syntaxes/grammarkdown/tmlanguage/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/.vitepress/tsconfig.json, emitters/html/tsconfig.json, emitters/json/tsconfig.json, emitters/llms/tsconfig.json, emitters/markdown/tsconfig.json, generators/cem/tsconfig.json, generators/dtcg/tsconfig.json, generators/vscode-custom-data/tsconfig.json, packages/config/tsconfig.json, packages/core/tsconfig.json, packages/cssdoc/tsconfig.json, packages/dialects/tsconfig.json, packages/embedded/tsconfig.json, packages/index/tsconfig.json, packages/lint-core/tsconfig.json, packages/providers/tsconfig.json, packages/spec/tsconfig.json, plugins/eslint/tsconfig.json, plugins/stylelint/tsconfig.json, plugins/typedoc/tsconfig.json, servers/language-server/tsconfig.json, servers/vscode/tsconfig.json, syntaxes/cssdoc/codemirror/tsconfig.json, syntaxes/cssdoc/tmlanguage/tsconfig.json, syntaxes/grammarkdown/tmlanguage/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "47 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 47,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 36459,
"source_files_sampled": 120,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/120 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 120,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T12:17:42.045206Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/thedannywahl/cssdoc.svg",
"full_name": "thedannywahl/cssdoc",
"license_state": "standard",
"license_spdx": "MIT"
}