- Preemptive support for binary file execution
This commit is contained in:
Tony Bark 2025-05-06 22:51:02 -04:00
parent ae16966edf
commit 4d77edf65e
9 changed files with 121 additions and 20 deletions

View file

@ -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 36 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.