Skip to main content

Module plan_index

Module plan_index 

Source
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.

Structsยง

PlanEntry
A single plan entry in the index.
PlanIndex
Manage the plans-index.json file for plan-session-project tracking.