Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Added reference example repository for project structure and tests:
- https://github.com/Wreos/flutter-cursor-plugin-example
- Added pre-release enable guide (`docs/pre-release-enable-plugin.md`) with repository install and manual workspace settings options.

## 1.10.0
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Three ready-to-run scenarios:
3. Release readiness:
- `prepare-mobile-release` -> `setup-mobile-github-pipeline`

Reference project layout:
- https://github.com/Wreos/flutter-cursor-plugin-example

## Manifest and compatibility

- Canonical manifest: `.cursor-plugin/plugin.json` (schema-aligned for Cursor plugins).
Expand Down Expand Up @@ -74,6 +77,7 @@ Three ready-to-run scenarios:
- **Release checklist**: `docs/official-release-checklist.md` for official/public release prep.
- **Release automation**: `docs/release-automation.md` for semver bump, changelog cut, tag, and GitHub Release publishing.
- **Security posture**: `docs/security-posture.md` for `/security-review` scope, false-positive handling, and CI integration.
- **Reference Flutter app layout**: https://github.com/Wreos/flutter-cursor-plugin-example
- **Agents**
- `flutter-app-builder` (general Flutter implementation)
- `flutter-code-reviewer`
Expand Down
1 change: 1 addition & 0 deletions docs/official-release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Use this checklist before tagging a public release.
- README clearly explains scope, commands, agents, and MCP requirements.
- Changelog includes the release notes for the target version.
- Command naming and aliases are documented (`docs/command-namespacing.md`).
- Reference example repository is linked (`https://github.com/Wreos/flutter-cursor-plugin-example`).

## Quality

Expand Down