
- Add: GitHub API integration for live version checking in taskserv management - Add: HTTP client configuration option (http.use_curl) in config.defaults.toml - Add: Helper function fetch_latest_version with curl/http get support - Fix: Settings path structure for prov_data_dirpath access pattern - Remove: Legacy simulation code for version checking - Update: Core configuration name from "provisioning-system" to "provisioning" - Clean: Remove obsolete example configs and infrastructure files
9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
# KCL Version Schema Re-export for Taskservs
|
|
# Re-exports schemas from main kcl/version.k for use in taskserv definitions
|
|
|
|
import provisioning.version as v
|
|
|
|
# Re-export schemas for taskserv use
|
|
Version = v.Version
|
|
TaskservVersion = v.TaskservVersion
|
|
VersionCache = v.VersionCache |