Step 162: add help panel and documentation

This commit is contained in:
Bill
2026-02-09 19:54:25 -07:00
parent 898f68543b
commit d5b11c4904
8 changed files with 227 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
#include "AgentRegistry.h"
#include "AgentMarketplace.h"
#include "BuildSystem.h"
#include "HelpPanel.h"
#include "DependencyPanel.h"
#include "LibraryIndexer.h"
#include "LibraryBrowserPanel.h"
@@ -182,6 +183,7 @@ struct EditorState {
WorkflowRecorder workflowRecorder;
AgentRegistry agentRegistry;
AgentMarketplaceState agentMarketplace;
HelpPanelState helpPanel;
BuildSystem::Type buildType = BuildSystem::Type::None;
std::vector<BuildError> buildErrors;
std::string lastBuildOutput;