lite-kits 0.1.1__py3-none-any.whl → 0.3.1__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 +696 -185
- 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 +140 -0
- lite_kits/core/installer.py +236 -351
- lite_kits/core/manifest.py +146 -146
- lite_kits/core/validator.py +146 -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.1.dist-info/METADATA +259 -0
- lite_kits-0.3.1.dist-info/RECORD +41 -0
- {lite_kits-0.1.1.dist-info → lite_kits-0.3.1.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.1.dist-info}/WHEEL +0 -0
- {lite_kits-0.1.1.dist-info → lite_kits-0.3.1.dist-info}/entry_points.txt +0 -0
@@ -36,7 +36,7 @@ Multi-agent coordination structure for projects with multiple AI agents working
|
|
36
36
|
lite-kits install -Kit multiagent
|
37
37
|
```
|
38
38
|
|
39
|
-
**Note**: Works best when combined with
|
39
|
+
**Note**: Works best when combined with dev-kit and dev-kit, but they are not required.
|
40
40
|
|
41
41
|
## Installation
|
42
42
|
|
@@ -251,7 +251,7 @@ Backend authentication complete. Need frontend integration.
|
|
251
251
|
4. Each agent logs sessions in `collaboration/active/sessions/`
|
252
252
|
5. Agents sync periodically with `git pull`
|
253
253
|
6. Claude handles integration testing
|
254
|
-
7. Either agent creates PR using `/pr` (from
|
254
|
+
7. Either agent creates PR using `/pr` (from dev-kit)
|
255
255
|
|
256
256
|
**File territories** (avoid conflicts):
|
257
257
|
- Backend worktree: `src/api/`, `src/models/`, `tests/api/`
|
@@ -267,7 +267,7 @@ Backend authentication complete. Need frontend integration.
|
|
267
267
|
**Workflow**:
|
268
268
|
1. Claude implements feature, commits work
|
269
269
|
2. Claude creates handoff for review
|
270
|
-
3. Copilot runs `/review` (from
|
270
|
+
3. Copilot runs `/review` (from dev-kit)
|
271
271
|
4. Copilot logs review in `collaboration/active/decisions/`
|
272
272
|
5. Claude addresses feedback
|
273
273
|
6. Copilot approves and creates PR
|
@@ -309,15 +309,15 @@ Backend authentication complete. Need frontend integration.
|
|
309
309
|
|
310
310
|
## Integration with Other Kits
|
311
311
|
|
312
|
-
### With
|
312
|
+
### With dev-kit (optional)
|
313
313
|
- Use `/orient` for each agent to understand their role
|
314
314
|
|
315
|
-
### With
|
315
|
+
### With dev-kit (optional)
|
316
316
|
- Use `/commit` for agent-attributed commits
|
317
317
|
- Use `/pr` to create PRs with multi-agent summary
|
318
318
|
- Use `/review` for agent-to-agent code review
|
319
319
|
- Use `/cleanup` to remove stale worktrees
|
320
|
-
- Combine `/sync` (from multiagent-kit) with
|
320
|
+
- Combine `/sync` (from multiagent-kit) with dev-kit workflows
|
321
321
|
|
322
322
|
---
|
323
323
|
|