@karmaniverous/jeeves
    Preparing search index...

    Class ComponentWriter

    Orchestrates managed content writing for a single Jeeves component.

    Created via createComponentWriter(). Manages a timer that fires at the component's prime-interval, calling generateToolsContent() and refreshPlatformContent() on each cycle.

    Index

    Constructors

    Accessors

    Methods

    • Execute a single write cycle.

      Returns Promise<void>

      Calls generateToolsContent() and writes the component's TOOLS.md section via updateManagedSection(). Also calls refreshPlatformContent() for shared content maintenance.

    • Start the writer timer.

      Returns void

      Performs an immediate first write, then sets up the interval.