Expand description
Plan index manager for tracking plan-session-project associations.
Stores a lightweight JSON index at ~/.opendev/plans/plans-index.json
following atomic-write patterns (tempfile + rename).
Ported from opendev/core/runtime/plan_index.py.