@juspay/yama 1.0.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/CHANGELOG.md ADDED
@@ -0,0 +1,51 @@
1
+ # 1.0.0 (2025-07-25)
2
+
3
+
4
+ ### Features
5
+
6
+ * add enterprise-grade CI/CD pipeline and release automation ([e385d69](https://github.com/juspay/yama/commit/e385d69d135bee72f51ac4462adcfc9a4a4be17b))
7
+ * v1.1.0 - Enhanced AI configuration and performance improvements ([e763e93](https://github.com/juspay/yama/commit/e763e9341c2869433097b7a6bcc9080028934e1b))
8
+
9
+ # Changelog
10
+
11
+ All notable changes to this project will be documented in this file.
12
+
13
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
14
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
15
+
16
+ ## [1.1.0] - 2025-07-25
17
+
18
+ ### Added
19
+
20
+ - Enterprise-grade Pull Request automation toolkit
21
+ - AI-powered code review capabilities
22
+ - Description enhancement features
23
+ - Support for Bitbucket, GitHub, and GitLab platforms
24
+ - Security-focused code analysis
25
+ - Quality assurance automation
26
+
27
+ ### Features
28
+
29
+ - **Guardian**: Comprehensive PR security and quality checks
30
+ - **Scribe**: AI-enhanced PR description generation
31
+ - **Police**: Automated code review and compliance checking
32
+ - **Context Gathering**: Intelligent codebase analysis
33
+ - **Multi-platform Support**: Works with major Git platforms
34
+
35
+ ### Dependencies
36
+
37
+ - @juspay/neurolink for AI capabilities
38
+ - @nexus2520/bitbucket-mcp-server for Bitbucket integration
39
+ - Comprehensive testing suite with Jest
40
+ - TypeScript support with strict type checking
41
+
42
+ ### Developer Experience
43
+
44
+ - CLI tools with multiple entry points
45
+ - Configurable via YAML
46
+ - Memory bank for context persistence
47
+ - Comprehensive logging and debugging
48
+
49
+ ---
50
+
51
+ _This changelog is automatically generated and maintained by semantic-release._