anchi-kit 1.2.0 → 1.2.1
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/.antigravity/skills/article-extractor/SKILL.md +52 -0
- package/.antigravity/skills/artifacts-builder/SKILL.md +63 -0
- package/.antigravity/skills/aws-deployment/SKILL.md +85 -0
- package/.antigravity/skills/brainstorming/SKILL.md +73 -0
- package/.antigravity/skills/canvas-design/SKILL.md +62 -0
- package/.antigravity/skills/changelog-generator/SKILL.md +149 -0
- package/.antigravity/skills/changelog-generator/assets/changelog-template.md +60 -0
- package/.antigravity/skills/changelog-generator/scripts/generate-changelog.js +181 -0
- package/.antigravity/skills/claude-code/references/advanced-features.md +399 -0
- package/.antigravity/skills/claude-code/references/agent-skills.md +399 -0
- package/.antigravity/skills/claude-code/references/api-reference.md +498 -0
- package/.antigravity/skills/claude-code/references/best-practices.md +447 -0
- package/.antigravity/skills/claude-code/references/cicd-integration.md +428 -0
- package/.antigravity/skills/claude-code/references/common-workflows.md +119 -0
- package/.antigravity/skills/claude-code/references/configuration.md +480 -0
- package/.antigravity/skills/claude-code/references/enterprise-features.md +472 -0
- package/.antigravity/skills/claude-code/references/getting-started.md +252 -0
- package/.antigravity/skills/claude-code/references/hooks-and-plugins.md +444 -0
- package/.antigravity/skills/claude-code/references/hooks-comprehensive.md +622 -0
- package/.antigravity/skills/claude-code/references/ide-integration.md +316 -0
- package/.antigravity/skills/claude-code/references/mcp-integration.md +386 -0
- package/.antigravity/skills/claude-code/references/slash-commands.md +489 -0
- package/.antigravity/skills/claude-code/references/troubleshooting.md +456 -0
- package/.antigravity/skills/claude-code/skill.md +60 -0
- package/.antigravity/skills/code-quality/SKILL.md +273 -0
- package/.antigravity/skills/comprehensive-review/complexity.md +11 -0
- package/.antigravity/skills/comprehensive-review/index.yaml +19 -0
- package/.antigravity/skills/comprehensive-review/maintainability.md +12 -0
- package/.antigravity/skills/comprehensive-review/readability.md +12 -0
- package/.antigravity/skills/content-research-writer/SKILL.md +65 -0
- package/.antigravity/skills/csv-data-analyzer/SKILL.md +91 -0
- package/.antigravity/skills/d3-visualization/SKILL.md +65 -0
- package/.antigravity/skills/debugging/references/root-cause-analysis-methods.md +140 -0
- package/.antigravity/skills/engineering-discipline/incremental-change.md +15 -0
- package/.antigravity/skills/engineering-discipline/index.yaml +30 -0
- package/.antigravity/skills/engineering-discipline/planning-first.md +18 -0
- package/.antigravity/skills/engineering-discipline/reasoning-clarity.md +19 -0
- package/.antigravity/skills/engineering-discipline/verify-before-commit.md +17 -0
- package/.antigravity/skills/file-organizer/SKILL.md +64 -0
- package/.antigravity/skills/git-automation/SKILL.md +68 -0
- package/.antigravity/skills/git-automation/references/branch-finishing.md +64 -0
- package/.antigravity/skills/impact-scoring/SKILL.md +219 -0
- package/.antigravity/skills/kaizen/SKILL.md +94 -0
- package/.antigravity/skills/performance-patterns/SKILL.md +209 -0
- package/.antigravity/skills/playwright-testing/SKILL.md +115 -0
- package/.antigravity/skills/playwright-testing/references/playwright-patterns.md +122 -0
- package/.antigravity/skills/prompt-engineering/SKILL.md +126 -0
- package/.antigravity/skills/prompt-engineering/references/anthropic-best-practices.md +160 -0
- package/.antigravity/skills/pypict-testing/SKILL.md +79 -0
- package/.antigravity/skills/review-implementing/SKILL.md +287 -0
- package/.antigravity/skills/security-audit/SKILL.md +263 -0
- package/.antigravity/skills/software-architecture/SKILL.md +91 -0
- package/.antigravity/skills/software-architecture/references/solid-principles.md +293 -0
- package/.antigravity/skills/subagent-driven-development/SKILL.md +237 -0
- package/.antigravity/skills/test-driven-development/SKILL.md +130 -0
- package/.antigravity/skills/test-driven-development/references/tdd-patterns.md +124 -0
- package/.antigravity/skills/test-driven-development/references/testing-strategies.md +131 -0
- package/.antigravity/skills/test-fixing/SKILL.md +256 -0
- package/.antigravity/skills/theme-factory/SKILL.md +63 -0
- package/.antigravity/workflows/clean.md +333 -0
- package/.antigravity/workflows/health.md +228 -0
- package/.cursor/skills/_packs/common/pack-architecture.md +40 -0
- package/.cursor/skills/_packs/common/pack-devops.md +43 -0
- package/.cursor/skills/_packs/common/pack-productivity.md +37 -0
- package/.cursor/skills/_packs/common/pack-quality.md +41 -0
- package/.cursor/skills/_packs/data/pack-ai.md +41 -0
- package/.cursor/skills/_packs/data/pack-data-science.md +36 -0
- package/.cursor/skills/_packs/mobile/pack-mobile.md +40 -0
- package/.cursor/skills/_packs/web/pack-backend.md +61 -0
- package/.cursor/skills/_packs/web/pack-frontend.md +66 -0
- package/.cursor/skills/_packs/web3/pack-blockchain.md +37 -0
- package/.cursor/skills/advanced-coding/references/getting-started.md +93 -0
- package/.cursor/skills/advanced-coding/skill.md +34 -0
- package/.cursor/skills/template-skill/SKILL.md +6 -0
- package/README.md +1 -1
- package/docs/reference/SECURITY.md +1 -1
- package/package.json +2 -2
- package/src/cli.js +5 -5
- package/src/commands/dashboard.js +3 -3
- package/src/commands/init.js +15 -3
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: article-extractor
|
|
3
|
+
description: Extract full article text and metadata from web pages, converting HTML to clean markdown with citations and readability optimization.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Article Extractor
|
|
7
|
+
|
|
8
|
+
Extract clean article content from web pages to markdown.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Research documentation
|
|
13
|
+
- Content aggregation
|
|
14
|
+
- Knowledge base creation
|
|
15
|
+
- Citation collection
|
|
16
|
+
- Offline reading
|
|
17
|
+
|
|
18
|
+
## Extraction
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
# Input: URL
|
|
22
|
+
https://example.com/article
|
|
23
|
+
|
|
24
|
+
# Output: Clean markdown
|
|
25
|
+
# Article Title
|
|
26
|
+
|
|
27
|
+
*By Author Name - Published Date*
|
|
28
|
+
|
|
29
|
+
Article content in clean markdown format...
|
|
30
|
+
|
|
31
|
+
## Citations
|
|
32
|
+
- Source: https://example.com/article
|
|
33
|
+
- Author: Name
|
|
34
|
+
- Date: 2025-12-27
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## Features
|
|
38
|
+
|
|
39
|
+
- Remove ads, navigation, footers
|
|
40
|
+
- Extract main content
|
|
41
|
+
- Preserve formatting
|
|
42
|
+
- Generate metadata
|
|
43
|
+
- Create citations
|
|
44
|
+
|
|
45
|
+
## Example
|
|
46
|
+
|
|
47
|
+
```javascript
|
|
48
|
+
const article = await extractArticle(url);
|
|
49
|
+
// Returns: {title, author, date, content, metadata}
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
See scripts for implementation examples.
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: artifacts-builder
|
|
3
|
+
description: Create elaborate multi-component HTML artifacts using React, Tailwind CSS, and shadcn/ui. Modern frontend stack for rapid UI prototyping with professional components.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Artifacts Builder
|
|
7
|
+
|
|
8
|
+
Multi-component HTML artifacts with React, Tailwind, and shadcn/ui.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Building interactive UIs
|
|
13
|
+
- Prototyping dashboards
|
|
14
|
+
- Creating component libraries
|
|
15
|
+
- Modern web applications
|
|
16
|
+
- Quick mockups
|
|
17
|
+
|
|
18
|
+
## Tech Stack
|
|
19
|
+
|
|
20
|
+
**React** - Component architecture
|
|
21
|
+
**Tailwind CSS** - Utility-first styling
|
|
22
|
+
**shadcn/ui** - Pre-built components
|
|
23
|
+
|
|
24
|
+
## Component Types
|
|
25
|
+
|
|
26
|
+
```tsx
|
|
27
|
+
// Button component
|
|
28
|
+
import { Button } from "@/components/ui/button";
|
|
29
|
+
|
|
30
|
+
export function Demo() {
|
|
31
|
+
return <Button variant="outline">Click me</Button>;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// Card with content
|
|
35
|
+
import { Card, CardHeader, CardTitle, CardContent } from "@/components/ui/card";
|
|
36
|
+
|
|
37
|
+
export function InfoCard() {
|
|
38
|
+
return (
|
|
39
|
+
<Card>
|
|
40
|
+
<CardHeader>
|
|
41
|
+
<CardTitle>Title</CardTitle>
|
|
42
|
+
</CardHeader>
|
|
43
|
+
<CardContent>Content here</CardContent>
|
|
44
|
+
</Card>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## shadcn/ui Components
|
|
50
|
+
|
|
51
|
+
- Buttons, Cards, Dialogs
|
|
52
|
+
- Forms, Inputs, Select
|
|
53
|
+
- Tables, Tabs, Tooltips
|
|
54
|
+
- And 40+ more...
|
|
55
|
+
|
|
56
|
+
## Best Practices
|
|
57
|
+
|
|
58
|
+
1. **Component composition** - Build from small pieces
|
|
59
|
+
2. **Responsive design** - Mobile-first approach
|
|
60
|
+
3. **Accessibility** - ARIA labels, keyboard nav
|
|
61
|
+
4. **Performance** - Code splitting, lazy loading
|
|
62
|
+
|
|
63
|
+
See [references/react-patterns.md](references/react-patterns.md), [references/t ailwind-utilities.md](references/tailwind-utilities.md), [references/shadcn-components.md](references/shadcn-components.md).
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: aws-deployment
|
|
3
|
+
description: AWS infrastructure deployment using CDK (Cloud Development Kit), serverless patterns, Lambda functions, API Gateway, DynamoDB, and cost optimization strategies. Includes security best practices and CI/CD integration.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# AWS Deployment
|
|
7
|
+
|
|
8
|
+
Production-ready AWS infrastructure using CDK and serverless patterns.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Deploying to AWS cloud
|
|
13
|
+
- Building serverless applications
|
|
14
|
+
- Infrastructure as Code
|
|
15
|
+
- Auto-scaling requirements
|
|
16
|
+
- Cost-conscious deployments
|
|
17
|
+
|
|
18
|
+
## CDK Infrastructure
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import * as cdk from "aws-cdk-lib";
|
|
22
|
+
import * as lambda from "aws-cdk-lib/aws-lambda";
|
|
23
|
+
import * as apigateway from "aws-cdk-lib/aws-apigateway";
|
|
24
|
+
|
|
25
|
+
export class ApiStack extends cdk.Stack {
|
|
26
|
+
constructor(scope: cdk.App, id: string) {
|
|
27
|
+
super(scope, id);
|
|
28
|
+
|
|
29
|
+
// Lambda function
|
|
30
|
+
const handler = new lambda.Function(this, "Handler", {
|
|
31
|
+
runtime: lambda.Runtime.NODEJS_18_X,
|
|
32
|
+
code: lambda.Code.fromAsset("lambda"),
|
|
33
|
+
handler: "index.handler",
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
// API Gateway
|
|
37
|
+
new apigateway.LambdaRestApi(this, "Api", {
|
|
38
|
+
handler: handler,
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Serverless Patterns
|
|
45
|
+
|
|
46
|
+
### API + Lambda + DynamoDB
|
|
47
|
+
|
|
48
|
+
- RESTful API via API Gateway
|
|
49
|
+
- Business logic in Lambda
|
|
50
|
+
- Data storage in DynamoDB
|
|
51
|
+
- Auto-scaling built-in
|
|
52
|
+
|
|
53
|
+
### Event-Driven Architecture
|
|
54
|
+
|
|
55
|
+
- S3 triggers Lambda
|
|
56
|
+
- SQS queues for async processing
|
|
57
|
+
- EventBridge for event routing
|
|
58
|
+
|
|
59
|
+
## Cost Optimization
|
|
60
|
+
|
|
61
|
+
1. **Use appropriate sizes** - Right-size Lambda memory
|
|
62
|
+
2. **Reserved capacity** - For predictable workloads
|
|
63
|
+
3. **S3 lifecycle policies** - Archive old data
|
|
64
|
+
4. **CloudWatch monitoring** - Track costs
|
|
65
|
+
5. **Serverless First** - Pay per use
|
|
66
|
+
|
|
67
|
+
## Security Best Practices
|
|
68
|
+
|
|
69
|
+
- IAM least privilege
|
|
70
|
+
- VPC for sensitive resources
|
|
71
|
+
- Secrets in AWS Secrets Manager
|
|
72
|
+
- Enable CloudTrail logging
|
|
73
|
+
- Use WAF for API protection
|
|
74
|
+
|
|
75
|
+
## Deployment
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
# CDK commands
|
|
79
|
+
cdk synth # Generate CloudFormation
|
|
80
|
+
cdk deploy # Deploy to AWS
|
|
81
|
+
cdk diff # Show changes
|
|
82
|
+
cdk destroy # Remove stack
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
See [references/cdk-best-practices.md](references/cdk-best-practices.md), [references/serverless-patterns.md](references/serverless-patterns.md), and [references/cost-optimization.md](references/cost-optimization.md).
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: brainstorming
|
|
3
|
+
description: Transform rough ideas into fully-formed designs through structured questioning and alternative exploration. Systematic ideation process for concept development.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Brainstorming
|
|
7
|
+
|
|
8
|
+
Structured ideation process to develop rough ideas into complete concepts.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Early feature planning
|
|
13
|
+
- Problem-solving sessions
|
|
14
|
+
- Design exploration
|
|
15
|
+
- Innovation workshops
|
|
16
|
+
- Concept development
|
|
17
|
+
|
|
18
|
+
## Brainstorming Process
|
|
19
|
+
|
|
20
|
+
### 1. Diverge (Generate Ideas)
|
|
21
|
+
|
|
22
|
+
- Quantity over quality
|
|
23
|
+
- No judgment
|
|
24
|
+
- Wild ideas welcome
|
|
25
|
+
- Build on others' ideas
|
|
26
|
+
|
|
27
|
+
### 2. Converge (Select Best)
|
|
28
|
+
|
|
29
|
+
- Evaluate feasibility
|
|
30
|
+
- Assess impact
|
|
31
|
+
- Consider constraints
|
|
32
|
+
- Vote or prioritize
|
|
33
|
+
|
|
34
|
+
### 3. Refine
|
|
35
|
+
|
|
36
|
+
- Develop selected ideas
|
|
37
|
+
- Address concerns
|
|
38
|
+
- Create action plan
|
|
39
|
+
|
|
40
|
+
## Techniques
|
|
41
|
+
|
|
42
|
+
**Mind Mapping** - Visual idea connections
|
|
43
|
+
**SCAMPER** - Substitute, Combine, Adapt, Modify, Put to other uses, Eliminate, Reverse
|
|
44
|
+
**Six Thinking Hats** - Different perspectives
|
|
45
|
+
**5 Whys** - Root cause exploration
|
|
46
|
+
|
|
47
|
+
## Example Session
|
|
48
|
+
|
|
49
|
+
```markdown
|
|
50
|
+
Problem: Slow app performance
|
|
51
|
+
|
|
52
|
+
Ideas Generated (15 minutes):
|
|
53
|
+
|
|
54
|
+
1. Add caching
|
|
55
|
+
2. Optimize database queries
|
|
56
|
+
3. Use CDN
|
|
57
|
+
4. Lazy load images
|
|
58
|
+
5. Code splitting
|
|
59
|
+
... (20 more ideas)
|
|
60
|
+
|
|
61
|
+
Top 3 Selected:
|
|
62
|
+
|
|
63
|
+
1. Add Redis caching (High impact, medium effort)
|
|
64
|
+
2. Database query optimization (High impact, low effort)
|
|
65
|
+
3. Implement CDN (Medium impact, low effort)
|
|
66
|
+
|
|
67
|
+
Action Plan:
|
|
68
|
+
Week 1: Database optimization
|
|
69
|
+
Week 2: Add caching
|
|
70
|
+
Week 3: CDN setup
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
See [references/ideation-techniques.md](references/ideation-techniques.md).
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: canvas-design
|
|
3
|
+
description: Create beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles. For posters, graphics, and static visual pieces.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Canvas Design
|
|
7
|
+
|
|
8
|
+
Visual art creation with design principles and aesthetics.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Marketing materials
|
|
13
|
+
- Posters and flyers
|
|
14
|
+
- Social media graphics
|
|
15
|
+
- Presentation visuals
|
|
16
|
+
- Brand assets
|
|
17
|
+
|
|
18
|
+
## Design Principles
|
|
19
|
+
|
|
20
|
+
### Composition
|
|
21
|
+
|
|
22
|
+
- Rule of thirds
|
|
23
|
+
- Golden ratio
|
|
24
|
+
- Visual hierarchy
|
|
25
|
+
- Balance and symmetry
|
|
26
|
+
|
|
27
|
+
### Typography
|
|
28
|
+
|
|
29
|
+
- Font pairing
|
|
30
|
+
- Readability
|
|
31
|
+
- Hierarchy
|
|
32
|
+
- Whitespace
|
|
33
|
+
|
|
34
|
+
### Color Theory
|
|
35
|
+
|
|
36
|
+
- Color harmony
|
|
37
|
+
- Contrast
|
|
38
|
+
- Psychology
|
|
39
|
+
- Accessibility
|
|
40
|
+
|
|
41
|
+
## Output Formats
|
|
42
|
+
|
|
43
|
+
**PNG** - Raster graphics, photos
|
|
44
|
+
**PDF** - Vector graphics, print-ready
|
|
45
|
+
|
|
46
|
+
## Example Use Cases
|
|
47
|
+
|
|
48
|
+
- Event posters
|
|
49
|
+
- Product mockups
|
|
50
|
+
- Infographics
|
|
51
|
+
- Banners
|
|
52
|
+
- Certificates
|
|
53
|
+
|
|
54
|
+
## Best Practices
|
|
55
|
+
|
|
56
|
+
1. **Start with purpose** - Know the goal
|
|
57
|
+
2. **Keep it simple** - Less is more
|
|
58
|
+
3. **Consistent branding** - Colors, fonts
|
|
59
|
+
4. **High contrast** - Readability
|
|
60
|
+
5. **Professional fonts** - Google Fonts
|
|
61
|
+
|
|
62
|
+
See [references/design-principles.md](references/design-principles.md).
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: changelog-generator
|
|
3
|
+
description: Automatically generates user-facing changelogs from git commits by analyzing history and transforming technical commits into customer-friendly release notes. Use when preparing releases, documenting changes, or creating release notes.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Changelog Generator
|
|
7
|
+
|
|
8
|
+
Automatically creates professional changelogs from git commit history.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Preparing software releases
|
|
13
|
+
- Creating release notes
|
|
14
|
+
- Documenting version changes
|
|
15
|
+
- Generating user-facing change summaries
|
|
16
|
+
- Reviewing project history
|
|
17
|
+
|
|
18
|
+
## Quick Start
|
|
19
|
+
|
|
20
|
+
### Manual Generation
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
# Generate changelog from commits
|
|
24
|
+
git log --oneline --no-merges v1.0.0..HEAD
|
|
25
|
+
|
|
26
|
+
# Or use conventional commits
|
|
27
|
+
git log --pretty=format:"%s" --no-merges v1.0.0..HEAD | grep -E "^(feat|fix|docs|style|refactor|test|chore)"
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
### Using Script
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
node .cursor/skills/changelog-generator/scripts/generate-changelog.js
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
The script will:
|
|
37
|
+
|
|
38
|
+
1. Analyze git commits since last tag
|
|
39
|
+
2. Categorize by type (feat, fix, docs, etc.)
|
|
40
|
+
3. Transform to user-friendly language
|
|
41
|
+
4. Generate formatted CHANGELOG.md
|
|
42
|
+
|
|
43
|
+
## Changelog Format
|
|
44
|
+
|
|
45
|
+
See [assets/changelog-template.md](assets/changelog-template.md) for the standard format.
|
|
46
|
+
|
|
47
|
+
### Example Output
|
|
48
|
+
|
|
49
|
+
```markdown
|
|
50
|
+
# Changelog
|
|
51
|
+
|
|
52
|
+
## [1.2.0] - 2025-12-27
|
|
53
|
+
|
|
54
|
+
### Added
|
|
55
|
+
|
|
56
|
+
- User authentication with JWT tokens
|
|
57
|
+
- Email verification for new accounts
|
|
58
|
+
- Password reset functionality
|
|
59
|
+
|
|
60
|
+
### Fixed
|
|
61
|
+
|
|
62
|
+
- Login form validation errors
|
|
63
|
+
- Session timeout issues
|
|
64
|
+
- Email delivery failures
|
|
65
|
+
|
|
66
|
+
### Changed
|
|
67
|
+
|
|
68
|
+
- Improved dashboard loading performance
|
|
69
|
+
- Updated UI color scheme
|
|
70
|
+
- Refactored user service layer
|
|
71
|
+
|
|
72
|
+
### Deprecated
|
|
73
|
+
|
|
74
|
+
- Old authentication API (use /api/v2/auth)
|
|
75
|
+
|
|
76
|
+
### Removed
|
|
77
|
+
|
|
78
|
+
- Legacy session storage
|
|
79
|
+
|
|
80
|
+
### Security
|
|
81
|
+
|
|
82
|
+
- Patched SQL injection vulnerability
|
|
83
|
+
- Updated dependencies with security fixes
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## Conventional Commits
|
|
87
|
+
|
|
88
|
+
Follow conventional commit format for automatic categorization:
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
feat: add user profile page
|
|
92
|
+
fix: resolve login timeout issue
|
|
93
|
+
docs: update API documentation
|
|
94
|
+
style: format code with prettier
|
|
95
|
+
refactor: extract user validation logic
|
|
96
|
+
test: add unit tests for auth service
|
|
97
|
+
chore: update dependencies
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
## Commit Categories
|
|
101
|
+
|
|
102
|
+
**Added** (feat):
|
|
103
|
+
|
|
104
|
+
- New features
|
|
105
|
+
- New capabilities
|
|
106
|
+
- User-facing additions
|
|
107
|
+
|
|
108
|
+
**Fixed** (fix):
|
|
109
|
+
|
|
110
|
+
- Bug fixes
|
|
111
|
+
- Error corrections
|
|
112
|
+
- Problem resolutions
|
|
113
|
+
|
|
114
|
+
**Changed** (refactor, perf):
|
|
115
|
+
|
|
116
|
+
- Improvements
|
|
117
|
+
- Optimizations
|
|
118
|
+
- Behavior changes
|
|
119
|
+
|
|
120
|
+
**Deprecated**:
|
|
121
|
+
|
|
122
|
+
- Soon-to-be removed features
|
|
123
|
+
- Compatibility warnings
|
|
124
|
+
|
|
125
|
+
**Removed**:
|
|
126
|
+
|
|
127
|
+
- Deleted features
|
|
128
|
+
- Removed functionality
|
|
129
|
+
|
|
130
|
+
**Security**:
|
|
131
|
+
|
|
132
|
+
- Security patches
|
|
133
|
+
- Vulnerability fixes
|
|
134
|
+
|
|
135
|
+
## Best Practices
|
|
136
|
+
|
|
137
|
+
1. **User-Focused** - Write for end-users, not developers
|
|
138
|
+
2. **Clear Language** - Avoid technical jargon
|
|
139
|
+
3. **Grouped Changes** - Categorize logically
|
|
140
|
+
4. **Version Tags** - Use semantic versioning
|
|
141
|
+
5. **Date Stamps** - Include release dates
|
|
142
|
+
6. **Link Issues** - Reference issue numbers
|
|
143
|
+
|
|
144
|
+
## References
|
|
145
|
+
|
|
146
|
+
- [Changelog Template](assets/changelog-template.md)
|
|
147
|
+
- [Generate Script](scripts/generate-changelog.js)
|
|
148
|
+
- [Keep a Changelog](https://keepachangelog.com/)
|
|
149
|
+
- [Semantic Versioning](https://semver.org/)
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Feature description
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- Bug fix description
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Change description
|
|
21
|
+
|
|
22
|
+
### Deprecated
|
|
23
|
+
|
|
24
|
+
- Deprecated feature description
|
|
25
|
+
|
|
26
|
+
### Removed
|
|
27
|
+
|
|
28
|
+
- Removed feature description
|
|
29
|
+
|
|
30
|
+
### Security
|
|
31
|
+
|
|
32
|
+
- Security fix description
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## [1.0.0] - 2025-01-01
|
|
37
|
+
|
|
38
|
+
### Added
|
|
39
|
+
|
|
40
|
+
- Initial release
|
|
41
|
+
- Core functionality
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Version Format
|
|
46
|
+
|
|
47
|
+
Version numbers follow Semantic Versioning (SemVer):
|
|
48
|
+
|
|
49
|
+
- **MAJOR** version when you make incompatible API changes
|
|
50
|
+
- **MINOR** version when you add functionality in a backwards compatible manner
|
|
51
|
+
- **PATCH** version when you make backwards compatible bug fixes
|
|
52
|
+
|
|
53
|
+
## Change Categories
|
|
54
|
+
|
|
55
|
+
- **Added** for new features
|
|
56
|
+
- **Changed** for changes in existing functionality
|
|
57
|
+
- **Deprecated** for soon-to-be removed features
|
|
58
|
+
- **Removed** for now removed features
|
|
59
|
+
- **Fixed** for any bug fixes
|
|
60
|
+
- **Security** in case of vulnerabilities
|