feat: add missing project files and fix architecture compliance

- Add LICENSE file (MIT)
- Add CONTRIBUTING.md with generator-first workflow guidelines
- Add Makefile with comprehensive development commands
- Add .editorconfig for consistent code formatting
- Add CHANGELOG.md for version tracking
- Remove inconsistent non-variant files that bypassed generator architecture
- Fix installation script to use variant-specific paths (prevent config overwriting)
This commit is contained in:
2025-09-06 00:36:23 +03:00
parent 11baabe545
commit dd5e539bb5
289 changed files with 29294 additions and 60 deletions

View File

@@ -20,6 +20,25 @@
"blue": "#7fbbb3",
"purple": "#d699b6"
},
"ansi": {
"red": "1",
"orange": "9",
"yellow": "3",
"green": "2",
"aqua": "6",
"blue": "4",
"purple": "5",
"black": "0",
"white": "7",
"bright_black": "8",
"bright_red": "9",
"bright_green": "10",
"bright_yellow": "11",
"bright_blue": "12",
"bright_purple": "13",
"bright_aqua": "14",
"bright_white": "15"
},
"grays": {
"dark": { "gray1": "#7a8478", "gray2": "#859289", "gray3": "#9da9a0" },
"light": { "gray1": "#a6b0a0", "gray2": "#b3c0b0", "gray3": "#c0cdb8" }