Skip to content

Latest commit

 

History

History
85 lines (69 loc) · 4.56 KB

File metadata and controls

85 lines (69 loc) · 4.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.4 - 2026-02-11

Added

  • aws-cost-analyst plugin: AWS cost analysis, investigation, and cost optimization
    • Cost breakdown and trend analysis for existing AWS resources
    • Anomalous cost investigation and remediation recommendations
    • Cost optimization suggestions (Reserved Instances, Savings Plans, Spot)
    • FinOps best practices with tag-based and regional pricing analysis
  • MCP server integrations for cost analysis:
    • aws-cost-explorer-mcp-server for cost data retrieval and forecasting
    • aws-pricing-mcp-server for pricing lookups and cost estimation
  • tech-docs-searcher plugin: Technical documentation search and research
    • AWS Documentation and Knowledge MCP server integration for accurate AWS information
    • Multi-source verification across official docs, GitHub, and technical blogs
    • Support for frameworks, libraries, cloud services (AWS, GCP, Azure), and SaaS products

Fixed

  • Agent model field: Changed invalid model: claude to model: inherit in 5 files
    • agents/article-reviewer.md, agents/official-document-checker.md, agents/terraform-code-reviewer.md
    • commands/document-reviewer.md, commands/terraform-code-reviewer.md
  • Agent frontmatter format: Fixed aws-cost-analyst.md tools field from YAML list to comma-separated string per official documentation
  • MCP server key consistency: Aligned JSON server keys with filenames across all MCP configurations
  • Owner email: Unified owner.email in marketplace.json to tsuyoshi@rev-system.net

Changed

  • MCP server env config: Use ${AWS_PROFILE:-default} and ${AWS_REGION:-us-east-1} environment variable expansion instead of hardcoded placeholders in aws-cost-explorer-mcp-server.json and aws-pricing-mcp-server.json
  • Updated README.md with aws-cost-analyst plugin documentation
  • Updated marketplace.json to register aws-cost-analyst as independent plugin

0.0.3 - 2026-02-07

Added

  • Terminology standards resource: Added comprehensive terminology standards file (agents/resources/terminology-standards.md)
    • Guidelines for AI/ML, AWS services, programming languages, and tools
    • Rules for proper capitalization, katakana notation, and service name usage
  • Article-reviewer agent enhancement: Integrated terminology standards into the review process
    • Mandatory reference section for terminology standards
    • Preparation step for loading terminology standards before review
    • Updated terminology unification checklist to reference standards file
  • Enhanced proofreading rules: Expanded common error corrections and article structure improvement process

Changed

  • Plugin descriptions: Updated marketplace.json descriptions to reflect new capabilities
    • document-reviewer: "Review blog articles with terminology standards and AWS documentation verification."
    • metadata: "Provide plugins for reviewing documents and code with terminology standards and official documentation verification."

0.0.2 - 2026-01-21

Added

  • terraform-code-reviewer plugin: Comprehensive Terraform code analysis and improvement suggestions
    • Security review for resource configurations
    • Best practices validation
    • Performance optimization recommendations
    • Cost optimization analysis

Changed

  • Renamed Terraform reviewer components to 'terraform-code-reviewer' for consistency
  • Updated README.md with detailed terraform-code-reviewer documentation

Fixed

  • Package reference in aws-documentation-mcp-server.json (corrected to 'awslabs.aws-documentation-mcp-server')

0.0.1 - Initial Release

Added

  • document-reviewer plugin: Technical article review functionality
    • Japanese proofreading agent (qiita-article-reviewer-agent)
    • AWS official documentation verification agent (official-document-checker-agent)
    • Integrated review command combining both agents
  • MCP server integrations:
    • aws-knowledge-mcp-server for AWS service recommendations
    • aws-documentation-mcp-server for official AWS documentation access
  • Initial project structure and documentation