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,447 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: lite-kits
|
3
|
-
Version: 0.1.1
|
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 :: 3 - Alpha
|
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.1.1)
|
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="2096" height="1383" alt="image" src="https://github.com/user-attachments/assets/8ee06b31-d492-4add-bd60-8b60d8b88357" />
|
41
|
-
|
42
|
-
## What is this?
|
43
|
-
|
44
|
-
**`lite-kits`** adds modular enhancement kits to vanilla spec-driven development workflows built on [GitHub Spec-Kit](https://github.com/github/spec-kit).
|
45
|
-
|
46
|
-
Spec-Kit is a framework for AI-driven collaborative development (spec → plan → tasks → implement) using markdown prompts and scripts. Think "vibe coding" but with structure.
|
47
|
-
|
48
|
-
**lite-kits** adds three optional enhancement kits to vanilla spec-kit projects:
|
49
|
-
|
50
|
-
- 🎯 **project-kit** - Agent orientation (`/orient` command)
|
51
|
-
- 🔧 **git-kit** - Smart git workflows (`/commit`, `/pr`, `/cleanup`)
|
52
|
-
- 🤝 **multiagent-kit** - Multi-agent coordination (`/sync`, collaboration directories)
|
53
|
-
|
54
|
-
Each kit installs `.md` prompt files for AI assistants (Claude Code, GitHub Copilot, Copilot CLI) and optional scripts.
|
55
|
-
|
56
|
-
## Installation
|
57
|
-
|
58
|
-
### Prerequisites
|
59
|
-
|
60
|
-
1. **GitHub Spec-Kit** - Install the `specify` CLI tool:
|
61
|
-
```bash
|
62
|
-
# See: https://github.com/github/spec-kit
|
63
|
-
npm install -g @github/specify
|
64
|
-
# Or use pipx, etc.
|
65
|
-
```
|
66
|
-
|
67
|
-
2. **Create a spec-kit project** (if you don't have one):
|
68
|
-
```bash
|
69
|
-
specify init my-project
|
70
|
-
cd my-project
|
71
|
-
```
|
72
|
-
|
73
|
-
3. **Python 3.11+** - For lite-kits itself
|
74
|
-
|
75
|
-
4. **AI Assistant** - At least one: GitHub Copilot, GitHub Copilot CLI, Claude Code, Claude Code VSCode Extension
|
76
|
-
|
77
|
-
### Install lite-kits
|
78
|
-
|
79
|
-
**Via pip** (when published):
|
80
|
-
```bash
|
81
|
-
pip install lite-kits
|
82
|
-
```
|
83
|
-
|
84
|
-
**From source** (current):
|
85
|
-
```bash
|
86
|
-
# Clone repository
|
87
|
-
git clone https://github.com/tmorgan181/lite-kits.git
|
88
|
-
cd lite-kits
|
89
|
-
|
90
|
-
# Build the package
|
91
|
-
uv build
|
92
|
-
|
93
|
-
# Install with uv (recommended)
|
94
|
-
uv tool install dist/lite_kits-0.1.0-py3-none-any.whl
|
95
|
-
|
96
|
-
# Or with pip
|
97
|
-
pip install dist/lite_kits-0.1.0-py3-none-any.whl
|
98
|
-
```
|
99
|
-
|
100
|
-
## ✨ Beautiful CLI Experience
|
101
|
-
|
102
|
-
**lite-kits** v0.1.1 features a stunning ASCII banner system with UV-inspired modern CLI patterns:
|
103
|
-
|
104
|
-
- 🎨 **Beautiful ASCII Art** - LITE-KITS branding with professional charm
|
105
|
-
- ⚡ **Smart Display Modes** - Static banners for daily use, animated for special moments
|
106
|
-
- 🚀 **UV-Style Commands** - Modern global options (`--version/-V`, `--quiet/-q`, `--verbose/-v`)
|
107
|
-
- 📊 **Professional Tables** - Clean information displays and status reports
|
108
|
-
- 🎯 **Context-Aware** - Shows installed kits and project status intelligently
|
109
|
-
|
110
|
-
**Vibe coding with professional polish!** ✨
|
111
|
-
|
112
|
-
## Key Features
|
113
|
-
|
114
|
-
### 🔧 Git-Kit
|
115
|
-
|
116
|
-
Smart git workflow commands:
|
117
|
-
|
118
|
-
**`/commit`** - Intelligent commits with staging proposals
|
119
|
-
- Combined staging + commit message approval
|
120
|
-
- Multi-commit suggestions for large changesets
|
121
|
-
- Conventional commits with feature numbers
|
122
|
-
- Agent attribution tracking
|
123
|
-
|
124
|
-
**`/pr`** - Pull request creation with auto-push
|
125
|
-
- Automatic branch pushing before PR
|
126
|
-
- PR status checking (prevents duplicates)
|
127
|
-
- Smart description generation from commits
|
128
|
-
- Modular PR scope (only describes current work)
|
129
|
-
|
130
|
-
**`/cleanup`** - Safe branch cleanup
|
131
|
-
- Delete merged branches safely
|
132
|
-
- Optional remote deletion
|
133
|
-
- Current branch detection
|
134
|
-
- Protected branch safety
|
135
|
-
|
136
|
-
### 🎯 Project-Kit
|
137
|
-
|
138
|
-
**`/orient`** - Agent orientation command
|
139
|
-
- Reads project documentation
|
140
|
-
- Checks current git state
|
141
|
-
- Determines agent role
|
142
|
-
- Provides concise context
|
143
|
-
|
144
|
-
### 🤝 Multiagent-Kit
|
145
|
-
|
146
|
-
**`/sync`** - Multi-agent coordination status
|
147
|
-
- Visual sync status display
|
148
|
-
- Agent activity tracking
|
149
|
-
- Collaboration structure detection
|
150
|
-
|
151
|
-
**Collaboration directories** for multi-agent coordination:
|
152
|
-
```
|
153
|
-
specs/NNN-feature/collaboration/
|
154
|
-
├── active/ # Current work
|
155
|
-
│ ├── sessions/ # Work session logs
|
156
|
-
│ └── decisions/ # Handoffs, proposals
|
157
|
-
├── archive/ # Historical (YYYY-MM/)
|
158
|
-
└── results/ # Completed deliverables
|
159
|
-
```
|
160
|
-
|
161
|
-
**Memory guides**:
|
162
|
-
- PR Workflow Guide - How AI agents create pull requests
|
163
|
-
- Git Worktrees Protocol - Parallel development with worktrees
|
164
|
-
|
165
|
-
## Quick Start
|
166
|
-
|
167
|
-
### 1. Add kits to your spec-kit project
|
168
|
-
|
169
|
-
```bash
|
170
|
-
cd your-spec-kit-project
|
171
|
-
lite-kits add --here --dry-run --recommended # Preview changes
|
172
|
-
lite-kits add --here --recommended # Add project + git kits
|
173
|
-
```
|
174
|
-
|
175
|
-
**What gets added**:
|
176
|
-
- Git workflow commands (`/commit`, `/pr`, `/cleanup`)
|
177
|
-
- Project orientation command (`/orient`)
|
178
|
-
- Multi-agent coordination tools (`/sync`, collaboration structure) - optional
|
179
|
-
- Memory guides (PR workflow, git worktrees protocol) - optional
|
180
|
-
|
181
|
-
### 2. Use the commands in your AI assistant
|
182
|
-
|
183
|
-
```bash
|
184
|
-
# In Claude Code or GitHub Copilot
|
185
|
-
/orient # Get project context
|
186
|
-
/commit # Smart commit with staging
|
187
|
-
/pr # Create PR with auto-push
|
188
|
-
/cleanup # Clean up merged branches
|
189
|
-
/sync # Check multi-agent status
|
190
|
-
```
|
191
|
-
|
192
|
-
### 3. Start building
|
193
|
-
|
194
|
-
```bash
|
195
|
-
# Standard spec-kit workflow with enhanced git commands
|
196
|
-
/specify Build a user authentication system
|
197
|
-
/plan
|
198
|
-
/tasks
|
199
|
-
/implement
|
200
|
-
/commit # Use smart commit
|
201
|
-
/pr # Auto-push and create PR
|
202
|
-
```
|
203
|
-
|
204
|
-
## Usage
|
205
|
-
|
206
|
-
### CLI Commands
|
207
|
-
|
208
|
-
**Beautiful Banner Experience:**
|
209
|
-
```bash
|
210
|
-
# Welcome screen with static banner + quick start
|
211
|
-
lite-kits # Show banner and quick start guide
|
212
|
-
|
213
|
-
# Animated celebration banner
|
214
|
-
lite-kits --banner # Special animated ASCII art
|
215
|
-
|
216
|
-
# Banner integrated into all commands
|
217
|
-
lite-kits status # Beautiful status display
|
218
|
-
lite-kits info # Professional info tables
|
219
|
-
```
|
220
|
-
|
221
|
-
**Kit Management:**
|
222
|
-
```bash
|
223
|
-
# Add kits to a project (working directory by default)
|
224
|
-
lite-kits add --recommended # Add project + git kits
|
225
|
-
lite-kits add --kit project # Add specific kit
|
226
|
-
lite-kits add --dry-run --recommended # Preview changes
|
227
|
-
lite-kits add --directory /path/to/project # Specify different directory
|
228
|
-
|
229
|
-
# Check status with beautiful display
|
230
|
-
lite-kits status # Show installed kits with banner
|
231
|
-
|
232
|
-
# Validate installation
|
233
|
-
lite-kits validate # Verify kit installation
|
234
|
-
|
235
|
-
# Remove kits
|
236
|
-
lite-kits remove --kit git # Remove specific kit
|
237
|
-
lite-kits remove --all # Remove all kits
|
238
|
-
```
|
239
|
-
|
240
|
-
**Package Management:**
|
241
|
-
```bash
|
242
|
-
# Get package info with professional tables
|
243
|
-
lite-kits info # Show version, kits, quick start
|
244
|
-
|
245
|
-
# Uninstall instructions
|
246
|
-
lite-kits uninstall # How to remove package
|
247
|
-
|
248
|
-
# Version and global options (UV-style)
|
249
|
-
lite-kits --version / -V # Show version only
|
250
|
-
lite-kits --quiet / -q # Suppress banners
|
251
|
-
lite-kits --verbose / -v # Extra output
|
252
|
-
lite-kits --directory <path> # Set working directory
|
253
|
-
```
|
254
|
-
|
255
|
-
### Git Workflow Example
|
256
|
-
|
257
|
-
```bash
|
258
|
-
# Make changes to your code
|
259
|
-
|
260
|
-
# Smart commit with combined staging + message approval
|
261
|
-
/commit
|
262
|
-
# Shows: staging plan + commit message in one prompt
|
263
|
-
# Options: y (approve), es (edit staging), em (edit message)
|
264
|
-
|
265
|
-
# Create PR (auto-pushes branch first!)
|
266
|
-
/pr
|
267
|
-
# Checks: No existing PR, pushes branch, creates PR
|
268
|
-
# Description: Only describes commits in THIS PR (modular scope)
|
269
|
-
|
270
|
-
# Clean up merged branches
|
271
|
-
/cleanup
|
272
|
-
# Safe deletion with protection for current/base/unmerged branches
|
273
|
-
# Optional: --remote flag to delete from remote too
|
274
|
-
```
|
275
|
-
|
276
|
-
### Multi-Agent Workflow Example
|
277
|
-
|
278
|
-
**Scenario**: Claude Code (backend) + GitHub Copilot (frontend) building a blog.
|
279
|
-
|
280
|
-
1. **Claude Code**: Creates spec and plan
|
281
|
-
```bash
|
282
|
-
/specify Build a blog platform with auth
|
283
|
-
/plan
|
284
|
-
```
|
285
|
-
|
286
|
-
2. **Claude Code**: Creates handoff document
|
287
|
-
```
|
288
|
-
specs/002-blog/collaboration/active/decisions/agent-split.md
|
289
|
-
- Claude: Backend (API, database, auth)
|
290
|
-
- Copilot: Frontend (React, UI, components)
|
291
|
-
```
|
292
|
-
|
293
|
-
3. **Both agents**: Work in parallel with git worktrees
|
294
|
-
```bash
|
295
|
-
# Claude
|
296
|
-
git worktree add ../blog-backend 002-blog
|
297
|
-
|
298
|
-
# Copilot
|
299
|
-
git worktree add ../blog-frontend 002-blog
|
300
|
-
```
|
301
|
-
|
302
|
-
4. **Both agents**: Commit with attribution
|
303
|
-
```bash
|
304
|
-
/commit
|
305
|
-
# Message includes: via claude-sonnet-4.5 @ claude-code
|
306
|
-
```
|
307
|
-
|
308
|
-
5. **Check sync status**:
|
309
|
-
```bash
|
310
|
-
/sync
|
311
|
-
# Shows: agent activity, collaboration status, recommendations
|
312
|
-
```
|
313
|
-
|
314
|
-
6. **Integration**: Test together, create PR with `/pr`
|
315
|
-
|
316
|
-
## Architecture
|
317
|
-
|
318
|
-
### Add-on Design (Not a Fork)
|
319
|
-
|
320
|
-
**lite-kits** is an **add-on** for vanilla spec-kit, not a fork or replacement:
|
321
|
-
|
322
|
-
- ✅ **Vanilla spec-kit stays vanilla** - Your `specify` workflow is unchanged
|
323
|
-
- ✅ **Get upstream updates** - Benefit from spec-kit improvements automatically
|
324
|
-
- ✅ **Modular kits** - Add/remove individual kits as needed
|
325
|
-
- ✅ **No file replacements** - Only adds new files, never modifies spec-kit core
|
326
|
-
|
327
|
-
### What Gets Added
|
328
|
-
|
329
|
-
When you run `lite-kits add`, it installs `.md` prompt files and optional scripts:
|
330
|
-
|
331
|
-
**Kit commands** (markdown prompts for AI assistants):
|
332
|
-
- `.claude/commands/*.md` - Claude Code slash commands
|
333
|
-
- `.github/prompts/*.prompt.md` - GitHub Copilot prompt files
|
334
|
-
|
335
|
-
**Memory guides** (multiagent-kit only):
|
336
|
-
- `.specify/memory/pr-workflow-guide.md` - How AI agents should create PRs
|
337
|
-
- `.specify/memory/git-worktrees-protocol.md` - Parallel dev with worktrees
|
338
|
-
|
339
|
-
**Collaboration structure** (multiagent-kit only):
|
340
|
-
- `specs/NNN-feature/collaboration/` - Session logs, handoffs, decisions
|
341
|
-
|
342
|
-
**No modifications** to existing spec-kit files like `.specify/`, vanilla prompts, etc.
|
343
|
-
|
344
|
-
## Project Structure
|
345
|
-
|
346
|
-
```
|
347
|
-
lite-kits/
|
348
|
-
├── src/lite_kits/
|
349
|
-
│ ├── __init__.py
|
350
|
-
│ ├── cli.py # CLI commands
|
351
|
-
│ ├── installer.py # Installation logic
|
352
|
-
│ └── kits/ # Enhancement kits
|
353
|
-
│ ├── git/ # Git workflow commands
|
354
|
-
│ ├── project/ # Project orientation
|
355
|
-
│ └── multiagent/ # Multi-agent coordination
|
356
|
-
├── examples/ # Example projects
|
357
|
-
├── docs/ # Documentation
|
358
|
-
├── pyproject.toml # Package metadata
|
359
|
-
└── README.md
|
360
|
-
```
|
361
|
-
|
362
|
-
## Development
|
363
|
-
|
364
|
-
### Setup
|
365
|
-
|
366
|
-
```bash
|
367
|
-
# Clone repository
|
368
|
-
git clone https://github.com/tmorgan181/lite-kits.git
|
369
|
-
cd lite-kits
|
370
|
-
|
371
|
-
# Install with dev dependencies
|
372
|
-
uv tool install -e ".[dev]"
|
373
|
-
```
|
374
|
-
|
375
|
-
### Building
|
376
|
-
|
377
|
-
```bash
|
378
|
-
# Build package
|
379
|
-
uv build
|
380
|
-
|
381
|
-
# Install locally
|
382
|
-
uv tool install dist/lite_kits-0.1.0-py3-none-any.whl
|
383
|
-
```
|
384
|
-
|
385
|
-
### Testing (TODO)
|
386
|
-
|
387
|
-
```bash
|
388
|
-
pytest
|
389
|
-
pytest --cov=src/lite_kits
|
390
|
-
```
|
391
|
-
|
392
|
-
## Roadmap
|
393
|
-
|
394
|
-
### ✅ Phase 1: Foundation (v0.1.0)
|
395
|
-
- [x] Package structure with constants and clean architecture
|
396
|
-
- [x] Kit-based modular architecture
|
397
|
-
- [x] Git-kit (/commit, /pr, /cleanup)
|
398
|
-
- [x] Project-kit (/orient)
|
399
|
-
- [x] Multiagent-kit (/sync, collaboration)
|
400
|
-
- [x] Cross-platform support (Bash + PowerShell)
|
401
|
-
- [x] Windows encoding fixes (ASCII-safe status indicators)
|
402
|
-
- [x] CLI with Kit Management and Package Management sections
|
403
|
-
- [x] Shell completion disabled (no profile modifications)
|
404
|
-
- [x] Proper pip/uv tool installation
|
405
|
-
|
406
|
-
### Phase 2: Polish & Publish (Next - v0.2.0)
|
407
|
-
- [x] Complete CLI rebrand (`install` → `add`, proper flags)
|
408
|
-
- [x] Fix installer kit mappings (sync in multiagent, cleanup in git)
|
409
|
-
- [ ] Add examples directory with sample projects
|
410
|
-
- [ ] PyPI publication
|
411
|
-
- [ ] Documentation improvements (architecture docs, guides)
|
412
|
-
|
413
|
-
### Phase 3: Expansion (Future - v0.3.0)
|
414
|
-
- [ ] Additional kits for other vanilla tools
|
415
|
-
- [ ] Template library expansion
|
416
|
-
- [ ] Test suite (pytest)
|
417
|
-
- [ ] CI/CD automation
|
418
|
-
- [ ] Plugin system for custom kits
|
419
|
-
|
420
|
-
## Contributing
|
421
|
-
|
422
|
-
Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
423
|
-
|
424
|
-
## License
|
425
|
-
|
426
|
-
MIT License - see [LICENSE](LICENSE) for details.
|
427
|
-
|
428
|
-
## Related Projects
|
429
|
-
|
430
|
-
- [GitHub spec-kit](https://github.com/github/spec-kit) - Spec-driven development framework
|
431
|
-
- [Claude Code](https://claude.ai/code) - AI coding assistant
|
432
|
-
- [GitHub Copilot](https://github.com/features/copilot) - AI pair programmer
|
433
|
-
|
434
|
-
## Support
|
435
|
-
|
436
|
-
- **Issues**: [GitHub Issues](https://github.com/tmorgan181/lite-kits/issues)
|
437
|
-
- **Discussions**: [GitHub Discussions](https://github.com/tmorgan181/lite-kits/discussions)
|
438
|
-
|
439
|
-
## Acknowledgments
|
440
|
-
|
441
|
-
Built to enhance [GitHub Spec-Kit](https://github.com/github/spec-kit), a framework for spec-driven development with AI agents.
|
442
|
-
|
443
|
-
---
|
444
|
-
|
445
|
-
**Status**: Alpha (v0.1.0) - APIs may change
|
446
|
-
|
447
|
-
**Philosophy**: Enhance, don't replace. lite-kits adds features to vanilla spec-kit without forking or modifying core files.
|
lite_kits-0.1.1.dist-info/RECORD
DELETED
@@ -1,58 +0,0 @@
|
|
1
|
-
lite_kits/__init__.py,sha256=nYzw4h7gPO-7mvFLEsesyaVbtFd6lVfWvVQupaspVC4,282
|
2
|
-
lite_kits/cli.py,sha256=wcygfF8uU6Xdfpe7c1m2Sosu1rGsruwjBY5I0qQRbrE,17087
|
3
|
-
lite_kits/core/__init__.py,sha256=EoFPpn3bSjxTQ8dvO0Kw3HB2G_ApfWKdwcYoKg-ynOA,333
|
4
|
-
lite_kits/core/banner.py,sha256=3A7Sg5X9EKiHN9cbEFXtzOfPbM85CQex7GIpwd0bGUg,6592
|
5
|
-
lite_kits/core/installer.py,sha256=cWh7QEu6fnLnvpJHu9b3sV6sKJdzSVoO4Cmu4p2imuM,18729
|
6
|
-
lite_kits/core/manifest.py,sha256=vj79Jb6FsnzsawLV8TXyReBcNCuIgqsd65AmlsHeU-0,4262
|
7
|
-
lite_kits/kits/README.md,sha256=pSPBQPXvqHM6aWC3qTyqXsySGrP5SAsRalHDQdU0tZE,5850
|
8
|
-
lite_kits/kits/kits.yaml,sha256=Fp49OjDz7aNDO_YrhzGBXWu8m8ogXuZv9J_J7Q05x0E,5284
|
9
|
-
lite_kits/kits/dev/README.md,sha256=5qGTHH_gecNlGtnNN-oEEQmlbrMtz4Du3_EngPfhW-c,6775
|
10
|
-
lite_kits/kits/dev/claude/commands/audit.md,sha256=g-YMe4GaSx7qxXBE5DO7jB-RmAX-zsac9Hwd-RRbGj4,3942
|
11
|
-
lite_kits/kits/dev/claude/commands/cleanup.md,sha256=0t8JP9h92ADf-rOYQGVzabEEWLt7J7LG_S0WLp4eBKM,9466
|
12
|
-
lite_kits/kits/dev/claude/commands/commit.md,sha256=BwzuxzwZa3TpfQqzkgYgykWkJWWdK2fm2dUdzOLsSNY,17128
|
13
|
-
lite_kits/kits/dev/claude/commands/orient.md,sha256=s04dHQO9kN8EZs5vVXm9dFphdJHVgt3nAhqOalhzpHQ,4936
|
14
|
-
lite_kits/kits/dev/claude/commands/pr.md,sha256=y96YrDvvalpMD-qsRLiWeGU64ddsTjEmKoc_xtbdIAY,14745
|
15
|
-
lite_kits/kits/dev/claude/commands/review.md,sha256=5VlZ6A4jnWDaYjCYy5Sn0ZO7Yji-oBN_sM4FH9ZD6aQ,6310
|
16
|
-
lite_kits/kits/dev/claude/commands/stats.md,sha256=tkxBieONRzQJ7Jv-EGpTpX1KuT2XE9K9nwhJcq88Y_U,3851
|
17
|
-
lite_kits/kits/dev/github/prompts/audit.prompt.md,sha256=BeyFTTROPNYCG1AI0FqNb_xobZ6v5fVyFF2-KafAMSk,4376
|
18
|
-
lite_kits/kits/dev/github/prompts/cleanup.prompt.md,sha256=jExKnbFC_TBKQ1L4dwfVMXvHQ0odr-A0yNdYkh1GKR4,11123
|
19
|
-
lite_kits/kits/dev/github/prompts/commit.prompt.md,sha256=dO2dxLfaiNtgZ9u0jwsOVAG6lc7o7DPJkQVPL038p3w,16644
|
20
|
-
lite_kits/kits/dev/github/prompts/orient.prompt.md,sha256=PhtME5R11rR_db80W37vhEX2KhcVj9TcAYPKUQWF1uw,5336
|
21
|
-
lite_kits/kits/dev/github/prompts/pr.prompt.md,sha256=GLG76yxp1buKVojgC81nmvQqg1s1UlLGwOK6qxYkd0o,16011
|
22
|
-
lite_kits/kits/dev/github/prompts/review.prompt.md,sha256=-p2D--_fVrIezzJfq2rq2GL-zflkhT58ziWnkP4sGzI,6350
|
23
|
-
lite_kits/kits/dev/github/prompts/stats.prompt.md,sha256=rN4-aHfrqd7ITXwyxKxF1FVP-rDl7f8YYjKL818lNnU,4295
|
24
|
-
lite_kits/kits/git/README.md,sha256=ZOjWGYKTAEqgw6oYoy-X62MiiViQ6u3fz0Q1Rf6iVmo,9159
|
25
|
-
lite_kits/kits/git/claude/commands/cleanup.md,sha256=0t8JP9h92ADf-rOYQGVzabEEWLt7J7LG_S0WLp4eBKM,9466
|
26
|
-
lite_kits/kits/git/claude/commands/commit.md,sha256=BwzuxzwZa3TpfQqzkgYgykWkJWWdK2fm2dUdzOLsSNY,17128
|
27
|
-
lite_kits/kits/git/claude/commands/pr.md,sha256=y96YrDvvalpMD-qsRLiWeGU64ddsTjEmKoc_xtbdIAY,14745
|
28
|
-
lite_kits/kits/git/claude/commands/review.md,sha256=5VlZ6A4jnWDaYjCYy5Sn0ZO7Yji-oBN_sM4FH9ZD6aQ,6310
|
29
|
-
lite_kits/kits/git/github/prompts/cleanup.prompt.md,sha256=jExKnbFC_TBKQ1L4dwfVMXvHQ0odr-A0yNdYkh1GKR4,11123
|
30
|
-
lite_kits/kits/git/github/prompts/commit.prompt.md,sha256=dO2dxLfaiNtgZ9u0jwsOVAG6lc7o7DPJkQVPL038p3w,16644
|
31
|
-
lite_kits/kits/git/github/prompts/pr.prompt.md,sha256=GLG76yxp1buKVojgC81nmvQqg1s1UlLGwOK6qxYkd0o,16011
|
32
|
-
lite_kits/kits/git/github/prompts/review.prompt.md,sha256=-p2D--_fVrIezzJfq2rq2GL-zflkhT58ziWnkP4sGzI,6350
|
33
|
-
lite_kits/kits/git/scripts/bash/get-git-context.sh,sha256=VCN7jSqGBGFc38lwZLXgw-0bkp6mk-LsQSIa3JBK8Wk,5515
|
34
|
-
lite_kits/kits/git/scripts/powershell/Get-GitContext.ps1,sha256=tESwvkEMB4l_KZULWqH6AZyIf2xAcsfOkk65pxxSMN4,7034
|
35
|
-
lite_kits/kits/multiagent/README.md,sha256=Dh3iwagiDGPK0ArgTZgmwIXp_yg_pGsQfslxjkkv6JU,11658
|
36
|
-
lite_kits/kits/multiagent/claude/commands/sync.md,sha256=YN5T5DcbFjn2JaZwcNLRf7AhlhWKf3skxYvXS1pBglE,9124
|
37
|
-
lite_kits/kits/multiagent/github/prompts/sync.prompt.md,sha256=xDg-K65PGKH3CVvpJXyl8ABiEbb3yHxTbSrdzksNus4,9200
|
38
|
-
lite_kits/kits/multiagent/memory/git-worktrees-protocol.md,sha256=JfGtvIk0RqG5wLF2OrKImnz4v8nqq1P77scYLHquKfs,8878
|
39
|
-
lite_kits/kits/multiagent/memory/parallel-work-protocol.md,sha256=viYOGLolGGfex4YOrTYBIKZfYRrb5gENMpbORMYZcmE,11047
|
40
|
-
lite_kits/kits/multiagent/memory/pr-workflow-guide.md,sha256=f48rLo7Ha5KAza_ElV7LUADRSK-h8JWRxiJg_tBZRik,6962
|
41
|
-
lite_kits/kits/multiagent/templates/decision.md,sha256=If7rgke-MXtC2GgPI5agzBFMtO6SYSf2azsdp2VPycM,1653
|
42
|
-
lite_kits/kits/multiagent/templates/handoff.md,sha256=5av2s_AKmMHjZBjoxDZRw8cvDrJ-gFq-oK2J2yEY2bw,1979
|
43
|
-
lite_kits/kits/multiagent/templates/session-log.md,sha256=C4Gw1jQSYagEE4eXJOZYDmeMrJZEO8GdS2jfZCMTjTk,1297
|
44
|
-
lite_kits/kits/multiagent/templates/collaboration-structure/README.md,sha256=eJW2rEVejsbcl7obb-U-144XNrYGNbQcjpoQXWQrEQM,4618
|
45
|
-
lite_kits/kits/project/README.md,sha256=PFuvuntV_LBetoVmSPea5dGKgL8myKbJn5AJWmLxfUo,6580
|
46
|
-
lite_kits/kits/project/claude/commands/audit.md,sha256=g-YMe4GaSx7qxXBE5DO7jB-RmAX-zsac9Hwd-RRbGj4,3942
|
47
|
-
lite_kits/kits/project/claude/commands/orient.md,sha256=s04dHQO9kN8EZs5vVXm9dFphdJHVgt3nAhqOalhzpHQ,4936
|
48
|
-
lite_kits/kits/project/claude/commands/review.md,sha256=GSERemMAI-xaqxtjviSE6vSi5aF0LR-DcEWZGdNI2Cc,3022
|
49
|
-
lite_kits/kits/project/claude/commands/stats.md,sha256=tkxBieONRzQJ7Jv-EGpTpX1KuT2XE9K9nwhJcq88Y_U,3851
|
50
|
-
lite_kits/kits/project/github/prompts/audit.prompt.md,sha256=BeyFTTROPNYCG1AI0FqNb_xobZ6v5fVyFF2-KafAMSk,4376
|
51
|
-
lite_kits/kits/project/github/prompts/orient.prompt.md,sha256=PhtME5R11rR_db80W37vhEX2KhcVj9TcAYPKUQWF1uw,5336
|
52
|
-
lite_kits/kits/project/github/prompts/review.prompt.md,sha256=kXyXDRLevRtKUIawQW3PjHMnen3PaaPGhHkJSdlqbq4,3101
|
53
|
-
lite_kits/kits/project/github/prompts/stats.prompt.md,sha256=rN4-aHfrqd7ITXwyxKxF1FVP-rDl7f8YYjKL818lNnU,4295
|
54
|
-
lite_kits-0.1.1.dist-info/METADATA,sha256=fKs1uTtVFhCB2e_-zfl98dkvdmq6gF__tZPrQRkkJ00,14157
|
55
|
-
lite_kits-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
56
|
-
lite_kits-0.1.1.dist-info/entry_points.txt,sha256=MjQtxMuAdI6KyJXqs8hJBpWh4cCMQr7QvCml-LbPXqI,48
|
57
|
-
lite_kits-0.1.1.dist-info/licenses/LICENSE,sha256=MoqU59QsofBi7yU0PMqbFGUlYJuuGz87RLpJ5IZ_ktI,1089
|
58
|
-
lite_kits-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|