1#ifndef YAZE_APP_EDITOR_AGENT_PANELS_MANIFEST_PANEL_H_
2#define YAZE_APP_EDITOR_AGENT_PANELS_MANIFEST_PANEL_H_
Panel for manifest freshness UX and protected regions inspection.
std::string status_message_
void SetProject(project::YazeProject *project)
void DrawManifestStatus()
Draw Card B3: manifest status, path, mtime, reload button.
void DrawProtectedRegions()
Draw Card B4: searchable protected regions table.
project::YazeProject * project_
void Draw()
Draw the combined panel content (no ImGui::Begin/End wrapper).
std::string ResolveManifestPath() const
Resolve the absolute path to hack_manifest.json.
Modern project structure with comprehensive settings consolidation.