status

Show CCS index status — files, symbols, staleness, and engine health

Status — Engine-Powered Index Check

Show the current state of the CCS index.

Index Stats (auto-generated by engine)

!ccs stats 2>/dev/null || node $HOME/.claude/skills/_ccs/engine/cli.js stats 2>/dev/null || echo "No index found. Run /ccs-init first."

Report to User

Present the engine stats above. Key things to highlight:

  • Whether the index exists and when it was last updated
  • Total files, lines, and symbols indexed
  • Top files by centrality (most important to the codebase)
  • If the index seems stale (older than the most recent git commit), suggest /ccs-init

10x-Code v2.0.2