lite-kits 0.1.1__py3-none-any.whl → 0.3.2__py3-none-any.whl
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.
- lite_kits/__init__.py +56 -4
- lite_kits/cli.py +782 -189
- lite_kits/core/__init__.py +6 -0
- lite_kits/core/banner.py +1 -1
- lite_kits/core/conflict_checker.py +115 -0
- lite_kits/core/detector.py +177 -0
- lite_kits/core/installer.py +242 -351
- lite_kits/core/manifest.py +146 -146
- lite_kits/core/validator.py +183 -0
- lite_kits/kits/README.md +6 -6
- lite_kits/kits/dev/README.md +241 -241
- lite_kits/kits/dev/{claude/commands → commands/.claude}/audit.md +143 -143
- lite_kits/kits/dev/{claude/commands → commands/.claude}/cleanup.md +2 -2
- lite_kits/kits/{git/claude/commands → dev/commands/.claude}/commit.md +2 -2
- lite_kits/kits/{project/claude/commands → dev/commands/.claude}/orient.md +3 -4
- lite_kits/kits/{git/claude/commands → dev/commands/.claude}/pr.md +1 -1
- lite_kits/kits/{git/claude/commands → dev/commands/.claude}/review.md +202 -202
- lite_kits/kits/{project/claude/commands → dev/commands/.claude}/stats.md +162 -162
- lite_kits/kits/{project/github/prompts → dev/commands/.github}/audit.prompt.md +143 -143
- lite_kits/kits/{git/github/prompts → dev/commands/.github}/cleanup.prompt.md +2 -2
- lite_kits/kits/{git/github/prompts → dev/commands/.github}/commit.prompt.md +2 -2
- lite_kits/kits/dev/{github/prompts → commands/.github}/orient.prompt.md +3 -4
- lite_kits/kits/{git/github/prompts → dev/commands/.github}/pr.prompt.md +1 -1
- lite_kits/kits/{git/github/prompts → dev/commands/.github}/review.prompt.md +202 -202
- lite_kits/kits/dev/{github/prompts → commands/.github}/stats.prompt.md +163 -163
- lite_kits/kits/kits.yaml +497 -180
- lite_kits/kits/multiagent/README.md +6 -6
- lite_kits/kits/multiagent/{claude/commands → commands/.claude}/sync.md +331 -331
- lite_kits/kits/multiagent/{github/prompts → commands/.github}/sync.prompt.md +73 -69
- lite_kits/kits/multiagent/memory/git-worktrees-protocol.md +370 -370
- lite_kits/kits/multiagent/memory/parallel-work-protocol.md +536 -536
- lite_kits/kits/multiagent/memory/pr-workflow-guide.md +275 -275
- lite_kits/kits/multiagent/templates/collaboration-structure/README.md +166 -166
- lite_kits/kits/multiagent/templates/decision.md +79 -79
- lite_kits/kits/multiagent/templates/handoff.md +95 -95
- lite_kits/kits/multiagent/templates/session-log.md +68 -68
- lite_kits-0.3.2.dist-info/METADATA +259 -0
- lite_kits-0.3.2.dist-info/RECORD +41 -0
- {lite_kits-0.1.1.dist-info → lite_kits-0.3.2.dist-info}/licenses/LICENSE +21 -21
- lite_kits/kits/dev/claude/commands/commit.md +0 -612
- lite_kits/kits/dev/claude/commands/orient.md +0 -146
- lite_kits/kits/dev/claude/commands/pr.md +0 -593
- lite_kits/kits/dev/claude/commands/review.md +0 -202
- lite_kits/kits/dev/claude/commands/stats.md +0 -162
- lite_kits/kits/dev/github/prompts/audit.prompt.md +0 -143
- lite_kits/kits/dev/github/prompts/cleanup.prompt.md +0 -382
- lite_kits/kits/dev/github/prompts/commit.prompt.md +0 -591
- lite_kits/kits/dev/github/prompts/pr.prompt.md +0 -603
- lite_kits/kits/dev/github/prompts/review.prompt.md +0 -202
- lite_kits/kits/git/README.md +0 -365
- lite_kits/kits/git/claude/commands/cleanup.md +0 -361
- lite_kits/kits/git/scripts/bash/get-git-context.sh +0 -208
- lite_kits/kits/git/scripts/powershell/Get-GitContext.ps1 +0 -242
- lite_kits/kits/project/README.md +0 -228
- lite_kits/kits/project/claude/commands/audit.md +0 -143
- lite_kits/kits/project/claude/commands/review.md +0 -112
- lite_kits/kits/project/github/prompts/orient.prompt.md +0 -150
- lite_kits/kits/project/github/prompts/review.prompt.md +0 -112
- lite_kits/kits/project/github/prompts/stats.prompt.md +0 -163
- lite_kits-0.1.1.dist-info/METADATA +0 -447
- lite_kits-0.1.1.dist-info/RECORD +0 -58
- {lite_kits-0.1.1.dist-info → lite_kits-0.3.2.dist-info}/WHEEL +0 -0
- {lite_kits-0.1.1.dist-info → lite_kits-0.3.2.dist-info}/entry_points.txt +0 -0
@@ -1,68 +1,68 @@
|
|
1
|
-
# Session Log: [AGENT-NAME]
|
2
|
-
|
3
|
-
**Date**: YYYY-MM-DD
|
4
|
-
**Agent**: [claude-code / github-copilot-cli]
|
5
|
-
**Feature**: [feature number and name]
|
6
|
-
**Duration**: [HH:MM or "ongoing"]
|
7
|
-
|
8
|
-
## Session Goals
|
9
|
-
|
10
|
-
- [ ] Goal 1
|
11
|
-
- [ ] Goal 2
|
12
|
-
- [ ] Goal 3
|
13
|
-
|
14
|
-
## Work Completed
|
15
|
-
|
16
|
-
### [Task/Area 1]
|
17
|
-
- Implemented: [what was done]
|
18
|
-
- Files changed:
|
19
|
-
- `path/to/file1.ext`
|
20
|
-
- `path/to/file2.ext`
|
21
|
-
- Commits:
|
22
|
-
- `abc1234` - [commit message]
|
23
|
-
|
24
|
-
### [Task/Area 2]
|
25
|
-
- Implemented: [what was done]
|
26
|
-
- Files changed:
|
27
|
-
- `path/to/file3.ext`
|
28
|
-
- Commits:
|
29
|
-
- `def5678` - [commit message]
|
30
|
-
|
31
|
-
## Decisions Made
|
32
|
-
|
33
|
-
1. **[Decision Title]**
|
34
|
-
- What: [what was decided]
|
35
|
-
- Why: [rationale]
|
36
|
-
- Alternatives considered: [if any]
|
37
|
-
- Impact: [how this affects the feature]
|
38
|
-
|
39
|
-
## Blockers / Issues
|
40
|
-
|
41
|
-
- ⚠ [Issue 1 if any]
|
42
|
-
- ⚠ [Issue 2 if any]
|
43
|
-
|
44
|
-
## Handoff Items
|
45
|
-
|
46
|
-
> If handing off to another agent, fill this out:
|
47
|
-
|
48
|
-
- [ ] Task for next agent
|
49
|
-
- [ ] Another task
|
50
|
-
- [ ] Final task
|
51
|
-
|
52
|
-
**Handoff notes**:
|
53
|
-
[Any context the next agent needs]
|
54
|
-
|
55
|
-
## Next Steps
|
56
|
-
|
57
|
-
- [ ] Next action 1
|
58
|
-
- [ ] Next action 2
|
59
|
-
|
60
|
-
## Notes
|
61
|
-
|
62
|
-
[Any additional context, learnings, gotchas, or references]
|
63
|
-
|
64
|
-
---
|
65
|
-
|
66
|
-
**Session Status**: [ongoing / completed / handed-off]
|
67
|
-
**Commits this session**: [N commits]
|
68
|
-
**Lines changed**: [+X -Y]
|
1
|
+
# Session Log: [AGENT-NAME]
|
2
|
+
|
3
|
+
**Date**: YYYY-MM-DD
|
4
|
+
**Agent**: [claude-code / github-copilot-cli]
|
5
|
+
**Feature**: [feature number and name]
|
6
|
+
**Duration**: [HH:MM or "ongoing"]
|
7
|
+
|
8
|
+
## Session Goals
|
9
|
+
|
10
|
+
- [ ] Goal 1
|
11
|
+
- [ ] Goal 2
|
12
|
+
- [ ] Goal 3
|
13
|
+
|
14
|
+
## Work Completed
|
15
|
+
|
16
|
+
### [Task/Area 1]
|
17
|
+
- Implemented: [what was done]
|
18
|
+
- Files changed:
|
19
|
+
- `path/to/file1.ext`
|
20
|
+
- `path/to/file2.ext`
|
21
|
+
- Commits:
|
22
|
+
- `abc1234` - [commit message]
|
23
|
+
|
24
|
+
### [Task/Area 2]
|
25
|
+
- Implemented: [what was done]
|
26
|
+
- Files changed:
|
27
|
+
- `path/to/file3.ext`
|
28
|
+
- Commits:
|
29
|
+
- `def5678` - [commit message]
|
30
|
+
|
31
|
+
## Decisions Made
|
32
|
+
|
33
|
+
1. **[Decision Title]**
|
34
|
+
- What: [what was decided]
|
35
|
+
- Why: [rationale]
|
36
|
+
- Alternatives considered: [if any]
|
37
|
+
- Impact: [how this affects the feature]
|
38
|
+
|
39
|
+
## Blockers / Issues
|
40
|
+
|
41
|
+
- ⚠ [Issue 1 if any]
|
42
|
+
- ⚠ [Issue 2 if any]
|
43
|
+
|
44
|
+
## Handoff Items
|
45
|
+
|
46
|
+
> If handing off to another agent, fill this out:
|
47
|
+
|
48
|
+
- [ ] Task for next agent
|
49
|
+
- [ ] Another task
|
50
|
+
- [ ] Final task
|
51
|
+
|
52
|
+
**Handoff notes**:
|
53
|
+
[Any context the next agent needs]
|
54
|
+
|
55
|
+
## Next Steps
|
56
|
+
|
57
|
+
- [ ] Next action 1
|
58
|
+
- [ ] Next action 2
|
59
|
+
|
60
|
+
## Notes
|
61
|
+
|
62
|
+
[Any additional context, learnings, gotchas, or references]
|
63
|
+
|
64
|
+
---
|
65
|
+
|
66
|
+
**Session Status**: [ongoing / completed / handed-off]
|
67
|
+
**Commits this session**: [N commits]
|
68
|
+
**Lines changed**: [+X -Y]
|
@@ -0,0 +1,259 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: lite-kits
|
3
|
+
Version: 0.3.2
|
4
|
+
Summary: Lightweight enhancement kits for vanilla dev tools (spec-kit, etc.)
|
5
|
+
Project-URL: Homepage, https://github.com/tmorgan181/lite-kits
|
6
|
+
Project-URL: Documentation, https://github.com/tmorgan181/lite-kits#readme
|
7
|
+
Project-URL: Repository, https://github.com/tmorgan181/lite-kits
|
8
|
+
Project-URL: Issues, https://github.com/tmorgan181/lite-kits/issues
|
9
|
+
Author: lite-kits contributors
|
10
|
+
License: MIT
|
11
|
+
License-File: LICENSE
|
12
|
+
Keywords: ai,development-workflow,enhancement,git,kits,spec-kit
|
13
|
+
Classifier: Development Status :: 4 - Beta
|
14
|
+
Classifier: Intended Audience :: Developers
|
15
|
+
Classifier: License :: OSI Approved :: MIT License
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
19
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
20
|
+
Requires-Python: >=3.11
|
21
|
+
Requires-Dist: pyyaml>=6.0.0
|
22
|
+
Requires-Dist: rich>=13.0.0
|
23
|
+
Requires-Dist: typer>=0.9.0
|
24
|
+
Provides-Extra: dev
|
25
|
+
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
|
26
|
+
Requires-Dist: pytest>=7.0.0; extra == 'dev'
|
27
|
+
Requires-Dist: ruff>=0.1.0; extra == 'dev'
|
28
|
+
Description-Content-Type: text/markdown
|
29
|
+
|
30
|
+
# 🌈 LITE-KITS 🎒
|
31
|
+
|
32
|
+
[](https://github.com/tmorgan181/lite-kits/releases/tag/v0.3.0)
|
33
|
+
[](https://www.python.org/downloads/)
|
34
|
+
[](https://github.com/astral-sh/uv)
|
35
|
+
[](https://github.com/github/spec-kit)
|
36
|
+
[](https://opensource.org/licenses/MIT)
|
37
|
+
|
38
|
+
**Lightweight enhancement kits for spec-driven development.**
|
39
|
+
|
40
|
+
<img width="750" height="450" alt="lite-kits banner in terminal" src="assets/banner.gif" />
|
41
|
+
|
42
|
+
## What is this?
|
43
|
+
|
44
|
+
**lite-kits** adds productivity-enhancing slash commands to [spec-kit](https://github.com/github/spec-kit) projects. Get smart git workflows (`/commit`, `/pr`, `/cleanup`), project orientation (`/orient`), code quality tools (`/review`, `/audit`, `/stats`), and optional multi-agent coordination.
|
45
|
+
|
46
|
+
It's an **add-on**, not a fork—your vanilla spec-kit stays vanilla, and you benefit from upstream updates automatically.
|
47
|
+
|
48
|
+
## Quick Start
|
49
|
+
|
50
|
+
### 1. Install lite-kits
|
51
|
+
|
52
|
+
```bash
|
53
|
+
# Recommended: Install with uv
|
54
|
+
uv tool install lite-kits
|
55
|
+
|
56
|
+
# Or with pip
|
57
|
+
pip install lite-kits
|
58
|
+
```
|
59
|
+
|
60
|
+
### 2. Add kits to your spec-kit project
|
61
|
+
|
62
|
+
```bash
|
63
|
+
cd your-spec-kit-project
|
64
|
+
|
65
|
+
# Add dev-kit (all solo development commands)
|
66
|
+
lite-kits add
|
67
|
+
|
68
|
+
# Check what was installed
|
69
|
+
lite-kits status
|
70
|
+
```
|
71
|
+
|
72
|
+
### 3. Use the commands
|
73
|
+
|
74
|
+
```bash
|
75
|
+
# In Claude Code or GitHub Copilot
|
76
|
+
/orient # Get project context
|
77
|
+
/commit # Smart commit with staging
|
78
|
+
/pr # Create PR with auto-push
|
79
|
+
/review # Review staged changes
|
80
|
+
/cleanup # Clean up merged branches
|
81
|
+
/audit # Security analysis
|
82
|
+
/stats # Project metrics
|
83
|
+
```
|
84
|
+
|
85
|
+
That's it! See [GUIDE.md](docs/GUIDE.md) for detailed command documentation and examples.
|
86
|
+
|
87
|
+
## Features
|
88
|
+
|
89
|
+
**Dev-Kit** (solo development):
|
90
|
+
- `/orient` - Quick project orientation for AI agents
|
91
|
+
- `/commit` - Smart commits with staging proposals and conventional commits
|
92
|
+
- `/pr` - Pull request creation with auto-push and smart descriptions
|
93
|
+
- `/review` - Code review against best practices
|
94
|
+
- `/cleanup` - Safe merged branch cleanup
|
95
|
+
- `/audit` - Security analysis on dependencies and code patterns
|
96
|
+
- `/stats` - Project metrics and complexity analysis
|
97
|
+
|
98
|
+
**Multiagent-Kit** (optional, for multi-agent workflows):
|
99
|
+
- `/sync` - Multi-agent coordination status
|
100
|
+
- Collaboration directories and templates
|
101
|
+
- Memory guides (PR workflow, git worktrees protocol)
|
102
|
+
|
103
|
+
**CLI Features:**
|
104
|
+
- Beautiful terminal output with proper spacing
|
105
|
+
- Preview-first (see changes before applying)
|
106
|
+
- Smart auto-detection (agents and shells)
|
107
|
+
- File count summaries
|
108
|
+
- `help` command: `lite-kits help [COMMAND]`
|
109
|
+
- `--force` flag to skip confirmations
|
110
|
+
|
111
|
+
## Installation
|
112
|
+
|
113
|
+
### Prerequisites
|
114
|
+
|
115
|
+
lite-kits enhances GitHub spec-kit projects. You'll need:
|
116
|
+
|
117
|
+
1. **Python 3.11+** - [Download here](https://www.python.org/downloads/)
|
118
|
+
- Automatically checked by pip/uv during installation
|
119
|
+
|
120
|
+
2. **Node.js & npm** - [Download here](https://nodejs.org/)
|
121
|
+
- Required to install spec-kit (spec-kit is a Node.js package)
|
122
|
+
|
123
|
+
3. **spec-kit** - GitHub's spec-driven development framework (REQUIRED)
|
124
|
+
```bash
|
125
|
+
npm install -g @github/spec-kit
|
126
|
+
```
|
127
|
+
- lite-kits won't work without spec-kit initialized first
|
128
|
+
- Creates `.claude/` or `.github/prompts/` directories where commands are installed
|
129
|
+
|
130
|
+
### Complete Installation Flow
|
131
|
+
|
132
|
+
```bash
|
133
|
+
# 1. Install spec-kit (if not already installed)
|
134
|
+
npm install -g @github/spec-kit
|
135
|
+
|
136
|
+
# 2. Create a spec-kit project (or use existing)
|
137
|
+
specify init my-project
|
138
|
+
cd my-project
|
139
|
+
|
140
|
+
# 3. Install lite-kits
|
141
|
+
uv tool install lite-kits # Recommended: with uv
|
142
|
+
# OR
|
143
|
+
pip install lite-kits # Alternative: with pip
|
144
|
+
|
145
|
+
# 4. Add enhancement kits to your project
|
146
|
+
lite-kits add # Adds dev-kit (all commands)
|
147
|
+
|
148
|
+
# 5. Start using commands in your AI assistant
|
149
|
+
/orient # Get project context
|
150
|
+
/commit # Smart commit workflow
|
151
|
+
```
|
152
|
+
|
153
|
+
### Alternative Install Methods
|
154
|
+
|
155
|
+
**With pip:**
|
156
|
+
```bash
|
157
|
+
pip install lite-kits
|
158
|
+
```
|
159
|
+
|
160
|
+
**From source:**
|
161
|
+
```bash
|
162
|
+
git clone https://github.com/tmorgan181/lite-kits.git
|
163
|
+
cd lite-kits
|
164
|
+
uv build
|
165
|
+
uv tool install dist/lite_kits-*.whl
|
166
|
+
```
|
167
|
+
|
168
|
+
### AI Assistant Compatibility
|
169
|
+
|
170
|
+
lite-kits commands work with any AI assistant that supports slash commands:
|
171
|
+
- ✅ **GitHub Copilot** (VSCode extension or CLI) - Native GitHub integration
|
172
|
+
- ✅ **Claude Code** (VSCode extension)
|
173
|
+
- ✅ Any assistant that reads `.md` prompt files
|
174
|
+
|
175
|
+
No additional configuration required—commands are just markdown files that your AI assistant reads.
|
176
|
+
|
177
|
+
## CLI Commands
|
178
|
+
|
179
|
+
```bash
|
180
|
+
# Kit management
|
181
|
+
lite-kits add # Add dev-kit
|
182
|
+
lite-kits add --kit dev # Add specific kit
|
183
|
+
lite-kits add --kit multiagent # Add multiagent-kit
|
184
|
+
lite-kits remove --all # Remove all kits
|
185
|
+
lite-kits remove --kit dev --force # Remove without confirmation
|
186
|
+
|
187
|
+
# Status and info
|
188
|
+
lite-kits status # Show installed kits
|
189
|
+
lite-kits validate # Verify installation
|
190
|
+
lite-kits info # Package information
|
191
|
+
lite-kits help [COMMAND] # Show help
|
192
|
+
|
193
|
+
# Global options
|
194
|
+
lite-kits --version / -V # Show version
|
195
|
+
lite-kits --banner # Show animated banner
|
196
|
+
lite-kits --quiet / -q # Suppress output
|
197
|
+
lite-kits --verbose / -v # Extra output
|
198
|
+
```
|
199
|
+
|
200
|
+
See [GUIDE.md](docs/GUIDE.md) for detailed documentation and examples.
|
201
|
+
|
202
|
+
## What's New in v0.2.0
|
203
|
+
|
204
|
+
**Major rewrite with focus on modularity and UX:**
|
205
|
+
|
206
|
+
- ✨ Manifest-driven architecture (zero hardcoded logic)
|
207
|
+
- 🔧 Modular installer (detector, validator, conflict_checker)
|
208
|
+
- 📦 Kit consolidation: project-kit + git-kit → **dev-kit**
|
209
|
+
- 🎨 Perfect terminal spacing and file count summaries
|
210
|
+
- 💬 `help` command with optional command argument
|
211
|
+
- ⚡ `--force` flag for remove command
|
212
|
+
- 🐛 Fixed all critical bugs (#1, #3, #4, #6, #7)
|
213
|
+
|
214
|
+
See [CHANGELOG.md](CHANGELOG.md) for full release notes.
|
215
|
+
|
216
|
+
## Documentation
|
217
|
+
|
218
|
+
- **[GUIDE.md](docs/GUIDE.md)** - Complete command reference, workflows, and examples
|
219
|
+
- **[CHANGELOG.md](CHANGELOG.md)** - Version history and migration notes
|
220
|
+
- **[CONTRIBUTING.md](CONTRIBUTING.md)** - How to contribute
|
221
|
+
- **[manifest-schema.md](docs/manifest-schema.md)** - Technical reference for kits.yaml
|
222
|
+
|
223
|
+
## Architecture
|
224
|
+
|
225
|
+
**Enhance, don't replace:**
|
226
|
+
- lite-kits is an add-on for vanilla spec-kit (not a fork)
|
227
|
+
- Only adds files, never modifies spec-kit core
|
228
|
+
- Get upstream spec-kit updates automatically
|
229
|
+
- Modular kits (add/remove as needed)
|
230
|
+
|
231
|
+
**Content-first structure:**
|
232
|
+
- `kits/{kit-name}/commands/{command}.{agent}.md`
|
233
|
+
- Easy to add new commands, agents, and shells
|
234
|
+
- Single manifest (kits.yaml) as source of truth
|
235
|
+
|
236
|
+
**Modular installer:**
|
237
|
+
- Auto-detect agents (Claude, Copilot) and shells (Bash, PowerShell)
|
238
|
+
- Preview-first operations with conflict checking
|
239
|
+
- Clean separation of concerns across focused modules
|
240
|
+
|
241
|
+
## Support & Contributing
|
242
|
+
|
243
|
+
- **Issues**: [GitHub Issues](https://github.com/tmorgan181/lite-kits/issues)
|
244
|
+
- **Discussions**: [GitHub Discussions](https://github.com/tmorgan181/lite-kits/discussions)
|
245
|
+
- **Contributing**: See [CONTRIBUTING.md](CONTRIBUTING.md)
|
246
|
+
|
247
|
+
## License
|
248
|
+
|
249
|
+
MIT License - see [LICENSE](LICENSE) for details.
|
250
|
+
|
251
|
+
## Acknowledgments
|
252
|
+
|
253
|
+
Built to enhance [GitHub Spec-Kit](https://github.com/github/spec-kit), a framework for spec-driven development with AI agents.
|
254
|
+
|
255
|
+
---
|
256
|
+
|
257
|
+
**Status**: Beta (v0.3.0) - Ready for production use
|
258
|
+
|
259
|
+
**Philosophy**: Enhance, don't replace. lite-kits adds features to vanilla spec-kit without forking or modifying core files.
|
@@ -0,0 +1,41 @@
|
|
1
|
+
lite_kits/__init__.py,sha256=u19xpi8iRun2hFYiSa0o95fRoiEOKHEWGbIeeuCkWws,1861
|
2
|
+
lite_kits/cli.py,sha256=f8WSRtcGlfXQ03evxCbz1dDkwcB04sBQAusOyg4S7Ms,40390
|
3
|
+
lite_kits/core/__init__.py,sha256=CTcK9Sx2btiWC5tWhO2Tl7CaUIE6voyL5kyewnwq100,505
|
4
|
+
lite_kits/core/banner.py,sha256=vdUXg8pFF6Bo0C5ulnQ6oWQXGfro4JtJWE23wuvRa9c,6593
|
5
|
+
lite_kits/core/conflict_checker.py,sha256=_RxcQv93KM0H6pWMdwJ_yuw9KQKanswilM6rCTZk8Js,3777
|
6
|
+
lite_kits/core/detector.py,sha256=U8m-7nbRX3X_3GOsQSDDtRn3Wq6HE1W2JFdce0blLVU,6450
|
7
|
+
lite_kits/core/installer.py,sha256=JOLw78YdgET7ZO13fhrGCAMaaum4y8qstmBhNBHnFmw,12092
|
8
|
+
lite_kits/core/manifest.py,sha256=j4A8xb2EKolhsY_8z9iNSOSH8oFyIHGxnzCo54fTu-g,4426
|
9
|
+
lite_kits/core/validator.py,sha256=R507wqx1jn4Yi0UiHDLCvmcVACe2_ZV5gAk7ujVUS_U,5984
|
10
|
+
lite_kits/kits/README.md,sha256=QVPc-62gMEiYfeGlhWwBRwQzgzoHRda3zgiDkIW08D0,5834
|
11
|
+
lite_kits/kits/kits.yaml,sha256=NOPMfEN6b1nzMmHVBPtIkrO_hTrQ7KWDv1tKN_1q9F0,15941
|
12
|
+
lite_kits/kits/dev/README.md,sha256=fA8bR3Zx-uMr7yl-5LQIt-Smj4Ow-AJh-_PdWY7iuUg,6974
|
13
|
+
lite_kits/kits/dev/commands/.claude/audit.md,sha256=49SWMrD0rF--vsJoAIaNf3CGH29U4nwupyXtaoXt9Ws,3799
|
14
|
+
lite_kits/kits/dev/commands/.claude/cleanup.md,sha256=Pl8J0EzD-N05kR-12XyurTZTBHV61CUr2rShDurEJS4,9466
|
15
|
+
lite_kits/kits/dev/commands/.claude/commit.md,sha256=P0QsAQJwyAmHDYtudXRdZ4f3df5GWfiLaW92q6Tw51g,17128
|
16
|
+
lite_kits/kits/dev/commands/.claude/orient.md,sha256=KUFXugOe4TGfhk2EA2v_6xMm5VxrLBOWnCnuDd0nG5c,4846
|
17
|
+
lite_kits/kits/dev/commands/.claude/pr.md,sha256=Z86va4eLdD_XqV0qQwisaPYe6mpfbHoOm0rBGC1YYFY,14741
|
18
|
+
lite_kits/kits/dev/commands/.claude/review.md,sha256=yxC4cCxllW57FMnkt610os1_cRbvNWYWt-DFidRQ6_4,6108
|
19
|
+
lite_kits/kits/dev/commands/.claude/stats.md,sha256=l-rsIjXK7iamBGsUo5MdUFGRvmppFpatGWc_odOLPb4,3689
|
20
|
+
lite_kits/kits/dev/commands/.github/audit.prompt.md,sha256=WZMTu0yoQtb3JdzevWp2DU6TdU_-L6w9Z93JC0M6_rI,4233
|
21
|
+
lite_kits/kits/dev/commands/.github/cleanup.prompt.md,sha256=IvBE2CKuCak6p_e_MjNy6Sok7BGFRMuifJjHL1vMxEQ,11123
|
22
|
+
lite_kits/kits/dev/commands/.github/commit.prompt.md,sha256=gtJmIsR608G809Uv6rNEsnezMnuajMwvFrvO3txUVBE,16644
|
23
|
+
lite_kits/kits/dev/commands/.github/orient.prompt.md,sha256=MWE2Tldp2I4858DzskuHRN5urGtfMLKTJDBsUcaDZoQ,5245
|
24
|
+
lite_kits/kits/dev/commands/.github/pr.prompt.md,sha256=21bSX4QRnq9Za1p2Q25tn5pZ4YKH9Sn5Qsh_UP5qyw4,16007
|
25
|
+
lite_kits/kits/dev/commands/.github/review.prompt.md,sha256=u6II5kc55_MDAcScWv5gwC-iSf6ZS-FaZUcDE27ffN4,6148
|
26
|
+
lite_kits/kits/dev/commands/.github/stats.prompt.md,sha256=XG6UIzFv4iorSfnMYFxup-FXmuyhYzMtl_tscWEFg_4,4132
|
27
|
+
lite_kits/kits/multiagent/README.md,sha256=om9K_IEebt9CKv7nvAyu4zv5dLNGpMM4EdZWniWPFqo,11646
|
28
|
+
lite_kits/kits/multiagent/commands/.claude/sync.md,sha256=sgWXtrZX-yxYBD4AytaFgLn8vgKwhjs_gXLc4B-4nuA,8793
|
29
|
+
lite_kits/kits/multiagent/commands/.github/sync.prompt.md,sha256=h5vuYcJ0f7McSFvn-eEE-1ec3VFmkqSOChrHxh99Sjk,9873
|
30
|
+
lite_kits/kits/multiagent/memory/git-worktrees-protocol.md,sha256=6TnfPAg2VumTUmZCFIfA2AgOPuSHQzc5Alyojhlmv30,8508
|
31
|
+
lite_kits/kits/multiagent/memory/parallel-work-protocol.md,sha256=bbPA8_LxtuNjjrO0Sv_YWVT4jtVmfa4VYRjuIaz42xM,10511
|
32
|
+
lite_kits/kits/multiagent/memory/pr-workflow-guide.md,sha256=96vDQsIRB5XlBjOs30fJtGBamIJGE9t_HpfCIg11eH0,6687
|
33
|
+
lite_kits/kits/multiagent/templates/decision.md,sha256=9_lNI1saH0VEHVUPkGcPmGxx_m40Q-pzHy4AyGWOwtg,1574
|
34
|
+
lite_kits/kits/multiagent/templates/handoff.md,sha256=qelw7fqNCCZ9ahSqg7kwDI3ybsZ2C7WgvHEXevkNu4Y,1884
|
35
|
+
lite_kits/kits/multiagent/templates/session-log.md,sha256=k1aIcqGR_u2HMV6K4XSdUnBYtEipbs7SHPqVmjLD1V0,1229
|
36
|
+
lite_kits/kits/multiagent/templates/collaboration-structure/README.md,sha256=CV21_AW65r8G6sk67RAjYE3K--6swz5KyTMBkGqLcrA,4452
|
37
|
+
lite_kits-0.3.2.dist-info/METADATA,sha256=SyH-xf4Ydfbwzub3_F3blHWA8z-G67DmniHMIY4Xaig,8903
|
38
|
+
lite_kits-0.3.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
39
|
+
lite_kits-0.3.2.dist-info/entry_points.txt,sha256=MjQtxMuAdI6KyJXqs8hJBpWh4cCMQr7QvCml-LbPXqI,48
|
40
|
+
lite_kits-0.3.2.dist-info/licenses/LICENSE,sha256=nfbkCAHVCFChNHwTqFyHRpEX392TkcZ0N7AtJ8pG1iw,1092
|
41
|
+
lite_kits-0.3.2.dist-info/RECORD,,
|
@@ -1,21 +1,21 @@
|
|
1
|
-
MIT License
|
2
|
-
|
3
|
-
Copyright (c) 2025
|
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 Trenton Morgan
|
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.
|