31 lines
653 B
Text
31 lines
653 B
Text
--ISSUE
|
|
Content-Type: application/sprints
|
|
Sprints:
|
|
- Name: Sprint Alpha
|
|
Range: 2026-02-01..2026-02-14
|
|
-
|
|
Name: Sprint Beta
|
|
Range: 2026-02-15..2026-02-28
|
|
|
|
--ISSUE
|
|
Content-Type: application/issue
|
|
ID: 1
|
|
Type: feature
|
|
Title: Add streaming parser
|
|
Status: open
|
|
Priority: high
|
|
Created: 2026-02-05
|
|
Relationships: dependsOn:3
|
|
Description: Implement streaming JSON parser.
|
|
Must support SAX-like events.
|
|
|
|
--ISSUE
|
|
Content-Type: application/issue
|
|
ID: 2
|
|
Type: bugfix
|
|
Title: Fix wraparound
|
|
Status: in-progress
|
|
Priority: medium
|
|
Created: 2026-02-06
|
|
Relationships:
|
|
Description: Fix off-by-one in circular buffer.
|