Skip to content

Commit 3721e28

Browse files
Release v4.6.1: documentation and skill alignment with cycle and gate v3.
Bumps version; README, CURSOR_PROMPTS, role skills, and /graphstack command now match v4.6 orchestration workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 50824da commit 3721e28

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to GraphStack are documented here.
44

55
---
66

7+
## [v4.6.1] — 2026-06-11
8+
9+
### Changed
10+
- **README** — v4.6 highlights, gate v3 limitations, install tree (`cycle`, `gate`, `STATE.json`, `hooks.json`), preferred `cycle` workflow in GNAP section.
11+
- **`docs/CURSOR_PROMPTS.md`** — v4.6 cycle handoff, strict gate, doctor/validate tips.
12+
- **Role skills** — Architect, Builder, Bootstrapper use `cycle start` / `cycle enter-builder` (aligned with gate v3).
13+
- **`/graphstack` command** — Activation step 9 matches `ORCHESTRATOR.md` (Architect on first goal, no code on turn 1).
14+
15+
---
16+
717
## [v4.6.0] — 2026-06-11
818

919
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "MertCapkin_GraphStack"
7-
version = "4.6.0"
7+
version = "4.6.1"
88
description = "Graph-first AI development workflow — board, gate, graph queries, one-shot init"
99
readme = "README.md"
1010
license = { text = "MIT" }

scripts/graphstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
``gate``, ``state``, ``graph``, ``cycle``
99
"""
1010

11-
__version__ = "4.6.0"
11+
__version__ = "4.6.1"
1212
__all__ = ["__version__"]

scripts/graphstack/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def install(target: Path, *, non_interactive: bool = False) -> int:
386386
echo(" pip install \"graphifyy>=0.7,<0.9\"")
387387

388388
echo("")
389-
echo("🎉 GraphStack v4.6 installed!")
389+
echo("🎉 GraphStack v4.6.1 installed!")
390390
echo("")
391391
echo("Next steps:")
392392
echo(" 1. Build graph: open Cursor in your project → type: /graphify .")

0 commit comments

Comments
 (0)