@@ -7,14 +7,73 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.5.0] - 2025-10-27
11+
12+ ### Added - Agent-First Experience 🤖
13+
14+ - ** Agent-Native Design** : AI assistants (Cursor, Windsurf, GitHub Copilot) now proactively maintain the knowledge graph with zero user friction
15+ - ** IDE Integration** : New ` --ide ` flag for ` agenthq init ` to generate agent instructions
16+ - ` .cursorrules ` for Cursor AI
17+ - ` .github/copilot-instructions.md ` for GitHub Copilot
18+ - ` .windsurf/workflows/ ` for Windsurf Cascade (7 workflows)
19+ - ** Comprehensive Agent Instructions** : ` agent-instructions.md ` (5000+ words) guides agents on proactive behavior
20+ - ** Agent Mode Workflow** : New ` /agenthq-agent-mode ` workflow for Windsurf with auto-run support
21+
22+ ### Added - Spec-Driven Development 🌱
23+
24+ - ** Spec Kit Integration** : Complete spec-driven workflow based on GitHub Spec Kit methodology
25+ - ** Constitution Template** : Project principles and decision framework (` constitution.md ` )
26+ - ** Specification Template** : Feature specs with user stories, requirements, success metrics (` spec.md ` )
27+ - ** Plan Template** : Technical implementation plans with architecture, data models, API contracts (` plan.md ` )
28+ - ** Tasks Template** : Task breakdowns with estimates, dependencies, parallel markers (` tasks.md ` )
29+ - ** New CLI Commands** :
30+ - ` agenthq spec init ` - Initialize spec-driven workflow
31+ - ` agenthq spec create <feature-name> ` - Create feature specification
32+ - ` agenthq spec plan <feature-id> ` - Generate implementation plan
33+ - ` agenthq spec tasks <feature-id> ` - Generate task breakdown
34+ - ` agenthq import speckit ` - Import existing Spec Kit artifacts
35+ - ** Spec Views** : New ` entities/specs.md ` view showing all specs with progress
36+ - ** Windsurf Workflows** : 4 new spec kit workflows (constitution, specify, plan, tasks)
37+
38+ ### Added - Documentation 📚
39+
40+ - ** AGENT-FIRST-UX.md** : Complete guide to agent-first experience (7000+ words)
41+ - ** QUICKSTART.md** : 30-minute onboarding guide for new users
42+ - ** SPEC-KIT-INTEGRATION.md** : Complete spec-driven development guide
43+ - ** AGENT-FIRST-SUMMARY.md** : Implementation summary and design decisions
44+ - ** justfile** : Command runner with ` just ship ` for one-command publishing
45+ - ** JUSTFILE-GUIDE.md** : Complete guide to using just commands
46+
47+ ### Enhanced
48+
49+ - ** Enhanced Sync** : Now generates ` specs.md ` entity view with task counts and status
50+ - ** Auto-Detection** : All commands auto-detect ` .agenthq/ ` directory by walking up tree (like git)
51+ - ** Smart Defaults** : Agents infer time estimates, priorities, and when to log decisions
52+ - ** Proactive Logging** : Agents automatically log decisions during implementation
53+ - ** Context Loading** : Agents load project context at session start
54+ - ** Batched Updates** : Agents bundle confirmations to minimize flow interruption
55+
56+ ### Changed
57+
58+ - ** Package Name** : Renamed from ` @agenthq/core ` to ` agenthq ` (simpler, cleaner!)
59+ - ** README.md** : Completely rewritten to emphasize agent-first experience
60+ - ** Keywords** : Updated for better npm discoverability (agent-native, cursor, windsurf, copilot)
61+ - ** Package Files** : Now includes entire ` docs/ ` directory with all documentation
62+ - ** Documentation Structure** : Reorganized into ` docs/ ` with clear topic-based folders
63+ - ` docs/getting-started/ ` - Onboarding guides
64+ - ` docs/features/ ` - Feature deep dives
65+ - ` docs/guides/ ` - Advanced topics
66+ - ` docs/development/ ` - Contributing and publishing
67+ - ** CLI Alias** : Added ` hq ` as short alias for ` agenthq ` command (both work identically)
68+ - ** npx Support** : Added documentation for using ` npx agenthq ` without installation
1069
1170## [ 1.4.0] - 2025-10-24
1271### Added
1372- add automated changelog generation from git history
1473
1574## [ 1.3.1] - 2025-10-24
1675### Fixed
17- - Updated GitHub URLs from codehq to code-hq
76+ - Updated GitHub URLs from codehq to agenthq
1877
1978## [ 1.1.0] - 2024-01-XX
2079
0 commit comments