with one click
sovereign-core
// The core governance and system integrity layer of the Abraxas sovereign environment.
// The core governance and system integrity layer of the Abraxas sovereign environment.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | sovereign-core |
| description | The core governance and system integrity layer of the Abraxas sovereign environment. |
Sovereign Core is the fundamental management layer responsible for system integrity, configuration persistence, and the secure application of system patches. It ensures the Abraxas environment remains stable, up-to-date, and verifiable.
Sovereign Core provides the mechanisms to safely evolve the system state without compromising its foundational integrity.
sovereign_patcherApplies vetted updates (patches) to the system.
patchId (required), validateOnly (defaults to false), force (defaults to false).validateOnly is true, it confirms the patch is applicable without modifying the system.config_managementA centralized hub for reading and writing system-level configuration.
action (required: get, set, list, validate, reset), key, value, section.get: Retrieves a specific value by key.set: Updates a configuration value.list: Returns all settings, optionally filtered by a section prefix.validate: Verifies the current configuration for errors.reset: Reverts settings to a known-good baseline.system_state_auditPerforms a comprehensive verification of the current system health and versioning.
checkType (defaults to full: full, version, config, integrity, dependencies), verbose.health_checkReports on the immediate operational status of the Sovereign Core.
detailed (defaults to false).psutil for resource monitoring.