JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"agentic-ai",
"codex-cli",
"workflow",
"ai-delivery-harness",
"synaipse"
],
"is_fork": false,
"size_kb": 13356,
"has_wiki": true,
"homepage": null,
"languages": {
"MDX": 42667,
"HTML": 331397,
"Shell": 375430,
"Python": 286178,
"Mermaid": 207512,
"Makefile": 4109,
"JavaScript": 881870,
"TypeScript": 11175789
},
"pushed_at": "2026-07-22T06:03:03Z",
"created_at": "2026-02-23T00:30:23Z",
"owner_type": "User",
"updated_at": "2026-07-22T06:03:15Z",
"description": "SynAIpse is an AI Delivery Harness for evidence-backed agentic software delivery.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://jscraik.github.io/unfinished-cemetery/",
"name": "Jamie Craik",
"type": "User",
"login": "jscraik",
"company": "brAInwav",
"location": "UK",
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/154467285?v=4",
"created_at": "2023-12-20T19:42:45Z",
"is_verified": null,
"public_repos": 31,
"account_age_days": 945
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2026-05-05T18:15:21Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2026-04-13T21:17:42Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2026-03-07T02:22:12Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-03-06T23:48:25Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-03-06T17:16:08Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-03-03T20:27:25Z"
},
{
"tag": "v0.5.7",
"kind": "patch",
"published_at": "2026-03-03T12:32:16Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2026-03-02T20:54:32Z"
}
],
"recent_commits": [
{
"oid": "e6754cfeeea0df2669fc955f30ff5dddb4821ed1",
"body": "* fix(synaipse): ratify context failure disposition semantics\n\nWhy: CC2 required a versioned failure envelope that distinguishes optional unknowns from lifecycle, access, stale, and catalog blockers while preserving legacy readers.\\n\\nWhat: Add canonical failure codes, requirement-aware resolution, \n[…]\n, and production readiness remain separate.\\n\\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(synaipse): ratify context failure envelope semantics (#486)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-22T06:03:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "044f7a94e9d26df6bbe9c0c39ae96c570d80ab71",
"body": "* feat(synaipse): add context failure envelope\n\n* test(synaipse): preserve cc2 review fan-in evidence\n\n* chore(pr): declare recovered cc2 scope\n\n* chore(diagram): refresh cc2 context artifacts\n\n* docs(synaipse): document context failure envelope\n\n* docs(synaipse): align governance failure contract\n\n\n[…]\nness-gate.sh pr-template-gate --json -> pass.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(synaipse): add context failure envelope (#487)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-21T18:28:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8aa5e406f49c84ba04fa39e628d9d8f5a3ea35c8",
"body": "* fix(tooling): preserve CC0 admission evidence\n\nWhy: Biome 2.5.3 rejected the committed 2.4.15 schema URL, blocking the local preservation required before fresh Workforce review.\\n\\nWhat: Align the schema URL and preserve the schema-valid blocked Worker result, including the self-blocking control-a\n[…]\ndiff --check -> pass (no whitespace errors)\\n\\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(synaipse): separate recommendation effects (#485)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-20T14:01:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "638dc77d470a23199b40c130d327a6aa5583b6d6",
"body": "Why: uv-backed validation can install locked remote-registry packages without a repository-wide malware-screening control.\n\nWhat: pin uv 0.11.16, enforce UV_MALWARE_CHECK=1 in the runtime and generated scaffold paths, and verify the contract with deterministic tooling parity.\n\nBehavior Proof:\n- Comm\n[…]\nleted)\n- Command: bash scripts/validate-codestyle.sh --fast -> pass (fast repository gate completed)\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(tooling): enforce uv malware screening (#484)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-19T15:24:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "085e228d5025c9efcd3b4152c2985a0bd614aa01",
"body": "* fix(canary): harden read-only audit probes\n\nCo-authored-by: Codex <noreply@openai.com>\n\n* feat(pr-queue): gate optional provider review evidence\n\nKeep the default solo-maintainer queue path permissive while exposing substantive, action-only, rate-limited, and missing provider signals behind an opt\n[…]\n and package the codestyle checksum manifest.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(canary): harden SynAIpse probes and PR admission (#483)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-19T00:00:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "08eaa975675d54e1563b8213ddd60236b1431242",
"body": "* feat(synaipse): add read-only live canary audit\n\nWhy: SynAIpse needs a repeatable local fitness loop that can inspect real repositories without mutating their Git state.\n\nWhat: add a multi-repository canary runner covering orient, next, upgrade-matrix, and available fitness evidence; add determini\n[…]\n-> pass\n\nValidation: git diff --check -> pass\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(synaipse): add read-only live canary fitness loop (#482)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-17T17:33:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2108585458eb8eedbd53ff6c34a5a6b0d33d21e6",
"body": "* fix(review): close late PR 480 evidence gaps\n\n* ci: retrigger pr-template after PR creation\n\n* fix: enforce reviewer evidence and bot identity boundaries",
"is_bot": false,
"headline": "JSC-464: Close late PR 480 review gaps (#481)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-17T13:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4cb2ac2a2803f6954cb72f99e837313c9087f5e",
"body": "* fix(tooling-audit): validate effective Prek configuration\n\nParse governed TOML assignments instead of matching raw text, and allow only\nthe exact approved readiness forwarding-wrapper shape. Keep recursive hook,\npath traversal, malformed TOML, suffix-command, and injection checks fail\nclosed while\n[…]\nsed\n- related tests: 32 passed\n- tooling-audit gate: zero findings\n- typecheck and diff hygiene: pass\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "Fix tooling audit Prek compatibility (#477)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-17T03:36:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "95c83ebf94792920fde8e91249fa09d61606a228",
"body": "* feat(synaipse): consolidate agent-native packet projections\n\nWhy: reduce agent packet-choice and context load while preserving compatibility and fail-closed retirement boundaries.\n\nWhat: add canonical state, transition, and improvement projections; bind measurement and candidate identity to reposi\n[…]\nreserve packet compatibility evidence\n\n* test: isolate packet transition provenance\n\n---------\n\nCo-authored-by: Jamie Scott Craik <jamiecraik@mac-stud.local>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(synaipse): consolidate packet projections (JSC-464) (#480)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-17T03:21:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "875de96e6f2deeee392bd060011176d6951a65a2",
"body": null,
"is_bot": false,
"headline": "test(preflight): isolate legacy runner fallback (#478)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-17T00:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4620aa4aa26abc49402f20f8585f1720d8672ab5",
"body": "* fix(security): use npm bulk advisory audit\n\n* fix(security): harden bulk advisory audit\n\n* fix(security): close audit transport gaps\n\n* fix(security): sanitize audit evidence\n\n* fix(audit): close package provenance gaps\n\n* fix(deps): align yaml override with lockfile",
"is_bot": false,
"headline": "Harden pnpm bulk advisory audit (#479)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-16T22:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3dc0b4bdcc7fa2f44cdc9d8462e1f93fe36543",
"body": "* docs: compact instruction entry surfaces\n\nAdd a bounded Layer 0/1 documentation contract, wire its budget guard into static validation and the architecture graph, and reconcile merged PR closeout state in the review log.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n* fix: address PR review and pac\n[…]\nps\n\nCo-authored-by: Codex <noreply@openai.com>\n\n* fix: include documentation budget inputs in package\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs: compact instruction entry surfaces (#476)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-16T14:17:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b9c2abe870d38bfadd5b8836c73cf7ea8af2abe",
"body": "* feat(pr-closeout): gate stacked PRs on lower-layer evidence\n\nAdd validated stackState evidence to pr-closeout/v1 reports, block unstable or required-unknown lower layers, and preserve evidence refs in next metadata. Extend closeout guidance and fixtures while keeping optional stacks diagnostic.\\n\\\n[…]\n both the parser and predicate boundaries.\\n\\nBehavior Proof: focused stack Vitest, typecheck, self-affirming tests, and the full codestyle bundle passed.\\n\\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "JSC-328: gate stacked PRs on lower-layer evidence (#474)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-15T22:31:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "33d162209e09aa20271e944b6b69afe766cbed1a",
"body": "* feat(learnings): capture review learning closeout\n\nWhy: Review and rework evidence was surfaced only as transient context, so exact matches, advisory fuzzy matches, and skipped promotion decisions were easy to lose at closeout.\n\nWhat: Add the review-learning-closeout/v1 projection to review-contex\n[…]\noss the full per-file match set; 18 focused Vitest tests, typecheck, docs API checks, and Biome pass.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "JSC-328: capture review learning closeout (#475)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-15T22:09:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "00aa738649d532c33570ff08f9c082ff7ac05175",
"body": "* feat(fitness): expand deterministic coverage\n\nExtend harness fitness lanes with advisory normalization, applicability-aware routing, context coverage, session closeout evidence, and deterministic changed-file classification for harness-next. Keep advisory review non-blocking while making determini\n[…]\nheck after the npm audit endpoint retirement.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(execution): add durable local job conductor (#473)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-15T14:43:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eb0e93b2c4803ac4b1a251b284f647f590747b9d",
"body": "* feat(synaipse): add universal context plane\n\nWhy: Bind task-admitted context, privacy, authority, freshness, and repository identity before implementation routing inspects changed files.\n\nWhat: Add the v1 context catalog, context-ref, and task-context contracts; a pure read resolver; immutable sna\n[…]\n] <136622811+coderabbitai[bot]@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(synaipse): add Slice 4 universal context plane (#472)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-14T23:35:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dbcef1a8d831b9388160d8941437a50e2549d847",
"body": "Why: stage and authority decisions need schema-bound receipts instead of prose-only control.\n\nWhat: add synaipse-transition/v1 and synaipse-improvement-case/v1 contracts, validators, lifecycle decisions, recovery and waiver rules, and focused tests.\n\nImpact/Risk: new additive contract surfaces; Vita\n[…]\nision receipt.\n\nBehavior Proof: focused Vitest suites pass with 22 tests; pnpm check passes under the isolated worktree mise trust boundary.\n\nIssue: JSC-457\n\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(synaipse): add lifecycle authority contracts (#471)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-13T21:43:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "63be2371437239c657d80b0a1b2709923bbb262d",
"body": "* feat(synaipse): add routine cockpit state projection\n\nFold cold-start orientation into next, emit synaipse-state/v1, and keep orient callable for compatibility while preserving commands as administrative discovery.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n* chore(diagrams): refresh synaipse ar\n[…]\nator@example.com>\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>\nCo-authored-by: CodeRabbit <noreply@coderabbit.ai>",
"is_bot": false,
"headline": "feat(synaipse): add routine cockpit state projection (#469)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-12T14:46:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8288bf2263873a93dd3697a0758610430b1d8c95",
"body": "Bumps the uv group with 1 update in the / directory: [pytest](https://github.com/pytest-dev/pytest).\n\n\nUpdates `pytest` from 8.4.2 to 9.0.3\n- [Release notes](https://github.com/pytest-dev/pytest/releases)\n- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)\n- [Commits](https:/\n[…]\ngroup: uv\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Jamie Craik <jscraik@brainwav.io>",
"is_bot": true,
"headline": "chore(deps-dev): bump pytest in the uv group across 1 directory (#463)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-11T22:57:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75c72729c55a146553646ee0f85a9bd3b07dba2b",
"body": "* docs(synaipse): admit truthful invocation effects\n\nWhy: Record the separately admitted JSC-442 test-first contract before runtime implementation begins.\n\nWhat: Add the pending Slice 1 intent with effect taxonomy, characterization targets, proof plan, rollback, and independent QA requirement.\n\nBeha\n[…]\ntest: make pure diagnostic probe reproducible\n\n* docs: close truthful-effects review gaps\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(synaipse): admit truthful invocation effects (#468)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-11T22:34:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e3c6f3342ed4cc26e1dae2abc70364cb2c38c666",
"body": "* feat(init): scaffold GitBook and SynAIpse context\n\nWhy: SynAIpse adoption needs every canonical project to expose a public-safe documentation surface and a portable logical reference to Jamie-local context without coupling repository builds to Jamie Brain.\n\nWhat: add the control-plane ADR/spec/pla\n[…]\n ci: refresh control plane template validation\n\n* ci: align control plane linear metadata\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "Codex/synaipse control plane spec (#467)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-11T17:02:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ba9c8f200224fd6a2d7927c64c1d521567d9cb9d",
"body": "* docs(architecture): classify SynAIpse consolidation\n\nBehavior Proof: maps all registered command surfaces and records the Codex ownership boundary without changing runtime behavior.\n\nLinear: JSC-441\n\nCo-authored-by: Codex <noreply@openai.com>\n\n* chore(pr): refresh template validation\n\nRefresh the \n[…]\nrepository output contracts.\n\nLinear: JSC-441\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(architecture): classify SynAIpse consolidation (#466)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-11T15:43:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f65b30cddb4e1a0d574675fb36b67c2295416cde",
"body": "Merged after latest-head CI, review-thread, and mergeability proof.",
"is_bot": false,
"headline": "feat(init): scaffold GitBook and SynAIpse context (#465)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-11T14:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77499182919d9ce7621d87ad96e480782f5440f4",
"body": "Why: PR authors need a clear, reviewable release-stage boundary before evidence and polish expectations expand.\n\nWhat: Add a validator-backed Release Boundary section to the source PR template, scaffolded downstream template, validator rules, tests, and governance docs. Keep the Durable evidence map\n[…]\nd: bash scripts/run-harness-gate.sh tooling-audit --path . --json -> pass\nCommand: bash scripts/run-harness-gate.sh docs-gate --mode required --json -> pass\n\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(pr-template): require release boundary selection (#464)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-09T18:44:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c7add424e4c8756b5c044e3c778dab0d973e841a",
"body": "* fix: harden harness validation paths\n\nWhy: package the current dirty branch work into the CodeQL alert fixes PR lane, including validation hardening, deterministic test updates, and PR evidence-map guidance.\n\nWhat: stages all dirty tracked files on codex/codeql-alert-fixes, including GitHub and Li\n[…]\nd-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Harden release workflow and encode north-star contract (#462)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-07T14:46:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "531bdc3464f830fdcb4e6ac389ffea308b2b66e6",
"body": "Co-authored-by: Harness Operator <operator@example.com>",
"is_bot": false,
"headline": "fix(check-environment): honor consumer uv runtime pin (#461)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-04T11:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02682cd9fabb49b3eef53ab7dc66a07ccdcc92e2",
"body": "* docs(canary): record live downstream readiness sweep\n\n* docs(canary): record package canary and check authority\n\n* fix(init): classify canary symlink and dry-run risk\n\n* docs(init): align canary dry-run docs\n\n* chore(ci): rerun pr template gate\n\n* Update scripts/check-code-size.mjs\n\nCo-authored-by\n[…]\ncoderabbitai[bot]@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix live canary init dry-run readiness (#460)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-04T08:14:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9ab566544dc0ce7f35b9eddb3e584c753cf645c2",
"body": "* docs(goals): add gap-register ratchet flow\n\nWhy: capture the Tessl Agent evidence audit and SynAIpse identity decision as governed artifacts; add a goal-governed flow for closing the gap register one ratchet-backed slice at a time.\n\nWhat: register the Tessl Agent evidence source; add the deep rese\n[…]\nator@example.com>\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>\nCo-authored-by: CodeRabbit <noreply@coderabbit.ai>",
"is_bot": false,
"headline": "fix(ci): align required check defaults with code scanning (#459)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-03T17:42:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9f94f67c5427e35101215fffe21628eef61e2e6a",
"body": "* docs(goals): add gap-register ratchet flow\n\nWhy: capture the Tessl Agent evidence audit and SynAIpse identity decision as governed artifacts; add a goal-governed flow for closing the gap register one ratchet-backed slice at a time.\n\nWhat: register the Tessl Agent evidence source; add the deep rese\n[…]\n-register-ratchet-program/state.yaml -> pass.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goals): add gap-register ratchet flow (#458)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-07-03T13:59:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54c6532cdc7486322fd6cb6e6fbd53a61a65e021",
"body": "* fix(dev): expose source checkout harness bin\n\nWhy:\nSource checkout guidance now expects public harness commands to be runnable through pnpm exec instead of relying on dev-only Node entrypoints.\n\nWhat:\nAdds a private workspace source-bin package that contributes a harness bin for pnpm exec and forw\n[…]\n\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Codex/source checkout harness bin (#457)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-30T14:16:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f7c4e27e6ca85ec379893c18aa7b591a7d63ce0f",
"body": "Why:\nThe pull request template asked for broad evidence but did not make regression coverage, AI traceability boundaries, or changelog classification obvious for authors.\n\nWhat:\n- Rename the top PR-template sections around problem and change intent.\n- Add behavior-before-fix, regression_test_plan, A\n[…]\nt git commit attempt -> fail (pre-commit blocked because mise had not trusted the temp worktree yet)\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(pr-template): require changelog and regression evidence (#456)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-27T19:20:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01878a68f5b2c8ccf70cdb31dee60010da23057d",
"body": "Why: Jamie asked to refresh the operating mantra and include the self-improving loop.\n\nWhat: Update the execution tracker and YAML state with the new five-line mantra.\n\nImpact/Risk: Docs/state text only; no runtime behavior changes.\n\nValidation: pnpm docs:lint -> pass.\n\nHook note: git commit without --no-verify reached the pre-commit path but exited without returning a diagnostic in this sandbox.\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs: update runtime cockpit mantra (#455)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-24T22:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32b71d56eb386895a820ebc9ed96636480649240",
"body": "* feat(ratchets): declare native packet boundaries\n\nWhy: agent-native cockpit packets could prove that artifacts existed, but they did not explicitly say which system owned their authority or which delivery truths they were forbidden to claim.\n\nWhat: add nativeAuthority, sourceKind, mayClaim, and mu\n[…]\n\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(ratchets): declare native packet boundaries (#454)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-24T21:36:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4944b0284ac81adfe6dafb41289249cda04a795c",
"body": "Why: verify-work --fast reported that the observed eval usage live fixture checkout did not protect .codex/config.toml with .gitignore.\n\nWhat: seed the nested fixture checkout with a .gitignore entry for .codex/config.toml and include that file in the fixture repo's initial commit.\n\nImpact/Risk: Thi\n[…]\nignore -> pass. Command: bash scripts/verify-work.sh --fast -> pass (run id 20260624T164425Z-63057).\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(evals): protect generated telemetry fixture config (#453)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-24T17:37:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1e148ebe921f770981f9225fb3dde8132d4b956",
"body": "* feat(evals): add runner tier filtering\n\nWhy:\\nJSC-406 needs eval tiers so structural fixtures, package-installed canaries,\\ntrusted-live proof, and held-out review regressions can be selected and reported\\nwithout blending their evidence lanes.\\n\\nWhat:\\n- Add --tier filtering and structured args \n[…]\nt -> pass. Command: git diff --check -> pass.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(evals): add runner tier filtering",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-24T16:18:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e1e771e262e19e4f13861abaaf90ef0f110d988",
"body": "Why: JSC-405 needs review comments to become structured harness fuel instead of remaining raw PR-thread noise.\nWhat: add a review feedback classifier for current, stale, unmapped, and unsafe comments; wire it into the review-feedback eval-seed fixture; and extend the registry assertions and fixture \n[…]\nnd eval artifact lanes passed before the E2E preflight blocker.\n- Command: git diff --check -> pass.\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(evals): classify review feedback seed candidates (#451)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-24T07:37:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22661209798338b9492d387ebf6ddf3806a08822",
"body": "Adds the JSC-404 five-lane cockpit lane to harness next decisions and keeps phase compatibility.\\n\\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(next): add cockpit lane decisions",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-24T01:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1094af7665ad39f33f4089c152091f035a45376",
"body": "Why: JSC-403 needs a portability gate for the cockpit promise that a package-installed downstream repo can run public harness commands without source-repo scripts.\n\nWhat:\n- add a package-installed downstream live fixture and --scenario eval filter\n- run seven public harness commands from a temp down\n[…]\ne/mise/shims:/Users/jamiecraik/.local/bin:/usr/ucb bash scripts/validate-codestyle.sh --fast -> pass\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(evals): add downstream package canary (#449)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-24T00:22:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8723b8a3d81cc59ce6ae5c7feb3abe442e3200fe",
"body": "* feat: add agent-native ratchet packets\n\nWhy:\nConvert the Ryan Lopopolo harness-engineering audit slice into repo-owned packet contracts, producers, and validation ratchets so agent-native feedback loops have durable artifacts instead of conversational evidence.\n\nWhat:\n- Add five runtime packet sch\n[…]\nly@openai.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>\nCo-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Add agent-native ratchet packets (#448)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-23T20:05:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8d05da2ebd68cf5c9f0b476cd324b1e306dfd87d",
"body": null,
"is_bot": false,
"headline": "fix(readiness): keep drift report reads on repo boundary (#447)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-21T14:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c047b6c1ffa9c158d57c77b7af941f29481305",
"body": "* feat(prompt-context): add drift report writer\n\nWhy:\n- Stale prompt-context drift was detected by harness next, but the recommended command only validated an existing artifact.\n- Cold agents need a concrete writer/recovery command before validation so stale orientation can be refreshed without manu\n[…]\n---\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(prompt-context): add drift report writer (#446)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-21T10:34:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "08b5db6ceefd3c2bc1c25481ad792e8f4137ff38",
"body": "* feat(codestyle): route coding policy for agents\n\nWhy: coding-policy.json indexed codestyle modules, but cold agents could not ask the repo which policy modules and gates applied to a changed-file set.\n\nWhat: add changed-file route patterns to coding-policy.json and its schema; extend validate-codi\n[…]\n\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(codestyle): route coding policy for agents (#445)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-20T23:30:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "31202e13a0854d1a6f3e97b8016a7194b3161328",
"body": "* fix(security): autofix Template Injection in GitHub Workflows Action\n\n* docs(security): document release input boundary\n\nWhy: PR #444 hardens manual private-npm release input handling, and\ndocs-gate treats the workflow change as a governed CI/release surface.\n\nWhat:\n- document workflow_dispatch in\n[…]\nuthored-by: aikido-autofix[bot] <119856028+aikido-autofix[bot]@users.noreply.github.com>\nCo-authored-by: jscraik <154467285+jscraik@users.noreply.github.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": true,
"headline": "[Aikido] AI Fix for Template Injection in GitHub Workflows Action (#444)",
"author_name": "aikido-autofix[bot]",
"author_login": "aikido-autofix[bot]",
"committed_at": "2026-06-20T18:17:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c772f2b26c74d75576abf44eacbdc9bb89e0c875",
"body": "* feat(codestyle): add coding policy index\n\nWhy: codestyle guidance needed a machine-readable policy index plus durable scoped instruction surfaces so agents and gates can route policy changes without relying on prose-only memory.\n\nWhat: add coding-policy.json, schema validation, the coding-policy:v\n[…]\nhosted Snyk remains external-quota dependent.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(codestyle): add coding policy index (#443)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-20T16:26:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7982be65149f84c9da5d7a4c77997c76f54f5915",
"body": "Why:\nReady pr-closeout artifacts could trust editable assurance summary flags while\nskipping the seven-layer assurance-entry contract used by the producer path.\n\nWhat:\n- Revalidate ready closeout assurance entries with the shared harness assurance validator.\n- Reject unknown assurance layers/statuse\n[…]\ntest:artifacts (E2E preflight blocked_env_fifo_timeout after unit/integration artifact lanes passed)\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(next): validate closeout assurance matrix (#441)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-20T15:53:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bf10625ea37d5cd9889ae40677c5a6fb5ad337aa",
"body": "* fix(next): validate closeout assurance matrix\n\nWhy:\nReady pr-closeout artifacts could trust editable assurance summary flags while\nskipping the seven-layer assurance-entry contract used by the producer path.\n\nWhat:\n- Revalidate ready closeout assurance entries with the shared harness assurance val\n[…]\nlocked only on current dirty worktree state).\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "Codex/fitness type lint lanes (#442)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-20T15:25:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "44d7196a1297d4df22cde5489499e87bcfa8b70f",
"body": "Why:\nThe agent-facing next-action path could recommend clean handoff while PR\ncloseout evidence lived in a separate checklist. That kept review, CI, and\nclaim-vs-evidence readiness outside the cockpit agents actually use.\n\nWhat:\n- Add --pr-closeout parsing and load pr-closeout/v1 artifacts into harn\n[…]\n-context evidence is present. Existing clean-worktree fallback\nstill points agents to harness check.\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(next): consume PR closeout evidence before handoff (#440)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-20T06:47:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f385b0a5cac6fe9d560def918caa3e8cb1198a42",
"body": "* feat(evals): harden north-star loop contracts\n\nWhy: The article-derived eval harness work needed executable checks for\nstructured repair-loop receipts, feedback provenance, issue taxonomy, ranked\nhandoff packets, and bounded loop termination.\n\nWhat:\n- Add registry-declared live fixture artifact sc\n[…]\n scripts/validate-codestyle.sh --fast -> pass\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "Codex/pr 437 circleci api telemetry (#439)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-19T17:28:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4189519075768e8baac73f0ede1d6fe80618088c",
"body": "* fix(evals): normalize CircleCI API failures\n\nWhy: CircleCI workflow job telemetry can report red terminal states and job names with API field shapes that were not normalized into failed eval seed evidence.\n\nWhat: read CircleCI API job names from name, accept name as a job identity signal, map time\n[…]\n validated separately with pr-template-gate).\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(evals): normalize CircleCI API telemetry failures (#438)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-19T17:01:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "04ba43d37430e7dbca55d4d0119795e53de15ecc",
"body": "* feat(evals): harden north-star loop contracts\n\nWhy: The article-derived eval harness work needed executable checks for\nstructured repair-loop receipts, feedback provenance, issue taxonomy, ranked\nhandoff packets, and bounded loop termination.\n\nWhat:\n- Add registry-declared live fixture artifact sc\n[…]\npass (0 warnings, required surfaces present).\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(evals): ingest CircleCI telemetry seeds (#437)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-19T16:20:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a19f3796001b033d52de46da95f82fc665a6bf9a",
"body": "Why:\nThe code-size cleanup needs a durable enforcement path, not only a\none-time refactor pass. The current sweep also preserves the distinction\nbetween changed-file enforcement and the remaining all-repo backlog.\n\nWhat:\n- Refactor several command modules into smaller helpers and section files.\n- Mo\n[…]\nun-harness-gate.sh tooling-audit --path . --json -> not run; broad cleanup loop is still in progress\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "refactor: enforce code-size guardrails (#436)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-19T10:12:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "33d634416ccd95fe172ac1325f045685494a5dc9",
"body": "* chore(scripts): codify helper and parsing standards\n\nWhy:\nThe scripts and codestyle review found repeated uv environment setup and\nseveral places where the coding standards did not yet make the preferred\nscript shape explicit: structured parsers for machine data, thin shell wrappers,\ntyped helper \n[…]\nator@example.com>\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>\nCo-authored-by: CodeRabbit <noreply@coderabbit.ai>",
"is_bot": false,
"headline": "chore(scripts): codify helper and parsing standards (#435)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-18T21:06:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cb8df289c1e258e9e69ca46a6c6ed37c53ccd347",
"body": "Co-authored-by: Harness Operator <operator@example.com>",
"is_bot": false,
"headline": "fix: harden workflow runtime gates (#434)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-18T07:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2320e3cc594d328ea8ed2858e5f4883bdcd9c381",
"body": null,
"is_bot": false,
"headline": "fix: recover node engine check through mise (#433)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-18T01:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d470c50ab2f2c2c66428d79f7ab893187f915d0",
"body": "Co-authored-by: Harness Operator <operator@example.com>",
"is_bot": false,
"headline": "fix: accept documented pr triage separator (#432)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-17T23:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb55bb20aba3491d5136607f3d52b6ea9493b6bb",
"body": "* Optimize harness validation scripts\n\n* Trigger PR checks after template repair\n\n* Fix review findings for validation scripts\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>",
"is_bot": false,
"headline": "Optimize harness validation scripts (#431)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-17T23:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf8189697d66fa1f095fa337f901bd0cc8db232",
"body": "Why: SIGINT and SIGTERM traps shared the normal EXIT cleanup path, so a signal between child commands could clean up and then let verify-work continue.\n\nWhat: Split signal handling from normal exit cleanup and exit with the signal-specific shell statuses after temp-file cleanup.\n\nImpact/Risk: Cancel\n[…]\nfast -> pass\n- Command: temporary signal-trap probe for INT/TERM statuses -> pass (INT=130 TERM=143)\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix: exit after verify-work signal cleanup (#429)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-17T17:50:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd7c99dcaa0d876dd0fd157d663d378da8bb4631",
"body": "Why: The last PR cycle was slow because CI duplicated full test work, syntax/tooling drift surfaced late, review faults were handled piecemeal, and codestyle checksum repair had no dedicated command.\n\nWhat:\n- Split the static aggregate from the full local check and route CircleCI check through test:\n[…]\nistries.cjs -> pass (format/scripts/architecture focused check).\n- Command: git diff --check -> pass.\n\nCo-authored-by: Jamie Craik <jamiecraik@mac-pro.local>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix: improve PR throughput flow (#428)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-17T17:25:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88c67d7c8d89c0340e32ddcb9fc0d3b04d7c270a",
"body": "Why:\nRalph is not required for coding-harness environment validation, and the\nprevious related-test runner path could stall or return banner-only output\nwithout proving changed source coverage.\n\nWhat:\n- Remove Ralph runtime probing and generated tooling requirements.\n- Add explicit Python/uv runtime\n[…]\npass\n- Command: bash scripts/validate-codestyle.sh --fast -> pass\n- Command: git diff --check -> pass\n\nCo-authored-by: Jamie Craik <jamiecraik@mac-pro.local>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix: remove Ralph runtime dependency (#427)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-16T22:23:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a5f77b759e53f53b552e8116f4bd9d379b218347",
"body": "* docs(goal): refresh post-pr425 route truth\n\nWhy: PR #425 merged after the previous route packet, leaving the active goal surfaces one merge behind current main.\n\nWhat: Updates current-route.json, state.yaml, execution-tracker.md, active-artifacts.md, the Kanban tracker, goal-governor-output.yaml, \n[…]\nd state action policy\n\n* Refresh architecture diagrams\n\n* Restore tooling policy API docs\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "Harden agent readiness validation gates (#426)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-14T01:53:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe30a9bab5906475bf79f39403c36ef1c9bc9262",
"body": "Why: The architecture advisory loop found drift across route evidence, package command wrappers, architecture registries, hook package-manager rendering, and validation surfaces. Those findings need to land together so the PR carries the durable guards rather than another local-only cleanup pass.\n\nW\n[…]\nche/uv-python-types uv run --python 3.12 --group dev python scripts/check_artifact_type_contracts.py\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(architecture): clean advisory loop gates (#425)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-13T19:25:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f93229d434b801047df943accc390d98327aedd9",
"body": "Why:\nPR #423 merged the previous route-truth refresh. PU-015 still needs a\ncurrent-main tracker and audit packet that distinguish the merged PR lane from\nthe remaining Judge/PM readiness blockers.\n\nWhat:\n- Record PR #423 merged state and the current main squash merge SHA.\n- Refresh the PU-015 live a\n[…]\nyond local tracker text, and final requirement-by-requirement parent audit remain blocked by design.\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr423 pu015 packet (#424)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-13T10:15:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0c37312f78afea195cc8bbacb77218cdb9a1537b",
"body": "* docs(goal): refresh post-pr422 route truth\n\nWhy:\nPR #422 has merged, so the goal tracker, state, active artifacts, and\nKanban board needed to stop treating #422 as an active PR lane.\n\nWhat:\nRefresh the JSC-363 route surfaces to current main\nfc9cb98b413f925fe1df6be7c768d3adb2ffeafe and append recei\n[…]\necks still require remote refresh after push.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr422 route truth (#423)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T14:53:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc9cb98b413f925fe1df6be7c768d3adb2ffeafe",
"body": "* docs(goal): refresh post-pr421 route truth\n\nWhy: PR #421 merged the source-checkout command replay guardrail, leaving the goal receipt freshness validators anchored to the previous main head.\n\nWhat: Append R507, update active route state and active artifacts to fd0c2568, and refresh the browser-vi\n[…]\nanban-board.html || true -> pass (no matches)\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr421 route truth (#422)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T13:59:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd0c25682f1d9cac4e2fd16c4db4ff5cd03be931",
"body": "Why:\nharness next emits commands in the public harness CLI vocabulary. When those\ncommands are replayed through the source checkout entrypoint, the leading\nharness token was treated as the command name and failed before dispatch.\n\nWhat:\nStrip a leading harness binary token before registry dispatch w\n[…]\nd: pnpm test:deep -> pass\n- Command: pnpm test:artifacts -> pass\n- Command: git diff --check -> pass\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(cli): accept optional harness prefix (#421)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T12:56:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5c3b6911cf18e1ef158177f2c803f4cbae243cb",
"body": "Merge PR #420 after repo-owned checks, CodeRabbit, Socket, and review threads passed. External security/snyk GitHub App quota check remains owner-waived only.",
"is_bot": false,
"headline": "docs(goal): refresh post-pr419 route truth",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T12:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "125b31b45170fb3f07e77b365c01eff41262c2d4",
"body": "Why:\nPR #418 has merged and local main/origin main are synced at\n57f94562de64c03fd80c244276b31d95edd2b3ca, but the route tracker still\ndescribed PR #418 as an open tracker/review-thread repair lane.\n\nWhat:\n- Update active artifacts, goal.md, execution tracker, state.yaml, and\n the visible Kanban bo\n[…]\ntes/goal-kanban-board.html -> pass\nCommand: pnpm docs:lint -> pass\nCommand: git diff --check -> pass\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr418 route truth (#419)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T11:32:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "57f94562de64c03fd80c244276b31d95edd2b3ca",
"body": "Merge PR #418 after repo-owned CircleCI, aggregate pr-pipeline/security-scan, CodeRabbit, Socket, and review-thread lanes passed or resolved. External security/snyk GitHub App remains owner-waived for private-test quota exhaustion only.",
"is_bot": false,
"headline": "docs(goal): refresh post-pr417 route truth",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T10:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c44235a1cc564b435db7d73caaaf781dfd03acf3",
"body": "Merge PR #417 after repo-owned CircleCI lanes, aggregate pr-pipeline, aggregate security-scan, CodeRabbit, Socket, and review threads passed or resolved. External security/snyk GitHub App private-test quota failure remains owner-waived for that external quota lane only.",
"is_bot": false,
"headline": "docs(goal): refresh post-pr416 route truth",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T09:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f262c6c4c6646ada3821cdc3a0e9a7300b871746",
"body": "Merge PR #416 after repo-owned CI, CodeRabbit, Socket, and review threads passed. External security/snyk GitHub App private-test quota failure remains owner-waived for that external quota lane only.",
"is_bot": false,
"headline": "fix(goal): require receipt ledger freshness proof",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T08:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29dd0f0465cadcbedbaeb16f06ac0f4607177fa2",
"body": "* chore(goal): refresh tracker after PR 414\n\nWhy: PR #414 merged and local main was pulled to c7408134c442683415bfddba3ddfd7ebd1d3c28a, so the route surfaces needed to stop describing PR #414 as in flight.\n\nWhat: Update the active route, goal.md, execution tracker, state.yaml, and receipts.jsonl so \n[…]\n non-blocking stale-document advisory warning\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "chore(goal): refresh tracker after PR 414 (#415)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T05:41:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c7408134c442683415bfddba3ddfd7ebd1d3c28a",
"body": "Refresh JSC-363 route truth after PR #413, align post-PR413 tracker gate wording, and preserve the Judge/PM packet boundary until this tracker refresh is merged and pulled back. Repo-owned CI, CodeRabbit, Socket, and review threads are green or resolved; external security/snyk is owner-waived for quota only.",
"is_bot": false,
"headline": "chore(goal): refresh tracker after PR 413",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T05:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3b6dd661ac86395f7b45d2c8a39526b14583d35",
"body": "* docs(goal): refresh post-pr412 route truth\n\nWhy:\nPR #412 has merged and the goal route surfaces still described it as the active gate before PU-015.\n\nWhat:\n- Reconcile goal.md, state.yaml, execution-tracker, active-artifacts, Kanban, and goal-governor output to the PR #412 merge commit.\n- Add R481\n[…]\nboard.html -> pass. git diff --check -> pass.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(goal): harden PU-015 Judge PM guardrails (#413)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T04:22:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e0dde9c0408388fc228e8c2afe049593f1b0b71",
"body": "Why: PR #411 has merged, so the durable JSC-363 route surfaces needed to stop treating that tracker-refresh PR as open or pending.\n\nWhat: Record R479 as the post-PR411 current-main route receipt; align goal.md, state.yaml, execution tracker, active artifacts, goal governor output, and the browser Ka\n[…]\nith_warning known advisory stale-document warning; pnpm docs:lint -> pass; git diff --check -> pass.\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-PR411 route truth (#412)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-12T00:24:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa020ee7deaef4974ee8c78761192e818416e906",
"body": "* docs(goal): refresh post-pr410 route truth\n\nWhy: PR #410 merged the PU-056 active-route runtime-card selection guard, so the goal tracker needed one current-main route truth refresh before PU-015 could start.\n\nWhat: Record PR #410 merge and pullback truth across active artifacts, goal.md, state.ya\n[…]\nored-by: Codex <noreply@openai.com>\n\n* docs(goal): anchor pr411 receipt to submitted head\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-PR410 route truth (#411)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T20:41:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41ac068ae7c9e9425681a5d42358eaf120f24c04",
"body": "* fix(runtime): derive active-route issue key\n\nWhy: runtime-card dropped the Linear key for the wide Current Active Route table shape, leaving active artifacts correct but issueKey unsupported.\n\nWhat: derive issue keys from all table cells, add a runtime-card CLI regression for the wide active-route\n[…]\nboard.html -> pass\n- git diff --check -> pass\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "fix(runtime): derive active-route issue key (#410)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T18:24:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c3d476541351ccd08fb832d08ba9749a9f203e4c",
"body": "Merge PU-055 tracker repair after repo-owned CircleCI, CodeRabbit, Socket, and local goal-board validation passed. External security/snyk GitHub App quota/error is owner-waived only; repo-owned security-scan and snyk-dependency-scan passed.",
"is_bot": false,
"headline": "docs(goal): record PU-055 closeout matrix",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T16:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48ff402e6ee4fd99f84412eff7fc1592d8acb32b",
"body": "Why: PR #407 merged after the previous route refresh, so durable goal surfaces still pointed at PR #406/R472 and would route PU-055 from stale state.\n\nWhat: advance goal.md, state.yaml, execution tracker, Kanban, active-artifacts, goal-governor output, and receipts.jsonl to PR #407/R473 route truth.\n[…]\ns/run-harness-gate.sh docs-gate --mode required --json && pnpm docs:lint && git diff --check -> pass\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr407 route truth (#408)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T15:35:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "89b67bffc2b13caee315f04d384209359ca64c23",
"body": "Why: PR #406 merged after the previous tracker refresh, and the reported failing CircleCI links needed to be classified against current PR truth before PU-055 can start.\n\nWhat: refresh the active artifacts, goal board, execution tracker, state, R472 receipt, and goal-governor output to PR #406/d0ae8\n[…]\ndex with git commit-tree/update-ref, matching the prior repository fallback for hook-runtime stalls.\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr406 route truth (#407)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T14:58:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0ae8ecfc78165690c9070aee3d66bfd7a85307a",
"body": "Refs JSC-363. Preparatory route-truth refresh after PR #405; completed acceptance IDs: none. CircleCI passed; external Snyk GitHub App quota lane is owner-waived.",
"is_bot": false,
"headline": "docs(goal): refresh post-pr405 route truth",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T14:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2118c189b62caff8ce197fc242c0253aab4ad3d5",
"body": "Why: PR #404 merged and current main is now the route baseline, so the JSC-363 restart surfaces need to stop pointing at the PR #404 repair lane as active work.\n\nWhat: Update the active artifacts, goal board, goal status, execution tracker, state file, and receipt ledger to record R470 and route the\n[…]\ns:lint -> pass\\n- Command: pnpm docs:lifecycle -> pass\\n- Command: git diff --cached --check -> pass\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr404 route truth (#405)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T12:47:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "68c8019515641f4fe2ff8ada917d4f2b1a170b1e",
"body": "* fix(security): harden semgrep scanner cache probe\n\nWhy:\nThe repo-owned CircleCI security-scan lane failed and local reproduction\nshowed cached Semgrep runtime state could hang or fail during the version\nprobe, then fall through to stale site-packages metadata. CodeRabbit also\nfound two stale curre\n[…]\ns-pre-commit passed before this route update.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr403 route truth (#404)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T10:52:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c9c905f39c9fa8d772d096025e33d79642c3c96",
"body": "Why:\nPR #402 is merged and local main/origin main are synced, but the durable goal\nsurfaces still routed the goal through PR #402 review/CI. That stale route would\nmake the next restart choose the wrong lane.\n\nWhat:\n- refresh goal.md, state.yaml, execution tracker, active artifacts, governor\n outpu\n[…]\nate --mode required --json -> pass\nCommand: pnpm docs:lint -> pass\nCommand: git diff --check -> pass\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr402 route truth (#403)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T07:25:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd750626ece4d1f3786ef564485dd8c7d2c04230",
"body": "Route-truth refresh for JSC-363 after PR #401, including PR #402 review repairs and R463 gating.\n\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr401 route truth",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T06:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdcd577a77fb660b9b71e058bcbd33fff06c67bf",
"body": "* docs(goal): refresh post-pr400 route truth\n\nWhy: PR #400 merged the post-PR399 route truth refresh, so the goal tracker needed a current-main pullback receipt before any next feature work.\\n\\nWhat: Update the active route, state, execution tracker, Kanban board, active artifacts row, and append R4\n[…]\ns, receipt_id R461\n- git diff --check -> pass\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr400 route truth (#401)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T04:49:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "287a67c0f81c7f2c31d96e5c7bb7d00dfaac2e64",
"body": "* docs(goal): refresh post-pr399 route truth\n\nWhy: PR #399 merged the previous tracker refresh, leaving the durable goal surfaces anchored to PR #398/R459.\n\nWhat: Update goal.md, state.yaml, execution tracker, active artifacts, Kanban, and receipts.jsonl to record PR #399/R460 as the current-main ro\n[…]\nerge readiness or external Snyk app status.\\n\\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr399 route truth (#400)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T04:17:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "abf2a459e54e5390675b58bb49400840947ef7eb",
"body": "* docs(goal): refresh post-pr398 route truth\n\nWhy: PR #398 merged and local main was pulled to the new origin/main head, so the goal route tracker needed to stop pointing at PR #397/R458 as current truth.\n\nWhat: Update the goal tracker, state, receipt ledger, active artifact index, and Kanban board \n[…]\new-thread state remain separate live lanes.\\n\\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr398 route truth (#399)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T03:36:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ce54e9aad858789df6fd6361b679817d079d53e",
"body": "* docs(goal): refresh post-pr397 route truth\n\nWhy: The goal tracker still routed operators through the stale PR #396 repair lane after PR #396 and PR #397 had merged and local main was pulled forward.\n\nWhat: Update goal.md, state.yaml, execution tracker, active-artifacts, the browser Kanban, and app\n[…]\nl -> pass\n- Command: git diff --check -> pass\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr397 route truth (#398)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T03:04:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fa67dd5268fbff1fc785a098825aebcc1e5cf3ff",
"body": "test(hooks): prove generated hook gate contracts\n\nWhy: Review feedback flagged hook-regression risks around the fast pre-commit codestyle gate and selected package-manager rendering in generated hooks.\n\nWhat: Add regression assertions for pre-commit gate ordering and init-generated npm hook scripts.\n[…]\nass.\nCommand: bash scripts/run-harness-gate.sh docs-gate --mode required --json -> pass.\nCommand: pnpm docs:lint -> pass.\nCommand: git diff --check -> pass.\n\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "test(hooks): prove generated hook gate contracts",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T02:23:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02245c5735add2f2990f0203a4dbd4708f72353a",
"body": "* docs(goal): refresh post PR 393 route truth\n\nWhy: PR #393 merged the post-PR392 tracker refresh, but the durable goal board still named PR #392 as the current route anchor.\n\nWhat: Update goal.md, state.yaml, execution tracker, active artifacts, kanban board, and receipts with PR #393 merge evidenc\n[…]\n\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(hooks): route prek through leaf adapters (#396)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-11T02:00:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fbf3c215608f25ede94a066e2003b4c5e6188189",
"body": "Refresh the JSC-363 goal tracker after PR #394 merged and Linear alignment evidence was recorded.\\n\\nResolved the CodeRabbit route-truth contradiction in .harness/active-artifacts.md. Snyk GitHub App private-test quota failure is treated as an explicit waiver; repo-owned CircleCI, CodeRabbit, Socket, review-thread, and aggregate pr-pipeline lanes passed.\\n\\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post PR 394 Linear truth",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-09T12:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9014b416f170ef6069416aa2d356845232cf2de1",
"body": "* docs(goal): refresh post PR 393 route truth\n\nWhy: PR #393 merged the post-PR392 tracker refresh, but the durable goal board still named PR #392 as the current route anchor.\n\nWhat: Update goal.md, state.yaml, execution tracker, active artifacts, kanban board, and receipts with PR #393 merge evidenc\n[…]\nocal PR body artifact in primary worktree).\\n\\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post PR 393 route truth (#394)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-09T12:09:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "566a0a78286f5a1999eee4c332256475d4f19508",
"body": "* docs(goal): refresh post PR 392 route truth\n\nWhy: PR #392 merged the post-PR391 tracker refresh, so the source-tracked goal surfaces needed to stop routing agents back to the merged branch.\n\nWhat: Record PR #392 as merged provenance, anchor R453 to the pulled main head, and select the Linear field\n[…]\nes were staged.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n* chore: rerun PR 393 checks\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post PR 392 route truth (#393)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-09T11:29:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4bb43fa666315a649f3bd9a10b538142e4f3b47d",
"body": "* docs(goal): refresh post PR 391 route truth\n\nWhy: PR #391 merged while the route tracker still described the repair PR as open and routed operators toward PR triage that was already complete.\n\nWhat: Record PR #391 as merged at 2950e7a59a7031c3b2d927c6eb859a3973499c9e from submitted head 624bde7f10\n[…]\nBehavior Proof.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n* chore: rerun PR 392 checks\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post PR 391 route truth (#392)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-09T11:10:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2950e7a59a7031c3b2d927c6eb859a3973499c9e",
"body": "* fix(next): preserve empty clean status\n\nWhy: harness next converted empty git status stdout into null, so a clean repository could be classified as a dirty-worktree blocker.\n\nWhat: preserve empty stdout only for git status, keep other git metadata null-on-empty, add a clean-worktree regression tes\n[…]\n\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(next): preserve empty clean status (#391)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-09T10:44:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8003f0f84c07f80e93400d4c8f46378d83398142",
"body": "Why: PR #389 merged and local main was pulled, leaving the tracked goal state and browser Kanban one route behind live main.\n\nWhat: refresh active route truth to PR #389, append receipt R449, and keep the selected next slice blocked on the Linear field-text decision.\n\nImpact/Risk: tracker-only chang\n[…]\nban-board.html -> pass; git diff --check -> pass; bash scripts/validate-codestyle.sh --fast -> pass.\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr389 route truth (#390)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-09T09:17:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b1b20cbaab259041b53e53fcabfa24a248528a2",
"body": "* docs(goal): refresh post-pr388 route truth\n\nWhy: PR #388 merged and local main was pulled, but the goal route surfaces needed to record the new current-main truth before any next slice could safely start.\n\nWhat: Record PR #388 merge and pullback provenance in active artifacts and state. Update the\n[…]\n scripts/validate-codestyle.sh --fast passed.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr388 route truth (#389)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-09T08:54:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58781159524b361317f3651d1cc70682e5e47db6",
"body": "* docs(goal): refresh post-pr387 route truth\n\nWhy: PR #387 has merged and local main has been pulled, so the active tracker surfaces must stop showing PR #387 as the live route and must anchor the latest receipt to the reachable squash-merge commit.\n\nWhat: Updates active-artifacts, state.yaml, and t\n[…]\nyk (jscraik) quota/status; owner waiver only.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr387 route truth (#388)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-09T08:13:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ca228d2cb17944c72fc5ed8da4c7b1a4dd1fc53",
"body": "* docs(goal): refresh post-pr386 route truth\n\nWhy: PR #386 merged and local main was pulled, but the JSC-363 tracker still described PR #386 as the active lane.\n\nWhat: Refresh active-artifacts, goal state, the Kanban board, and R441 so the route shows no active JSC-363 PR lane and selects the Linear\n[…]\nead resolution require push and PR refresh.\\n\\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "docs(goal): refresh post-pr386 route truth (#387)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-09T07:01:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f3122b61cba470e91da94ca5c7b44c911dfe79d",
"body": "* fix(goal): guard stale runtime route truth\n\nWhy: After PR #385 merged and main was pulled, the tracker could still\n\ntell operators to merge a stale post-PR branch while existing validators\n\npassed. That made repeated human steering the detection layer.\n\nWhat: Add a narrow goal-board guard that rej\n[…]\nmit; those require push and external refresh.\n\nCo-authored-by: Codex <noreply@openai.com>\n\n---------\n\nCo-authored-by: Harness Operator <operator@example.com>\nCo-authored-by: Codex <noreply@openai.com>",
"is_bot": false,
"headline": "JSC-363 fix(goal): guard stale runtime route truth (#386)",
"author_name": "Jamie Craik",
"author_login": "jscraik",
"committed_at": "2026-06-09T05:41:10Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 1210,
"latest_release_at": "2026-05-05T18:15:21Z",
"latest_release_tag": "v0.15.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 22,
"days_since_latest_release": 78,
"mean_days_between_releases": 9.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@brainwav/coding-harness",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@brainwav/coding-harness",
"is_deprecated": false,
"latest_version": "0.15.0",
"repository_url": "https://github.com/jscraik/coding-harness",
"versions_count": 250,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 10456,
"first_published_at": "2026-02-28T11:04:32.165000Z",
"latest_published_at": "2026-05-05T18:15:19.846000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 78
}
]
},
"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,
"collected_at": 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": [
".mise.toml",
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 295056,
"source_files_sampled": 1449,
"oversized_source_files": 15,
"agent_instruction_files": [
"AGENTS.md",
"AI/AGENTS.md",
"artifacts/AGENTS.md",
"bash/AGENTS.md",
"body/AGENTS.md",
"codestyle/AGENTS.md",
"contracts/AGENTS.md",
"docs/AGENTS.md",
"e2e/AGENTS.md",
"evals/AGENTS.md",
"ops/AGENTS.md",
"rules/AGENTS.md",
"scripts/AGENTS.md",
"security/AGENTS.md",
"src/AGENTS.md",
"templates/AGENTS.md",
"test-fixtures/AGENTS.md",
"tests/AGENTS.md"
],
"agent_instruction_max_bytes": 9107
},
"dependencies": {
"manifests": [
"package.json",
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 540,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"pypi"
],
"dependencies": [
{
"name": "@inquirer/prompts",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.3.0"
},
{
"name": "@octokit/core",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.0.6"
},
{
"name": "@octokit/plugin-retry",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.1.0"
},
{
"name": "@octokit/plugin-throttling",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.0.3"
},
{
"name": "@octokit/request-error",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.1.0"
},
{
"name": "@octokit/rest",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.1"
},
{
"name": "better-sqlite3",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^12.6.2"
},
{
"name": "diff",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.0.3"
},
{
"name": "effect",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "3.21.2"
},
{
"name": "lodash",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.18.1"
},
{
"name": "picomatch",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.4"
},
{
"name": "semver",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.7.4"
},
{
"name": "sqlite-vec",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "0.1.7-alpha.2"
},
{
"name": "tsx",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.22.4"
},
{
"name": "typescript",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.9.3"
},
{
"name": "jsonschema",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=4.25,<5"
},
{
"name": "pydantic",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.12,<3"
},
{
"name": "pyyaml",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=6.0,<7"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@inquirer/prompts",
"direct": true,
"version": "8.5.2",
"ecosystem": "npm"
},
{
"name": "@octokit/core",
"direct": true,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-retry",
"direct": true,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-throttling",
"direct": true,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "@octokit/request-error",
"direct": true,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "@octokit/rest",
"direct": true,
"version": "22.0.1",
"ecosystem": "npm"
},
{
"name": "better-sqlite3",
"direct": true,
"version": "12.11.1",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": true,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "effect",
"direct": true,
"version": "3.21.2",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": true,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": true,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": true,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": true,
"version": "5.7.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": true,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": true,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "sqlite-vec",
"direct": true,
"version": "0.1.7-alpha.2",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": true,
"version": "4.23.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": true,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "jsonschema",
"direct": true,
"version": "4.26.0",
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": true,
"version": "2.13.4",
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": true,
"version": "6.0.3",
"ecosystem": "pypi"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@biomejs/biome",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-darwin-arm64",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-darwin-x64",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-arm64",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-arm64-musl",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-x64",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-x64-musl",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-win32-arm64",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-win32-x64",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "@brainwav/diagram",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@hutson/parse-repository-url",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@inquirer/ansi",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "@inquirer/checkbox",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/confirm",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/core",
"direct": false,
"version": "11.2.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/editor",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "@inquirer/expand",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/external-editor",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@inquirer/figures",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "@inquirer/input",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "@inquirer/number",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/password",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/rawlist",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/search",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/select",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/type",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@isaacs/fs-minipass",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@octokit/auth-token",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/endpoint",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "@octokit/graphql",
"direct": false,
"version": "9.0.3",
"ecosystem": "npm"
},
{
"name": "@octokit/openapi-types",
"direct": false,
"version": "27.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-paginate-rest",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-request-log",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-rest-endpoint-methods",
"direct": false,
"version": "17.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/request",
"direct": false,
"version": "10.0.11",
"ecosystem": "npm"
},
{
"name": "@octokit/types",
"direct": false,
"version": "16.0.0",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/merge-streams",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@total-typescript/shoehorn",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "@types/better-sqlite3",
"direct": false,
"version": "7.6.13",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/debug",
"direct": false,
"version": "4.1.13",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/katex",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@types/lodash",
"direct": false,
"version": "4.17.24",
"ecosystem": "npm"
},
{
"name": "@types/minimist",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "@types/ms",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "24.13.3",
"ecosystem": "npm"
},
{
"name": "@types/normalize-package-data",
"direct": false,
"version": "2.4.4",
"ecosystem": "npm"
},
{
"name": "@types/picomatch",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "@types/semver",
"direct": false,
"version": "7.7.1",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "2.0.11",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vvago/vale",
"direct": false,
"version": "3.15.1",
"ecosystem": "npm"
},
{
"name": "add-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-ify",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "arrify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-v8-to-istanbul",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "before-after-hook",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "bindings",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "bluebird",
"direct": false,
"version": "3.7.2",
"ecosystem": "npm"
},
{
"name": "bottleneck",
"direct": false,
"version": "2.19.5",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "camelcase-keys",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "character-entities",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "character-entities-legacy",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "character-reference-invalid",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "chardet",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "cli-width",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "1.9.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "14.0.3",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "compare-func",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "concat-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "conventional-changelog",
"direct": false,
"version": "3.1.25",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-angular",
"direct": false,
"version": "5.0.13",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-atom",
"direct": false,
"version": "2.0.8",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-codemirror",
"direct": false,
"version": "2.0.8",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-config-spec",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-conventionalcommits",
"direct": false,
"version": "4.6.3",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-core",
"direct": false,
"version": "4.2.4",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-ember",
"direct": false,
"version": "2.0.9",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-eslint",
"direct": false,
"version": "3.0.9",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-express",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-jquery",
"direct": false,
"version": "3.0.11",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-jshint",
"direct": false,
"version": "2.0.9",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-preset-loader",
"direct": false,
"version": "2.3.4",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-writer",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "conventional-commits-filter",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "conventional-commits-parser",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "conventional-recommended-bump",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "dargs",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "dateformat",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "decamelize-keys",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "decode-named-character-reference",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "decompress-response",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "deep-extend",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "detect-indent",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "detect-newline",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "devlop",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "dot-prop",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "dotgitignore",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "duplexer2",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "end-of-stream",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "expand-template",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "fast-check",
"direct": false,
"version": "3.23.2",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fast-string-truncated-width",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "fast-string-width",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "fast-wrap-ansi",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "figures",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "file-uri-to-path",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "fs-constants",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "11.3.1",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "get-pkg-repo",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "git-raw-commits",
"direct": false,
"version": "2.0.11",
"ecosystem": "npm"
},
{
"name": "git-remote-origin-url",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "git-semver-tags",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "gitconfiglocal",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "github-from-package",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.6",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "16.1.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "handlebars",
"direct": false,
"version": "4.7.9",
"ecosystem": "npm"
},
{
"name": "hard-rejection",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "2.8.9",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.3",
"ecosystem": "npm"
},
{
"name": "ieee754",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "is-alphabetical",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-alphanumerical",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.2",
"ecosystem": "npm"
},
{
"name": "is-decimal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-hexadecimal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-obj",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-path-inside",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-text-path",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "json-parse-better-errors",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json-stringify-safe",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "json-with-bigint",
"direct": false,
"version": "3.5.10",
"ecosystem": "npm"
},
{
"name": "jsonc-parser",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "jsonparse",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "JSONStream",
"direct": false,
"version": "1.3.5",
"ecosystem": "npm"
},
{
"name": "katex",
"direct": false,
"version": "0.16.47",
"ecosystem": "npm"
},
{
"name": "kind-of",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "linkify-it",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "load-json-file",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.ismatch",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.5.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "map-obj",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "map-obj",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "markdown-it",
"direct": false,
"version": "14.3.0",
"ecosystem": "npm"
},
{
"name": "markdownlint",
"direct": false,
"version": "0.40.0",
"ecosystem": "npm"
},
{
"name": "markdownlint-cli2",
"direct": false,
"version": "0.21.0",
"ecosystem": "npm"
},
{
"name": "markdownlint-cli2-formatter-default",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "mdurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "meow",
"direct": false,
"version": "8.1.2",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromark",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-core-commonmark",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "micromark-extension-directive",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-autolink-literal",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-footnote",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-table",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-extension-math",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-factory-destination",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-label",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-space",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-title",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-whitespace",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-character",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-chunked",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-classify-character",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-combine-extensions",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-decode-numeric-character-reference",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-util-encode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-html-tag-name",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-normalize-identifier",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-resolve-all",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-sanitize-uri",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-subtokenize",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-util-symbol",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-types",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "mimic-response",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "min-indent",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minimist-options",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "minizlib",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "mkdirp-classic",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "modify-values",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mute-stream",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.16",
"ecosystem": "npm"
},
{
"name": "napi-build-utils",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "neo-async",
"direct": false,
"version": "2.6.2",
"ecosystem": "npm"
},
{
"name": "node-abi",
"direct": false,
"version": "3.94.0",
"ecosystem": "npm"
},
{
"name": "node-int64",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "normalize-package-data",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "normalize-package-data",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-entities",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.17",
"ecosystem": "npm"
},
{
"name": "prebuild-install",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "process-nextick-args",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "pump",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "punycode.js",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "pure-rand",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "q",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "quick-lru",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "rc",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "read-pkg",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "read-pkg",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "read-pkg-up",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "read-pkg-up",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "3.6.2",
"ecosystem": "npm"
},
{
"name": "redent",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.12",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "6.1.3",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "simple-concat",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "simple-get",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "spdx-correct",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "spdx-exceptions",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "spdx-expression-parse",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "spdx-license-ids",
"direct": false,
"version": "3.0.23",
"ecosystem": "npm"
},
{
"name": "split",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "split2",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "sqlite-vec-darwin-arm64",
"direct": false,
"version": "0.1.7-alpha.2",
"ecosystem": "npm"
},
{
"name": "sqlite-vec-darwin-x64",
"direct": false,
"version": "0.1.7-alpha.2",
"ecosystem": "npm"
},
{
"name": "sqlite-vec-linux-arm64",
"direct": false,
"version": "0.1.7-alpha.2",
"ecosystem": "npm"
},
{
"name": "sqlite-vec-linux-x64",
"direct": false,
"version": "0.1.7-alpha.2",
"ecosystem": "npm"
},
{
"name": "sqlite-vec-windows-x64",
"direct": false,
"version": "0.1.7-alpha.2",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "standard-version",
"direct": false,
"version": "9.5.0",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "stringify-package",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strip-indent",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tar",
"direct": false,
"version": "7.5.20",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "text-extensions",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "through",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "through2",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "through2",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "trim-newlines",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "tunnel-agent",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.18.1",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "typedarray",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "uc.micro",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "uglify-js",
"direct": false,
"version": "3.19.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.18.2",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "universal-user-agent",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "unzipper",
"direct": false,
"version": "0.12.5",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "validate-npm-package-license",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "7.3.6",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "wordwrap",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "xtend",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.9",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "annotated-types",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "attrs",
"direct": false,
"version": "26.1.0",
"ecosystem": "pypi"
},
{
"name": "coding-harness-python-tools",
"direct": false,
"version": "0.0.0",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "jsonschema-specifications",
"direct": false,
"version": "2025.9.1",
"ecosystem": "pypi"
},
{
"name": "nodeenv",
"direct": false,
"version": "1.10.0",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "26.2",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "pydantic-core",
"direct": false,
"version": "2.46.4",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pyright",
"direct": false,
"version": "1.1.410",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.0.3",
"ecosystem": "pypi"
},
{
"name": "referencing",
"direct": false,
"version": "0.37.0",
"ecosystem": "pypi"
},
{
"name": "rpds-py",
"direct": false,
"version": "2026.5.1",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": "0.15.16",
"ecosystem": "pypi"
},
{
"name": "types-pyyaml",
"direct": false,
"version": "6.0.12.20260518",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.15.0",
"ecosystem": "pypi"
},
{
"name": "typing-inspection",
"direct": false,
"version": "0.4.2",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 540,
"direct_count": 21,
"indirect_count": 519
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 440,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 17,
"closed_unmerged_prs": 30
},
"bus_factor": 1,
"bot_contributors": 5,
"top_contributors": [
{
"type": "User",
"login": "jscraik",
"commits": 737,
"avatar_url": "https://avatars.githubusercontent.com/u/154467285?v=4"
},
{
"type": "User",
"login": "abiatarprado",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/53842349?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.983
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.yml",
"release-private-npm.yml"
],
"has_docs_dir": true,
"linter_configs": [
"biome.json"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml",
"uv.lock"
],
"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": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 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/29 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": 10,
"reason": "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": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"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": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 9,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 9,
"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": "e6754cfeeea0df2669fc955f30ff5dddb4821ed1",
"ran_at": "2026-07-23T01:20:03Z",
"aggregate_score": 7.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T06:06:15Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T06:03:02Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jscraik/coding-harness",
"host": "github.com",
"name": "coding-harness",
"owner": "jscraik"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"security": 79,
"vitality": 87,
"community": 49,
"governance": 56,
"engineering": 88
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 87,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"commits_last_year": 1210,
"human_commit_share": 0.98,
"days_since_last_push": 0,
"active_weeks_last_year": 22
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "22/52 weeks with commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 22
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1210 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1210
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 100,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.15.0",
"releases_from_tags": false,
"days_since_latest_release": 78,
"mean_days_between_releases": 9.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 78 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 78
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~9.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 9.1
}
}
],
"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": 49,
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"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": 67,
"inputs": {
"packages": [
"@brainwav/coding-harness"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 10456
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "10,456 downloads/month across npm",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 10456,
"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": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.983
},
"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 98% of commits",
"points": 0.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 440,
"open_issues": 0,
"closed_issues": 17,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 30
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "440/470 decided PRs merged",
"points": 35.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 440,
"decided": 470
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 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": 41,
"inputs": {
"followers": 8,
"owner_type": "User",
"is_verified": null,
"owner_login": "jscraik",
"public_repos": 31,
"account_age_days": 945
},
"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": "8 followers of jscraik",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "jscraik"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "31 public repos, account ~2 yr old",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 31
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@brainwav/coding-harness"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 78
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 78 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 78
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "250 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 250
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 88,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "biome.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 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": 85,
"inputs": {
"topics": [
"agentic-ai",
"codex-cli",
"workflow",
"ai-delivery-harness",
"synaipse"
],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": "good",
"name": "Security",
"value": 79,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.4
},
"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 is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 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/29 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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"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): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 540 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 540
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 540,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": 540,
"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": "excellent",
"name": "AI Readiness",
"value": 85,
"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": 1,
"agent_instruction_files": [
"AGENTS.md",
"AI/AGENTS.md",
"artifacts/AGENTS.md",
"bash/AGENTS.md",
"body/AGENTS.md",
"codestyle/AGENTS.md",
"contracts/AGENTS.md",
"docs/AGENTS.md",
"e2e/AGENTS.md",
"evals/AGENTS.md",
"ops/AGENTS.md",
"rules/AGENTS.md",
"scripts/AGENTS.md",
"security/AGENTS.md",
"src/AGENTS.md",
"templates/AGENTS.md",
"test-fixtures/AGENTS.md",
"tests/AGENTS.md"
],
"agent_instruction_max_bytes": 9107
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, AI/AGENTS.md, artifacts/AGENTS.md, bash/AGENTS.md, body/AGENTS.md, codestyle/AGENTS.md, contracts/AGENTS.md, docs/AGENTS.md, e2e/AGENTS.md, evals/AGENTS.md, ops/AGENTS.md, rules/AGENTS.md, scripts/AGENTS.md, security/AGENTS.md, src/AGENTS.md, templates/AGENTS.md, test-fixtures/AGENTS.md, tests/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, AI/AGENTS.md, artifacts/AGENTS.md, bash/AGENTS.md, body/AGENTS.md, codestyle/AGENTS.md, contracts/AGENTS.md, docs/AGENTS.md, e2e/AGENTS.md, evals/AGENTS.md, ops/AGENTS.md, rules/AGENTS.md, scripts/AGENTS.md, security/AGENTS.md, src/AGENTS.md, templates/AGENTS.md, test-fixtures/AGENTS.md, tests/AGENTS.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": "98 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml",
"uv.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
".mise.toml",
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.12,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.01
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": ".mise.toml, Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".mise.toml, Makefile"
}
}
],
"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": "biome.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"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": "12 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 12,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 295056,
"source_files_sampled": 1449,
"oversized_source_files": 15
},
"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": "15/1449 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1449,
"oversized": 15
}
}
],
"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": [
"Could not fetch pypi package 'coding-harness-python-tools' from its registry",
"deps.dev does not index npm:@brainwav/coding-harness@0.15.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T01:20:24.475858Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jscraik/coding-harness.svg",
"full_name": "jscraik/coding-harness",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}