mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-13 23:53:30 +02:00
[PR #139] [MERGED] feat: add EU AI Act compliance starter collection #139
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
github-mirrors/myace#139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/niels-emmer/myace/pull/139
Author: @niels-emmer
Created: 8/21/2026
Status: ✅ Merged
Merged: 8/21/2026
Merged by: @niels-emmer
Base:
main← Head:feat/eu-ai-act-compliance-collection📝 Commits (1)
b89db9bfeat: add EU AI Act compliance starter collection📊 Changes
11 files changed (+458 additions, -8 deletions)
View changed files
📝
README.md(+9 -8)📝
backend/app/services/seed_collections.py(+10 -0)➕
collections/additional/eu-ai-act/AGENTS.md(+62 -0)➕
collections/additional/eu-ai-act/agents/eu-ai-act-classifier.md(+26 -0)➕
collections/additional/eu-ai-act/agents/eu-ai-act-compliance-reviewer.md(+27 -0)➕
collections/additional/eu-ai-act/agents/eu-ai-act-documentation-writer.md(+26 -0)➕
collections/additional/eu-ai-act/skills/eu-ai-act-documentation/SKILL.md(+53 -0)➕
collections/additional/eu-ai-act/skills/eu-ai-act-gpai/SKILL.md(+55 -0)➕
collections/additional/eu-ai-act/skills/eu-ai-act-high-risk-obligations/SKILL.md(+73 -0)➕
collections/additional/eu-ai-act/skills/eu-ai-act-risk-classification/SKILL.md(+66 -0)➕
collections/additional/eu-ai-act/skills/eu-ai-act-transparency/SKILL.md(+51 -0)📄 Description
Summary
Adds a new additional starter collection (
eu-ai-act) that helps AI coding agents build systems compliant with the EU AI Act (Regulation (EU) 2024/1689), as in force in 2026. It covers risk-tier classification, high-risk/transparency/GPAI obligation reviews, and compliance documentation drafts.15 artifacts: 7 rules (
AGENTS.md), 3 agents, 5 skills — all namespacedeu-ai-act-*to avoid collisions with theauditorandai-engineeringsibling collections (AGENTS.md rule 29).Type of change
What's included
collections/additional/eu-ai-act/— the collection contenteu-ai-act-classifier,eu-ai-act-compliance-reviewer,eu-ai-act-documentation-writerrisk-classification,high-risk-obligations,transparency,gpai,documentationAGENTS.mdbackend/app/services/seed_collections.py— registered inSTARTER_COLLECTIONS(category "Governance & Security")README.md— updated collection/artifact counts (20 collections, 225 artifacts)Testing
test_seed_collections.py— seeds, idempotency, JSON-column validity)ruffclean on the changed Python fileChecklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.