33All notable changes to Echo (Task Scheduler) are documented here.
44Format: [ Keep a Changelog] ( https://keepachangelog.com/ ) .
55
6- ## [ v2.0] — Q1 2026: Editor Launch Sprint
6+ ## [ v2.0] - Q1 2026: Editor Launch Sprint
77
88### Changed
99
1010- Documentation and config refinement
1111- StealingQueue.rs comment/doc updates
1212- Architecture mature and stable; no API changes
1313
14- ## [ v1.3] — Q4 2025: Dependency Maintenance
14+ ## [ v1.3] - Q4 2025: Dependency Maintenance
1515
1616### Changed
1717
1818- Dependency updates maintained; no source changes
1919
20- ## [ v1.2] — Q3 2025: Full Stack Integration
20+ ## [ v1.2] - Q3 2025: Full Stack Integration
2121
2222### Changed
2323
@@ -27,27 +27,27 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
2727- CODE_OF_CONDUCT email updated
2828- Architecture stable; no code changes
2929
30- ## [ v1.1] — Q2 2025: Architecture Buildout
30+ ## [ v1.1] - Q2 2025: Architecture Buildout
3131
3232** June 10, 2025: complete Sequence → Scheduler architecture flip.**
3333
3434### Added (via Source2/ staging, then promoted)
3535
36- - ` Source/Queue/StealingQueue.rs ` — work-stealing queue using
36+ - ` Source/Queue/StealingQueue.rs ` - work-stealing queue using
3737 ` crossbeam-deque ` with random peer iteration for reduced contention
3838- ` Source/Queue/mod.rs `
39- - ` Source/Scheduler/Scheduler.rs ` — scheduler orchestration with public
39+ - ` Source/Scheduler/Scheduler.rs ` - scheduler orchestration with public
4040 ` Create ` method
41- - ` Source/Scheduler/SchedulerBuilder.rs ` — fluent builder: ` WithWorkerCount() ` ,
41+ - ` Source/Scheduler/SchedulerBuilder.rs ` - fluent builder: ` WithWorkerCount() ` ,
4242 ` WithQueue() `
43- - ` Source/Scheduler/Worker.rs ` — prioritized local polling + system stealing
43+ - ` Source/Scheduler/Worker.rs ` - prioritized local polling + system stealing
4444 strategies (99 insertions major enhancement)
4545- ` Source/Scheduler/mod.rs `
46- - ` Source/Task/Priority.rs ` — High/Low priority enum for UI responsiveness vs
46+ - ` Source/Task/Priority.rs ` - High/Low priority enum for UI responsiveness vs
4747 background indexing
48- - ` Source/Task/Task.rs ` — task definition with priority support
48+ - ` Source/Task/Task.rs ` - task definition with priority support
4949- ` Source/Task/mod.rs `
50- - ` Source/Library.rs ` — crate rustdoc + module exports
50+ - ` Source/Library.rs ` - crate rustdoc + module exports
5151
5252### Changed (June 10-19: 3 refinement commits)
5353
@@ -66,7 +66,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
6666- Entire Sequence architecture: ` Source/Struct/Sequence/* ` , ` Source/Trait/ ` ,
6767 ` Source/Type/ ` , ` Source/Enum/ `
6868
69- ## [ v1.0] — Q1 2025: Integration Phase
69+ ## [ v1.0] - Q1 2025: Integration Phase
7070
7171### Changed
7272
@@ -77,7 +77,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
7777 Source/Trait/Sequence/, Source/Type/Sequence/, build.rs
7878- Wrangler v3 → v4 migration (Cloudflare Workers)
7979
80- ## [ v0.2] — Q4 2024: Architecture Solidification
80+ ## [ v0.2] - Q4 2024: Architecture Solidification
8181
8282### Added
8383
@@ -89,23 +89,23 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
8989 deletions): Read.rs, Write.rs, Sequence.rs, Tauri.rs, WorkSteal.rs
9090- Cargo.toml metadata reorganization
9191
92- ## [ v0.1] — Q3 2024: Rapid Development
92+ ## [ v0.1] - Q3 2024: Rapid Development
9393
9494### Added
9595
9696- ` Target/ ` directory with transpiled JS: Function/Response.js,
9797 Interface/{Data,Environment,Message,Response,Worker}.js,
9898 Variable/Worker.js
9999- Sequence-based task coordination architecture:
100- - ` Source/Struct/Sequence/ ` — Action, Life, Plan, Production, Signal, Vector
101- - ` Source/Trait/Sequence/ ` — Action, Site
102- - ` Source/Type/Sequence/ ` — Action/Cycle
100+ - ` Source/Struct/Sequence/ ` - Action, Life, Plan, Production, Signal, Vector
101+ - ` Source/Trait/Sequence/ ` - Action, Site
102+ - ` Source/Type/Sequence/ ` - Action/Cycle
103103- Example programs: Common/Read.rs, Common/Write.rs, Sequence.rs, Tauri.rs,
104104 WorkSteal.rs
105105
106106### Removed
107107
108- - ` .github/workflows/Cloudflare.yml ` (61 lines) — Workers deployment abandoned
108+ - ` .github/workflows/Cloudflare.yml ` (61 lines) - Workers deployment abandoned
109109
110110### Dependencies (First Release)
111111
0 commit comments