Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 220,
"has_wiki": true,
"homepage": "https://github.com/samir1498/pc-ctx-web",
"languages": {
"JavaScript": 51469,
"TypeScript": 121527
},
"pushed_at": "2026-07-17T16:58:05Z",
"created_at": "2026-06-21T08:57:35Z",
"owner_type": "User",
"updated_at": "2026-07-17T16:58:11Z",
"description": "CLI + MCP server for personal-context planning system. Manage plans, roadmaps, progress, and git reconciliation via ctx commands or AI agent MCP tools.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"JavaScript"
]
},
"owner": {
"blog": "samir-bettahar.dev",
"name": "Samir Bettahar",
"type": "User",
"login": "samir1498",
"company": "ObserveOne",
"location": "Algeria",
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/84471178?v=4",
"created_at": "2021-05-19T18:10:13Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 1890
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-06T10:28:45Z"
},
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2026-07-05T11:13:54Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-07-05T09:51:52Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-07-05T10:08:34Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-07-02T11:36:05Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-02T10:02:29Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-01T05:46:38Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-01T05:38:52Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-06-30T07:13:17Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-06-30T05:34:13Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2026-06-24T17:39:33Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2026-06-24T16:51:06Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-06-24T16:42:02Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-06-24T16:26:27Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-23T19:27:18Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-06-23T14:32:26Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-06-23T08:37:30Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-22T16:02:42Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-21T12:41:33Z"
}
],
"recent_commits": [
{
"oid": "2ee5356fa9c72f1c1b914817b90598beaa9959fc",
"body": "… context store found (#17)\n\nRoot resolution for all domain commands was PC_CTX_ROOT env or cwd only —\nthe contentRoot saved by `ctx config --root` was consulted solely by\n`ctx ui`. Running any command outside the context checkout silently\nreturned an empty table or bare \"not found\", as if the store\n[…]\ne just empty. setup/init/config/ui stay exempt\nsince they don't require a pre-existing store.\n\nBumps @pc-ctx/cli 0.10.0 -> 0.10.1.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(cli): respect configured root in resolution + clear error when no…",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-07-17T16:58:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f8a5f79768d4f59f0cd2706f392bdec9115a2740",
"body": "* feat(repos): folder-per-repo layout (repos/<slug>/repo.md)\n\nEach repos entry now lives in its own folder instead of a flat\n<date>-<slug>.md file, leaving room for companion files (e.g. a future\nmap.md) alongside a repo's frontmatter doc. list/show already read\nrecursively so they're unaffected; ad\n[…]\np 0.7.2->0.8.0 (breaking for the repos\ndomain's on-disk shape, introduced only yesterday in 0.9.2/0.7.2).\n\n* chore: fix Biome formatting\n\n* chore: ignore unused backfill-completed-at.ts in knip config",
"is_bot": false,
"headline": "feat(repos): folder-per-repo layout (repos/<slug>/repo.md) (#16)",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-07-06T10:28:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0ea4264e45a2a15257ef12dd295878cc9f4873b",
"body": "Adds structured repo registry domain to personal-context:\n- repos list/show/sync CLI commands\n- repos_list/_show/_add MCP tools\n- AGENTS.md auto-wiring for AI agent context\n- Fixes serializePlanFile forceQuotes for @ YAML values\n\nctx: 20260630-pc-ctx-add-repos-domain-for-structured-project-registry repo:pc-ctx",
"is_bot": false,
"headline": "feat: add repos domain to CLI + MCP, fix @ YAML values (#15)",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-07-05T11:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b7eaeba2d2aeaaed1c669c6b38af374759259b",
"body": "forceQuotes: true (from 0.8.0) caused yaml.dump to quote all values,\nbreaking the content.includes('slug: <value>') lookup in gitReconcile.\nReplaced with a regex that handles optional quotes.\n\nBump @pc-ctx/core 0.8.0 → 0.8.1\n\nctx: pc-ctx-add-repos-domain-for-structured-project-registry repo:pc-ctx",
"is_bot": false,
"headline": "fix(core): reconcile slug matching with quoted YAML values",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-05T10:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e011518b082e18eea00d3e523b6f065bb516fa9",
"body": "CLI README now lists all 20 top-level commands + nested subcommands.\nMCP README now lists all 41 tools across all domains.\n\nctx: pc-ctx-add-repos-domain-for-structured-project-registry repo:pc-ctx",
"is_bot": false,
"headline": "docs(cli,mcp): comprehensive READMEs with all commands/tools",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-05T10:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f53cec75728097668d0b07703ba8fe28d240fdb",
"body": null,
"is_bot": false,
"headline": "docs(cli): fix typo + document repo: action in reconcile description",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-05T09:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aee6d204b93d635876363e8ec4bfbf31e340a26f",
"body": "ctx: pc-ctx-add-repos-domain-for-structured-project-registry repo:pc-ctx",
"is_bot": false,
"headline": "docs(core): document repo: field and git trailer conventions",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-05T09:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44ebadde3adc600485cfc583a2736a13a4f890a9",
"body": "Adds `repo:` action to `parseCtxTrailers` and `gitReconcile` for\nbidirectional linking of plans to repos domain. Fixes `writeProgressFile`\nYAML corruption (forceQuotes: true).\n\nBump @pc-ctx/core 0.7.0 → 0.8.0, @pc-ctx/cli 0.9.0 → 0.9.1,\n@pc-ctx/mcp 0.7.0 → 0.7.1",
"is_bot": false,
"headline": "feat(core): add repo: trailer action + fix YAML frontmatter corruption",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-05T09:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84975d17b83d570b8d932f3c24c554714950a548",
"body": "…+ changelog\n\nctx: plan=date-range-querying-for-plans-archive-completed-at-since-unt task=T4",
"is_bot": false,
"headline": "chore: bump @pc-ctx/core 0.7.0, @pc-ctx/mcp 0.7.0, @pc-ctx/cli 0.9.0 …",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-04T09:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "732dd4bfd48ac60e9f57ff01c79d4f9837f99398",
"body": "- plan_set_status / cli set-status writes completed_at: YYYY-MM-DD on done/cancelled\n- backfill-completed-at.ts walks git log to find when each plan was completed, falls back to mtime\n- plan_list accepts since/until params, filters on completed_at frontmatter\n- archive_list accepts since/until params, falls back to filename date prefix\n- All code compiles clean with tsc\n\nctx: plan=date-range-querying-for-plans-archive-completed-at-since-unt task=T1",
"is_bot": false,
"headline": "feat(mcp+cli): date-range querying for plans and archive (#12)",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-07-04T09:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0889000bb291d5037abae9bd89019bc79ae191b0",
"body": null,
"is_bot": false,
"headline": "chore: bump @pc-ctx/cli to 0.8.0 + changelog",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-02T11:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a70d4b1806151043f46157bfe790c6c7ada8eec",
"body": "* feat(cli): serve the web UI from a local checkout (instant, offline, no PAT)\n\n`ctx ui --serve` fetched context from GitHub even when the repo is checked\nout on disk — every dashboard load pulled full file bodies over the network\n(and needed a PAT). Slow first paint.\n\nAdd local-filesystem mode:\n- `\n[…]\ni/package.json (re-drifted by 0.7.0 version bump)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): serve web UI from a local checkout (instant, no PAT) (#11)",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-07-02T11:34:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "12c25ffdc0463fa740a6668b4d1e66fa1aea24a8",
"body": null,
"is_bot": false,
"headline": "chore: bump @pc-ctx/cli to 0.7.0 + changelog",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-02T10:02:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d81a334241be6cf2816415842ca7880899be9e6b",
"body": "…(#10)\n\n* feat(cli): ui server browses a configurable context repo via GraphQL\n\n`ctx ui --serve` was hardcoded to samir1498/personal-context with a stale\n6-folder list and an N+1 REST fetch (1 list call + 1 per file = 79 sequential\nround-trips for a 78-plan repo).\n\n- Make the browsed repo configurab\n[…]\nge, but it blocks this PR's gate, so fix it here.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): ui server browses a configurable context repo via GraphQL …",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-07-02T09:52:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "50f5067616152450fd2daea7e822a22eed96e841",
"body": null,
"is_bot": false,
"headline": "docs: add v0.6.0 changelog entry",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-01T05:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd6a6e79082095a65b66d1aad896235bb95e7ba4",
"body": null,
"is_bot": false,
"headline": "chore: bump @pc-ctx/mcp to 0.6.0",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-01T05:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa7a795b518f2f52083dd3de4d3dd475dfbb3e7",
"body": null,
"is_bot": false,
"headline": "chore: bump @pc-ctx/cli to 0.6.0",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-01T05:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c407de1097092a3f9de8a67d0117e1e5f87dddc",
"body": null,
"is_bot": false,
"headline": "chore: bump @pc-ctx/core to 0.6.0",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-07-01T05:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93d1f457eaecb2f16d585f95e515af5eb2ed692b",
"body": "…it, remote guidance) (#9)\n\n* feat(setup): bootstrap/init UX — configurable name, idempotent, git init, remote guidance\n\n- core: extract idempotent scaffoldContext() (top-up missing dirs/files, reports\n created vs existing); CONTEXT_SUBDIRS const.\n- cli: rewrite `ctx setup` — `--name` (configurable\n[…]\ne absolute dir paths in MCP setup tool\n- Fix MCP guidance to reference actual target directory\n\nctx: pc-ctx-bootstrap-init-ux-design\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(setup): bootstrap/init UX (configurable name, idempotent, git in…",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-07-01T05:38:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ca8de545bb5ee8f8834dadbf45876690e6d81aed",
"body": null,
"is_bot": false,
"headline": "chore: add .npmrc to gitignore",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-30T07:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd3dfceb69d2d9fde4f46d3629dcfc17b67c27d8",
"body": "ctx: trailers can reference roadmap slugs. Falls back from plans/ to roadmaps/ directory. Apply: close = roadmap + entries to done, start = active, progress = started date.\n\nctx: blog-posts-2026 progress",
"is_bot": false,
"headline": "feat: ctx reconcile now supports roadmap slugs",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-06-30T07:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3d37bb1d2b6ce71507cf04242850b5833a1792a",
"body": null,
"is_bot": false,
"headline": "chore: bump all packages to 0.4.0",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-30T05:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d81d719a0687d83653e1d7c8aee72c31f4cbaf3",
"body": "Closes: standardize-progress-format, pc-ctx-git-reconciliation, git-commit-convention-skill",
"is_bot": false,
"headline": "feat: v0.3.0 — progress format, stale detection, git reconciliation",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-06-30T05:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0ca5f68c600718f0ec6a9980980057722b3b4d7",
"body": null,
"is_bot": false,
"headline": "chore: bump @pc-ctx/mcp to 0.3.6",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-27T08:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "207394f8b8fd86ea9d3d2896973e8d59bec48daf",
"body": null,
"is_bot": false,
"headline": "chore: bump @pc-ctx/cli to 0.2.7",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-27T08:05:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fbe9f8a839fc21ba57c065ca86d6b15eaf037bd",
"body": "… archive, activate, pause\n\n- CLI + MCP: plan_add_acceptance, plan_remove_task, plan_add_ref, plan_archive\n- CLI: plan activate, plan pause (set-status aliases)\n- Register all in MCP tools/index.ts",
"is_bot": false,
"headline": "feat: 6 plan management tools — add-acceptance, remove-task, add-ref,…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-26T20:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e37ac75bd0a74ef3537f102f6277b997c4312da3",
"body": "- Introduce pc-ctx-web as the companion web interface\n- Document ctx ui / --serve / --update commands\n- Include security warning about local server binding\n- Add Cloudflare Pages deploy instructions\n- Fix Biome lint errors: collapse files array, reorder imports",
"is_bot": false,
"headline": "docs: add Web UI section with pc-ctx-web mention and ctx ui docs",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-26T18:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "125bd7799012297a4eef7c694f562496687052ff",
"body": "…, and MCP integration docs",
"is_bot": false,
"headline": "docs: add --body/--body-file to CLI README, CLI reference, MCP README…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-25T18:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3cede423bc3f32eacf9e0a95c53929ac9c97d91",
"body": "…ir fix)",
"is_bot": false,
"headline": "chore: bump core 0.2.2, cli 0.2.6, mcp 0.3.5 (republish core with mkd…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-25T18:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01693bc9d8ccfa375418e418667af05223206782",
"body": "…ncating tarball)",
"is_bot": false,
"headline": "fix: use node:stream/promises pipeline for reliable download (was tru…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-24T20:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b35eb66d5c51fb48f9657a398bffb86ace20d89",
"body": "…action",
"is_bot": false,
"headline": "fix: verify tarball integrity with gzip -t and size check before extr…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-24T18:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53e14cd1f1fa9eac7a7e88c159ff326b743f338a",
"body": null,
"is_bot": false,
"headline": "fix: pass PAT to GitHub API for release fetch to avoid 403 rate limit",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-24T18:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06dc719fbde3186f186260e0c66cb6bd9d989ecd",
"body": null,
"is_bot": false,
"headline": "chore: fix biome format on mcp package.json",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-24T17:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9576cf09cb0ad653aee633820bd75a5bbc04c4f7",
"body": "…sing from dist)",
"is_bot": false,
"headline": "chore: bump mcp 0.3.3 -> 0.3.4 (rebuild, roadmap entry tools were mis…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-24T17:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b36c6de8f36c990a54df6abc85ed22d459aabd",
"body": "Roadmaps were read-only over MCP (only roadmap_list / roadmap_show), so\nan entry's status/note could only be hand-edited. Add two tools that\nmirror the plan-tool conventions:\n\n- roadmap_set_entry_status(slug, ref, status, note?) — set an existing\n entry's status; note preserved when omitted, update\n[…]\npsDir (not findPlan) so a plan slug can't be\nmutated as a roadmap. Bump mcp 0.3.3.\n\nImplements T1 of pc-ctx-tool-feedback-round-2.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mcp): roadmap entry mutation tools (T1) (#5)",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-06-24T16:51:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0cfb88cae1fd128bd91732f57e5e7c0ee8d32ea2",
"body": "writePlanFileAtomic wrote the file without ensuring its parent dir\nexisted, so `plan add` / `roadmap add` / domain `add` (and the MCP\nplan_add / *_add tools) threw ENOENT when the target domain folder\ndid not exist yet. A fresh context root often lacks some domain dirs\n(e.g. references, handoffs), s\n[…]\nrs every add surface and every domain.\n\nBump core 0.2.1, cli 0.2.2, mcp 0.3.2 (core is a workspace dep of\nboth, so all republish).\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: create the domain folder before writing in *_add (#4)",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-06-24T16:42:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "acca7e9ba368b55f956c7609f218f0ce6d70170d",
"body": "Both add front-ends hardcoded the \"## Goal TODO / ## Scope TODO\" (or\n\"# Title\") stub and exposed no body input, so every new plan, roadmap,\nor domain doc needed a follow-up edit. The MCP tools also silently\ndropped an unknown `body` argument.\n\nThread an optional body through every *_add surface, fal\n[…]\np. Bump cli 0.2.1, mcp 0.3.1.\n\nImplements T2 of the pc-ctx-tool-feedback-round-2 plan. T1 (roadmap\nmutation MCP tools) stays open.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: let plan/roadmap/domain add set a body (CLI + MCP) (#3)",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-06-24T16:26:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bf71de4f6e6f1b2c6ec79024c1ad4d2631b93fe5",
"body": "… + handoffs domain",
"is_bot": false,
"headline": "chore: bump to 0.2.0/0.2.0/0.3.0 for audit fix + validate all domains…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T19:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee4adc192b45bbc6ca53e7c034b07082cd4f9cee",
"body": "Security\n- ctx ui --serve binds 127.0.0.1 (was 0.0.0.0) and guards static paths\n- PAT config file written with mode 0600; config --show no longer prints token bytes\n\nTooling and correctness\n- replace squatted biome@0.3.3 with @biomejs/biome (lint was a silent no-op)\n- check/check:ci build before typ\n[…]\nd; corrected architecture deps, CONTRIBUTING style and\n check order, ui default port, and the plan-format standardization section\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: audit remediation, all-domain validation, and handoff domain (#2)",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-06-23T19:26:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "18818b8bc468d5a690e1f2227b30f3593fd83154",
"body": null,
"is_bot": false,
"headline": "ci: build core before typecheck — workspace dep needs .d.ts files",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T15:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82d821a6404d7547f603d148c9125e9aae901854",
"body": null,
"is_bot": false,
"headline": "ci: add packageManager field for pnpm/action-setup@v4",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T14:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c124ee6fad20132c070569b4fda853be97404de8",
"body": null,
"is_bot": false,
"headline": "docs: add docs/ folder with user + dev guides, strip README to minimal",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T14:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d07129552bb39c64ffc288d4c5252ced72ba5af",
"body": "…1.3, mcp 0.2.2)",
"is_bot": false,
"headline": "chore: bump versions for domain expansion release (core 0.1.3, cli 0.…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T14:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ba561f650eb9497d3ebeb6ec84e918c7684d25",
"body": null,
"is_bot": false,
"headline": "feat: validate across all domains, add cancelled task status",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T14:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2d29b2c7f26869e126f32a011b3a5a88e3ec8f0",
"body": "…, archive",
"is_bot": false,
"headline": "feat: add MCP domain tools for ideas, processes, progress, references…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T14:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2615a4f8ad2db7ca311f6a54d214cd31f696d82",
"body": "…chive, roadmap add",
"is_bot": false,
"headline": "feat: add CLI commands for ideas, processes, progress, references, ar…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T14:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e393f2652c95e6b0bb2d39e732760923d1a9bc",
"body": null,
"is_bot": false,
"headline": "feat: ctx ui --serve with Hono server and GitHub API proxy (v0.1.2)",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T08:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d494c84b025f7d7773ee7f2ca8297e1c76e1049d",
"body": null,
"is_bot": false,
"headline": "fix: remove /api/env secret leak, add GitHub API proxy instead",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T08:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "814bca00de0803ff0c0615ac0713e267d1df52f3",
"body": null,
"is_bot": false,
"headline": "feat: add ctx config command for PAT and repo settings",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T08:19:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4296ff62bb5e887fcf89fda1adfcc700155e2b5d",
"body": null,
"is_bot": false,
"headline": "docs: add ctx ui command to README",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T08:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83dcd8492a45a309ad21a393dea9f4557352c39c",
"body": null,
"is_bot": false,
"headline": "fix: mkdir before writing tarball to ~/.pc-ctx/",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T08:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de16cfd0106304ee30d47bec073cd97eac9b6ca1",
"body": null,
"is_bot": false,
"headline": "feat: add ctx ui subcommand — download, cache, serve local web UI",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T08:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452049b194a47a55318be7476abd51ad157655f2",
"body": null,
"is_bot": false,
"headline": "feat: add new MCP tools, refactor server",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-23T06:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "593647f449ffaecab1fd8031a9e2da5833e02e4b",
"body": "….1 / mcp 0.2.1",
"is_bot": false,
"headline": "chore: fix @pc-ctx/core dep (workspace:* → workspace:^), bump cli 0.1…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-22T16:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e23a2440272da6c7213cfdc0c14c6a217fdf0b3",
"body": "listResearchFiles now walks the full research tree (was one level deep), so nested\ndomain/sub/file.md docs are discoverable. Slug = path relative to the research root\n(sans .md) for uniqueness; README.md/INDEX.md/node_modules/dotdirs skipped at any depth.\nfindResearchFile prefers an exact full-slug \n[…]\n install / the quality gate run on a clean checkout.\n\nVerified against a real research repo: discovery went from ~30 to 217 files.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(core): recursive research discovery + path-based slugs",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-06-22T15:08:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "84a1304cd9df53d620664c72d9fd7767b1c3f1bb",
"body": "- tsconfig.base.json: resolveJsonModule: true\n- @pc-ctx/mcp/server.ts: version + name from package.json",
"is_bot": false,
"headline": "refactor: import version from package.json instead of hardcoding",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-21T12:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5cde46fdfde06aba9f45a9fbbe375671a2e8f73",
"body": "- package.json metadata: description, repository, license, files, publishConfig\n- README per package (core API, CLI commands, MCP tools + Claude Desktop config)\n- CHANGELOG.md with v0.1.0 release notes\n- tools/index.ts now properly wires all tool registrations\n- workspace:* preserved for local dev (pnpm replaces on publish)",
"is_bot": false,
"headline": "chore: prepare v0.1.0 for npm publish",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-21T12:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de3d5055d1e67f9632f9f89c21529c8bc2d25f55",
"body": "Covers: quickstart, all CLI commands, MCP tools, plan format docs,\nconfiguration (PC_CTX_ROOT), development setup, scripts reference,\nand architecture diagram with boundary rules.",
"is_bot": false,
"headline": "docs: root README with CLI usage, MCP, plan format, architecture",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-21T11:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "335ab1e6adcbb693f6ce65bc3f14aed99516dd4d",
"body": "Conventions from ObserveOne-MCP:\n- @modelcontextprotocol/sdk (McpServer) + StdioServerTransport\n- One file per tool in src/tools/\n- Zod schemas with .describe() on every param\n- Errors return {isError: true} with recovery hint\n- Factory functions, no classes\n\nTools: plan_list, plan_show, plan_status, plan_validate",
"is_bot": false,
"headline": "feat(mcp): implement stdio MCP server with 4 tools",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-21T11:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7924a4abc93e585fce4be41a761b9ba009811fe",
"body": "- config/.dependency-cruiser.cjs — circular checks, boundary rules\n (core↛cli/mcp, cli↛mcp, mcp↛cli), no-orphans with exceptions\n- depcruise + depcruise:graph + depcruise:graph:svg scripts\n- graph.png generated with color-coded package boxes\n- check gate includes depcruise\n- graph artifacts gitignored",
"is_bot": false,
"headline": "tooling: dependency-cruiser + graph PNG",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-21T10:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee1c820f8ff9a4a9e4239f3e06ca23d9ec877c9",
"body": "- biome.json for lint + format (matches benchmark style)\n- config/knip.config.ts — unused code detection\n- config/vitest.unit.config.ts + config/vitest.it.config.ts\n- unit tests (12 tests): parsePlanFile, serialize, slugify, fmt helpers\n- integration tests (12 tests): all CLI commands against temp c\n[…]\nck, lint, format, knip, fallow, test, tag scripts\n- tsconfig excludes: test files excluded from tsc build\n- parsePlanFile: graceful ENOENT handling\n- knip ignores: spec files, fallow binary, stub deps",
"is_bot": false,
"headline": "tooling: biome, knip, vitest, fallow, CI, tests, check gate",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-21T10:18:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9cdd658bd417c90dddb57be296a162102f3d7cfe",
"body": "…ctx/cli\n\n- @pc-ctx/core: types, file I/O, formatting, research, refs, scaffold templates\n- @pc-ctx/cli: all 10 citty commands (list, show, status, validate, plan/*, roadmap/*, research/*, graph, setup, sync)\n- PC_CTX_ROOT env var replaces hardcoded paths — tool is now generic\n- Removed adapters/ from workspace (opencode awareness lives nowhere in pc-ctx)\n- All builds pass, functional test passes against personal-context data",
"is_bot": false,
"headline": "migrate all CLI commands from personal-context to @pc-ctx/core + @pc-…",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-21T09:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87dc67b7284a106e8fd38c87000ad65cf213582d",
"body": null,
"is_bot": false,
"headline": "remove adapters/ — over-engineered, opencode check lives in CLI",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-21T09:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf4856f181c46ed1588a8d961f9579c400815a4",
"body": "pnpm workspace with 4 packages:\n- @pc-ctx/core — types, YAML I/O, Adapter interface\n- @pc-ctx/cli — ctx CLI binary (citty skeleton)\n- @pc-ctx/mcp — MCP server skeleton\n- @pc-ctx/adapter-opencode — opencode adapter stub\n\nMIT license, CI workflow, tsconfig.base.json",
"is_bot": false,
"headline": "initial: scaffold pc-ctx monorepo",
"author_name": "samir1498",
"author_login": "samir1498",
"committed_at": "2026-06-21T09:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54c4d5ba1b73b3aacb4f9a8058857b920f7f036c",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Samir Bettahar",
"author_login": "samir1498",
"committed_at": "2026-06-21T08:57:36Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 65,
"latest_release_at": "2026-07-06T10:28:45Z",
"latest_release_tag": "v0.10.0",
"releases_from_tags": true,
"days_since_last_push": 5,
"active_weeks_last_year": 4,
"days_since_latest_release": 16,
"mean_days_between_releases": 0.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@pc-ctx/cli",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@pc-ctx/cli",
"is_deprecated": false,
"latest_version": "0.10.1",
"repository_url": "https://github.com/samir1498/pc-ctx",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3950,
"first_published_at": "2026-06-21T14:08:38.910000Z",
"latest_published_at": "2026-07-17T16:59:05.636000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
},
{
"name": "@pc-ctx/mcp",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@pc-ctx/mcp",
"is_deprecated": false,
"latest_version": "0.8.0",
"repository_url": "https://github.com/samir1498/pc-ctx",
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2644,
"first_published_at": "2026-06-21T14:08:43.113000Z",
"latest_published_at": "2026-07-06T10:55:14.802000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 16
},
{
"name": "@pc-ctx/core",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@pc-ctx/core",
"is_deprecated": false,
"latest_version": "0.8.2",
"repository_url": "https://github.com/samir1498/pc-ctx",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2671,
"first_published_at": "2026-06-21T14:08:29.545000Z",
"latest_published_at": "2026-07-05T11:14:17.034000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 17
}
]
},
"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": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"packages/cli/tsconfig.json",
"packages/core/tsconfig.json",
"packages/mcp/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 48767,
"source_files_sampled": 43,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@hono/node-server",
"manifest": "packages/cli/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.6"
},
{
"name": "@pc-ctx/core",
"manifest": "packages/cli/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:^"
},
{
"name": "citty",
"manifest": "packages/cli/package.json",
"ecosystem": "npm",
"version_constraint": "^0.2.2"
},
{
"name": "hono",
"manifest": "packages/cli/package.json",
"ecosystem": "npm",
"version_constraint": "^4.12.27"
},
{
"name": "js-yaml",
"manifest": "packages/cli/package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.0"
},
{
"name": "js-yaml",
"manifest": "packages/core/package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.0"
},
{
"name": "@modelcontextprotocol/sdk",
"manifest": "packages/mcp/package.json",
"ecosystem": "npm",
"version_constraint": "^1.17.0"
},
{
"name": "@pc-ctx/core",
"manifest": "packages/mcp/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:^"
},
{
"name": "zod",
"manifest": "packages/mcp/package.json",
"ecosystem": "npm",
"version_constraint": "^3.24.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 16,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "samir1498",
"commits": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/84471178?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [
"biome.json"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "7 out of 11 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 2,
"reason": "8 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2ee5356fa9c72f1c1b914817b90598beaa9959fc",
"ran_at": "2026-07-23T00:35:56Z",
"aggregate_score": 2.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T16:58:36Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T16:58:04Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/samir1498/pc-ctx",
"host": "github.com",
"name": "pc-ctx",
"owner": "samir1498"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 26,
"vitality": 68,
"community": 41,
"governance": 53,
"engineering": 82
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 65,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "65 commits in the last year",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 65
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 19,
"latest_release_tag": "v0.10.0",
"releases_from_tags": true,
"days_since_latest_release": 16,
"mean_days_between_releases": 0.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 16 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 16
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.7
}
}
],
"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": 41,
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"packages": [
"@pc-ctx/cli",
"@pc-ctx/mcp",
"@pc-ctx/core"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 9265
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "9,265 downloads/month across npm",
"points": 52.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 9265,
"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": 53,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 16,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "16/16 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 16,
"decided": 16
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"followers": 8,
"owner_type": "User",
"is_verified": null,
"owner_login": "samir1498",
"public_repos": 8,
"account_age_days": 1890
},
"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 samir1498",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "samir1498"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~5 yr old",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@pc-ctx/cli",
"@pc-ctx/mcp",
"@pc-ctx/core"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "3 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 3,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 82,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "7 out of 11 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://github.com/samir1498/pc-ctx-web",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://github.com/samir1498/pc-ctx-web",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 26,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "7 out of 11 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "8 existing vulnerabilities detected",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.969,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "63 of 65 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 63,
"sampled": 65
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"packages/cli/tsconfig.json",
"packages/core/tsconfig.json",
"packages/mcp/tsconfig.json"
],
"agent_commit_share": 0.138,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "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": "packages/cli/tsconfig.json, packages/core/tsconfig.json, packages/mcp/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "packages/cli/tsconfig.json, packages/core/tsconfig.json, packages/mcp/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": "9 of the last 65 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 9,
"sampled": 65
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 48767,
"source_files_sampled": 43,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/43 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 43,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"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": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:@pc-ctx/cli@0.10.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T00:36:05.440302Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/samir1498/pc-ctx.svg",
"full_name": "samir1498/pc-ctx",
"license_state": "standard",
"license_spdx": "MIT"
}