22 lines
541 B
Plaintext
Raw Permalink Normal View History

# Execution Modes Version Information
{
version = "1.0.0",
release_date = "2025-10-06",
author = "Mode System Implementation",
description = "Execution mode schemas defining deployment patterns and service configurations",
supported_modes = ["solo", "multi-user", "cicd", "enterprise"],
changelog = {
"1.0.0" = {
date = "2025-10-06",
changes = [
"Initial Nickel migration from KCL",
"Split into modular files per mode",
"Added comprehensive contract validation",
],
},
},
}