JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 48565,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 108104,
"Python": 7675,
"Makefile": 1421
},
"pushed_at": "2026-07-16T19:59:06Z",
"created_at": "2026-04-19T23:20:58Z",
"owner_type": "User",
"updated_at": "2026-07-16T19:57:35Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Gavin Morgan",
"type": "User",
"login": "gavmor",
"company": null,
"location": "San Francisco",
"followers": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/606529?v=4",
"created_at": "2011-02-08T10:37:55Z",
"is_verified": null,
"public_repos": 128,
"account_age_days": 5647
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.10.5",
"kind": "patch",
"published_at": "2026-07-16T20:00:46Z"
},
{
"tag": "v0.10.4",
"kind": "patch",
"published_at": "2026-04-29T00:13:18Z"
},
{
"tag": "v0.10.3",
"kind": "patch",
"published_at": "2026-04-29T00:02:04Z"
},
{
"tag": "v0.10.2",
"kind": "patch",
"published_at": "2026-04-26T05:09:14Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-04-26T05:01:31Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-04-23T02:15:28Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-04-20T14:43:57Z"
}
],
"recent_commits": [
{
"oid": "165156280efeb15359120d32cc2b5c177ae2391b",
"body": "errcheck linter flagged all explicit rows.Close() calls in sqlite.go\nas unchecked. Error-path closes are explicitly discarded (_=), happy-\npath closes now propagate the error. loadProperties defer similarly\nuses _ = pattern. doc.go Relationship struct was mis-aligned — gofmt\nnow treats all fields consistently with tab stops.",
"is_bot": false,
"headline": "fix(lint): check rows.Close() error returns and fix gofmt alignment",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-07-16T19:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df63dae59763f97b83365c2d5bf189a2436094ad",
"body": "Add memory-based and SQLite-backed GraphDB implementations, and introduce snapshot and traversal benchmarks. Include raw benchmark run results, a markdown report template, and a Python script that parses Go benchmark output to compute percentile distributions and run statistical comparisons. Add modernc.org/sqlite to the module dependencies.",
"is_bot": false,
"headline": "feat: add GraphDB benchmarks for ADR-007/010",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-06-30T17:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34a2a995971bc563485b26bb85470a5c9fd8747f",
"body": "GenericPipeline.ExecuteConcurrent fans out document transforms+sinks\nacross maxConcurrency goroutines using alitto/pond. Falls back to\nsequential Execute() for single-document sources. Extracts processDoc\nfor reuse between sequential and concurrent paths.",
"is_bot": false,
"headline": "feat: add ExecuteConcurrent for parallel document processing",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-05-10T21:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8ea68ff8c81e09da30800e8d51d71368a73f89c",
"body": "- Document: common intermediate representation flowing through all stages\n- Source: generates Documents from external inputs (RSS, text, audio)\n- Transform: mutates Documents (LLM extraction, summarization)\n- Sink: writes Documents to destinations (graph JSON, markdown, GCS)\n- GenericPipeline: sequential orchestrator — Ingest → Transform... → Sink...\n\nThis decouples inputs from outputs so any source can feed any sink.",
"is_bot": false,
"headline": "feat: add Document IR and Source/Transform/Sink pipeline interfaces",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-05-08T19:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70df64820e1e30f1a43a83a8e3135ef1f0c67773",
"body": "Implement idempotent episode processing to skip already processed episodes.\nStore operations now use atomic writes with temporary files and directory syncs to ensure data integrity and prevent corruption from partial writes. A `_meta.json` sidecar containing episode metadata is written alongside the structured data.\nThis commit also addresses feedback from PR #4, including hardening store logic, cleaning up Conductor artifacts, archiving a track, and updating `.golangci.yml`.",
"is_bot": false,
"headline": "feat: Implement idempotent runs and atomic store operations",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-29T00:10:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7de2af5791434e0d508091c9f6a6f1badd2b0be7",
"body": null,
"is_bot": false,
"headline": "conductor(plan): mark continuous binary releases track as complete",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-28T23:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d45050741ed0c6cec90a2841ef139f334bb4a76c",
"body": null,
"is_bot": false,
"headline": "ci: automate binary releases on main branch push",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-28T23:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f27c390157a95cded63e6c7dad62779ccd0a26",
"body": "This refactor transforms the core pipeline logic into a reusable Go library within `pkg/podpedia`. It decouples the CLI from the domain logic, enabling integration into serverless and cloud-native applications.\n\nKey changes include:\n- Abstracting filesystem operations using `spf13/afero` for robust \n[…]\nern for flexible application configuration.\n- Adding progress hooks (`OnEpisodeComplete`) to monitor pipeline execution.\n- Updating dependencies and test suites to reflect these architectural changes.",
"is_bot": false,
"headline": "Refactor: Extract core pipeline into reusable library",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-28T23:35:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f29b1bec41df234260893f9d1d4c9107fdb78fda",
"body": "Integration tests for Ollama are now disabled by default. To enable them, set the 'ENABLE_OLLAMA_INTEGRATION_TESTS' environment variable to '1'.",
"is_bot": false,
"headline": "test: Make Ollama integration tests opt-in",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-28T23:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7673f123ba5035d1ac4e5eb4df728a721f871f75",
"body": "- Refactor Makefile to separate plugin build logic from Go module tidying.\n- Introduce `plugins-build` target for WASM plugins without module tidying.\n- Update CI and linting workflows to use `make plugins-build` and `make lint`.\n- Correct `golangci-lint` configuration and clean up unused dependencies in `go.sum`.",
"is_bot": false,
"headline": "refactor: Improve build, lint, and dependency management",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-28T22:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a278577f8422bdb0b0bfb129d80cd41699dafaa8",
"body": "v0.12.0 set Proxy=nil globally which broke external URL fetching;\nv0.12.1 narrows bypass to loopback/private IPs only.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump wasm-microkernel to v0.12.1 (RFC-1918 proxy bypass)",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-26T05:06:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ec48daa0ff34754b969c95bd2888fea8fc9def7d",
"body": null,
"is_bot": false,
"headline": "fix: gofmt test files",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-26T04:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f13eff45dcd3b831277a4d648cf75190bfcde7",
"body": null,
"is_bot": false,
"headline": "fix: gofmt formatting fixes",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-26T04:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c4b7c0917ed141ac82e2b14a63db3c88d47b5d9",
"body": null,
"is_bot": false,
"headline": "fix: move gofmt to formatters section in golangci-lint v2 config",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-26T04:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "632f4785abee9e9b5a127ddd42ebe1cb67f74b9c",
"body": null,
"is_bot": false,
"headline": "fix: simplify golangci-lint config for v2 format",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-26T04:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1dd37d8f70ec7b4d9db7d2ccb514df4fe6ed11e",
"body": null,
"is_bot": false,
"headline": "fix: remove typecheck from golangci-lint linters (built-in in v2)",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-26T04:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3cfbb8215550153d68bea7620c423c3660c446b",
"body": null,
"is_bot": false,
"headline": "fix: add version field to golangci-lint config for v2 compatibility",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-26T04:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47ef7ba331f2cdfffd12bf155d46876bede598e6",
"body": "Two fixes for the integration test:\n\n1. Add //go:wasmexport execute to each plugin's package main. Without\n this, //go:wasmexport in the imported guest package produces a WASM\n command (_start) instead of a WASI reactor (_initialize), causing\n runtime.notInitialized when extism calls execute a\n[…]\nrom\n http.DefaultTransport so plugin HTTP requests bypass the ambient\n HTTP_PROXY and reach internal services (Ollama, Whisper) directly.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: use WASI reactor mode and bypass HTTP proxy in plugins",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-26T04:06:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1df7dc70e906a059db564b9475bd2d4b3e6d5737",
"body": "The plugin now accepts a generic `prompt` field (ASR vocabulary) instead\nof `title`/`notes` (podcast vocabulary). The host adapter builds the\nprompt from ep.Title + ep.Description via asrPrompt() — the impedance\nmismatch lives in the adapter, not the plugin.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: remove podcast domain from transcriber plugin",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-25T23:17:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3b90662fb548b4416af3dfafc87104082ce6c308",
"body": "The transcriber plugin now forwards the episode title and description as\nWhisper's initial_prompt field so the ASR model biases towards correct\nspelling of proper nouns (guest names, companies, technical terms) that\nappear in the show notes.\n\n- Transcriber interface: Transcribe(ep types.Episode) — w\n[…]\nwhen title or notes are non-empty\n format: \"Episode: <title>\\n\\n<notes>\"\n- Omits initial_prompt entirely when both are blank (no regression)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: pass episode title and notes as initial_prompt to ASR",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-25T22:58:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "51e08c13af8016dcb2efa8d00345c06000302755",
"body": null,
"is_bot": false,
"headline": "chore: add lefthook git hooks and golangci-lint config",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T05:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b85a9a77ad7997b6e426507f920baa9a74786017",
"body": null,
"is_bot": false,
"headline": "fix: remove unused context import in cmd/run.go",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T04:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "217c36f380c5bbbb0eb35b21b7547feb1e428915",
"body": "- Use library host.Kernel for pre-compiled manifest caching.\n- Refactor plugins to use guest.Config for infrastructure settings.\n- Decouple domain logic from infrastructure config in adapters.\n- Verified with green Ollama integration test.",
"is_bot": false,
"headline": "feat: adopt production-grade Kernel and Payload Purity pattern (v0.10.0)",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T04:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7818a3bfb3ada671eb7fe925a22b0edc85728dc",
"body": null,
"is_bot": false,
"headline": "fix: resolve lint issues (ineffassign, errcheck)",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T03:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d97b008a2cef910f32de608b0d13f6661d502c2f",
"body": null,
"is_bot": false,
"headline": "fix: build WASM plugins in CI to satisfy go:embed requirements",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T03:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a25d9ca631025f412d89b0da807807c69b429e02",
"body": null,
"is_bot": false,
"headline": "chore: disable draft releases for automatic CI promotion",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T02:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2669421a11e51e52fc7671972964f2382c9fded9",
"body": null,
"is_bot": false,
"headline": "fix: use builds pre-hook for plugins to avoid goreleaser clean conflict",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab4f6239ce78a536df4f317bbfd87527e2a4812",
"body": null,
"is_bot": false,
"headline": "fix: skip validation in goreleaser to allow embedded plugins build",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "542b6555c5c1a6e12eeb2e9cace99d6544166064",
"body": null,
"is_bot": false,
"headline": "fix: restore goreleaser --clean and use before hook for plugins",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55d3629279fe201e8848848c154b5c5ec98acf82",
"body": null,
"is_bot": false,
"headline": "fix: remove goreleaser flags causing clean/embed conflict",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "882705f049a837321310a7b4885a0956792e974d",
"body": null,
"is_bot": false,
"headline": "fix: use --allow-dirty to bypass dist non-empty error in goreleaser",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "992eb876425cfdc1b0b5cfec2b44e1bc15ffa10b",
"body": "…ilure",
"is_bot": false,
"headline": "fix: use goreleaser before hook for plugins to avoid embed pattern fa…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1193dc01cea1ee81bfa444c58e8d6f3ce5aa7ffc",
"body": null,
"is_bot": false,
"headline": "feat: embed default WASM plugins for standalone binary execution",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b85f39a4fa3a5461633b5a39347911b4988a0da5",
"body": "…t.HttpGet",
"is_bot": false,
"headline": "refactor: remove direct go-pdk import and build tags in favor of gues…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84a44401e4f5ae50e5d34e24e3e9d6ec72884642",
"body": null,
"is_bot": false,
"headline": "chore: upgrade to wasm-microkernel v0.9.0",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e26db54e17e6929f992b2f1c6b2fda92bae060a",
"body": null,
"is_bot": false,
"headline": "refactor: modernize test suite with idiomatic Ginkgo V2 and Gomega",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bbbc9c082bb296b204f2e74de10c243e894dc75",
"body": null,
"is_bot": false,
"headline": "docs: add Request for Contributions with new plugin ideas",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-23T01:17:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2960a8a7126b2097651818c29508a02588a8c6eb",
"body": null,
"is_bot": false,
"headline": "fix: upgrade all plugins to wasm-microkernel v0.8.0",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T22:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f87e806b7b022bd0ae0ba3716148e63ddeb0c4f8",
"body": null,
"is_bot": false,
"headline": "feat: use native Go dependency for wasm-microkernel v0.8.0",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T22:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4459a907325415fde1ac060ed22ef2ffc8d53aa7",
"body": "…endency",
"is_bot": false,
"headline": "refactor: remove wasm-microkernel submodule in favor of native Go dep…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T22:05:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63a4704a9fa26975d1722bd422933949e5139152",
"body": "…an conflict",
"is_bot": false,
"headline": "fix: move make plugins to GitHub Actions step to avoid goreleaser cle…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T22:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af5a780798c9685e9819fb714ad1089fb47a90e",
"body": null,
"is_bot": false,
"headline": "fix: restore --clean to goreleaser to resolve dist not empty error",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T22:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2083449fd6418ccd075c8848a97d6544d27cb5e4",
"body": "…ubmodules",
"is_bot": false,
"headline": "fix: update plugin go.mod files with relative replaces for internal s…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T22:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d56d16e09ebfd8af9a7bccf25c6eea3a8e8d2dd7",
"body": null,
"is_bot": false,
"headline": "fix: recursive checkout of submodules for self-contained release",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T22:00:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4254ff1731b1c7e55e342a78420ebd525be103fd",
"body": null,
"is_bot": false,
"headline": "feat: make podpedia self-contained with internal submodules and SDK",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T22:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b12504eb2ec0e029403755a175c415875589fe3",
"body": null,
"is_bot": false,
"headline": "chore: untrack dist/ and ignore build artifacts",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T22:00:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4efca3486709b75389bed4c510e33ed4d6d6bf9",
"body": null,
"is_bot": false,
"headline": "fix: remove --clean from goreleaser to keep tracked WASM plugins",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "218b56862744a1c0cbf90322426dc21ad6574fd2",
"body": null,
"is_bot": false,
"headline": "chore: restore tracked WASM plugins and remove release hooks",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c34398e166180a56f67afbee8a44c544ea89656b",
"body": "…ge it",
"is_bot": false,
"headline": "chore: ignore and untrack dist/ directory to allow GoReleaser to mana…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "803310cfb701e6d2bcd9f620aad1a209dc6a02e1",
"body": null,
"is_bot": false,
"headline": "fix: run make plugins before release and remove tidy hook",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44169da0078116d51ccde13369aa4f30017b2fd9",
"body": null,
"is_bot": false,
"headline": "feat: add version handling for release v0.8.0",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aa5f6ed5c2f6a561ce6bce8d83c81e7a1eaf41c",
"body": null,
"is_bot": false,
"headline": "chore: final plugin builds and dependency tidy for 0.8.0",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a420e57ac4b1a429979243bb1776b9d0004570de",
"body": null,
"is_bot": false,
"headline": "test: add Ollama integration test verifying full WASM-to-LLM flow",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31641d34d364b952fa11fe2ca6a0d70e3d8e9054",
"body": null,
"is_bot": false,
"headline": "test: add realistic Go Time transcript fixture for BDD tests",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3c67682c8c2a0fdfcc7879c5523fba039cbe377",
"body": "…xists",
"is_bot": false,
"headline": "feat: bypass transcription and audio download if transcript already e…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee2aab456c085c5a5c0bccacc10ec1b778388666",
"body": null,
"is_bot": false,
"headline": "feat: integrate go-ollama-sdk with custom Extism RoundTripper",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12c20599f76ca5d53d003aacd23e43b02a073f54",
"body": null,
"is_bot": false,
"headline": "fix: resolve syntax error in extractor plugin and verify build",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4880ee48880754d7c404d0c72540692743b49d8e",
"body": null,
"is_bot": false,
"headline": "fix: truncate extractor input and increase num_predict for tiny models",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9971c2dc8c9d99d05658070ef1858b49f922a1b2",
"body": null,
"is_bot": false,
"headline": "chore: move build output to bin/ and update Makefile",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27c2204f46a0f6ad4b031fc044c5007d394614a2",
"body": null,
"is_bot": false,
"headline": "chore: ignore bin directory",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57de211ee8df312ec0b80a84647ad297d7dcd045",
"body": "- Update Extractor protocol to carry arbitrary JSON schemes.\n- Enable structured output in Ollama via 'format: json' parameter.\n- Refactor Store plugin to use host-provided Episode metadata for robust naming.\n- Add --output-scheme and --ollama-model flags to CLI.\n- Enhance WASI sandbox security with dynamic output path mapping.\n- Align Episode types with JSON tags for consistent host/guest serialization.",
"is_bot": false,
"headline": "feat: configurable structured extraction with --output-scheme",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T21:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19556686f1b227b5eeb07f059b573ea72ea05420",
"body": null,
"is_bot": false,
"headline": "fix: check output directory existence and permissions upfront",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T20:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07f577f54e985f42845520e5ab232552c6e00eea",
"body": null,
"is_bot": false,
"headline": "feat: complete plugin integrations with Extism SDK",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T20:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de5f0d5fdb8b674f4f5a2c02e1c4c6a2b8add735",
"body": null,
"is_bot": false,
"headline": "docs: update README for wasm-microkernel v0.7.0 and Extism integration",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T20:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b089b29787068b1fc62aa6da9db40a5936e5ba6d",
"body": null,
"is_bot": false,
"headline": "chore: migrate to wasm-microkernel v0.7.0 (Extism)",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-22T19:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c02f6d45a1f17fd564bb2a1bed623c7f4932f7ea",
"body": "Update README.md to accurately describe the plugin architecture, development status, and build commands.\n\nReplit-Commit-Author: Agent\nReplit-Commit-Session-Id: a5c3f2cb-f969-4059-a520-6036a6ebc0a1\nReplit-Commit-Checkpoint-Type: full_checkpoint\nReplit-Commit-Event-Id: eabf29ac-cc77-4279-8dcd-2157d19f9e84\nReplit-Helium-Checkpoint-Created: true",
"is_bot": false,
"headline": "Update documentation to reflect current plugin development status",
"author_name": "morgangavin1",
"author_login": null,
"committed_at": "2026-04-22T19:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5da3ec16bdebad8fa08ef2f850ae2df690b0d70d",
"body": "Remove generated code and dependencies related to wit-bindgen-go, and stub out plugin main functions with TODOs for future integration with the wasm-microkernel guest SDK.\n\nReplit-Commit-Author: Agent\nReplit-Commit-Session-Id: a5c3f2cb-f969-4059-a520-6036a6ebc0a1\nReplit-Commit-Checkpoint-Type: full_checkpoint\nReplit-Commit-Event-Id: 5ed105fa-2261-4a38-885e-1aa1c6731b5a\nReplit-Helium-Checkpoint-Created: true",
"is_bot": false,
"headline": "Remove generated code and stub plugin implementations",
"author_name": "morgangavin1",
"author_login": null,
"committed_at": "2026-04-21T05:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422d3427439371a42a88d50ffb7e17448c73adb9",
"body": "Removes the wasm-microkernel dependency by updating go.work.sum, reflecting a refactor towards direct host-plugin communication via wazero and WIT-generated bindings.\n\nReplit-Commit-Author: Agent\nReplit-Commit-Session-Id: a5c3f2cb-f969-4059-a520-6036a6ebc0a1\nReplit-Commit-Checkpoint-Type: full_checkpoint\nReplit-Commit-Event-Id: 8f467417-019f-4c60-b4c7-f83ea9532cc9\nReplit-Helium-Checkpoint-Created: true",
"is_bot": false,
"headline": "Remove wasm-microkernel dependency from all modules",
"author_name": "morgangavin1",
"author_login": null,
"committed_at": "2026-04-21T05:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0288dfe6ccb97e66b5489195d18fa38a5f4cb26e",
"body": "Migrate the core kernel and all plugins to use the WebAssembly Component Model, replacing the previous microkernel with wazero and updating interfaces for host capabilities and plugin interactions.\n\nReplit-Commit-Author: Agent\nReplit-Commit-Session-Id: a5c3f2cb-f969-4059-a520-6036a6ebc0a1\nReplit-Commit-Checkpoint-Type: full_checkpoint\nReplit-Commit-Event-Id: 7c27340f-bdb0-43fd-b51f-427f7d44b7c0\nReplit-Helium-Checkpoint-Created: true",
"is_bot": false,
"headline": "Update core system and plugins to use WebAssembly component model",
"author_name": "morgangavin1",
"author_login": null,
"committed_at": "2026-04-21T05:34:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7933c970dd49909222b37840ddbf53ea64a6dd",
"body": "Update README.md to include detailed usage instructions, flag descriptions, examples, prerequisites, build steps, output format, and development notes.\n\nReplit-Commit-Author: Agent\nReplit-Commit-Session-Id: a5c3f2cb-f969-4059-a520-6036a6ebc0a1\nReplit-Commit-Checkpoint-Type: full_checkpoint\nReplit-Commit-Event-Id: 736967d9-2164-4132-9fdd-ef07682cc27c\nReplit-Helium-Checkpoint-Created: true",
"is_bot": false,
"headline": "Introduce comprehensive usage documentation and prerequisites",
"author_name": "morgangavin1",
"author_login": null,
"committed_at": "2026-04-21T05:09:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9ba7c51a3af01e70eb60fc2ad9b722df92d1dfd",
"body": "Adds an `--limit` flag to `cmd/run.go` and modifies `internal/pipeline/pipeline.go` to slice the episode list based on the provided limit. Also makes extraction non-fatal and ensures raw data is saved before extraction attempts.\n\nReplit-Commit-Author: Agent\nReplit-Commit-Session-Id: a5c3f2cb-f969-4059-a520-6036a6ebc0a1\nReplit-Commit-Checkpoint-Type: full_checkpoint\nReplit-Commit-Event-Id: bb998515-5dbf-4f2a-85c0-1ab2162a20b9\nReplit-Helium-Checkpoint-Created: true",
"is_bot": false,
"headline": "Add an option to limit the number of podcast episodes processed",
"author_name": "morgangavin1",
"author_login": null,
"committed_at": "2026-04-21T05:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eed107ed2c354f7657c486193586e490ba61996",
"body": "Extract pure logic from WASM plugins into separate files and add unit tests for each.\n\nReplit-Commit-Author: Agent\nReplit-Commit-Session-Id: a5c3f2cb-f969-4059-a520-6036a6ebc0a1\nReplit-Commit-Checkpoint-Type: full_checkpoint\nReplit-Commit-Event-Id: 01e0d007-d70b-4908-80ac-340c59fbef81\nReplit-Helium-Checkpoint-Created: true",
"is_bot": false,
"headline": "Add unit tests for all plugin logic and improve code organization",
"author_name": "morgangavin1",
"author_login": null,
"committed_at": "2026-04-21T05:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0650eea12f226799b7d6fe8451b43baa6e030f83",
"body": "Add a replit.md file detailing the Podpedia project's architecture, dependencies, and usage instructions.\n\nReplit-Commit-Author: Agent\nReplit-Commit-Session-Id: a5c3f2cb-f969-4059-a520-6036a6ebc0a1\nReplit-Commit-Checkpoint-Type: full_checkpoint\nReplit-Commit-Event-Id: a569e219-b634-40b5-beaf-a77838232a67\nReplit-Helium-Checkpoint-Created: true",
"is_bot": false,
"headline": "Add documentation describing the podcast processing pipeline tool",
"author_name": "morgangavin1",
"author_login": null,
"committed_at": "2026-04-21T04:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35aa154e0fe056f3453870d12779b977dbcab0d3",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump wasm-microkernel to v0.5.2 (concurrent call serialization fix)",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T19:12:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "45a28adfe4cbf38c25194172772ea004ff57d1ef",
"body": "Capabilities were registered under \"podpedia_host\" instead of the canonical\n\"podpedia:kernel/host-capabilities@0.3.0\" that WIT-compiled plugins import.\nRemove the HostModule const and pass Config{} with no ModuleName so the\nmicrokernel defaults to the WIT name. Bump to wasm-microkernel v0.5.1.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix: remove hardcoded HostModule; use WIT canonical capability name",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T19:07:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "81faeb0cdd49b922de2e87df1e93213c4e656ad3",
"body": "…bilities (v0.5.0)\n\n- rss: pure-computation plugin; SetExportsPluginWorld replaces abi.Delegate\n- downloader: host.HttpDownload returns error; naked switch validation unchanged\n- store: handleRaw/handleStructured return Result; host.FileWrite + host.LogMsg\n- transcriber: lo.Coalesce audio fallback; \n[…]\nor)\n- adapters.go: unwrapResult now covers transcriber adapter too\n- All errBytes helpers deleted; all abi/guest imports removed from plugins\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Migrate all remaining plugins to plugin_world Result type + host_capa…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T18:56:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cdb61eafdecd0989a1bae0225d0752589e18f828",
"body": "…ppers (v0.5.0)\n\n- Replace abi.Delegate/errBytes boilerplate with SetExportsPluginWorld init()\n- Execute now returns Result[string, string] via plugin_world framework\n- HttpPost via host_capabilities wrapper; lo.Coalesce for transcript/description\n- adapters.go: unwrapResult decodes {\"ok\",\"err\"} envelope; backwards-compatible\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Migrate extractor to plugin_world Result type + host_capabilities wra…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T18:49:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "75cb466070c88475669b737d5969c8c07c76002f",
"body": "- Three-tier OS/userland model: host app / microkernel / plugins\n- WIT interface definition (podpedia.wit) as source of truth\n- All plugins use guest.HTTPPost/HTTPFetch/etc — no unsafe in plugin code\n- Host provides generic http-post, http-download, file-write, log-msg\n- Extractor and transcriber plugins own their LLM/ASR API logic\n- wasm-microkernel v0.4.1",
"is_bot": false,
"headline": "Merge wasm-microkernel branch: WIT-based plugin architecture",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T14:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f49aa693153de8e31ab3f9e1c109ac154b3c41a3",
"body": "- All plugins now use guest.HTTPPost/HTTPFetch/HTTPDownload/FileWrite/Log\n- No plugin imports unsafe or encodes its own fat pointers\n- Canonical import: podpedia:kernel/host-capabilities@0.3.0\n- Strings cross the boundary via cm.LowerString (i32+i32, WIT canonical ABI)\n- unsafe isolated to guest.readFatPtr in wasm-microkernel/guest package",
"is_bot": false,
"headline": "Migrate to WIT guest bindings (wasm-microkernel v0.4.1)",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T14:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649a094dc6758a12b3145e6e1bf8143d970aaf13",
"body": "- kernel.go: 200 lines → 50; no wazero, no capability registration,\n no ABI — just boots microkernel with Podpedia's module name and config\n- All capability implementations (http_post, fetch_url, http_download,\n file_write, log) now live in gavmor/wasm-microkernel/capabilities\n- Host app provides: Config{ModuleName, LogWriter} — nothing else",
"is_bot": false,
"headline": "Migrate to wasm-microkernel v0.3.0 three-tier architecture",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T14:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b588a81dc2042e811d924aff57714e0c0067c6fd",
"body": "- Remove high-level 'transcribe' and 'llm_infer' host capabilities\n- Add generic 'http_post' host capability (url + body → response bytes)\n- extractor plugin now builds and sends Ollama request itself\n- transcriber plugin now calls configurable ASR endpoint via http_post\n- kernel.New gains transcribeURL param; --transcribe-url flag added to CLI\n- protocol: ExtractRequest.OllamaURL, TranscribeRequest.TranscribeURL",
"is_bot": false,
"headline": "Push transcribe/LLM logic into plugins; host provides generic http_post",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T14:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c40a623bb88cfcd0720901bccda12709648edae",
"body": null,
"is_bot": false,
"headline": "Golf transcriber plugin: lo.Coalesce, Sprintf JSON",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T14:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99fa0cf3db6aa0e1bcdd49babbf9347e0c0a876",
"body": "…JSON",
"is_bot": false,
"headline": "Golf store plugin: lo.HasKey, lo.Coalesce, strings.Map slug, Sprintf …",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T13:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "039e73e2236583f514053cd64a9e3fc5bddc5d97",
"body": null,
"is_bot": false,
"headline": "Golf downloader plugin: naked switch, Sprintf JSON return",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T13:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07c6f8b5fe6dc23a316f24e52dad31c568c048bc",
"body": null,
"is_bot": false,
"headline": "Refactor rss plugin to use mmcdole/gofeed",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T13:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e61d63f2980f0f6157671ca89e0fd52e317865dc",
"body": null,
"is_bot": false,
"headline": "Fix lint: lowercase error string, check ignored error returns",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T13:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74da5a2de7fa032b37d41e0ce55c6e978c9a40e6",
"body": "…urns",
"is_bot": false,
"headline": "Fix errcheck lint violations: check Close/Remove/Fprint/Unmarshal ret…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T05:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d46e52c5964383bc3a310e24ebf4cc98d93d23e5",
"body": null,
"is_bot": false,
"headline": "Use golangci-lint-action@v7 (required for golangci-lint v2)",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T05:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c49fdb783c576e8f2afd861a17670445dedbcdf",
"body": null,
"is_bot": false,
"headline": "Use golangci-lint v2.11.4 (built with Go 1.26, supports go.mod 1.26.1)",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T05:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98358e2bb4c144e36f284a50103a4822d2285b63",
"body": "…bility",
"is_bot": false,
"headline": "Add .golangci.yml: pin analysis go version to 1.24 for linter compati…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T05:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae487a11b691a548c49d5347a5b1dcba47394e54",
"body": "Every domain stage is now a sandboxed WASM plugin (wasip1 reactor):\n\n plugins/rss — pure XML parsing, no host imports needed\n plugins/extractor — prompt engineering + LLM entity extraction\n (calls podpedia_host.llm_infer)\n plugins/downloader — URL validation + do\n[…]\n/run.go boots the\nkernel, loads .wasm files from --plugins dir, then wires adapters in.\n\nBuild plugins: make plugins\nRun tests: make test\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reimplement pipeline as wasm-microkernel plugin constellation",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T05:23:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d9a267641e67d9a55c37cfc79251d10abff48dc9",
"body": "…rop deprecated rand.Seed",
"is_bot": false,
"headline": "Fix lint: check MarkFlagRequired error, remove unused fetchRSSFeed, d…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T05:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f899010e38f0b7a461d1da4523de26e2a87e7878",
"body": "- Trigger: push of v*.*.* tags (not every push to main)\n- Remove self-tagging hack (was force-pushing v0.0.0-latest)\n- Use go-version-file instead of pinned version\n- GoReleaser runs only when a real tag is pushed\n\nTo release: git tag v1.0.0 && git push origin v1.0.0\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix release pipeline: trigger on semver tags only",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T05:11:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b86d342cd2ef281aa0b8712f82d95e0cf26e60dc",
"body": "- test, lint, vulncheck now run in parallel (separate jobs)\n- vulncheck uses continue-on-error: true — findings warn but never\n block merges\n- drops go-version pin from lint (uses go-version-file like the others)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Split CI into parallel jobs; vulncheck warns only",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T05:08:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "776f46177e2e866c57d790aff39019b32794db42",
"body": null,
"is_bot": false,
"headline": "fix(ci/cd): Complete reset and pin of Go 1.23 dependencies",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T05:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21347a79bdc9adc13b3d3b4cc67c1133ec4a20c7",
"body": null,
"is_bot": false,
"headline": "fix(ci): Upgrade Go version to 1.24.0 to satisfy dependencies",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T04:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17aa79b39088eb0da82a2e9fe361b16153a9e7fe",
"body": null,
"is_bot": false,
"headline": "fix(ci/cd): Definitively set Go version to 1.23.0",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T04:55:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cd3f67033537dc0ba4b1aef8b8c9b3eb3421572",
"body": null,
"is_bot": false,
"headline": "fix(ci/cd): Add README for GoReleaser and fix lager version conflict",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T04:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6da69dfbbf4a23daf06b6cc90060f87ba013106",
"body": null,
"is_bot": false,
"headline": "fix(ci/cd): Tidy modules and use semver tag for releases",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T04:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b81b7fa8982c10b18cbfa2cabd053531a9eed6a",
"body": "…eleases",
"is_bot": false,
"headline": "fix(ci/cd): Downgrade Go version for linter and add rolling tag for r…",
"author_name": "Gavin Morgan",
"author_login": "gavmor",
"committed_at": "2026-04-20T04:46:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 184,
"latest_release_at": "2026-07-16T20:00:46Z",
"latest_release_tag": "v0.10.5",
"releases_from_tags": false,
"days_since_last_push": 10,
"active_weeks_last_year": 6,
"days_since_latest_release": 10,
"mean_days_between_releases": 14.5
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 14,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/gavmor/podpedia",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/gavmor/podpedia",
"is_deprecated": false,
"latest_version": "v0.10.5",
"repository_url": "https://github.com/gavmor/podpedia",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T19:57:25Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"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": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"internal/sdk/go-ollama-sdk/go.mod",
"plugins/downloader/go.mod",
"plugins/extractor/go.mod",
"plugins/rss/go.mod",
"plugins/store/go.mod",
"plugins/transcriber/go.mod"
],
"largest_source_bytes": 9652,
"source_files_sampled": 62,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"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": [
"go"
],
"dependencies": [
{
"name": "code.cloudfoundry.org/lager/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.1.0"
},
{
"name": "github.com/alitto/pond",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.2"
},
{
"name": "github.com/gavmor/wasm-microkernel",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.12.1"
},
{
"name": "github.com/mmcdole/gofeed",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/onsi/ginkgo/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.22.1"
},
{
"name": "github.com/onsi/gomega",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.1"
},
{
"name": "github.com/spf13/afero",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "modernc.org/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.50.1"
}
],
"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": 4,
"open_issues": 3,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "gavmor",
"commits": 176,
"avatar_url": "https://avatars.githubusercontent.com/u/606529?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": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "3 out of 3 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/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 9,
"reason": "10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "10 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "165156280efeb15359120d32cc2b5c177ae2391b",
"ran_at": "2026-07-27T07:00:29Z",
"aggregate_score": 3.2,
"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-16T20:00:50Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-29T00:10:27Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2026-04-26T15:39:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3,
"created_at": "2026-04-26T15:39:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2026-04-28T18:49:55Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/gavmor/podpedia",
"host": "github.com",
"name": "podpedia",
"owner": "gavmor"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 32,
"vitality": 72,
"community": 12,
"governance": 49,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 184,
"human_commit_share": 1,
"days_since_last_push": 10,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 10 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "184 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 184
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.10.5",
"releases_from_tags": false,
"days_since_latest_release": 10,
"mean_days_between_releases": 14.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~14.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 14.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"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 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"merged_prs": 4,
"open_issues": 3,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/4 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 4
}
}
],
"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": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 44,
"owner_type": "User",
"is_verified": null,
"owner_login": "gavmor",
"public_repos": 128,
"account_age_days": 5647
},
"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": "44 followers of gavmor",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 44,
"login": "gavmor"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "128 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 128
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/gavmor/podpedia"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"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": 0,
"status": "missed",
"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": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.2
},
"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": "3 out of 3 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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "10 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 70,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.89,
"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": "89 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 89,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.11,
"toolchain_manifests": [
"go.mod",
"internal/sdk/go-ollama-sdk/go.mod",
"plugins/downloader/go.mod",
"plugins/extractor/go.mod",
"plugins/rss/go.mod",
"plugins/store/go.mod",
"plugins/transcriber/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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": "11 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 11,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 9652,
"source_files_sampled": 62,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/62 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 62,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-27T07:00:37.477594Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/gavmor/podpedia.svg",
"full_name": "gavmor/podpedia",
"license_state": "absent",
"license_spdx": null
}