From e052c8f08acef2c3279f056e4a76aabc5af002fc Mon Sep 17 00:00:00 2001 From: Aleksandr Lozhkovoi Date: Sat, 21 Feb 2026 22:00:09 +0100 Subject: [PATCH] docs: link reference example repository --- CHANGELOG.md | 2 ++ README.md | 4 ++++ docs/official-release-checklist.md | 1 + 3 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7479c7c..c7535d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4942786..105ea12 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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` diff --git a/docs/official-release-checklist.md b/docs/official-release-checklist.md index abfea12..9a7d135 100644 --- a/docs/official-release-checklist.md +++ b/docs/official-release-checklist.md @@ -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