# Changelog

All notable changes to sci-plot will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[中文更新日志](CHANGELOG_CN.md)

## [Unreleased]

## [1.1.1] - 2026-06-13

### Changed
- Removed the non-standard `version` field from `SKILL.md` frontmatter to align with the AI skill spec (`name` + `description` only). The version is still tracked via this changelog and the README badge.
- Replaced remaining "CodeBuddy" brand references with neutral "AI" wording in `CONTRIBUTING.md` / `CONTRIBUTING_CN.md` and the changelogs.
- Completed the project structure tree in `README.md` / `README_CN.md` (added `index.html`, `examples/`, `SECURITY.md`).
- Stopped tracking the local `.codebuddy/` directory in git (now gitignored).

## [1.1.0] - 2026-06-13

### Added
- Added `sci-plot-output/` to `.gitignore` to exclude generated output from version control.
- Added workflow architecture diagram (`docs/architecture.svg` + `docs/architecture_cn.svg`) with generation script (`docs/scripts/generate_architecture.py`).
- Added badges (License, Version, AI Skill) to README.md.
- Added project structure tree, FAQ section, and author information to README.md.
- Added visual architecture diagram section to README.md.
- Added interactive project overview page (`project_overview.html` + `project_overview/`) with dark theme, animated workflow timeline, style previews, and modern card-style architecture diagram.
- Added bilingual architecture SVGs with dark theme matching project overview design.

### Changed
- Renamed from "Scientific Figure Prompt Generator" to "Scientific Figure Prompt Engine"; Chinese slogan updated to "科研绘图 —— 从论文到插图的一站式引擎".
- Split human-facing documents into separate English/Chinese files: README.md/README_CN.md, CHANGELOG.md/CHANGELOG_CN.md, CONTRIBUTING.md/CONTRIBUTING_CN.md.
- Converted all AI-facing skill documents (SKILL.md, references/*.md) to English-only for better AI comprehension.
- Redesigned architecture SVG with dual-phase layout, highlighted core step (Round 4), and modern visual style.

## [1.0.0] - 2026-06-13

### Added
- Initial release of sci-plot, the scientific figure prompt engine.
- `SKILL.md`: Complete 6-round mandatory workflow (Round 0-5) for analyzing research content and generating image prompts.
- `references/prompt-rules.md`: Core rules for composition, annotation, color, and forbidden patterns.
- `references/analysis-guide.md`: Detailed checklists for analyzing papers, projects, code, and algorithms.
- `references/layout-rules.md`: Page role definitions, recommended pacing, and composition rules.
- `references/styles/paper-figure.md`: Paper figure style specification.
- `references/styles/sketchnote.md`: Warm sketchnote style specification.
- `references/styles/journal-minimal.md`: Nature/IEEE minimal academic style specification.
- `references/styles/warm-notes.md`: Bright handwritten notes style specification.
- `references/styles/business-research.md`: Business research brief style specification.
- `README.md`: User-facing documentation with installation, usage, styles, and output structure.
- `LICENSE`: MIT License.
- `.gitignore`: Version control exclusions for Windows, macOS, IDE, and Python files.
- `CONTRIBUTING.md`: Contribution guidelines.
- `.gitattributes`: Line ending normalization.
