AgentContextMap maps which repository instructions can affect Codex, Claude Code, Gemini CLI, GitHub Copilot, Cursor, Windsurf, and Cline.
It is local, read-only, and deterministic: no LLM calls, no repository uploads, and no execution of repository instructions. The stable v0.2.0 release includes a GitHub Action, SARIF 2.1.0 output for Code Scanning, conflict detection, target-path analysis, and a self-contained HTML report.
- uses: BLCCoreStudio/AgentContextMap@v0.2.0
with:
path: .Explore the project · Use it in GitHub Actions · Download v0.2.0
RepoDoctor scores repository health across security, testing, documentation, CI/CD, dependencies, configuration, repository structure, and architecture — with optional CI quality gates.
The published GitHub Marketplace Action v0.1.3 starts in report-only mode and can later enforce a minimum score or finding severity. The documented workflow requires only read access to repository contents.
- uses: BLCCoreStudio/RepoDoctor@v0.1.3Explore RepoDoctor · View on GitHub Marketplace · Download the Linux CLI
Recent contributions focus on small, test-backed fixes in established projects.
- Grafana Pathfinder — #1738 and #1737 — both merged upstream.
- Microsoft TypeSpec — #11791 — generated C# model-description fix; open / under review.
- Microsoft MsQuic — #6282 — Linux
SOCK_CLOEXECdatapath fix; open / under review.
| Project | Focus | Status |
|---|---|---|
| 🧭 AgentContextMap | Maps coding-agent instruction scope, activation, conflicts, and context | Stable v0.2.0 · Rust · MIT |
| 🩺 RepoDoctor | Repository health scoring and CI quality gates | Marketplace Action v0.1.3 · Alpha |
| 🛡️ AgentGuard | Command policy, prompt-risk scanning, and optional Linux isolation | Development preview · Rust · MIT |
BLCCoreStudio is an independent developer project namespace. The main focus is practical repository tooling, Linux-first utilities, local-first automation, and explainable safety controls for AI-assisted development.
| Project | Focus |
|---|---|
| 🧾 AgentTrail | Wrapped command evidence, integrity-verifiable receipts, and read-only working-tree review hints |
| 🩻 MCPDoctor | Local MCP configuration review, executable diagnostics, and baseline drift checks |
| 🧼 ContextGuard | Local redaction of secrets and sensitive project context before sharing with AI tools |
Earlier focused experiments are being consolidated into these primary projects instead of expanding the portfolio with overlapping tools.
| Project | What it does | Release |
|---|---|---|
| 🔐 EnvGuard | Detects secrets and sensitive files before they reach Git | v0.1.0 |
| 🔌 PortPeek | Finds the process using a TCP or UDP port on Linux | v0.1.0 |
| 💾 DiskHog | Finds files and directories consuming the most disk space | v0.1.0 |
| #️⃣ HashCheck | Calculates and verifies SHA-256/SHA-512 checksums and release manifests | v0.1.0 |
| ⏱️ BuildTimer | Measures command durations and keeps local timing history | v0.1.0 |
| 🧹 GitClean | Finds generated build/cache directories with dry-run and Git-aware safeguards | v0.1.0 |
| 🔔 TaskBell | Notifies you when long-running terminal commands finish | v0.1.0 |
TermKeys is a separate proprietary Linux terminal-shortcut utility with a public release and documentation surface.
- Local-first where practical; avoid unnecessary accounts, uploads, and telemetry.
- Conservative defaults around destructive or security-sensitive behavior.
- Explicit limitations instead of overstating what a tool can prove.
- Verifiable releases with versioned artifacts and checksum material where applicable.
