Desenvolvedores de software Use the occ CLI to explore unfamiliar repositories and office documents efficiently for AI coding tasks. occ ("Office Cloc and Count") emits token-budgeted, JSON-first output for three jobs: workspace reconnaissance with "occ describe" and "occ workspace analyze"; office-document and table triage for DOCX, PDF, XLSX, PPTX, ODT, ODS, and ODP with "occ doc inspect", "occ sheet inspect", "occ slide inspect", and "occ table inspect"; and code exploration for JS/TS, Vue SFC, Python, Go, Rust, Java, C/C++, Kotlin, and other tree-sitter-backed languages with "occ code map", "occ code source", "occ code check", "occ code find", "occ code analyze", "occ code dirtree", "occ code diff", and "occ git diff"/"occ git cochange". It also tracks entities across renames and moves with "occ code entities", "occ code impact", "occ code blame", "occ code log", and "occ code context", and serves the same capabilities to MCP clients with "occ mcp". Reach for it whenever you need to understand a codebase or a set of office files wit
2026-07-24