{"id":50454152,"url":"https://github.com/mizcausevic-dev/gov-comment-ingestor","last_synced_at":"2026-06-01T01:05:42.318Z","repository":{"id":360359927,"uuid":"1249803687","full_name":"mizcausevic-dev/gov-comment-ingestor","owner":"mizcausevic-dev","description":"Go control plane for government comment ingestion, adapter drift, and evidence lineage across regulated docket workflows.","archived":false,"fork":false,"pushed_at":"2026-05-26T03:51:46.000Z","size":1729,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T05:28:18.361Z","etag":null,"topics":["data-ingestion","evidence-lineage","golang","govtech","growth-engineering","regtech"],"latest_commit_sha":null,"homepage":"https://kineticgain.com/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-26T03:44:41.000Z","updated_at":"2026-05-26T03:51:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/gov-comment-ingestor","commit_stats":null,"previous_names":["mizcausevic-dev/gov-comment-ingestor"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/gov-comment-ingestor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fgov-comment-ingestor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fgov-comment-ingestor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fgov-comment-ingestor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fgov-comment-ingestor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/gov-comment-ingestor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fgov-comment-ingestor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-ingestion","evidence-lineage","golang","govtech","growth-engineering","regtech"],"created_at":"2026-06-01T01:05:42.249Z","updated_at":"2026-06-01T01:05:42.312Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gov Comment Ingestor\n\n[![CI](https://github.com/mizcausevic-dev/gov-comment-ingestor/actions/workflows/ci.yml/badge.svg)](https://github.com/mizcausevic-dev/gov-comment-ingestor/actions/workflows/ci.yml)\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](./LICENSE)\n[![Deploy](https://github.com/mizcausevic-dev/gov-comment-ingestor/actions/workflows/pages.yml/badge.svg)](https://github.com/mizcausevic-dev/gov-comment-ingestor/actions/workflows/pages.yml)\n\nGo ingestion control plane for government comment feeds, adapter drift, evidence lineage, and review-safe normalization across regulated docket workflows.\n\n## Why this exists\n\n- Regulated comment teams lose time when Federal Register pulls, regulations portal exports, agency PDFs, and manual inbox uploads are tracked in separate tools.\n- Legal, policy, and operations reviewers need to know whether a missing submission is caused by source lag, parser drift, duplicate threading, or evidence normalization failure.\n- Buyer teams care whether the intake layer preserves traceability before analysts draft a position, not after submission windows close.\n- GovTech and RegTech operators need a surface that makes source reliability, docket freshness, and ingestion lineage visible in one place.\n\n## Why this matters (KG Embedded tie-back)\n\nThis repo demonstrates the comment-ingestion primitive for GovTech / RegTech buyers: source adapters, parser drift, and evidence lineage tied into one operator surface. A B2B SaaS buyer would care because regulated content often needs to enter customer-facing workflows without unsafe write paths, opaque normalization, or broken audit context. Kinetic Gain Embedded extends this into security-first in-product analytics for submission, review, and governance workflows, see [kineticgain.com/embedded](https://kineticgain.com/embedded).\n\n## Routes\n\n- `/`\n- `/ingest-lane`\n- `/source-adapters`\n- `/verification`\n- `/docs`\n\n## API\n\n- `/api/dashboard/summary`\n- `/api/ingest-lane`\n- `/api/source-adapters`\n- `/api/verification`\n- `/api/sample`\n\n## Screenshots\n\n![Overview](./screenshots/01-overview-proof.png)\n![Ingest lane](./screenshots/02-ingest-lane-proof.png)\n![Source adapters](./screenshots/03-source-adapters-proof.png)\n![Verification](./screenshots/04-verification-proof.png)\n\n## Local development\n\n```powershell\ncd gov-comment-ingestor\ngo run ./cmd/server\n```\n\nOpen:\n- [http://127.0.0.1:5514/](http://127.0.0.1:5514/)\n- [http://127.0.0.1:5514/ingest-lane](http://127.0.0.1:5514/ingest-lane)\n- [http://127.0.0.1:5514/source-adapters](http://127.0.0.1:5514/source-adapters)\n- [http://127.0.0.1:5514/verification](http://127.0.0.1:5514/verification)\n\n## Validation\n\n- `go test ./...`\n- `go vet ./...`\n- `go run ./cmd/prerender`\n- `go run ./cmd/demo`\n- `go run ./cmd/smoke`\n- `powershell -ExecutionPolicy Bypass -File .\\scripts\\render_readme_assets.ps1`\n\n## Production status\n\n| Aspect | Status |\n|--------|--------|\n| CI | Go 1.26 — fmt check · test · vet · prerender · demo · smoke ([workflow](./.github/workflows/ci.yml)) |\n| Test coverage | Example service coverage with release gate expansion path |\n| License | [AGPL-3.0-or-later](./LICENSE) |\n| Security | [SECURITY.md](./SECURITY.md) |\n| Deploy | Static prerender → **https://ingestor.kineticgain.com/** (GitHub Pages, [pages workflow](./.github/workflows/pages.yml)) |\n\n## Docs\n\n- [Architecture](./docs/architecture.md)\n- [Origin](./docs/ORIGIN.md)\n- [Kinetic Gain Embedded tie-back](./docs/KINETIC_GAIN_EMBEDDED.md)\n- [Changelog](./CHANGELOG.md)\n\n\n## Part of the Kinetic Gain Suite\n\nOperator surface in the [Kinetic Gain Suite](https://suite.kineticgain.com/) — a portfolio of buyer-readable control planes spanning security posture, compliance evidence, data-platform governance, FinOps, and operator workflows. See the suite index for related surfaces. Apex: [kineticgain.com](https://kineticgain.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fgov-comment-ingestor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fgov-comment-ingestor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fgov-comment-ingestor/lists"}