the signals and their derived score are provisional and subject to change.
validate manually before sharing.
b72102c12eb7bd41e878d3ee3f0d483bdefeb0d5bfaceed1f7ceb65d67d0fb31739c3fe7575a6a74Authored: 1 month ago (Mon, 27 Jul 2026 22:31:46 +0000)Match: Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>7ef5f1b74f272ba6cad04a9e2f692ae6c52f1778Authored: 1 month ago (Mon, 27 Jul 2026 22:12:45 +0000)Match: Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>95a9c637cfc2c5c84439714a0b88f35fbff53de0Authored: 7 months ago (Fri, 13 Feb 2026 22:29:44 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>824d9b3d7604c3c066e77004dc8056c370225536Authored: 7 months ago (Fri, 13 Feb 2026 22:29:44 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>880101f455b56a700bc50f64fc44cdb6ae577b43Authored: 7 months ago (Fri, 13 Feb 2026 22:29:44 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>230ddfc8f265b0aa5fa15e5859f4e0f1a8df9bb2Authored: 7 months ago (Fri, 13 Feb 2026 22:03:45 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>9e5c8e3c36852941bdd47888119ad4bcf8f9b82aAuthored: 7 months ago (Fri, 13 Feb 2026 22:00:25 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>441de3da93cc3f3ec7f40011b2d79965143594b7Authored: 7 months ago (Fri, 13 Feb 2026 21:52:50 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>4de7f6662eaa844d18fa8dc399339d60ccb84832Authored: 7 months ago (Fri, 13 Feb 2026 21:48:58 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1da95b09212b7c342e68ea0571e11126c2f8ed59Authored: 7 months ago (Fri, 13 Feb 2026 21:44:54 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>5dcdc6a3fd7a7c84fc2b24c499434b0a9899da15Authored: 7 months ago (Fri, 13 Feb 2026 21:28:53 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>3cfe048e609c91dfd8aede3a04d0f08edb02e51bAuthored: 7 months ago (Fri, 13 Feb 2026 21:16:32 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>7090a2cc5e7332924743565dd55bdf259f436e36Authored: 10 months ago (Sat, 8 Nov 2025 19:39:59 +0000)Match: Generated with Claude CodeCLAUDE.mdTool: claude-code# Using Claude Code with System 7
This file contains guidance for using Claude Code (Claude in the IDE, Claude Code CLI, or claude.ai/code) with the System 7 project.
## Quick Start
### Build & Run
```bash
make # Build kernel (x86, English)
make run # Build and run in QEMU
make clean # Clean build artifacts
```
### Add Languages
```bash
make LOCALE_FR=1 # Add French to build
make LOCALE_DE=1 LOCALE_JA=1 # Multiple languages
```
### Debug
```bash
make debug # Build AGENTS.mdFile: .gitignoreTool: agents-md