· 2 min read
Lawful AI Daily Brief โ 2026-05-03
๐ ๏ธ Tool Updates
- Codex CLI 0.128.0 is bringing operator energy: persisted
/goalflows,codex update, stronger permission profiles, and cleaner plugin lifecycle. - Claude Code v2.1.126 (just outside 48h, still hot) added gateway model discovery (
/model),claude project purge, and better OAuth fallback in WSL/SSH/container setups. - Trend vibe: fewer โwhere did my tool go?โ moments, more โit just shipped.โ
๐ก Tip of the Day
Make compliance checks a merge blocker, not a retro meeting:
# .github/workflows/ai-compliance.yml
name: ai-compliance
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Varshith-07/eu-ai-act-check-action@main
โ๏ธ Legal x AI Watch
- Legal/compliance-flavored repos updated in the last day include:
aevum-labs/aevumโ policy engine + audit trail + EU AI Act tags.Unawakened-landlord758/ClawGuardโ guardrails for agent actions, leak prevention, and audit logs.ivanmoralesf2015-sudo/enterprise-governance-toolkitโ governance/risk toolkit with EU AI Act and ISO 42001 themes.
- Signal: governance-by-default tooling is moving from โnice ideaโ to โactual repo with commits.โ
๐ Trending Repos
Significant-Gravitas/AutoGPTโ still a giant in agent land.langgenius/difyโ strong momentum for production agent workflows.firecrawl/firecrawlโ web data layer remains a core AI stack primitive.NousResearch/hermes-agentโ fast-moving agent framework with huge traction.
๐ค Standup One-Liner
โYesterday we tightened agent workflows and moved compliance checks into CI, so we can ship faster and leave an audit trail legal wonโt hate.โ