the signals and their derived score are provisional and subject to change.
validate manually before sharing.
cbd58a3696887b34c70949aef21a71735a0c2ad5a11fc7b10aabc1b645886ec9a1dfdbbcfd3bfc56Authored: 4 weeks ago (Sun, 2 Aug 2026 12:16:32 +0000)Match: Assisted-by: ClaudeCode:claude-opus-547f5bcf5f1baaec628e037d143cfb95dbbce6f08Authored: 1 month ago (Wed, 29 Jul 2026 04:01:14 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)df42e6dd871bc7a082d128d87f25a6e9a704492aAuthored: 1 month ago (Wed, 1 Jul 2026 20:16:23 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)68692cfee0e58651073eb8eb4dd686e629948af0Authored: 1 month ago (Wed, 1 Jul 2026 20:15:19 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)AGENTS.mdTool: agents-md# CLI11 Agent Guide
Header-only C++11 command line parser library. CMake is the primary build
system; Meson and Bazel are also supported.
## Quick Build & Test
Use presets. The `dev` workflow is the fastest for iteration; use `default`
before a push to verify the primary header-only mode.
```bash
# Fast iteration (precompiled lib, no examples, ccache; configure + build + test)
cmake --workflow dev
# Full header-only build, matches CI (configure + build + test)
cmake --workflow default
# Or step by ste.agentsTool: unspecifiedCLAUDE.mdFile: .gitignoreTool: claude-code