@oss-autopilot/core - v1.6.3
    Preparing search index...

    Function getStateManager

    Core module exports Re-exports all core functionality for convenient imports

    • Get the singleton StateManager instance, creating it on first call.

      Returns StateManager

      The shared StateManager instance

      import { getStateManager } from '@oss-autopilot/core';

      const state = getStateManager();
      const config = state.getState().config;
      console.log(config.githubUsername);