CLI tool
- Preemptive support for binary file execution
This commit is contained in:
parent
ae16966edf
commit
4d77edf65e
9 changed files with 121 additions and 20 deletions
32
README.md
32
README.md
|
@ -44,6 +44,36 @@ verb subject object [modifier]
|
|||
| `mod` | modulo | `mod x 5` |
|
||||
| `end` | stop execution | `end` |
|
||||
|
||||
## 📜 License
|
||||
## 🧩 Tech Stack
|
||||
|
||||
- .NET 8.0
|
||||
- Dynamic Expresso for interpreter
|
||||
|
||||
## 🗓️ Update Cycle
|
||||
|
||||
| Type | Frequency | Notes |
|
||||
| ------------ | ---------------- | ---------------------------------------- |
|
||||
| Minor Update | Every 3–6 months | Small enhancements, non-breaking changes |
|
||||
| Patch Update | As needed | Bug fixes, security updates |
|
||||
| Major Update | As needed | Framework upgrades, major refactors |
|
||||
|
||||
- Reserve months: June (Mid-Year Chill) & December (End-Year Freeze)
|
||||
|
||||
## 🛡️ Status
|
||||
|
||||
- [x] Active Support
|
||||
- [ ] Limited Support (Security patches only)
|
||||
- [ ] Maintenance Mode (Dependency-only updates)
|
||||
- [ ] Archived (No active work planned)
|
||||
|
||||
## 🎮 Relaxation Practices
|
||||
|
||||
- 20% creative/recovery space built into development
|
||||
- Mandatory cooldowns after major launches (minimum 1 week)
|
||||
- Crisis Mode Activates if:
|
||||
- Critical vulnerabilities
|
||||
- Framework-breaking issues
|
||||
|
||||
## 🗒️ License
|
||||
|
||||
I license this project under the GPL v3 license - see [LICENSE](LICENSE) for details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue