zaileys 2.2.7 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/.agent/skills/codebase-mapper/SKILL.md +226 -0
  2. package/.agent/skills/context-compressor/SKILL.md +201 -0
  3. package/.agent/skills/context-fetch/SKILL.md +184 -0
  4. package/.agent/skills/context-health-monitor/SKILL.md +105 -0
  5. package/.agent/skills/debugger/SKILL.md +273 -0
  6. package/.agent/skills/empirical-validation/SKILL.md +97 -0
  7. package/.agent/skills/executor/SKILL.md +465 -0
  8. package/.agent/skills/plan-checker/SKILL.md +283 -0
  9. package/.agent/skills/planner/SKILL.md +485 -0
  10. package/.agent/skills/token-budget/SKILL.md +166 -0
  11. package/.agent/skills/verifier/SKILL.md +421 -0
  12. package/.agent/workflows/add-phase.md +96 -0
  13. package/.agent/workflows/add-todo.md +69 -0
  14. package/.agent/workflows/audit-milestone.md +107 -0
  15. package/.agent/workflows/check-todos.md +80 -0
  16. package/.agent/workflows/complete-milestone.md +135 -0
  17. package/.agent/workflows/debug.md +235 -0
  18. package/.agent/workflows/discuss-phase.md +103 -0
  19. package/.agent/workflows/execute.md +325 -0
  20. package/.agent/workflows/health.md +122 -0
  21. package/.agent/workflows/help.md +96 -0
  22. package/.agent/workflows/insert-phase.md +109 -0
  23. package/.agent/workflows/install.md +152 -0
  24. package/.agent/workflows/list-phase-assumptions.md +82 -0
  25. package/.agent/workflows/map.md +394 -0
  26. package/.agent/workflows/new-milestone.md +126 -0
  27. package/.agent/workflows/new-project.md +368 -0
  28. package/.agent/workflows/pause.md +176 -0
  29. package/.agent/workflows/plan-milestone-gaps.md +116 -0
  30. package/.agent/workflows/plan.md +380 -0
  31. package/.agent/workflows/progress.md +90 -0
  32. package/.agent/workflows/quick.md +128 -0
  33. package/.agent/workflows/remove-phase.md +139 -0
  34. package/.agent/workflows/research-phase.md +160 -0
  35. package/.agent/workflows/resume.md +131 -0
  36. package/.agent/workflows/update.md +203 -0
  37. package/.agent/workflows/verify.md +263 -0
  38. package/.agent/workflows/web-search.md +121 -0
  39. package/.agent/workflows/whats-new.md +80 -0
  40. package/.gemini/GEMINI.md +67 -0
  41. package/.gsd/DEBUG.md +26 -0
  42. package/.gsd/GSD-STYLE.md +272 -0
  43. package/.gsd/PROJECT_RULES.md +256 -0
  44. package/.gsd/ROADMAP.md +38 -0
  45. package/.gsd/SPEC.md +16 -0
  46. package/.gsd/STATE.md +10 -0
  47. package/.gsd/adapters/CLAUDE.md +77 -0
  48. package/.gsd/adapters/GEMINI.md +92 -0
  49. package/.gsd/adapters/GPT_OSS.md +130 -0
  50. package/.gsd/docs/model-selection-playbook.md +128 -0
  51. package/.gsd/docs/runbook.md +296 -0
  52. package/.gsd/docs/token-optimization-guide.md +207 -0
  53. package/.gsd/model_capabilities.yaml +108 -0
  54. package/.gsd/phases/1/1-PLAN.md +44 -0
  55. package/.gsd/phases/1/2-PLAN.md +54 -0
  56. package/.gsd/phases/1/3-PLAN.md +46 -0
  57. package/.gsd/phases/1/4-PLAN.md +39 -0
  58. package/.gsd/phases/2/2-1-SUMMARY.md +8 -0
  59. package/.gsd/phases/2/2-PLAN.md +47 -0
  60. package/.gsd/phases/3/3-1-SUMMARY.md +8 -0
  61. package/.gsd/phases/3/3-PLAN.md +43 -0
  62. package/.gsd/phases/4/4-1-PLAN.md +44 -0
  63. package/.gsd/phases/4/4-1-SUMMARY.md +8 -0
  64. package/.gsd/phases/4/4-2-PLAN.md +59 -0
  65. package/.gsd/phases/4/4-2-SUMMARY.md +8 -0
  66. package/.gsd/phases/4/4-3-PLAN.md +42 -0
  67. package/.gsd/phases/4/4-3-SUMMARY.md +8 -0
  68. package/.gsd/phases/4/VERIFICATION.md +8 -0
  69. package/.gsd/phases/5/1-SUMMARY.md +5 -0
  70. package/.gsd/phases/5/5-PLAN.md +47 -0
  71. package/.gsd/phases/5/RESEARCH.md +24 -0
  72. package/.gsd/phases/5/VERIFICATION.md +8 -0
  73. package/.gsd/phases/6/1-SUMMARY.md +6 -0
  74. package/.gsd/phases/6/6-PLAN.md +46 -0
  75. package/.gsd/phases/6/RESEARCH.md +33 -0
  76. package/.gsd/phases/6/VERIFICATION.md +7 -0
  77. package/.gsd/phases/7/1-SUMMARY.md +12 -0
  78. package/.gsd/phases/7/7-PLAN.md +78 -0
  79. package/.gsd/phases/7/VERIFICATION.md +7 -0
  80. package/.gsd/templates/DEBUG.md +123 -0
  81. package/.gsd/templates/PLAN.md +90 -0
  82. package/.gsd/templates/RESEARCH.md +75 -0
  83. package/.gsd/templates/SUMMARY.md +103 -0
  84. package/.gsd/templates/UAT.md +168 -0
  85. package/.gsd/templates/VERIFICATION.md +70 -0
  86. package/.gsd/templates/architecture.md +67 -0
  87. package/.gsd/templates/context.md +91 -0
  88. package/.gsd/templates/decisions.md +37 -0
  89. package/.gsd/templates/discovery.md +122 -0
  90. package/.gsd/templates/journal.md +46 -0
  91. package/.gsd/templates/milestone.md +91 -0
  92. package/.gsd/templates/phase-summary.md +52 -0
  93. package/.gsd/templates/project.md +124 -0
  94. package/.gsd/templates/requirements.md +92 -0
  95. package/.gsd/templates/roadmap.md +103 -0
  96. package/.gsd/templates/spec.md +51 -0
  97. package/.gsd/templates/sprint.md +57 -0
  98. package/.gsd/templates/stack.md +62 -0
  99. package/.gsd/templates/state.md +92 -0
  100. package/.gsd/templates/state_snapshot.md +132 -0
  101. package/.gsd/templates/todo.md +32 -0
  102. package/.gsd/templates/token_report.md +79 -0
  103. package/.gsd/templates/user-setup.md +116 -0
  104. package/.husky/commit-msg +1 -0
  105. package/.husky/pre-commit +1 -0
  106. package/LICENSE +21 -21
  107. package/README.MD +1280 -1230
  108. package/commitlint.config.js +3 -0
  109. package/dist/index.d.mts +1397 -908
  110. package/dist/index.d.ts +1397 -908
  111. package/dist/index.js +29 -28
  112. package/dist/index.mjs +29 -28
  113. package/package.json +11 -27
  114. package/tsconfig.json +19 -19
