Orchestrates managed content writing for a single Jeeves component.
Remarks
Created via createComponentWriter(). Manages a timer that fires
at the component's prime-interval, calling generateToolsContent()
and refreshPlatformContent() on each cycle.
Calls generateToolsContent() and writes the component's
TOOLS.md section via updateManagedSection(). Also calls
refreshPlatformContent() for shared content maintenance.
start
start():void
Start the writer timer.
Returns void
Remarks
Performs an immediate first write, then sets up the interval.
Orchestrates managed content writing for a single Jeeves component.
Remarks
Created via
createComponentWriter(). Manages a timer that fires at the component's prime-interval, callinggenerateToolsContent()andrefreshPlatformContent()on each cycle.