mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-04-30 10:11:40 -04:00
Compare commits
2 commits
2e0c60e3c5
...
602ecde271
Author | SHA1 | Date | |
---|---|---|---|
602ecde271 | |||
98cce2c730 |
1 changed files with 22 additions and 22 deletions
44
README.md
44
README.md
|
@ -6,34 +6,34 @@ Caret-Separated Text (or CST) is a key-value pair format represented by digits o
|
||||||
|
|
||||||
## 🛠 Features
|
## 🛠 Features
|
||||||
|
|
||||||
* [x] Native support for Sims Online's `.cst `files.
|
- [x] Native support for Sims Online's `.cst `files.
|
||||||
* [x] UIText Support
|
- [x] UIText Support
|
||||||
* [ ] Variable support
|
- [ ] Variable support
|
||||||
|
|
||||||
## 📅 Support & Update Cadence
|
## 🗓️ Support & Update Cycle
|
||||||
|
|
||||||
| Type | Frequency | Notes |
|
| Type | Frequency | Notes |
|
||||||
| ------------ | -------------------- | ---------------------------------------- |
|
| ------------ | ---------------- | ---------------------------------------- |
|
||||||
| Minor Update | Every 3–6 months | Small enhancements, non-breaking changes |
|
| Minor Update | Every 3–6 months | Small enhancements, non-breaking changes |
|
||||||
| Patch Update | Monthly or as needed | Bug fixes, security updates |
|
| Patch Update | As needed | Bug fixes, security updates |
|
||||||
| Major Update | As needed | Framework upgrades, major refactors |
|
| Major Update | 25 months | Framework upgrades, major refactors |
|
||||||
|
|
||||||
* Reserve months: June (Mid-Year Chill) & December (End-Year Freeze)
|
- Reserve months: June (Mid-Year Chill) & December (End-Year Freeze)
|
||||||
|
|
||||||
## 🧘 Sustainability Practices
|
## 🧘 Sustainability Practices
|
||||||
|
|
||||||
* 20% creative/recovery space built into development
|
- 20% creative/recovery space built into development
|
||||||
* Mandatory cooldowns after major launches (minimum 1 week)
|
- Mandatory cooldowns after major launches (minimum 1 week)
|
||||||
* Crisis Mode Activates if:
|
- Crisis Mode Activates if:
|
||||||
* Critical vulnerabilities
|
- Critical vulnerabilities
|
||||||
* Framework-breaking issues
|
- Framework-breaking issues
|
||||||
|
|
||||||
## 🛡️ Support Levels
|
## 🛡️ Support
|
||||||
|
|
||||||
* [ ] Active Support
|
- [ ] Active Support
|
||||||
* [x] Limited Support (Security patches only)
|
- [x] Limited Support (Security patches only)
|
||||||
* [x] Maintenance Mode (Dependency-only updates)
|
- [ ] Maintenance Mode (Dependency-only updates)
|
||||||
* [ ] Archived (No active work planned)
|
- [ ] Archived (No active work planned)
|
||||||
|
|
||||||
## ⏰ Project Timeline
|
## ⏰ Project Timeline
|
||||||
|
|
||||||
|
@ -45,8 +45,8 @@ Caret-Separated Text (or CST) is a key-value pair format represented by digits o
|
||||||
|
|
||||||
## 📓 Project Notes
|
## 📓 Project Notes
|
||||||
|
|
||||||
* This all began as a "what if?" What if I could make my own? So, I did. First from a Jupyter notebook and then a full-fledged project that technically has a support cycle.
|
- This all began as a "what if?" What if I could make my own? So, I did. First from a Jupyter notebook and then a full-fledged project that technically has a support cycle.
|
||||||
* While this project is technically feature complete, it is not a full drop-in replacement as it lacks variable (`%[digit]`) parsing.
|
- While this project is technically feature complete, it is not a full drop-in replacement as it lacks variable (`%[digit]`) parsing.
|
||||||
|
|
||||||
## 📄 License
|
## 📄 License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue