{"id":50454041,"url":"https://github.com/mizcausevic-dev/wordpress-regulatory-disclosure-kit","last_synced_at":"2026-06-01T01:05:35.643Z","repository":{"id":360368323,"uuid":"1249839851","full_name":"mizcausevic-dev/wordpress-regulatory-disclosure-kit","owner":"mizcausevic-dev","description":"WordPress disclosure control plane for regulated copy, schema-aligned service disclaimers, approval evidence, and review-safe publication posture.","archived":false,"fork":false,"pushed_at":"2026-05-26T04:51:30.000Z","size":1890,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T06:32:57.368Z","etag":null,"topics":["compliance","disclosures","governance","php","seo","wordpress"],"latest_commit_sha":null,"homepage":"https://kineticgain.com/","language":"PHP","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-26T04:42:21.000Z","updated_at":"2026-05-26T04:50:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/wordpress-regulatory-disclosure-kit","commit_stats":null,"previous_names":["mizcausevic-dev/wordpress-regulatory-disclosure-kit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/wordpress-regulatory-disclosure-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fwordpress-regulatory-disclosure-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fwordpress-regulatory-disclosure-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fwordpress-regulatory-disclosure-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fwordpress-regulatory-disclosure-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/wordpress-regulatory-disclosure-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fwordpress-regulatory-disclosure-kit/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":["compliance","disclosures","governance","php","seo","wordpress"],"created_at":"2026-06-01T01:05:35.576Z","updated_at":"2026-06-01T01:05:35.638Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Regulatory Disclosure Kit\n\nWordPress disclosure control plane for regulated copy, schema-aligned service disclaimers, approval evidence, and review-safe publication posture.\n\n## Why this exists\n\n- WordPress is usually where disclosure drift becomes public first: homepage claims, FAQ schema, PDFs, support macros, and product docs can all diverge.\n- Legal, SEO, RevOps, and content teams need a single view of which disclosure surfaces are healthy, which are stale, and which are blocking release.\n- Buyer-safe claims require the public page, the machine-readable schema, and the approval packet to stay in the same release lane.\n\n## Why this matters (KG Embedded tie-back)\n\nThis repo demonstrates the disclosure-governance primitive for Kinetic Gain Embedded: reviewed claim fragments, machine-readable manifests, approval evidence, and release-safe qualifiers exposed through one operator surface. In a real embedded setting, the same primitive lets SaaS teams keep product copy, support answers, docs, and commercial collateral aligned without turning every release into manual legal archaeology.\n\n## Routes\n\n- `/`\n- `/disclosure-lane`\n- `/policy-evidence`\n- `/verification`\n- `/docs`\n\n## API\n\n- `/api/dashboard/summary`\n- `/api/disclosure-lane`\n- `/api/policy-evidence`\n- `/api/verification`\n- `/api/sample`\n\n## Screenshots\n\n![Overview](./screenshots/01-overview-proof.png)\n![Disclosure lane](./screenshots/02-disclosure-lane-proof.png)\n![Policy evidence](./screenshots/03-policy-evidence-proof.png)\n![Verification](./screenshots/04-verification-proof.png)\n\n## Local development\n\n```powershell\ncd wordpress-regulatory-disclosure-kit\nphp -S 127.0.0.1:5436 .\\router.php\n```\n\nOpen:\n- [http://127.0.0.1:5436/](http://127.0.0.1:5436/)\n- [http://127.0.0.1:5436/disclosure-lane](http://127.0.0.1:5436/disclosure-lane)\n- [http://127.0.0.1:5436/policy-evidence](http://127.0.0.1:5436/policy-evidence)\n- [http://127.0.0.1:5436/verification](http://127.0.0.1:5436/verification)\n\n## Validation\n\n- `php -l public\\index.php`\n- `php -l src\\Services\\RegulatoryDisclosureKitService.php`\n- `php -l src\\Views\\render.php`\n- `php -l plugin\\wordpress-regulatory-disclosure-kit.php`\n- `php scripts\\run_demo.php`\n- `php scripts\\prerender.php`\n- `powershell -ExecutionPolicy Bypass -File .\\scripts\\smoke_check.ps1`\n- `powershell -ExecutionPolicy Bypass -File .\\scripts\\render_readme_assets.ps1`\n\n## Production status\n\n| Aspect | Status |\n|--------|--------|\n| License | [AGPL-3.0-or-later](./LICENSE) |\n| Security | [SECURITY.md](./SECURITY.md) |\n| Deploy | Static prerender -\u003e **https://disclosure.kineticgain.com/** |\n| WordPress primitive | Disclosure manifest shortcode + REST route |\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## 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%2Fwordpress-regulatory-disclosure-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fwordpress-regulatory-disclosure-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fwordpress-regulatory-disclosure-kit/lists"}