| Project | Focus | Status |
|---|---|---|
| 🧭 AgentContextMap | Maps coding-agent instruction scope, activation, conflicts, and context | Stable v0.2.3 · Rust · GitHub Action |
| 🩺 RepoDoctor | Repository health analysis and configurable CI quality gates | Marketplace Action v0.1.3 · Alpha |
| 🇹🇷 TurkishEvalKit | Human-in-the-loop evaluation infrastructure for Turkish AI text and audio | Alpha 0.11.x · Python |
| 🎙️ BLCVoice | Private cross-platform voice dictation with local-first speech recognition | Pre-alpha · Rust/Tauri |
| ⌨️ TermKeys | Safer terminal shortcuts and configuration management for Linux | Alpha v0.1.0 · Linux |
| 🗺️ OpenDevIndex | Source-backed, structured technology knowledge map | Active development · Python |
BLCCoreStudio is intentionally reducing maintenance surface. Older experiments and projects outside this set are being retired rather than kept artificially active.
- Rust, Python, Linux, Git/GitHub, GitHub Actions and CI/CD
- Local-first software with explicit privacy and security boundaries
- Reproducible builds, automated tests and evidence-backed release workflows
- Repository analysis, developer tooling and AI-assisted development infrastructure
- Human-in-the-loop AI evaluation
- Structured, source-backed technical knowledge
- Clear limitations instead of unsupported product claims
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.3 release includes a GitHub Action, SARIF 2.1.0 output for Code Scanning, conflict detection, target-path analysis, GitHub Actions job summaries, checksum verification, and a self-contained HTML report.
- uses: BLCCoreStudio/AgentContextMap@v0.2.3
with:
path: .RepoDoctor scores repository health across security, testing, documentation, CI/CD, dependencies, configuration, repository structure, and architecture, with optional quality gates.
- uses: BLCCoreStudio/RepoDoctor@v0.1.3Recent contributions focus on small, test-backed fixes in established projects.
- Grafana Pathfinder — #1738 and #1737 — merged upstream.
- Microsoft TypeSpec — #11791 — under review.
- Microsoft MsQuic — #6282 — under review.
- rtk — #3778 — under review.
- Keep the active project set deliberately small.
- Prefer local-first behavior where practical.
- Keep destructive and security-sensitive operations conservative by default.
- Use CI and tests as evidence, not decoration.
- Consolidate or retire overlapping experiments instead of maintaining them indefinitely.

