Skip to content

Commit 8a2c89c

Browse files
authored
Update README.md
1 parent 610e9af commit 8a2c89c

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Python](https://img.shields.io/badge/Python-3.10%2B-3776AB?style=flat&logo=python&logoColor=white)](https://python.org)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
5-
[![Last Commit](https://img.shields.io/github/last-commit/simaba/ai-release-readiness-checklist)](https://github.com/simaba/ai-release-readiness-checklist/commits/main)
5+
[![Last Commit](https://img.shields.io/github/last-commit/simaba/release-checklist)](https://github.com/simaba/release-checklist/commits/main)
66

77
A practical, risk-tiered checklist framework for evaluating AI release readiness — with a lightweight CLI evaluation tool.
88

@@ -27,8 +27,8 @@ Higher tiers include all requirements from lower tiers, plus additional items.
2727
## Quick start
2828

2929
```bash
30-
git clone https://github.com/simaba/ai-release-readiness-checklist.git
31-
cd ai-release-readiness-checklist
30+
git clone https://github.com/simaba/release-checklist.git
31+
cd release-checklist
3232
pip install -r requirements.txt
3333

3434
# Evaluate against a medium-risk configuration
@@ -80,8 +80,8 @@ requirements.txt
8080

8181
## Companion repositories
8282

83-
- **[AI Release Governance Framework](https://github.com/simaba/ai-release-governance-framework)** — the broader framework this checklist operationalises
84-
- **[Enterprise AI Governance Playbook](https://github.com/simaba/enterprise-ai-governance-playbook)** — where this checklist fits in the full operating lifecycle
83+
- **[AI Release Governance Framework](https://github.com/simaba/release-governance)** — the broader framework this checklist operationalises
84+
- **[Enterprise AI Governance Playbook](https://github.com/simaba/governance-playbook)** — where this checklist fits in the full operating lifecycle
8585

8686
---
8787

@@ -91,15 +91,15 @@ This repository is part of a connected toolkit for responsible AI operations:
9191

9292
| Repository | Purpose |
9393
|-----------|---------|
94-
| [Enterprise AI Governance Playbook](https://github.com/simaba/enterprise-ai-governance-playbook) | End-to-end AI operating model from intake to improvement |
95-
| [AI Release Governance Framework](https://github.com/simaba/ai-release-governance-framework) | Risk-based release gates for AI systems |
96-
| [AI Release Readiness Checklist](https://github.com/simaba/ai-release-readiness-checklist) | Risk-tiered pre-release checklists with CLI tool |
97-
| [AI Accountability Design Patterns](https://github.com/simaba/ai-accountability-design-patterns) | Patterns for human oversight and escalation |
98-
| [Multi-Agent Governance Framework](https://github.com/simaba/multi-agent-governance-framework) | Roles, authority, and escalation for agent systems |
99-
| [Multi-Agent Orchestration Patterns](https://github.com/simaba/multi-agent-orchestration-patterns) | Sequential, parallel, and feedback-loop patterns |
100-
| [AI Agent Evaluation Framework](https://github.com/simaba/ai-agent-evaluation-framework) | System-level evaluation across 5 dimensions |
101-
| [Agent System Simulator](https://github.com/simaba/agent-system-simulator) | Runnable multi-agent simulator with governance controls |
102-
| [LLM-powered Lean Six Sigma](https://github.com/simaba/LLM-powered-Lean-Six-Sigma) | AI copilot for structured process improvement |
94+
| [Enterprise AI Governance Playbook](https://github.com/simaba/governance-playbook) | End-to-end AI operating model from intake to improvement |
95+
| [AI Release Governance Framework](https://github.com/simaba/release-governance) | Risk-based release gates for AI systems |
96+
| [AI Release Readiness Checklist](https://github.com/simaba/release-checklist) | Risk-tiered pre-release checklists with CLI tool |
97+
| [AI Accountability Design Patterns](https://github.com/simaba/accountability-patterns) | Patterns for human oversight and escalation |
98+
| [Multi-Agent Governance Framework](https://github.com/simaba/multi-agent-governance) | Roles, authority, and escalation for agent systems |
99+
| [Multi-Agent Orchestration Patterns](https://github.com/simaba/agent-orchestration) | Sequential, parallel, and feedback-loop patterns |
100+
| [AI Agent Evaluation Framework](https://github.com/simaba/agent-eval) | System-level evaluation across 5 dimensions |
101+
| [Agent System Simulator](https://github.com/simaba/agent-simulator) | Runnable multi-agent simulator with governance controls |
102+
| [LLM-powered Lean Six Sigma](https://github.com/simaba/lean-ai-ops) | AI copilot for structured process improvement |
103103

104104
---
105105

0 commit comments

Comments
 (0)