Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"agent-skills",
"ai-agents",
"claude",
"editable",
"html",
"markdown",
"markdown-it",
"markdown-slides",
"presentation",
"self-contained",
"single-file",
"slides"
],
"is_fork": false,
"size_kb": 427,
"has_wiki": true,
"homepage": "https://markdown.orz.how",
"languages": {
"CSS": 51583,
"HTML": 6894,
"JavaScript": 56835,
"TypeScript": 132411
},
"pushed_at": "2026-07-17T00:12:52Z",
"created_at": "2026-06-25T11:51:04Z",
"owner_type": "User",
"updated_at": "2026-07-17T00:12:56Z",
"description": "Markdown → one .slides.html deck that edits itself in the browser. Ships agent skills.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"JavaScript",
"CSS"
]
},
"owner": {
"blog": null,
"name": "Yu Wang",
"type": "User",
"login": "wangyu16",
"company": "University of Louisiana at Lafayette",
"location": "Lafayette, Louisiana",
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/8711631?v=4",
"created_at": "2014-09-09T15:39:06Z",
"is_verified": null,
"public_repos": 26,
"account_age_days": 4333
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-08T09:30:53Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-06T09:35:08Z"
}
],
"recent_commits": [
{
"oid": "745aabed24a0252c23fa7d504fd4a3de0daedb1e",
"body": null,
"is_bot": false,
"headline": "release: update metadata and prepare v0.8.5",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-17T00:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "957c9341ecab4fd311f509aada44532920688420",
"body": "… version ref",
"is_bot": false,
"headline": "docs: lead with \"Markdown that edits itself\" (positioning); fix stale…",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-16T10:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e60107ef43dd996cf6154335f15dc35f4119a1ef",
"body": "…decks)\n\nCDN-delivered .slides.html requests the engine at orz-slides' OWN version\n(`orz-slides-browser@${selfVersion}` in lib.ts). The two versions are really\none version, but nothing enforced that: `bundle.ts` copied the JS into\n`browser/` and left `browser/package.json` at whatever version it alr\n[…]\nlishes both packages, so a root-only publish\n is no longer the path of least resistance.\n- browser/package.json: 0.8.0 -> 0.8.2 (the rebuild).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Keep orz-slides-browser in lockstep with orz-slides (fixes blank CDN …",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-14T15:26:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2f9bf7153ef385cc494d12d58503367776dacaa7",
"body": "Extends v0.8.1. A deck embedded in a host workspace (Alembic) is for\nauthoring/review, not presenting — so turn fragment stepping OFF in PREVIEW\nmode as well, not just edit mode: navigating a step slide now advances\nslide-to-slide (all step content shown) instead of stepping hidden fragments,\nwhich \n[…]\nbbered — re-apply on reveal's\n`ready` event. Verified in a hosted iframe (preview advances 8→9) and standalone\n(present still steps fragments).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Hosted decks: disable fragment stepping in preview too (v0.8.2)",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-14T13:31:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7145fbc26072fc476b84af1dd1a1f0e7873f4fea",
"body": "Step-reveal fragments are a present-mode feature. In the in-file editor's EDIT\nmode, navigating onto a step slide got stuck cycling hidden fragments (nothing\nvisibly changes and the deck won't advance until each is stepped) — a hard trap\nwhen the deck is hosted in an embedded editor.\n\nNow reveal rec\n[…]\nl stepping. Verified in-browser: edit mode\nshows all fragments and arrow-right advances past a 4-fragment step slide;\npresent mode still steps.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Edit mode: reveal all fragments so nav is slide-to-slide (v0.8.1)",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-14T12:25:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3d7043bb9765d4904b34c7dc393efcbef089049a",
"body": "Mermaid rendered HTML foreignObject labels measured via getBoundingClientRect,\nwhich reveal.js's scale-to-fit transform distorted to ~0-size boxes — the\ndiagram drew but the text was clipped until a manual reload (the reported\nrefresh-to-render bug). Fixes: htmlLabels:false (SVG text, transform-inde\n[…]\nslide's diagram renders correctly when shown. Browser-verified: labels\npresent on first load; 55 tests green. Folded into the unreleased 0.8.0.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix mermaid labels missing on first load (SVG labels, defer hidden)",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-11T09:52:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "134e212af8f68088ef109953a2b43a6d3ac8b16f",
"body": "…(0.8.0)\n\nThe in-file deck editor now speaks orz-host-include@1 (sibling of\norz-host-save / orz-host-ai): a hosted deck resolves `{{md-include https://…}}`\ndirectives via the host for its PREVIEW, inlining fetched markdown into each\nslide IN PLACE — reveal.js keeps its slide count + current position\n[…]\nied with a mock host (clean\n1/2, no glitch) and standalone (unresolved, zero network). PROTOCOL.md +\nCHANGELOG; version 0.8.0 (root + browser).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "orz-host-include@1: host-resolved web transclusion in slide previews …",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-11T09:28:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7ef03ed4031a287bdb8432dff93bc6c0ac5fa2c2",
"body": null,
"is_bot": false,
"headline": "Release 0.7.1",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-11T02:00:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f08194e05f57f362ee8e60b283a706f699c46bd",
"body": "buildSlidesHtml gains a `metadata` option emitted into the <head> (meta/link\nrel=license + JSON island via orz-markdown/doc-meta).\n\nThe deck config is slides' native metadata channel, so its `title:`/`author:`\nseed the metadata and the HOST wins over them, field by field. This drives the\n<head> only\n[…]\nurce.\n\nRequires orz-markdown ^1.4.0. Additive. 54 tests pass; verified that the host\nauthor wins in <head> while the deck footer still renders.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Accept host-injected document metadata (0.7.0)",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-11T00:12:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c2e98f603f2cc7548baa0ee6c3e5f0ed553a12ac",
"body": "orz-slides and orz-slides-browser (the prebuilt CDN engine .slides.html\nfiles load from jsDelivr) must publish in lockstep -- documented in this\nrepo's own CLAUDE.md. The 0.6.0 and 0.6.1 releases bumped only orz-slides,\nleaving orz-slides-browser stuck at 0.4.0 on npm. Every CDN-delivery\n.slides.htm\n[…]\nhe installed\norz-slides package renders and is fully editable in a real browser\n(toolbar, CodeMirror source view, theme picker all functional).\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix: orz-slides-browser was never bumped/published past 0.4.0",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-09T06:58:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "55cfcfc739b73f6a46cc4305a6341296d3ced17c",
"body": "setTheme() updated the DOM (data-theme, CodeMirror syntax theme) but never\ntouched the deck's leading <!-- deck ... --> config block, so a picked theme\nwas runtime-only state -- reading `theme:` from the saved source (rather than\na side channel) always got the deck's stale/original value, not what t\n[…]\nrror deck-settings buffer immediately.\n\nAlso adds a slides-examples dev server entry to .claude/launch.json for this\nkind of live verification.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix: theme picker didn't write into the deck's own source (0.6.1)",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-09T04:07:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dce47ea6cd24b2a41e44ba03d8e79eaa3283e1b2",
"body": "Ports the AI file-half from orz-mdhtml 0.7.1: a selection chip and a toolbar\nsparkle button send the current editor buffer (the active slide, or the deck\nconfig when deck-settings is open) to an embedding host and apply its\nsuggested rewrite. No host, no assistant -- standalone files unchanged.\n\nThe\n[…]\ns theme pick.\n\nNew PROTOCOL.md documents both protocols; README's Host embedding section\nupdated to mention orz-host-ai; CHANGELOG entry added.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.6.0: AI assistant (orz-host-ai@1) + theme-in-save",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-09T03:26:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "585e216a5faaed6492fbf13689e3afc8ea11242b",
"body": "Same fix as orz-mdhtml 0.7.1 — reference the embedded deck source island in prose\nso a regex source-extractor can't match the guide comment. (Held from npm until\nthe page-wide AI + theme-in-save land here; will publish as 0.6.0.)\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: agent-guide comment no longer contains a source-island tag literal",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-08T09:30:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ae878c38a46e911c6824c5b29322cf2f405d5f60",
"body": "Top-of-body comment tells an external AI app what the file is, where the editable\ndeck source lives (<script id=orz-deck>), and how to fetch the official\norz-slides agent skill from jsDelivr — so it edits with the correct layout grammar\nand a byte-identical round-trip. Invisible to readers.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "0.5.0 — embed an invisible agent guide in every generated .slides.html",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-08T09:11:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "08c0e5332f13f4cb39d81ff6897df866c572477b",
"body": null,
"is_bot": false,
"headline": "Update documentation for v0.4.0",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-07T08:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d71ca98638389b67cd9d55c6b9b89c5f4ebd79ee",
"body": null,
"is_bot": false,
"headline": "v0.4.0 — expose delivery:'cdn' in buildSlidesHtml; orz-markdown ^1.3.2",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-06T09:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b83f9ce38e877db0ad5f50eab20364138224438",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.3.0: programmatic library entry (buildSlidesHtml)",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-04T14:06:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a7c9978c72b44f01f86095f4909b7086fdebd073",
"body": "Expose a programmatic entry so a host can generate the self-contained\n.slides.html in-process, no CLI shell-out. src/lib.ts owns the single\ninline-composition path (selfVersion/findAsset/themeOnly/THEME_DEFS/\nreveal CSS reading); cli.ts imports it and its --inline branch calls the\nsame shared buildS\n[…]\nn import.meta.url.\n\npackage.json gains main/types/exports -> dist/lib.{js,d.ts}; bin kept.\ntsconfig declaration:true so tsc emits dist/lib.d.ts.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Library entry: buildSlidesHtml() for in-process generation",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-04T13:59:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "050cfbd0deb899db88eed499375d0c2691e85f30",
"body": "This reverts commit 79fb535f6a6a457cbdb9377191ae76e28412e4ae.",
"is_bot": false,
"headline": "Revert \"Hosted chrome: hide the orz logo after the host handshake\"",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-04T13:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79fb535f6a6a457cbdb9377191ae76e28412e4ae",
"body": "Conform to the hosted-chrome section of orz-mdhtml's PROTOCOL.md: after a\ncompleted orz-host-save@1 handshake the runtime sets\ndocument.documentElement.dataset.orzHosted = \"1\" and the chrome CSS hides\nthe toolbar orz logo (the embedding host shows its own). Runtime-only: the\nflag is stripped on serialization; unhosted files are unchanged.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Hosted chrome: hide the orz logo after the host handshake",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-04T09:36:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dae29aed01d550f9436509a6d5325b77c5e55bde",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.2.0: host embedding (orz-host-save@1)",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-04T08:54:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "37459cc6fe4de761bf49aa5cb9fe3d53158353f1",
"body": "Implements the host-save postMessage protocol (canonical spec:\nPROTOCOL.md in orz-mdhtml): after a verified hello from window.parent,\nSave posts { source, html } to the host (kind \"slides\") instead of the\nFS Access / download path, with a ~10s acknowledgement watchdog and an\norz-host-dirty signal on edit-state changes. Unhosted decks are\nunchanged; Export keeps working.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Host embedding: conform to orz-host-save@1",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-07-04T08:38:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "485277dfd0d842abaa5d6b2092f45d598a318d0c",
"body": null,
"is_bot": false,
"headline": "Update post-publish docs and lockfile",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-30T03:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e64c09c2a085f489f4b1df40e1e5166967732711",
"body": null,
"is_bot": false,
"headline": "Release 0.1.1 with shared CDN pins",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-30T02:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3560c56927a9d04ee17aa1ef0f80ee38d57d44a8",
"body": "The README, SKILL, and CLAUDE.md all still described orz-slides as\n'functional but not yet published'. Both packages (orz-slides CLI +\norz-slides-browser engine) are now live on npm at v0.1.0 in lockstep.\n\n- README: update status note to published; add an 'Install & generate'\n section (npm install \n[…]\n {{chart}} dependency. PDF export remains the\nonly deferred presenter feature. Build + 47 tests pass; samples\nregenerated locally (gitignored).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Docs: mark orz-slides as published (v0.1.0), add Install section",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-29T08:47:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "490ff4df99681c25df95f9e1cb6a9d5ed872ba83",
"body": "….3.0\n\nSwitch the orz-markdown dependency from the local file: link to the published\n^1.3.0 so npm consumers resolve it, and set orz-slides + orz-slides-browser to\n0.1.0 (same version). Build, typecheck, and 47 tests pass against orz-markdown@1.3.0.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.1.0: first npm release; depend on published orz-markdown ^1…",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-29T01:40:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8118e0cf747c0c6a85f808db116f04f28f298469",
"body": "- chalk & neon (the dark themes) now render Mermaid diagrams and {{chart}} canvases\n on a soft translucent light panel, so their light-default drawing stays legible\n on the dark background (same fix as the orz-markdown dark themes).\n- Mark the template-slide wrapper with data-orz-copy so selection\n[…]\ntion heading (which aren't inside .markdown-body) are recovered as\n Markdown — copy-as-Markdown previously only fired on normal-slide content.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix: dark-theme mermaid/charts + copy-as-Markdown on template slides",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-29T01:31:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7611ba05c9d4892ded4c4d19ce624909482eb082",
"body": "Point an agent at the bundled skill via its stable jsDelivr SKILL.md URL, or copy\nit into ~/.claude/skills for Claude Code. Links to markdown.orz.how/agents.html\nfor all install routes.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "README: add a 'Use with an AI agent' section",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-29T01:19:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "626018128324dc4c611bb715d6378cae6d546b45",
"body": "The popover ends with a link to https://markdown.orz.how/slides.html — the full\nlayout reference — so the picker stays focused on the common layouts while deeper\ndetails (and the ask-an-agent guidance) live one click away.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Editor: add a 'More layouts & syntax' link to the layout picker",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-29T00:50:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1e1f2391665beccd0b22426b5c035d5e6f672dfe",
"body": "A toolbar button opens a popover grid of layout tiles, each with a small SVG\nthumbnail: Title, Section, Bullets, Two columns, Main + side, Three columns,\nTwo rows, Quad (2×2), Outline, Closing. Picking one:\n- on an empty/new slide, drops the layout skeleton straight in;\n- on a slide with content, in\n[…]\nucks the old content into an\n HTML comment (nested '-->' neutralised with a zero-width space) so it can be\n copy-pasted into the new regions.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Editor: add a slide-layout picker with thumbnails",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-29T00:31:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "18656d048c8fc461a20e50e4a9f247ed1c822156",
"body": "Drag the panel's top edge to set the editor/deck split (--orz-vsplit; the deck\nrefits live via reveal.layout). Add a subtle '© orz-markdown' link at the right of\nthe toolbar — credited without a footer eating into the height-constrained deck.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Editor: adjustable editor/deck height + '© orz-markdown' in the toolbar",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-28T23:37:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fcf5093f5142f9b5fa00305ec553707b5651d39f",
"body": "… close tab\n\nBring the deck editor in line with the orz family: swap the save and download\nglyphs for the shared canonical SVGs, add a GitHub-octocat pencil, and reorder to\nbrand·gh · save · download · sep · slide-nav · slide-mgmt · spacer · deck · theme.\nThe bottom panel now slides up/down (transfo\n[…]\neplacing the in-header Done button; the pencil FAB\nstill opens it. Deck-specific glyphs (nav/add/dup/del/up/down/deck) are kept. 47\ntests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Editor: canonical save/download icons, slide-away bottom panel with a…",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-28T14:50:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "012b13958b1a58c10055374eb0b36aefa4f67ed2",
"body": "file:../orz-markdown now resolves to 1.3.0 (chart plugin, preview-frame export,\ntheme refresh, improved copy-as-Markdown runtime). Build, typecheck, and 47 tests\npass against it.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Relink orz-markdown 1.3.0 (lockfile)",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-28T12:59:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "77d4257fe195fc044ec0a15201a51c8a6fe9eaec",
"body": "#3 Harden self-update: the update fetch URLs were built from the file's config\n(enginePkg/appPkg/versionManifest), so a tampered/forged file could redirect\n'Update' to attacker-controlled code. The source (CDN host + package names +\nmanifest) is now HARDCODED in the editor (app.js), never read from \n[…]\nat the browser\nsandbox bounds; the update is opt-in + fixed-source; and integrity can't be\nself-verified (verify out-of-band for authenticity).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Security: harden self-update source + document the trust model",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-26T00:23:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "42279c9aeb883c14e8fec0f8010cef11c57b7b67",
"body": "When a newer lockstep framework version is published, the editor offers a\none-click update — checked ONLY on entering edit view, so plain viewers never see\nthe banner. Apply re-fetches the engine bundle + app.js from the lockstep CDN at\nthe latest version, re-inlines them, bumps the embedded version\n[…]\ner bakes in the (edit-only) banner\n\nVerified (mocked CDN): banner hidden in view, shown in edit; Update swaps\nengine+app and bumps the version.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Editor: one-click framework self-update (edit-view only)",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-25T23:45:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ab4ecf5b9fd49bf44b62a040757bc404e4215645",
"body": "Add a brand link at the left of the editor toolbar: the orz green-seal\nwordmark logo + \"slides\" + a GitHub mark, linking to\nhttps://github.com/wangyu16/orz-slides (the seal already reads \"orz\", so the\ntext is just the variant). The logo SVG (from wangyu16/logoes-and-icons) is\ninlined with its filter/mask IDs namespaced orzlogo-* so they can't collide\nwith SVGs in user content.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Editor header: orz logo + app name + GitHub link",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-25T12:13:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "27960ca4fc5d34a66837b30694814b883968311f",
"body": "- Fragments / step-reveal: a bare slide flag `step` auto-tags content as\n reveal fragments (lists per item, other top-level blocks one at a time, in\n document order); `{{attrs[.fragment]}}` marks an individual block. Needed a\n region flag because orz-markdown attrs can't land a class on an <li>.\n\n[…]\nests/test-presenter.md reference deck\nupdated; parser tests for the step flag added. PDF export remains the one\nunbuilt Phase-3 presenter item.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Presenter tools: speaker view, fragments, slide number, progress, timer",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-25T11:25:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7a660a48bc67bc9d897da8938020ad9e520bc9d5",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Ignore local ideas/ notes folder",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-25T10:41:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "02386e688583ae3abd14f279091ded40b4637e24",
"body": "Embedded YouTube doesn't reliably play from a local file:// page (YouTube\nvalidates the embedding origin/referrer, which is null off the filesystem,\nso restricted videos refuse). On file://, fixYouTube() swaps each iframe for\na clickable thumbnail + play button linking to youtube.com (always plays);\n[…]\ns left untouched. The wrapper keeps its\ndata-md so copy-as-Markdown still recovers {{youtube ...}}.\n\nAlso stop tracking local .claude/ tooling.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "YouTube: file:// fallback poster that opens youtube.com",
"author_name": "Yu Wang",
"author_login": "wangyu16",
"committed_at": "2026-06-25T10:32:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c272fd6c04c24903d7ca20dcacfaea52a1780b56",
"body": "…toc/footnotes\n\nAuditing the slide project against orz-markdown's new references/embedding.md\nsurfaced gaps the checklist is meant to catch:\n- QR fullscreen regressed when the runtime was embedded for copy: the runtime's\n initQrCodes now intercepts the click and opens an unstyled .qrcode-overlay\n \n[…]\nre.)\n\nBrowser-verified: qr opens the styled fullscreen overlay (runtime's suppressed);\ntask list shows checkbox only. tsc clean; 45 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Audit fixes vs embedding guide: QR overlay conflict + unstyled lists/…",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T08:12:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "12fc029601c7e7544e728ccdded844237150ee2c",
"body": "This project is a host app with its own CSS/runtime/copy, so it must follow\norz-markdown's references/embedding.md — most content bugs here were violations\nof that contract.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: point CLAUDE.md at orz-markdown's embedding guide",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T08:02:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "73386e5d9ca2b9ff9b9be200ac43688c49006b35",
"body": "base.css never styled the alignment containers, so ::: center wasn't centered.\nAdded text-align rules for div.left / div.center / div.right.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Style ::: left/center/right alignment containers",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T07:55:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f65493ab30315eef2293f5336865299cda7d6a98",
"body": "The embedded orz-markdown runtime initialises tabs and guards on data-js=\"1\",\nbut the engine's own initTabs set data-js=\"\" — so the runtime didn't recognise\nit and built a SECOND bar. The engine now sets data-js=\"1\" too, so whichever\nruns first wins and the other skips. One bar again.\n\nBrowser-verified: tabs slide has a single bar, 2 buttons, one visible panel.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix double tab bar (align data-js with the runtime)",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T07:37:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f3ab7deaf3aa2f95b0af226b245ed4a63fb3137c",
"body": "1. fitRegionGraphics now subtracts the height of the OTHER content in a region\n (availFor) before sizing a mermaid/chart, so a caption and a diagram can share\n one region without the diagram overflowing or overlapping the text.\n2. Editor: load both CodeMirror theme stylesheets so the editor is d\n[…]\nhart sits below, fits); neon\neditor is dark; elementToMarkdown returns a proper aligned markdown table. tsc\nclean; 45 tests pass. Docs updated.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Sibling-aware graphic fit, dark editor, and copy-as-markdown",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T07:21:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "72acf1809d30b217f1f3331caac9018b004705e6",
"body": "The diagrams render asynchronously and overflowed their region: a tall mermaid\nflowchart was 475px in a 360px cell, and Chart.js (maintainAspectRatio) forced a\ntaller-than-region canvas. Font scale-to-fit can't shrink a graphic, so:\n- mermaid: fitRegionGraphics() sizes the SVG to the region by its v\n[…]\nd on poppy: both mermaid diagrams and both charts fit their\ncolumns exactly; the YouTube embed fills the region width (579x326). 45 tests\npass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fit mermaid/chart to their region; YouTube fills width at 16:9",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T07:00:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c37336b35e61771b13680136acac45bd77615602",
"body": "- Lists: bumped padding-left 1.3em → 1.8em so ordered-list markers (esp.\n two-digit) aren't clipped at the region edge.\n- Smiles: draw with the 'dark' SmilesDrawer theme on dark themes (light bonds),\n detected from the active theme's scheme; redraw on theme switch. Scheme is set\n only on a succes\n[…]\nbundled.\n\nBrowser-verified: architect ol numbers intact; neon smiles draw light bonds (no\nblank on switch); QR opens fullscreen. 45 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "List padding, smiles dark-theme, async-graphics fit, QR fullscreen",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T06:36:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a1edb2d055d026caf2fddb83e9ecff353969037d",
"body": "The slide base.css only styled plain markdown — the ::: containers and {{sp}}\nspans (whose classes live in orz-markdown's own themes, not bundled here) had no\nstyling, and tabs had no JS. Added to base.css, using the existing\n--box-*/--rule/--surface/--accent tokens:\n- ::: info|success|warning|dange\n[…]\nBrowser-verified on architect (admonitions), architect (tabs switch on click,\ncols grid) and poppy (colour spans + badge pills). 45 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Style orz-markdown containers/spans + wire interactive tabs in slides",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T06:15:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6eb5015454e9830890c717992a38a0706f905ded",
"body": "reveal's reset.css applies `font: inherit; font-size: 100%; vertical-align:\nbaseline` to strong/em/b/i/sub/sup/small, wiping their semantics — which is why\nbold wasn't thicker (themes faked it with `strong { color: accent }`, vanishing\nwhen the accent matched the background) and why subscript/supers\n[…]\nrified on architect (bold/italic/strike/highlight/H2O/x^2 all correct)\nand chalk (v4 text clears the band, bold author visible). 45 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix inline formatting (bold/italic/sub/sup) and v4 title overlap",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T06:02:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3de5d0722c31d90888ca1daf491333bdb37ba843",
"body": "Per design feedback (impeccable / taste-skill: avoid the box-around-centered-\ntext cliché, go asymmetric/editorial), redesigned the variants that all looked\nalike:\n- title v4 → SPLIT: a full-height accent band on the left, title on the right\n- title v5 → FULL-COLOR COVER: bold background, title anch\n[…]\nk (split/cover/oversized render distinctly, good\ncontrast) and poppy (Fredoka loads). test-templates copy + SKILL table updated.\n45 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bolder title/closing variants + differentiate executive/sage/poppy",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T05:47:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ea1792cbf0822204cda4136a62622621c8ab95e7",
"body": "Templates: added theme-adaptive variants (colored panels, borders, frames) on\ntop of the existing ones, all keyed by v=:\n- title v4 surface card (accent top edge) · v5 framed by accent rules · v6\n outlined box\n- section v3 surface band + left accent bar · v4 outlined box\n- outline v2 cards (surface\n[…]\nfull variant list. Browser-verified on\nchalk (dark): card/band/framed/two-column variants render and adapt; the nested\nlayouts split correctly.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Richer page-template variants + more nested layout examples",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T04:31:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "83df57cf91968c2d7f35b082484940a35c3e9d3b",
"body": "Seven .slides.html test decks (in tests/), each exercising one feature area so\nbugs isolate cleanly; together they cover all seven themes:\n- test-layouts (paper): presets, raw splits, deep nesting, track units, floats\n- test-templates (chalk): title v1/v2/v3, section v1/v2, outline, closing\n- test-m\n[…]\ngenerate via the loop in tests/README.md). Smoke-checked: layouts (15 slides)\nand plugins render with no console errors or literal {{…}} leaks.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add focused test decks for manual review",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T04:07:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d6b6b01ff498839fdaf944ab8f4e44a101c89cba",
"body": "--slide-pad → 1% top, 2% right/bottom/left across all themes + base default\n(~10px top, ~19px sides/bottom). Halves the top gap per request.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Tighten slide padding to 1% 2% 2% 2% (halve the top)",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T03:56:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14cadda527f5e73edcb4f755d5517c74ddb32ec7",
"body": "Equalized the visible content-to-edge distance on three sides: --slide-pad is\nnow a 4-value 2.3% 2.3% 2.6% 2.3% (top right bottom left) across all themes +\nthe base default. Result: top = left = right = ~22px, bottom ~25px. Reclaims the\nuseless top gap (was 25px top / 34px sides) and gives content more width while\nkeeping the bottom margin that looked good.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Uniform top/left/right slide margins, slightly larger bottom",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T03:50:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e4243f2bbfbe24e8186d1244665ee74413cd5970",
"body": "- Base content font 32px → 24px (1.5x the document default) — 2x read too large.\n- Reduced slide padding across all themes + base default: 4% 5–6% → 2.6% 3.5%.\n Side padding was ~10% of the slide width; this reclaims usable space (the real\n cause of content feeling cramped), so title bands and con\n[…]\ned: content is comfortably sized, title band spans wider, edit\nbutton sits bottom-left aligned with the arrows and is clickable. 45 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Tune sizing: 1.5x font, less slide padding, edit button bottom-left",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T03:41:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7a4b16a5e10cd21d75486f3b58bbdec527442c6d",
"body": "1. Slides now fill the screen properly: the deck inherited the 16px document\n default, so content looked tiny inside a full-size slide. Set a\n presentation-scale base font (32px in slide coords) on .orz-slide — bullets\n go 13px→26px, h2 24px→48px. Also tightened reveal margin 0.04→0.03, raised\n[…]\ns presentation-sized; toolbar\nicons work (add → +1 slide); edit control sits above the arrows and recolors per\ntheme. tsc clean; 45 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Presentation-scale font, icon toolbar, larger themed edit control",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T03:28:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8d56fa55e5fff2673d09760e7e98d1fec089abfe",
"body": "…ayouts, footer\n\n1. Edit control: replaced the big pill with a small (22px) theme-adaptive icon\n (color = --accent) that app.js positions at the midpoint between reveal's\n left/right arrows and keeps in sync on nav/resize — coherent with reveal's\n own controls. Hidden in edit mode.\n2. Deck con\n[…]\neck-wide; title/\nsection pages render polished and adapt to dark themes; title v2 shows its accent\nbar. tsc clean; 45 tests pass. Docs updated.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Editor + template polish: edit control, deck editing, title/section l…",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T03:05:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "afa1212304772e205205ccd7ec0ae0ba307f71ba",
"body": "reveal's reset.css + reveal.css contain only data: URIs (close icons, spinner) —\nno external refs — so --inline now embeds them too. A text deck presents and\nswitches themes with zero network; only KaTeX (math fonts), Mermaid,\nSmilesDrawer, Chart.js, and CodeMirror (editor) still load from CDN. --cd\n[…]\nDelivr links. ~53 KB larger per file. Browser-verified: reveal initialises,\nslides lay out and scale from the inlined CSS. Docs/memory updated.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Inline reveal core CSS so a deck presents fully offline",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T02:44:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9dab71720723294a7a3f8cff66b905fecd57324f",
"body": "Previously --inline embedded only the default theme; the editor's theme picker\nloaded the others from orz-slides@<ver> on jsDelivr, which fails before publish\n(and offline). Now --inline embeds base.css once plus all seven themes as\ntoggleable <style data-theme-css media> blocks; the picker flips `m\n[…]\nified: switched to neon (dark) offline — bg + accents apply, no CDN\nfetch, present state kept; Save round-trips the theme. Docs/memory updated.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Inline all themes so theme-switching works offline (local testing)",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T02:39:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "79d6669bdb7c25b39617e997cdb572053cb26ba6",
"body": "The README / SKILL / CLAUDE were drafted in Wave 1, ahead of the implementation;\nthis aligns them with what actually shipped:\n- Default delivery is --inline (engine + theme embedded), not CDN. Corrected the\n \"self-contained\" notes across all three docs.\n- Dropped features that aren't wired: morphdo\n[…]\n/demo.md (committed in WP8) is the canonical example; it exercises every\nfeature and was browser-verified end-to-end. tsc clean; 45 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "WP10: reconcile docs with shipped reality + final validation",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T02:24:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "10e2556f2f4f0cecaa6c27ba8e36c7e123f834fb",
"body": "…ng save\n\nA generated .slides.html now presents AND edits itself:\n- assets/app.js: docked CodeMirror panel showing the current slide's source;\n the live preview is the real reveal slide, re-rendered in place as you type\n (updating the section's innerHTML keeps reveal's `present` state — replacing\n\n[…]\nand Download → a valid self-reproducing doc\n(doctype, edited #orz-deck, reset .slides, present mode, engine inlined).\ntsc clean; 45 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "WP7: in-file editor — per-slide pop-out, live preview, self-reproduci…",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T02:15:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7d02218f2aaeeece8ed7a0cfffdb0d0c57013585",
"body": "…ied)\n\nA deck source now generates a self-contained, presentable .slides.html:\n- src/browser-entry.ts: window.orzslides engine — reads #orz-deck, parses +\n assembles to reveal <section>s, inits reveal.js, lazily loads the enhancers a\n deck uses (mermaid/smiles/chart), runs WP6 scale-to-fit. Charts\n[…]\n recursive\nnested layout, 2col split, KaTeX, smiles, mermaid, {{chart}}, float, footer,\nreveal nav, and scale-to-fit. tsc clean; 45 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "WP8: CLI + template + browser-entry + engine bundle (end-to-end verif…",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T02:01:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "101609b0cea29b537932446b204ab5bcf5fd6732",
"body": "- src/render-slide.ts (WP5): Slide AST → reveal <section>. Fills layout-grid\n regions with orz-markdown, builds title/footer bands, floats, notes; renderDeck\n joins the deck. 4 tests.\n- assets/themes/base.css: two flexbox fixes the spike surfaced —\n (1) the flex frame moves to an inner .orz-frame\n[…]\n overlay, footer, and scale-to-fit (fits→1.0; moderate→partial\nscale fully fits; extreme→0.60 floor then clip). Full suite 45 tests, tsc clean.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "WP5 assembler + WP6 scale-to-fit spike (validated in-browser)",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T01:44:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d9f4ecf50f7d91b68dd4dcaac1fb96cf7d1265a9",
"body": "Interface-first build of the .slides.html slide-deck sibling:\n- DESIGN.md (full spec) and BUILD-PLAN.md (modular, parallelizable plan).\n- Foundation: src/types.ts (locked AST interface), docs/dom-contract.md (shared\n DOM/CSS contract), package.json/tsconfig/build config.\n- Wave-1 modules (built con\n[…]\n WP3 assets/themes/: base + 7 themes + a browser harness.\n - WP9 docs: README, CLAUDE.md, agent SKILL.md.\nFull typecheck clean; 41 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Scaffold orz-slides: design, build plan, foundation + Wave-1 modules",
"author_name": "Yu Wang",
"author_login": null,
"committed_at": "2026-06-25T01:16:15Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 2,
"commits_last_year": 63,
"latest_release_at": "2026-07-08T09:30:53Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": true,
"days_since_last_push": 4,
"active_weeks_last_year": 4,
"days_since_latest_release": 13,
"mean_days_between_releases": 2
},
"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": "orz-slides",
"exists": true,
"license": "MIT",
"keywords": [
"slides",
"reveal.js",
"orz-markdown",
"markdown",
"presentation",
"self-contained",
"single-file"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/orz-slides",
"is_deprecated": false,
"latest_version": "0.8.5",
"repository_url": "https://github.com/wangyu16/orz-slides",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2206,
"first_published_at": "2026-06-29T01:42:33.808000Z",
"latest_published_at": "2026-07-17T00:13:28.581000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
},
{
"name": "orz-slides-browser",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/orz-slides-browser",
"is_deprecated": false,
"latest_version": "0.8.5",
"repository_url": "https://github.com/wangyu16/orz-slides",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2174,
"first_published_at": "2026-06-29T01:42:28.573000Z",
"latest_published_at": "2026-07-17T00:13:31.833000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"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": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 49358,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 10350
},
"dependencies": {
"manifests": [
"browser/package.json",
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "orz-markdown",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.6.3"
},
{
"name": "reveal.js",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.4"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "wangyu16",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/8711631?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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": null,
"reason": "no pull request found",
"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/30 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": null,
"reason": "no workflows found",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "745aabed24a0252c23fa7d504fd4a3de0daedb1e",
"ran_at": "2026-07-21T16:28:08Z",
"aggregate_score": 2.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/wangyu16/orz-slides",
"host": "github.com",
"name": "orz-slides",
"owner": "wangyu16"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 27,
"vitality": 68,
"community": 33,
"governance": 34,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 63,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "63 commits in the last year",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 63
}
}
],
"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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.5.0",
"releases_from_tags": true,
"days_since_latest_release": 13,
"mean_days_between_releases": 2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 13 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 13
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": "moderate",
"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": 61,
"inputs": {
"packages": [
"orz-slides",
"orz-slides-browser"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 4380
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,380 downloads/month across npm",
"points": 48.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4380,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 34,
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 40,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "wangyu16",
"public_repos": 26,
"account_age_days": 4333
},
"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": "0 followers of wangyu16",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "wangyu16"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "26 public repos, account ~11 yr old",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 26
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"orz-slides",
"orz-slides-browser"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"agent-skills",
"ai-agents",
"claude",
"editable",
"html",
"markdown",
"markdown-it",
"markdown-slides",
"presentation",
"self-contained",
"single-file",
"slides"
],
"has_wiki": true,
"homepage": "https://markdown.orz.how",
"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://markdown.orz.how",
"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": "12 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 12
}
}
],
"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": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.7
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": "good",
"name": "AI Readiness",
"value": 70,
"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.857,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 10350
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "54 of 63 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 54,
"sampled": 63
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.873,
"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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "55 of the last 63 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 55,
"sampled": 63
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 49358,
"source_files_sampled": 15,
"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/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:orz-slides@0.8.5; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-21T16:28:13.237746Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/wangyu16/orz-slides.svg",
"full_name": "wangyu16/orz-slides",
"license_state": "standard",
"license_spdx": "MIT"
}