#include <proposal_executor.h>
Public Attributes | |
ProposalRegistry::ProposalMetadata | metadata |
std::filesystem::path | proposal_json_path |
int | executed_commands = 0 |
int | change_count = 0 |
Definition at line 26 of file proposal_executor.h.
ProposalRegistry::ProposalMetadata yaze::cli::agent::ProposalCreationResult::metadata |
Definition at line 27 of file proposal_executor.h.
Referenced by yaze::cli::agent::CreateProposalFromAgentResponse().
std::filesystem::path yaze::cli::agent::ProposalCreationResult::proposal_json_path |
Definition at line 28 of file proposal_executor.h.
Referenced by yaze::cli::agent::CreateProposalFromAgentResponse().
int yaze::cli::agent::ProposalCreationResult::executed_commands = 0 |
Definition at line 29 of file proposal_executor.h.
Referenced by yaze::cli::agent::CreateProposalFromAgentResponse().
int yaze::cli::agent::ProposalCreationResult::change_count = 0 |
Definition at line 30 of file proposal_executor.h.
Referenced by yaze::cli::agent::CreateProposalFromAgentResponse().