Initial commit

This commit is contained in:
overspend1
2025-12-21 17:03:20 +01:00
committed by overspend1
parent 5680f023af
commit 5926a38e47
132 changed files with 6552 additions and 170 deletions

View File

@@ -0,0 +1,17 @@
# Developer Commands
This module provides the core developer commands described in the main README.
## Commands
- `.exec` - Execute Python code (restricted)
- `.eval` - Evaluate Python expression (restricted)
- `.format` - Format JSON
- `.regex` - Regex test
- `.uuid` - UUID generator
- `.update` - Core update operations
- `.perf` - Performance stats
- `.version` - Version info
- `.changelog` - Git changelog (full, search, since, between, unreleased)
- `.config` - Reload config
- `.logs` - View logs
- `.migrate` - Migration operations