@weldr/runr 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +39 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.7.3] - 2026-01-08
|
|
11
|
+
|
|
12
|
+
**Documentation Consistency** - Complete rebrand cleanup.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- Complete documentation rebrand from `agent` → `runr` commands
|
|
17
|
+
- Updated all path references from `.agent/` → `.runr/`
|
|
18
|
+
- Fixed worktree path references (`.agent-worktrees/` → `.runr-worktrees/`)
|
|
19
|
+
- Updated config file references (`agent.config.json` → `runr.config.json`)
|
|
20
|
+
- Rebranded "Agent Framework" → "Runr" throughout docs
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- Documentation for v0.7.x features in MIGRATION.md (modes, hooks, demo)
|
|
25
|
+
- Missing CLI commands in docs/cli.md (`--demo`, `continue`, `meta`, `watch`)
|
|
26
|
+
- Documentation audit document (docs/DOCS_AUDIT.md)
|
|
27
|
+
|
|
28
|
+
## [0.7.2] - 2026-01-07
|
|
29
|
+
|
|
30
|
+
**Rails-energy UX refresh** - 2-minute try-it flow.
|
|
31
|
+
|
|
32
|
+
### Added
|
|
33
|
+
|
|
34
|
+
- `runr init --demo` flag for self-contained TypeScript demo project
|
|
35
|
+
- Demo includes 3 graduated tasks (success, fix-loop, scope-violation)
|
|
36
|
+
- Built-in verification with TypeScript and Vitest
|
|
37
|
+
|
|
38
|
+
## [0.7.1] - 2026-01-06
|
|
39
|
+
|
|
40
|
+
**Sprint Complete** - Git hooks and mode-aware commit checking.
|
|
41
|
+
|
|
42
|
+
### Added
|
|
43
|
+
|
|
44
|
+
- Git hooks mechanism with `runr hooks install`
|
|
45
|
+
- Mode-aware commit check behavior (flow vs ledger)
|
|
46
|
+
- Orchestration receipt (manager dashboard)
|
|
47
|
+
- Stop footer with clear next steps
|
|
48
|
+
|
|
10
49
|
## [0.7.0] - 2026-01-06
|
|
11
50
|
|
|
12
51
|
**Hybrid Workflow Foundation** - Productivity + Auditability together.
|