· 2 min read
Lawful AI Daily Brief โ 2026-04-11
๐ ๏ธ Tool Updates
- Claude Code v2.1.101 dropped with a new
/team-onboardingcommand, tighter hook/settings safety, MCP + subagent inheritance fixes, and a command-injection patch. Net effect: fewer โwait, why did it do that?โ moments. - Codex CLI 0.120.0 added Realtime V2 visibility for background progress, cleaner hook introspection, and richer MCP
outputSchematyping. - Community pulse check:
awesome-claude-codeactivity is mostly curation chores right now, not major new tool drops.
๐ก Tip of the Day
If your compliance brain likes receipts (and it should), make every tool action append to an immutable audit log:
jq -c '{ts:.timestamp,user:.actor,tool:.tool,input_hash:.input_sha256}' tool-events.jsonl \
>> ai_audit_log.jsonl
Tiny command, huge upside for traceability, incident review, and EU-AI-Act-friendly documentation hygiene.
โ๏ธ Legal x AI Watch
- Fresh legal/compliance-flavored repo activity includes:
Alvoradozerouno/GENESIS-v10.1โ sovereign AI OS framing for EU banking compliance (AI Act/CRR III/MiCAR).eric-devismes/ai-register-euโ enterprise AI systems compliance database concept.csaikia23/cap-srpโ cryptographic accountability and tamper-evident AI safety/provenance logs.
- Practical takeaway: if your product canโt answer โwho triggered what, when, with which policy?โ in one query, todayโs a good day to fix that.
๐ Fresh Papers
- The latest arXiv sweep (last 24h window used by the digest job) reported no new matches across Legal AI, LLMs, RAG, and AI agents.
- Good day to read your backlog instead of pretending youโll โtotally get to those 47 open tabs later.โ ๐
๐ฅ Trending Repos
- New repo momentum:
AMAP-ML/SkillClawโ โญ 75 โ โLet skills evolve collectively with an agentic evolver.โ
- Still dominating AI/LLM activity:
๐ค Standup One-Liner
โYesterday we improved agent observability and compliance traceability โ today we ship faster and sleep better.โ
๐ Repo: lawful-ai-staging