From d0e6fd3e599f9a35e1e246fbeeb270d468e16627 Mon Sep 17 00:00:00 2001 From: Forge Date: Wed, 29 Apr 2026 05:51:03 -0700 Subject: [PATCH 1/2] docs: add sladge badge Co-authored-by: Codex --- README.md | 1 + docs/worklogs/GOVERNANCE.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 docs/worklogs/GOVERNANCE.md diff --git a/README.md b/README.md index 3f40957..0b9f8f1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Quality Gate](https://github.com/KooshaPari/phenoAI/actions/workflows/quality-gate.yml/badge.svg)](https://github.com/KooshaPari/phenoAI/actions/workflows/quality-gate.yml) [![Rust](https://img.shields.io/badge/rust-1.75%2B-orange.svg)](https://www.rust-lang.org) +[![AI Slop Inside](https://sladge.net/badge.svg)](https://sladge.net) AI integration workspace for the Phenotype ecosystem — LLM routing, MCP server plumbing, and embedding primitives that Phenotype agents and services compose into higher-level AI behaviors. diff --git a/docs/worklogs/GOVERNANCE.md b/docs/worklogs/GOVERNANCE.md new file mode 100644 index 0000000..58c0bf6 --- /dev/null +++ b/docs/worklogs/GOVERNANCE.md @@ -0,0 +1,18 @@ +# Governance Worklog + +### 2026-04-29 | GOVERNANCE | Sladge badge rollout + +**Context:** The projects-landing AI slop governance WBS is rolling the sladge +badge into clean or isolated LLM-heavy repos where model runtime behavior is +material. + +**Finding:** phenoAI is the Phenotype AI integration workspace for multi-provider +LLM routing, MCP server plumbing, and embedding primitives. + +**Decision:** Add the sladge badge to the README badge block and keep the rollout +as documentation/governance metadata only. + +**Impact:** phenoAI is now marked consistently with the broader LLM-heavy badge +rollout without changing runtime code or catalog metadata. + +**Tags:** `[phenoAI]` `[GOVERNANCE]` `[sladge]` From 1c1adcbce630919e6f5e24edf319b4110e0f127d Mon Sep 17 00:00:00 2001 From: Forge Date: Thu, 30 Apr 2026 11:05:48 -0700 Subject: [PATCH 2/2] chore: pin actions/checkout to immutable SHA (b4ffde65) --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index c2a8dd5..31926fc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Reporting Do not open public issues for security findings. Instead: -- Email: security@phenotype.dev (or kooshapari@gmail.com until org mailbox exists) +- Email: security@kooshapari.com (or kooshapari@gmail.com until org mailbox exists) - GitHub private vulnerability reporting: https://github.com/KooshaPari/phenoAI/security/advisories/new ## Scope