Update configuration files, templates, and internal documentation for the provisioning repository system. Configuration Updates: - KMS configuration modernization - Plugin system settings - Service port mappings - Test cluster topologies - Installation configuration examples - VM configuration defaults - Cedar authorization policies Documentation Updates: - Library module documentation - Extension API guides - AI system documentation - Service management guides - Test environment setup - Plugin usage guides - Validator configuration documentation All changes are backward compatible.
20 lines
543 B
Plaintext
20 lines
543 B
Plaintext
# TEMPLATE FILE - .template Extension
|
|
#
|
|
# Config Package Definition
|
|
#
|
|
# This file uses the .template extension because it's used only during workspace
|
|
# initialization with simple {{variable}} substitution. It's copied to new workspaces
|
|
# without modification.
|
|
#
|
|
# Runtime templates use .j2 (Jinja2 via nu_plugin_tera) for dynamic rendering.
|
|
#
|
|
# See provisioning/config/templates/README.md for template conventions.
|
|
|
|
[package]
|
|
name = "workspace_config"
|
|
edition = "v0.11.3"
|
|
version = "1.0.0"
|
|
|
|
[dependencies]
|
|
provisioning = { path = "../.kcl" }
|