ai-devkit 0.5.0 → 0.6.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.
- package/dist/cli.js +8 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +1 -1
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/memory.d.ts +3 -0
- package/dist/commands/memory.d.ts.map +1 -0
- package/dist/commands/memory.js +53 -0
- package/dist/commands/memory.js.map +1 -0
- package/dist/commands/setup.d.ts +6 -0
- package/dist/commands/setup.d.ts.map +1 -0
- package/dist/commands/setup.js +112 -0
- package/dist/commands/setup.js.map +1 -0
- package/dist/lib/EnvironmentSelector.d.ts +1 -0
- package/dist/lib/EnvironmentSelector.d.ts.map +1 -1
- package/dist/lib/EnvironmentSelector.js +28 -0
- package/dist/lib/EnvironmentSelector.js.map +1 -1
- package/dist/lib/TemplateManager.d.ts +9 -0
- package/dist/lib/TemplateManager.d.ts.map +1 -1
- package/dist/lib/TemplateManager.js +50 -0
- package/dist/lib/TemplateManager.js.map +1 -1
- package/dist/templates/commands/capture-knowledge.md +55 -0
- package/dist/templates/commands/check-implementation.md +30 -0
- package/dist/templates/commands/code-review.md +90 -0
- package/dist/templates/commands/debug.md +54 -0
- package/dist/templates/commands/execute-plan.md +80 -0
- package/dist/templates/commands/new-requirement.md +136 -0
- package/dist/templates/commands/remember.md +27 -0
- package/dist/templates/commands/review-design.md +21 -0
- package/dist/templates/commands/review-requirements.md +19 -0
- package/dist/templates/commands/simplify-implementation.md +153 -0
- package/dist/templates/commands/update-planning.md +70 -0
- package/dist/templates/commands/writing-test.md +53 -0
- package/dist/templates/env/base.md +51 -0
- package/dist/templates/phases/deployment.md +72 -0
- package/dist/templates/phases/design.md +60 -0
- package/dist/templates/phases/implementation.md +65 -0
- package/dist/templates/phases/monitoring.md +80 -0
- package/dist/templates/phases/planning.md +60 -0
- package/dist/templates/phases/requirements.md +51 -0
- package/dist/templates/phases/testing.md +81 -0
- package/dist/templates/templates/commands/capture-knowledge.md +55 -0
- package/dist/templates/templates/commands/check-implementation.md +30 -0
- package/dist/templates/templates/commands/code-review.md +90 -0
- package/dist/templates/templates/commands/debug.md +54 -0
- package/dist/templates/templates/commands/execute-plan.md +80 -0
- package/dist/templates/templates/commands/new-requirement.md +136 -0
- package/dist/templates/templates/commands/remember.md +27 -0
- package/dist/templates/templates/commands/review-design.md +21 -0
- package/dist/templates/templates/commands/review-requirements.md +19 -0
- package/dist/templates/templates/commands/simplify-implementation.md +153 -0
- package/dist/templates/templates/commands/update-planning.md +70 -0
- package/dist/templates/templates/commands/writing-test.md +53 -0
- package/dist/templates/templates/env/base.md +51 -0
- package/dist/templates/templates/phases/deployment.md +72 -0
- package/dist/templates/templates/phases/design.md +60 -0
- package/dist/templates/templates/phases/implementation.md +65 -0
- package/dist/templates/templates/phases/monitoring.md +80 -0
- package/dist/templates/templates/phases/planning.md +60 -0
- package/dist/templates/templates/phases/requirements.md +51 -0
- package/dist/templates/templates/phases/testing.md +81 -0
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/util/env.d.ts +2 -0
- package/dist/util/env.d.ts.map +1 -1
- package/dist/util/env.js +11 -0
- package/dist/util/env.js.map +1 -1
- package/package.json +4 -2
- package/project.json +29 -0
- package/templates/commands/capture-knowledge.md +5 -0
- package/templates/commands/check-implementation.md +5 -0
- package/templates/commands/code-review.md +5 -0
- package/templates/commands/debug.md +5 -0
- package/templates/commands/execute-plan.md +5 -0
- package/templates/commands/new-requirement.md +5 -0
- package/templates/commands/remember.md +27 -0
- package/templates/commands/review-design.md +6 -0
- package/templates/commands/review-requirements.md +6 -0
- package/templates/commands/simplify-implementation.md +5 -0
- package/templates/commands/update-planning.md +5 -0
- package/templates/commands/writing-test.md +5 -0
- package/CHANGELOG.md +0 -87
- package/README.md +0 -298
- package/web/.nojekyll +0 -2
- package/web/CNAME +0 -1
- package/web/README.md +0 -100
- package/web/app/favicon.ico +0 -0
- package/web/app/globals.css +0 -122
- package/web/app/layout.tsx +0 -106
- package/web/app/page.tsx +0 -119
- package/web/app/roadmap/page.tsx +0 -150
- package/web/app/robots.ts +0 -16
- package/web/app/sitemap.ts +0 -46
- package/web/app/vision/page.tsx +0 -49
- package/web/components/Footer.tsx +0 -81
- package/web/components/GitHubButton.tsx +0 -49
- package/web/components/GitHubStars.tsx +0 -27
- package/web/components/Header.tsx +0 -108
- package/web/components/MarkdownContent.tsx +0 -35
- package/web/components/SkipToContent.tsx +0 -11
- package/web/content/pages/vision.md +0 -44
- package/web/content/roadmap/1-web.md +0 -9
- package/web/content/roadmap/2-integrations.md +0 -7
- package/web/content/roadmap/3-cli-enhancements.md +0 -8
- package/web/content/roadmap/4-local-memory.md +0 -8
- package/web/eslint.config.mjs +0 -18
- package/web/lib/GitHubContext.tsx +0 -57
- package/web/lib/content/loader.ts +0 -152
- package/web/lib/content/types.ts +0 -37
- package/web/lib/utils.ts +0 -12
- package/web/next.config.ts +0 -11
- package/web/package-lock.json +0 -8837
- package/web/package.json +0 -34
- package/web/postcss.config.mjs +0 -7
- package/web/public/file.svg +0 -1
- package/web/public/globe.svg +0 -1
- package/web/public/next.svg +0 -1
- package/web/public/vercel.svg +0 -1
- package/web/public/window.svg +0 -1
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
---
|
|
2
|
+
phase: deployment
|
|
3
|
+
title: Deployment Strategy
|
|
4
|
+
description: Define deployment process, infrastructure, and release procedures
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Deployment Strategy
|
|
8
|
+
|
|
9
|
+
## Infrastructure
|
|
10
|
+
**Where will the application run?**
|
|
11
|
+
|
|
12
|
+
- Hosting platform (AWS, GCP, Azure, etc.)
|
|
13
|
+
- Infrastructure components (servers, databases, etc.)
|
|
14
|
+
- Environment separation (dev, staging, production)
|
|
15
|
+
|
|
16
|
+
## Deployment Pipeline
|
|
17
|
+
**How do we deploy changes?**
|
|
18
|
+
|
|
19
|
+
### Build Process
|
|
20
|
+
- Build steps and commands
|
|
21
|
+
- Asset compilation/optimization
|
|
22
|
+
- Environment configuration
|
|
23
|
+
|
|
24
|
+
### CI/CD Pipeline
|
|
25
|
+
- Automated testing gates
|
|
26
|
+
- Build automation
|
|
27
|
+
- Deployment automation
|
|
28
|
+
|
|
29
|
+
## Environment Configuration
|
|
30
|
+
**What settings differ per environment?**
|
|
31
|
+
|
|
32
|
+
### Development
|
|
33
|
+
- Configuration details
|
|
34
|
+
- Local setup
|
|
35
|
+
|
|
36
|
+
### Staging
|
|
37
|
+
- Configuration details
|
|
38
|
+
- Testing environment
|
|
39
|
+
|
|
40
|
+
### Production
|
|
41
|
+
- Configuration details
|
|
42
|
+
- Monitoring setup
|
|
43
|
+
|
|
44
|
+
## Deployment Steps
|
|
45
|
+
**What's the release process?**
|
|
46
|
+
|
|
47
|
+
1. Pre-deployment checklist
|
|
48
|
+
2. Deployment execution steps
|
|
49
|
+
3. Post-deployment validation
|
|
50
|
+
4. Rollback procedure (if needed)
|
|
51
|
+
|
|
52
|
+
## Database Migrations
|
|
53
|
+
**How do we handle schema changes?**
|
|
54
|
+
|
|
55
|
+
- Migration strategy
|
|
56
|
+
- Backup procedures
|
|
57
|
+
- Rollback approach
|
|
58
|
+
|
|
59
|
+
## Secrets Management
|
|
60
|
+
**How do we handle sensitive data?**
|
|
61
|
+
|
|
62
|
+
- Environment variables
|
|
63
|
+
- Secret storage solution
|
|
64
|
+
- Key rotation strategy
|
|
65
|
+
|
|
66
|
+
## Rollback Plan
|
|
67
|
+
**What if something goes wrong?**
|
|
68
|
+
|
|
69
|
+
- Rollback triggers
|
|
70
|
+
- Rollback steps
|
|
71
|
+
- Communication plan
|
|
72
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
---
|
|
2
|
+
phase: design
|
|
3
|
+
title: System Design & Architecture
|
|
4
|
+
description: Define the technical architecture, components, and data models
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# System Design & Architecture
|
|
8
|
+
|
|
9
|
+
## Architecture Overview
|
|
10
|
+
**What is the high-level system structure?**
|
|
11
|
+
|
|
12
|
+
- Include a mermaid diagram that captures the main components and their relationships. Example:
|
|
13
|
+
```mermaid
|
|
14
|
+
graph TD
|
|
15
|
+
Client -->|HTTPS| API
|
|
16
|
+
API --> ServiceA
|
|
17
|
+
API --> ServiceB
|
|
18
|
+
ServiceA --> Database[(DB)]
|
|
19
|
+
```
|
|
20
|
+
- Key components and their responsibilities
|
|
21
|
+
- Technology stack choices and rationale
|
|
22
|
+
|
|
23
|
+
## Data Models
|
|
24
|
+
**What data do we need to manage?**
|
|
25
|
+
|
|
26
|
+
- Core entities and their relationships
|
|
27
|
+
- Data schemas/structures
|
|
28
|
+
- Data flow between components
|
|
29
|
+
|
|
30
|
+
## API Design
|
|
31
|
+
**How do components communicate?**
|
|
32
|
+
|
|
33
|
+
- External APIs (if applicable)
|
|
34
|
+
- Internal interfaces
|
|
35
|
+
- Request/response formats
|
|
36
|
+
- Authentication/authorization approach
|
|
37
|
+
|
|
38
|
+
## Component Breakdown
|
|
39
|
+
**What are the major building blocks?**
|
|
40
|
+
|
|
41
|
+
- Frontend components (if applicable)
|
|
42
|
+
- Backend services/modules
|
|
43
|
+
- Database/storage layer
|
|
44
|
+
- Third-party integrations
|
|
45
|
+
|
|
46
|
+
## Design Decisions
|
|
47
|
+
**Why did we choose this approach?**
|
|
48
|
+
|
|
49
|
+
- Key architectural decisions and trade-offs
|
|
50
|
+
- Alternatives considered
|
|
51
|
+
- Patterns and principles applied
|
|
52
|
+
|
|
53
|
+
## Non-Functional Requirements
|
|
54
|
+
**How should the system perform?**
|
|
55
|
+
|
|
56
|
+
- Performance targets
|
|
57
|
+
- Scalability considerations
|
|
58
|
+
- Security requirements
|
|
59
|
+
- Reliability/availability needs
|
|
60
|
+
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
phase: implementation
|
|
3
|
+
title: Implementation Guide
|
|
4
|
+
description: Technical implementation notes, patterns, and code guidelines
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Implementation Guide
|
|
8
|
+
|
|
9
|
+
## Development Setup
|
|
10
|
+
**How do we get started?**
|
|
11
|
+
|
|
12
|
+
- Prerequisites and dependencies
|
|
13
|
+
- Environment setup steps
|
|
14
|
+
- Configuration needed
|
|
15
|
+
|
|
16
|
+
## Code Structure
|
|
17
|
+
**How is the code organized?**
|
|
18
|
+
|
|
19
|
+
- Directory structure
|
|
20
|
+
- Module organization
|
|
21
|
+
- Naming conventions
|
|
22
|
+
|
|
23
|
+
## Implementation Notes
|
|
24
|
+
**Key technical details to remember:**
|
|
25
|
+
|
|
26
|
+
### Core Features
|
|
27
|
+
- Feature 1: Implementation approach
|
|
28
|
+
- Feature 2: Implementation approach
|
|
29
|
+
- Feature 3: Implementation approach
|
|
30
|
+
|
|
31
|
+
### Patterns & Best Practices
|
|
32
|
+
- Design patterns being used
|
|
33
|
+
- Code style guidelines
|
|
34
|
+
- Common utilities/helpers
|
|
35
|
+
|
|
36
|
+
## Integration Points
|
|
37
|
+
**How do pieces connect?**
|
|
38
|
+
|
|
39
|
+
- API integration details
|
|
40
|
+
- Database connections
|
|
41
|
+
- Third-party service setup
|
|
42
|
+
|
|
43
|
+
## Error Handling
|
|
44
|
+
**How do we handle failures?**
|
|
45
|
+
|
|
46
|
+
- Error handling strategy
|
|
47
|
+
- Logging approach
|
|
48
|
+
- Retry/fallback mechanisms
|
|
49
|
+
|
|
50
|
+
## Performance Considerations
|
|
51
|
+
**How do we keep it fast?**
|
|
52
|
+
|
|
53
|
+
- Optimization strategies
|
|
54
|
+
- Caching approach
|
|
55
|
+
- Query optimization
|
|
56
|
+
- Resource management
|
|
57
|
+
|
|
58
|
+
## Security Notes
|
|
59
|
+
**What security measures are in place?**
|
|
60
|
+
|
|
61
|
+
- Authentication/authorization
|
|
62
|
+
- Input validation
|
|
63
|
+
- Data encryption
|
|
64
|
+
- Secrets management
|
|
65
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
---
|
|
2
|
+
phase: monitoring
|
|
3
|
+
title: Monitoring & Observability
|
|
4
|
+
description: Define monitoring strategy, metrics, alerts, and incident response
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Monitoring & Observability
|
|
8
|
+
|
|
9
|
+
## Key Metrics
|
|
10
|
+
**What do we need to track?**
|
|
11
|
+
|
|
12
|
+
### Performance Metrics
|
|
13
|
+
- Response time/latency
|
|
14
|
+
- Throughput/requests per second
|
|
15
|
+
- Resource utilization (CPU, memory, disk)
|
|
16
|
+
|
|
17
|
+
### Business Metrics
|
|
18
|
+
- User engagement metrics
|
|
19
|
+
- Conversion/success rates
|
|
20
|
+
- Feature usage
|
|
21
|
+
|
|
22
|
+
### Error Metrics
|
|
23
|
+
- Error rates by type
|
|
24
|
+
- Failed requests
|
|
25
|
+
- Exception tracking
|
|
26
|
+
|
|
27
|
+
## Monitoring Tools
|
|
28
|
+
**What tools are we using?**
|
|
29
|
+
|
|
30
|
+
- Application monitoring (APM)
|
|
31
|
+
- Infrastructure monitoring
|
|
32
|
+
- Log aggregation
|
|
33
|
+
- User analytics
|
|
34
|
+
|
|
35
|
+
## Logging Strategy
|
|
36
|
+
**What do we log and how?**
|
|
37
|
+
|
|
38
|
+
- Log levels and categories
|
|
39
|
+
- Structured logging format
|
|
40
|
+
- Log retention policy
|
|
41
|
+
- Sensitive data handling
|
|
42
|
+
|
|
43
|
+
## Alerts & Notifications
|
|
44
|
+
**When and how do we get notified?**
|
|
45
|
+
|
|
46
|
+
### Critical Alerts
|
|
47
|
+
- Alert 1: [Condition] → [Action]
|
|
48
|
+
- Alert 2: [Condition] → [Action]
|
|
49
|
+
|
|
50
|
+
### Warning Alerts
|
|
51
|
+
- Alert 1: [Condition] → [Action]
|
|
52
|
+
- Alert 2: [Condition] → [Action]
|
|
53
|
+
|
|
54
|
+
## Dashboards
|
|
55
|
+
**What do we visualize?**
|
|
56
|
+
|
|
57
|
+
- System health dashboard
|
|
58
|
+
- Business metrics dashboard
|
|
59
|
+
- Custom views per team/role
|
|
60
|
+
|
|
61
|
+
## Incident Response
|
|
62
|
+
**How do we handle issues?**
|
|
63
|
+
|
|
64
|
+
### On-Call Rotation
|
|
65
|
+
- Schedule and contacts
|
|
66
|
+
- Escalation path
|
|
67
|
+
|
|
68
|
+
### Incident Process
|
|
69
|
+
1. Detection and triage
|
|
70
|
+
2. Investigation and diagnosis
|
|
71
|
+
3. Resolution and mitigation
|
|
72
|
+
4. Post-mortem and learning
|
|
73
|
+
|
|
74
|
+
## Health Checks
|
|
75
|
+
**How do we verify system health?**
|
|
76
|
+
|
|
77
|
+
- Endpoint health checks
|
|
78
|
+
- Dependency checks
|
|
79
|
+
- Automated smoke tests
|
|
80
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
---
|
|
2
|
+
phase: planning
|
|
3
|
+
title: Project Planning & Task Breakdown
|
|
4
|
+
description: Break down work into actionable tasks and estimate timeline
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Project Planning & Task Breakdown
|
|
8
|
+
|
|
9
|
+
## Milestones
|
|
10
|
+
**What are the major checkpoints?**
|
|
11
|
+
|
|
12
|
+
- [ ] Milestone 1: [Description]
|
|
13
|
+
- [ ] Milestone 2: [Description]
|
|
14
|
+
- [ ] Milestone 3: [Description]
|
|
15
|
+
|
|
16
|
+
## Task Breakdown
|
|
17
|
+
**What specific work needs to be done?**
|
|
18
|
+
|
|
19
|
+
### Phase 1: Foundation
|
|
20
|
+
- [ ] Task 1.1: [Description]
|
|
21
|
+
- [ ] Task 1.2: [Description]
|
|
22
|
+
|
|
23
|
+
### Phase 2: Core Features
|
|
24
|
+
- [ ] Task 2.1: [Description]
|
|
25
|
+
- [ ] Task 2.2: [Description]
|
|
26
|
+
|
|
27
|
+
### Phase 3: Integration & Polish
|
|
28
|
+
- [ ] Task 3.1: [Description]
|
|
29
|
+
- [ ] Task 3.2: [Description]
|
|
30
|
+
|
|
31
|
+
## Dependencies
|
|
32
|
+
**What needs to happen in what order?**
|
|
33
|
+
|
|
34
|
+
- Task dependencies and blockers
|
|
35
|
+
- External dependencies (APIs, services, etc.)
|
|
36
|
+
- Team/resource dependencies
|
|
37
|
+
|
|
38
|
+
## Timeline & Estimates
|
|
39
|
+
**When will things be done?**
|
|
40
|
+
|
|
41
|
+
- Estimated effort per task/phase
|
|
42
|
+
- Target dates for milestones
|
|
43
|
+
- Buffer for unknowns
|
|
44
|
+
|
|
45
|
+
## Risks & Mitigation
|
|
46
|
+
**What could go wrong?**
|
|
47
|
+
|
|
48
|
+
- Technical risks
|
|
49
|
+
- Resource risks
|
|
50
|
+
- Dependency risks
|
|
51
|
+
- Mitigation strategies
|
|
52
|
+
|
|
53
|
+
## Resources Needed
|
|
54
|
+
**What do we need to succeed?**
|
|
55
|
+
|
|
56
|
+
- Team members and roles
|
|
57
|
+
- Tools and services
|
|
58
|
+
- Infrastructure
|
|
59
|
+
- Documentation/knowledge
|
|
60
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
phase: requirements
|
|
3
|
+
title: Requirements & Problem Understanding
|
|
4
|
+
description: Clarify the problem space, gather requirements, and define success criteria
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Requirements & Problem Understanding
|
|
8
|
+
|
|
9
|
+
## Problem Statement
|
|
10
|
+
**What problem are we solving?**
|
|
11
|
+
|
|
12
|
+
- Describe the core problem or pain point
|
|
13
|
+
- Who is affected by this problem?
|
|
14
|
+
- What is the current situation/workaround?
|
|
15
|
+
|
|
16
|
+
## Goals & Objectives
|
|
17
|
+
**What do we want to achieve?**
|
|
18
|
+
|
|
19
|
+
- Primary goals
|
|
20
|
+
- Secondary goals
|
|
21
|
+
- Non-goals (what's explicitly out of scope)
|
|
22
|
+
|
|
23
|
+
## User Stories & Use Cases
|
|
24
|
+
**How will users interact with the solution?**
|
|
25
|
+
|
|
26
|
+
- As a [user type], I want to [action] so that [benefit]
|
|
27
|
+
- Key workflows and scenarios
|
|
28
|
+
- Edge cases to consider
|
|
29
|
+
|
|
30
|
+
## Success Criteria
|
|
31
|
+
**How will we know when we're done?**
|
|
32
|
+
|
|
33
|
+
- Measurable outcomes
|
|
34
|
+
- Acceptance criteria
|
|
35
|
+
- Performance benchmarks (if applicable)
|
|
36
|
+
|
|
37
|
+
## Constraints & Assumptions
|
|
38
|
+
**What limitations do we need to work within?**
|
|
39
|
+
|
|
40
|
+
- Technical constraints
|
|
41
|
+
- Business constraints
|
|
42
|
+
- Time/budget constraints
|
|
43
|
+
- Assumptions we're making
|
|
44
|
+
|
|
45
|
+
## Questions & Open Items
|
|
46
|
+
**What do we still need to clarify?**
|
|
47
|
+
|
|
48
|
+
- Unresolved questions
|
|
49
|
+
- Items requiring stakeholder input
|
|
50
|
+
- Research needed
|
|
51
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
phase: testing
|
|
3
|
+
title: Testing Strategy
|
|
4
|
+
description: Define testing approach, test cases, and quality assurance
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Testing Strategy
|
|
8
|
+
|
|
9
|
+
## Test Coverage Goals
|
|
10
|
+
**What level of testing do we aim for?**
|
|
11
|
+
|
|
12
|
+
- Unit test coverage target (default: 100% of new/changed code)
|
|
13
|
+
- Integration test scope (critical paths + error handling)
|
|
14
|
+
- End-to-end test scenarios (key user journeys)
|
|
15
|
+
- Alignment with requirements/design acceptance criteria
|
|
16
|
+
|
|
17
|
+
## Unit Tests
|
|
18
|
+
**What individual components need testing?**
|
|
19
|
+
|
|
20
|
+
### Component/Module 1
|
|
21
|
+
- [ ] Test case 1: [Description] (covers scenario / branch)
|
|
22
|
+
- [ ] Test case 2: [Description] (covers edge case / error handling)
|
|
23
|
+
- [ ] Additional coverage: [Description]
|
|
24
|
+
|
|
25
|
+
### Component/Module 2
|
|
26
|
+
- [ ] Test case 1: [Description]
|
|
27
|
+
- [ ] Test case 2: [Description]
|
|
28
|
+
- [ ] Additional coverage: [Description]
|
|
29
|
+
|
|
30
|
+
## Integration Tests
|
|
31
|
+
**How do we test component interactions?**
|
|
32
|
+
|
|
33
|
+
- [ ] Integration scenario 1
|
|
34
|
+
- [ ] Integration scenario 2
|
|
35
|
+
- [ ] API endpoint tests
|
|
36
|
+
- [ ] Integration scenario 3 (failure mode / rollback)
|
|
37
|
+
|
|
38
|
+
## End-to-End Tests
|
|
39
|
+
**What user flows need validation?**
|
|
40
|
+
|
|
41
|
+
- [ ] User flow 1: [Description]
|
|
42
|
+
- [ ] User flow 2: [Description]
|
|
43
|
+
- [ ] Critical path testing
|
|
44
|
+
- [ ] Regression of adjacent features
|
|
45
|
+
|
|
46
|
+
## Test Data
|
|
47
|
+
**What data do we use for testing?**
|
|
48
|
+
|
|
49
|
+
- Test fixtures and mocks
|
|
50
|
+
- Seed data requirements
|
|
51
|
+
- Test database setup
|
|
52
|
+
|
|
53
|
+
## Test Reporting & Coverage
|
|
54
|
+
**How do we verify and communicate test results?**
|
|
55
|
+
|
|
56
|
+
- Coverage commands and thresholds (`npm run test -- --coverage`)
|
|
57
|
+
- Coverage gaps (files/functions below 100% and rationale)
|
|
58
|
+
- Links to test reports or dashboards
|
|
59
|
+
- Manual testing outcomes and sign-off
|
|
60
|
+
|
|
61
|
+
## Manual Testing
|
|
62
|
+
**What requires human validation?**
|
|
63
|
+
|
|
64
|
+
- UI/UX testing checklist (include accessibility)
|
|
65
|
+
- Browser/device compatibility
|
|
66
|
+
- Smoke tests after deployment
|
|
67
|
+
|
|
68
|
+
## Performance Testing
|
|
69
|
+
**How do we validate performance?**
|
|
70
|
+
|
|
71
|
+
- Load testing scenarios
|
|
72
|
+
- Stress testing approach
|
|
73
|
+
- Performance benchmarks
|
|
74
|
+
|
|
75
|
+
## Bug Tracking
|
|
76
|
+
**How do we manage issues?**
|
|
77
|
+
|
|
78
|
+
- Issue tracking process
|
|
79
|
+
- Bug severity levels
|
|
80
|
+
- Regression testing strategy
|
|
81
|
+
|
package/dist/types.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export interface EnvironmentDefinition {
|
|
|
7
7
|
description?: string;
|
|
8
8
|
isCustomCommandPath?: boolean;
|
|
9
9
|
customCommandExtension?: string;
|
|
10
|
+
globalCommandPath?: string;
|
|
10
11
|
}
|
|
11
12
|
export type EnvironmentCode = 'cursor' | 'claude' | 'github' | 'gemini' | 'codex' | 'windsurf' | 'kilocode' | 'amp' | 'opencode' | 'roo' | 'antigravity';
|
|
12
13
|
export interface DevKitConfig {
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,KAAK,GACb,cAAc,GACd,QAAQ,GACR,UAAU,GACV,gBAAgB,GAChB,SAAS,GACT,YAAY,GACZ,YAAY,CAAC;AAEjB,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,sBAAsB,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,KAAK,GACb,cAAc,GACd,QAAQ,GACR,UAAU,GACV,gBAAgB,GAChB,SAAS,GACT,YAAY,GACZ,YAAY,CAAC;AAEjB,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,KAAK,GAAG,UAAU,GAAG,KAAK,GAAG,aAAa,CAAC;AAEzJ,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,eAAe,EAAE,CAAC;IAChC,iBAAiB,EAAE,KAAK,EAAE,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,EAQnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,KAAK,EAAE,MAAM,CAQrD,CAAC"}
|
package/dist/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";;;AAoCa,QAAA,gBAAgB,GAAY;IACvC,cAAc;IACd,QAAQ;IACR,UAAU;IACV,gBAAgB;IAChB,SAAS;IACT,YAAY;IACZ,YAAY;CACb,CAAC;AAEW,QAAA,mBAAmB,GAA0B;IACxD,YAAY,EAAE,sCAAsC;IACpD,MAAM,EAAE,8BAA8B;IACtC,QAAQ,EAAE,mCAAmC;IAC7C,cAAc,EAAE,sBAAsB;IACtC,OAAO,EAAE,kBAAkB;IAC3B,UAAU,EAAE,qBAAqB;IACjC,UAAU,EAAE,4BAA4B;CACzC,CAAC"}
|
package/dist/util/env.d.ts
CHANGED
|
@@ -8,4 +8,6 @@ export declare function getEnvironmentsByCodes(codes: EnvironmentCode[]): Enviro
|
|
|
8
8
|
export declare function isValidEnvironmentCode(value: string): value is EnvironmentCode;
|
|
9
9
|
export declare function getEnvironmentDisplayName(envCode: EnvironmentCode): string;
|
|
10
10
|
export declare function validateEnvironmentCodes(envCodes: string[]): EnvironmentCode[];
|
|
11
|
+
export declare function getGlobalCapableEnvironments(): EnvironmentDefinition[];
|
|
12
|
+
export declare function hasGlobalSupport(envCode: EnvironmentCode): boolean;
|
|
11
13
|
//# sourceMappingURL=env.d.ts.map
|
package/dist/util/env.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/util/env.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAErE,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,eAAe,EAAE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/util/env.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAErE,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,eAAe,EAAE,qBAAqB,CAuElF,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,EAA8D,CAAC;AAElH,wBAAgB,kBAAkB,IAAI,qBAAqB,EAAE,CAE5D;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,eAAe,GAAG,qBAAqB,GAAG,SAAS,CAE1F;AAED,wBAAgB,sBAAsB,IAAI,eAAe,EAAE,CAE1D;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,eAAe,EAAE,GAAG,qBAAqB,EAAE,CAExF;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAE9E;AAED,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,eAAe,GAAG,MAAM,CAG1E;AAED,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,eAAe,EAAE,CAiB9E;AAED,wBAAgB,4BAA4B,IAAI,qBAAqB,EAAE,CAEtE;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAGlE"}
|
package/dist/util/env.js
CHANGED
|
@@ -8,6 +8,8 @@ exports.getEnvironmentsByCodes = getEnvironmentsByCodes;
|
|
|
8
8
|
exports.isValidEnvironmentCode = isValidEnvironmentCode;
|
|
9
9
|
exports.getEnvironmentDisplayName = getEnvironmentDisplayName;
|
|
10
10
|
exports.validateEnvironmentCodes = validateEnvironmentCodes;
|
|
11
|
+
exports.getGlobalCapableEnvironments = getGlobalCapableEnvironments;
|
|
12
|
+
exports.hasGlobalSupport = hasGlobalSupport;
|
|
11
13
|
exports.ENVIRONMENT_DEFINITIONS = {
|
|
12
14
|
cursor: {
|
|
13
15
|
code: 'cursor',
|
|
@@ -40,6 +42,7 @@ exports.ENVIRONMENT_DEFINITIONS = {
|
|
|
40
42
|
name: 'OpenAI Codex',
|
|
41
43
|
contextFileName: 'AGENTS.md',
|
|
42
44
|
commandPath: '.codex/commands',
|
|
45
|
+
globalCommandPath: '.codex/prompts',
|
|
43
46
|
},
|
|
44
47
|
windsurf: {
|
|
45
48
|
code: 'windsurf',
|
|
@@ -76,6 +79,7 @@ exports.ENVIRONMENT_DEFINITIONS = {
|
|
|
76
79
|
name: 'Antigravity',
|
|
77
80
|
contextFileName: 'AGENTS.md',
|
|
78
81
|
commandPath: '.agent/workflows',
|
|
82
|
+
globalCommandPath: '.gemini/antigravity/global_workflows',
|
|
79
83
|
}
|
|
80
84
|
};
|
|
81
85
|
exports.ALL_ENVIRONMENT_CODES = Object.keys(exports.ENVIRONMENT_DEFINITIONS);
|
|
@@ -114,4 +118,11 @@ function validateEnvironmentCodes(envCodes) {
|
|
|
114
118
|
}
|
|
115
119
|
return validCodes;
|
|
116
120
|
}
|
|
121
|
+
function getGlobalCapableEnvironments() {
|
|
122
|
+
return getAllEnvironments().filter(env => env.globalCommandPath !== undefined);
|
|
123
|
+
}
|
|
124
|
+
function hasGlobalSupport(envCode) {
|
|
125
|
+
const env = getEnvironment(envCode);
|
|
126
|
+
return env !== undefined && env.globalCommandPath !== undefined;
|
|
127
|
+
}
|
|
117
128
|
//# sourceMappingURL=env.js.map
|
package/dist/util/env.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env.js","sourceRoot":"","sources":["../../src/util/env.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"env.js","sourceRoot":"","sources":["../../src/util/env.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-devkit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "A CLI toolkit for AI-assisted software development with phase templates and environment setup",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
6
7
|
"bin": {
|
|
7
8
|
"ai-devkit": "dist/cli.js"
|
|
8
9
|
},
|
|
9
10
|
"scripts": {
|
|
10
|
-
"build": "tsc",
|
|
11
|
+
"build": "tsc && cp -R templates dist/templates",
|
|
11
12
|
"dev": "ts-node src/cli.ts",
|
|
12
13
|
"lint": "eslint src --ext .ts",
|
|
13
14
|
"test": "jest",
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
"author": "",
|
|
27
28
|
"license": "MIT",
|
|
28
29
|
"dependencies": {
|
|
30
|
+
"@ai-devkit/memory": "^0.2.0",
|
|
29
31
|
"chalk": "^4.1.2",
|
|
30
32
|
"commander": "^11.1.0",
|
|
31
33
|
"fs-extra": "^11.2.0",
|
package/project.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cli",
|
|
3
|
+
"root": "packages/cli",
|
|
4
|
+
"sourceRoot": "packages/cli/src",
|
|
5
|
+
"projectType": "library",
|
|
6
|
+
"targets": {
|
|
7
|
+
"build": {
|
|
8
|
+
"executor": "nx:run-commands",
|
|
9
|
+
"options": {
|
|
10
|
+
"command": "npm run build",
|
|
11
|
+
"cwd": "packages/cli"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"test": {
|
|
15
|
+
"executor": "nx:run-commands",
|
|
16
|
+
"options": {
|
|
17
|
+
"command": "npm run test",
|
|
18
|
+
"cwd": "packages/cli"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"lint": {
|
|
22
|
+
"executor": "nx:run-commands",
|
|
23
|
+
"options": {
|
|
24
|
+
"command": "npm run lint",
|
|
25
|
+
"cwd": "packages/cli"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -6,6 +6,11 @@ description: Capture structured knowledge about a code entry point and save it t
|
|
|
6
6
|
|
|
7
7
|
Guide me through creating a structured understanding of a code entry point and saving it to the knowledge docs.
|
|
8
8
|
|
|
9
|
+
## Memory (use when helpful)
|
|
10
|
+
- If you need clarification or project conventions, query `memory.searchKnowledge` with a brief task description, tags, and scope.
|
|
11
|
+
- If I ask to save reusable guidance, run `/remember` (or call `memory.storeKnowledge`).
|
|
12
|
+
- If MCP tools are unavailable, use `ai-devkit memory search` or `ai-devkit memory store`.
|
|
13
|
+
|
|
9
14
|
## Step 1: Gather Context
|
|
10
15
|
- Entry point (file, folder, function, API)
|
|
11
16
|
- Why this entry point matters (feature, bug, investigation)
|
|
@@ -4,6 +4,11 @@ description: Compare implementation with design and requirements docs to ensure
|
|
|
4
4
|
|
|
5
5
|
Compare the current implementation with the design in docs/ai/design/ and requirements in docs/ai/requirements/. Please follow this structured review:
|
|
6
6
|
|
|
7
|
+
## Memory (use when helpful)
|
|
8
|
+
- If you need clarification or project conventions, query `memory.searchKnowledge` with a brief task description, tags, and scope.
|
|
9
|
+
- If I ask to save reusable guidance, run `/remember` (or call `memory.storeKnowledge`).
|
|
10
|
+
- If MCP tools are unavailable, use `ai-devkit memory search` or `ai-devkit memory store`.
|
|
11
|
+
|
|
7
12
|
1. Ask me for:
|
|
8
13
|
- Feature/branch description
|
|
9
14
|
- List of modified files
|
|
@@ -6,6 +6,11 @@ description: Perform a local code review before pushing changes, ensuring alignm
|
|
|
6
6
|
|
|
7
7
|
You are helping me perform a local code review **before** I push changes. Please follow this structured workflow.
|
|
8
8
|
|
|
9
|
+
## Memory (use when helpful)
|
|
10
|
+
- If you need clarification or project conventions, query `memory.searchKnowledge` with a brief task description, tags, and scope.
|
|
11
|
+
- If I ask to save reusable guidance, run `/remember` (or call `memory.storeKnowledge`).
|
|
12
|
+
- If MCP tools are unavailable, use `ai-devkit memory search` or `ai-devkit memory store`.
|
|
13
|
+
|
|
9
14
|
## Step 1: Gather Context
|
|
10
15
|
Ask me for:
|
|
11
16
|
- Brief feature/branch description
|
|
@@ -6,6 +6,11 @@ description: Guide me through debugging a code issue by clarifying expectations,
|
|
|
6
6
|
|
|
7
7
|
Help me debug an issue by clarifying expectations, identifying gaps, and agreeing on a fix plan before changing code.
|
|
8
8
|
|
|
9
|
+
## Memory (use when helpful)
|
|
10
|
+
- If you need clarification or project conventions, query `memory.searchKnowledge` with a brief task description, tags, and scope.
|
|
11
|
+
- If I ask to save reusable guidance, run `/remember` (or call `memory.storeKnowledge`).
|
|
12
|
+
- If MCP tools are unavailable, use `ai-devkit memory search` or `ai-devkit memory store`.
|
|
13
|
+
|
|
9
14
|
## Step 1: Gather Context
|
|
10
15
|
Ask me for:
|
|
11
16
|
- Brief issue description (what is happening?)
|
|
@@ -6,6 +6,11 @@ description: Execute a feature plan interactively, guiding me through each task
|
|
|
6
6
|
|
|
7
7
|
Help me work through a feature plan one task at a time.
|
|
8
8
|
|
|
9
|
+
## Memory (use when helpful)
|
|
10
|
+
- If you need clarification or project conventions, query `memory.searchKnowledge` with a brief task description, tags, and scope.
|
|
11
|
+
- If I ask to save reusable guidance, run `/remember` (or call `memory.storeKnowledge`).
|
|
12
|
+
- If MCP tools are unavailable, use `ai-devkit memory search` or `ai-devkit memory store`.
|
|
13
|
+
|
|
9
14
|
## Step 1: Gather Context
|
|
10
15
|
Ask me for:
|
|
11
16
|
- Feature name (kebab-case, e.g., `user-authentication`)
|