@@ -0,0 +1,57 @@
1
+ # Sprint {N} — {Sprint Name}
2
+
3
+ > **Duration**: YYYY-MM-DD to YYYY-MM-DD
4
+ > **Status**: In Progress | Complete
5
+
6
+ ## Goal
7
+ {One sentence describing what this sprint aims to achieve.}
8
+
9
+ ## Scope
10
+
11
+ ### Included
12
+ - {Feature/task 1}
13
+ - {Feature/task 2}
14
+ - {Feature/task 3}
15
+
16
+ ### Explicitly Excluded
17
+ - {Out of scope item 1}
18
+ - {Out of scope item 2}
19
+
20
+ ## Tasks
21
+
22
+ | Task | Assignee | Status | Est. Hours |
23
+ |------|----------|--------|------------|
24
+ | {Task 1} | {who} | ⬜ Todo | {hours} |
25
+ | {Task 2} | {who} | 🔄 In Progress | {hours} |
26
+ | {Task 3} | {who} | ✅ Done | {hours} |
27
+
28
+ ## Daily Log
29
+
30
+ ### Day 1 (YYYY-MM-DD)
31
+ - {What was accomplished}
32
+ - {Blockers encountered}
33
+
34
+ ### Day 2 (YYYY-MM-DD)
35
+ - {What was accomplished}
36
+ - {Blockers encountered}
37
+
38
+ ## Risks & Blockers
39
+
40
+ | Risk | Impact | Mitigation |
41
+ |------|--------|------------|
42
+ | {Risk 1} | {High/Med/Low} | {What can be done} |
43
+
44
+ ## Retrospective (end of sprint)
45
+
46
+ ### What Went Well
47
+ - {Positive outcome 1}
48
+
49
+ ### What Could Improve
50
+ - {Area for improvement 1}
51
+
52
+ ### Action Items
53
+ - [ ] {Action to take in next sprint}
54
+
55
+ ---
56
+
57
+ *Last updated: <!-- date -->*
@@ -0,0 +1,62 @@
1
+ # Technology Stack
2
+
3
+ > Auto-generated by /map on <!-- date -->
4
+
5
+ ## Runtime
6
+
7
+ | Technology | Version | Purpose |
8
+ |------------|---------|---------|
9
+ | {Language} | {version} | {purpose} |
10
+ | {Framework} | {version} | {purpose} |
11
+ | {Database} | {version} | {purpose} |
12
+
13
+ ## Core Technologies
14
+
15
+ ### {Category 1}
16
+ | Feature | System | Purpose |
17
+ |---------|--------|---------|
18
+ | {Feature} | {System/Location} | {Purpose} |
19
+
20
+ ### {Category 2}
21
+ | Directory | Files | Purpose |
22
+ |-----------|-------|---------|
23
+ | `{path}` | {count} | {purpose} |
24
+
25
+ ## Dependencies
26
+
27
+ ### External Dependencies
28
+
29
+ | Package | Version | Purpose |
30
+ |---------|---------|---------|
31
+ | {package} | {version} | {purpose} |
32
+
33
+ ### Internal Dependencies
34
+
35
+ | Component | Depends On | Purpose |
36
+ |-----------|------------|---------|
37
+ | {Component A} | {Component B} | {Why dependency exists} |
38
+
39
+ ## Infrastructure
40
+
41
+ | Service | Provider | Purpose |
42
+ |---------|----------|---------|
43
+ | {Service} | {Provider} | {Purpose} |
44
+
45
+ **Repository:** {repository URL}
46
+
47
+ ## Configuration
48
+
49
+ | Variable | Purpose | Location |
50
+ |----------|---------|----------|
51
+ | {VAR_NAME} | {What it controls} | {Where it's set} |
52
+
53
+ ## File Size Inventory
54
+
55
+ | Category | Count | Total Lines (approx) |
56
+ |----------|-------|---------------------|
57
+ | {Category} | {count} | {lines} |
58
+ | **Total** | **{total}** | **{total_lines}** |
59
+
60
+ ---
61
+
62
+ *Last updated: <!-- date -->*
@@ -0,0 +1,92 @@
1
+ # State Template
2
+
3
+ Template for `.gsd/STATE.md` — project memory across sessions.
4
+
5
+ ---
6
+
7
+ ## File Template
8
+
9
+ ```markdown
10
+ ---
11
+ updated: [ISO timestamp]
12
+ ---
13
+
14
+ # Project State
15
+
16
+ ## Current Position
17
+
18
+ **Milestone:** {name}
19
+ **Phase:** {N} - {name}
20
+ **Status:** {planning | executing | verifying | blocked}
21
+ **Plan:** {current plan if executing}
22
+
23
+ ## Last Action
24
+
25
+ {What was just completed}
26
+
27
+ ## Next Steps
28
+
29
+ 1. {Immediate next action}
30
+ 2. {Following action}
31
+ 3. {Third action if known}
32
+
33
+ ## Active Decisions
34
+
35
+ Decisions made that affect current work:
36
+
37
+ | Decision | Choice | Made | Affects |
38
+ |----------|--------|------|---------|
39
+ | {what} | {choice} | {date} | {phases/plans} |
40
+
41
+ ## Blockers
42
+
43
+ {None if clear}
44
+
45
+ - [ ] {Blocker 1}: {resolution approach}
46
+ - [ ] {Blocker 2}: {resolution approach}
47
+
48
+ ## Concerns
49
+
50
+ Things to watch but not blocking:
51
+
52
+ - {Concern 1}
53
+ - {Concern 2}
54
+
55
+ ## Session Context
56
+
57
+ {Any context the next session needs to know}
58
+ ```
59
+
60
+ ---
61
+
62
+ ## Update Rules
63
+
64
+ **Update STATE.md after:**
65
+ - Every completed task
66
+ - Every decision made
67
+ - Any blocker identified
68
+ - Session end/pause
69
+
70
+ **What to update:**
71
+ - `updated` timestamp
72
+ - Current Position
73
+ - Last Action
74
+ - Next Steps
75
+
76
+ **Keep it lean:**
77
+ - STATE.md is read frequently
78
+ - Only current context, not history
79
+ - History goes in JOURNAL.md
80
+
81
+ ---
82
+
83
+ ## Resume Protocol
84
+
85
+ When starting a new session:
86
+
87
+ 1. Read STATE.md first
88
+ 2. Understand current position
89
+ 3. Check blockers/concerns
90
+ 4. Continue from Next Steps
91
+
92
+ The STATE.md is the "save game" for the project.
@@ -0,0 +1,132 @@
1
+ # State Snapshot Template
2
+
3
+ Template for wave summaries and session state captures.
4
+
5
+ ---
6
+
7
+ ## When to Use
8
+
9
+ Create a state snapshot:
10
+ - After completing each wave
11
+ - Before pausing work
12
+ - After 3 debugging failures
13
+ - When switching models mid-session
14
+ - At any significant milestone
15
+
16
+ ---
17
+
18
+ ## Template
19
+
20
+ ```markdown
21
+ ---
22
+ wave: {N}
23
+ phase: {phase number}
24
+ created: {ISO timestamp}
25
+ status: {complete | partial | blocked}
26
+ ---
27
+
28
+ # Wave {N} State Snapshot
29
+
30
+ ## Objective
31
+
32
+ {What this wave aimed to accomplish — 1-2 sentences}
33
+
34
+ ## Changes Realized
35
+
36
+ - {Change 1}
37
+ - {Change 2}
38
+ - {Change 3}
39
+
40
+ ## Files Touched
41
+
42
+ | File | Change Type | Description |
43
+ |------|-------------|-------------|
44
+ | {path/to/file1} | created | {brief description} |
45
+ | {path/to/file2} | modified | {brief description} |
46
+ | {path/to/file3} | deleted | {brief description} |
47
+
48
+ ## Verification Results
49
+
50
+ | Check | Command | Result |
51
+ |-------|---------|--------|
52
+ | {Test 1} | `{command}` | ✅ Passed |
53
+ | {Test 2} | `{command}` | ✅ Passed |
54
+ | {Test 3} | `{command}` | ❌ Failed: {reason} |
55
+
56
+ ## Commits in This Wave
57
+
58
+ | Hash | Message |
59
+ |------|---------|
60
+ | {abc123} | {commit message 1} |
61
+ | {def456} | {commit message 2} |
62
+
63
+ ## Risks & Technical Debt
64
+
65
+ {None if clear}
66
+
67
+ - ⚠️ {Risk or debt item 1}
68
+ - ⚠️ {Risk or debt item 2}
69
+
70
+ ## TODO for Next Wave
71
+
72
+ 1. {Next task 1}
73
+ 2. {Next task 2}
74
+ 3. {Next task 3}
75
+
76
+ ## Context for Fresh Session
77
+
78
+ {Any information the next session needs — decisions made, blockers encountered, hypotheses to test}
79
+
80
+ ## Token Usage (Optional)
81
+
82
+ | Metric | Value |
83
+ |--------|-------|
84
+ | Files loaded | {count} |
85
+ | Est. tokens | {number} |
86
+ | Budget used | {percentage}% |
87
+ | Compression | {yes/no} |
88
+
89
+ {Notes on token efficiency for this wave}
90
+ ```
91
+
92
+ ---
93
+
94
+ ## Minimal Snapshot (Debug Session)
95
+
96
+ For quick state dumps during debugging:
97
+
98
+ ```markdown
99
+ # Debug State Snapshot
100
+
101
+ **Time:** {timestamp}
102
+ **Problem:** {what you're debugging}
103
+
104
+ **Tried:**
105
+ 1. {approach 1} → {result}
106
+ 2. {approach 2} → {result}
107
+ 3. {approach 3} → {result}
108
+
109
+ **Current Hypothesis:** {theory}
110
+
111
+ **Files Involved:**
112
+ - {file1}
113
+ - {file2}
114
+
115
+ **Recommended Next:** {suggested approach for fresh session}
116
+ ```
117
+
118
+ ---
119
+
120
+ ## Integration with STATE.md
121
+
122
+ State snapshots are point-in-time captures. After creating a snapshot:
123
+
124
+ 1. Update STATE.md with current position
125
+ 2. Reference the snapshot in SESSION Context
126
+ 3. Commit both together
127
+
128
+ STATE.md is current state; snapshots are historical records.
129
+
130
+ ---
131
+
132
+ *Part of GSD methodology. See PROJECT_RULES.md for wave execution rules.*
@@ -0,0 +1,32 @@
1
+ # TODO.md — Pending Items
2
+
3
+ > Quick capture of ideas, tasks, and issues.
4
+ >
5
+ > Use `/add-todo` to add items, `/check-todos` to view.
6
+
7
+ ## Format
8
+
9
+ ```markdown
10
+ - [ ] Description `priority` — YYYY-MM-DD
11
+ - [x] Completed item `priority` — YYYY-MM-DD ✓ YYYY-MM-DD
12
+ ```
13
+
14
+ ## Priority Levels
15
+
16
+ | Level | Use For |
17
+ |-------|---------|
18
+ | `high` 🔴 | Blocking issues, urgent fixes |
19
+ | `medium` 🟡 | Normal priority (default) |
20
+ | `low` 🟢 | Nice-to-have, future ideas |
21
+
22
+ ---
23
+
24
+ ## Items
25
+
26
+ <!-- Active todos below -->
27
+
28
+ - [ ] {Example todo item} `medium` — YYYY-MM-DD
29
+
30
+ ---
31
+
32
+ *Last updated: <!-- date -->*
@@ -0,0 +1,79 @@
1
+ # Token Report Template
2
+
3
+ Template for documenting token usage per wave or session.
4
+
5
+ ---
6
+
7
+ ## Template
8
+
9
+ ```markdown
10
+ ---
11
+ wave: {N}
12
+ phase: {phase number}
13
+ created: {ISO timestamp}
14
+ ---
15
+
16
+ # Token Usage Report
17
+
18
+ ## Summary
19
+
20
+ | Metric | Value |
21
+ |--------|-------|
22
+ | Files loaded | {count} |
23
+ | Estimated tokens | {number} |
24
+ | Budget usage | {percentage}% |
25
+ | Compression applied | {yes/no} |
26
+
27
+ ## Files Loaded
28
+
29
+ | File | Lines | Est. Tokens | Reason |
30
+ |------|-------|-------------|--------|
31
+ | {path/to/file1} | {N} | {N} | {why loaded} |
32
+ | {path/to/file2} | {N} | {N} | {why loaded} |
33
+
34
+ ## Compression Applied
35
+
36
+ | File | Before | After | Savings |
37
+ |------|--------|-------|---------|
38
+ | {file} | {N} | summary | {N} tokens |
39
+
40
+ ## Efficiency Analysis
41
+
42
+ ### What Worked Well
43
+ - {Strategy that saved tokens}
44
+
45
+ ### Could Improve
46
+ - {Opportunity for optimization}
47
+
48
+ ### Recommendations
49
+ - {Suggestion for next wave}
50
+ ```
51
+
52
+ ---
53
+
54
+ ## When to Create
55
+
56
+ Create a token report:
57
+ - After completing a wave with high token usage
58
+ - When budget exceeds 50%
59
+ - For debugging session performance
60
+ - During milestone retrospectives
61
+
62
+ ---
63
+
64
+ ## Quick Report (Minimal)
65
+
66
+ For simple tracking:
67
+
68
+ ```markdown
69
+ ## Token Report: Wave {N}
70
+
71
+ - Files: {count}
72
+ - Tokens: ~{number}
73
+ - Budget: {X}%
74
+ - Status: [OK|WARNING|CRITICAL]
75
+ ```
76
+
77
+ ---
78
+
79
+ *Part of GSD v1.6 Token Optimization.*
@@ -0,0 +1,116 @@
1
+ # User Setup Template
2
+
3
+ Template for user setup instructions when external services are needed.
4
+
5
+ ---
6
+
7
+ ## File Template
8
+
9
+ ```markdown
10
+ ---
11
+ phase: {N}
12
+ plan: {M}
13
+ type: user-setup
14
+ ---
15
+
16
+ # User Setup Required
17
+
18
+ ## Overview
19
+
20
+ This plan requires manual setup that the AI cannot perform.
21
+
22
+ **Time estimate:** {X minutes}
23
+ **Blocking:** Plan cannot proceed until complete
24
+
25
+ ---
26
+
27
+ ## Setup Steps
28
+
29
+ ### 1. {Service Name}
30
+
31
+ **Why needed:** {Purpose in the project}
32
+
33
+ **Create account:**
34
+ - Go to: {URL}
35
+ - Sign up with: {recommendations}
36
+
37
+ **Get credentials:**
38
+ 1. Navigate to: {dashboard location}
39
+ 2. Find: {API keys section}
40
+ 3. Create: {what to create}
41
+
42
+ **Add to project:**
43
+ ```powershell
44
+ # Add to .env.local
45
+ {ENV_VAR}=your_key_here
46
+ ```
47
+
48
+ **Verify:**
49
+ ```powershell
50
+ # Test the connection
51
+ {verification command}
52
+ ```
53
+
54
+ ---
55
+
56
+ ### 2. {Another Service}
57
+
58
+ **Why needed:** {Purpose}
59
+
60
+ **Steps:**
61
+ 1. {Step 1}
62
+ 2. {Step 2}
63
+ 3. {Step 3}
64
+
65
+ **Environment variables:**
66
+ ```
67
+ {VAR_1}=value
68
+ {VAR_2}=value
69
+ ```
70
+
71
+ ---
72
+
73
+ ## Dashboard Configuration
74
+
75
+ Some things require manual dashboard setup:
76
+
77
+ | Service | Task | Location | Notes |
78
+ |---------|------|----------|-------|
79
+ | {service} | {task} | {where} | {notes} |
80
+
81
+ ---
82
+
83
+ ## Verification Checklist
84
+
85
+ Before continuing, verify:
86
+
87
+ - [ ] All environment variables set
88
+ - [ ] All accounts created
89
+ - [ ] All dashboard configurations complete
90
+ - [ ] Verification commands pass
91
+
92
+ ---
93
+
94
+ ## When Complete
95
+
96
+ Type "done" or "setup complete" to continue with execution.
97
+ ```
98
+
99
+ ---
100
+
101
+ ## Guidelines
102
+
103
+ **Include only what AI cannot do:**
104
+ - Account creation (requires human identity)
105
+ - Secret retrieval (protected behind login)
106
+ - Dashboard configuration (no API available)
107
+ - Payment method setup
108
+ - 2FA enrollment
109
+
110
+ **Do NOT include:**
111
+ - npm install (AI can do)
112
+ - File creation (AI can do)
113
+ - Configuration file edits (AI can do)
114
+ - API calls (AI can do)
115
+
116
+ **Keep minimal** — every manual step slows down execution.
@@ -0,0 +1 @@
1
+ npx --no -- commitlint --edit ${1}
@@ -0,0 +1 @@
1
+ pnpm build
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 zaadevofc
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 zaadevofc
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.