You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: Make the public project docs and open issue state match the behavior that has actually shipped on main.
Context: The local workspace shows editor behavior ahead of the README and some open v0.3 issues, including undo, search, mark/region, kill/yank, directory browsing, and expanded highlighting.
Some of that may still be unmerged local work, so this issue should be done only after the current local changes are either merged or discarded deliberately.
Accurate docs matter because the roadmap is the task queue for future agents.
Proposed approach:
Start from the latest origin/main after pending work is resolved.
Compare README, docs/prd.md, docs/roadmap.md, and open GitHub issues against actual merged behavior.
Update the README current-scope, keybinding, syntax highlighting, and known-limitations sections.
Update the roadmap only at milestone/task status level.
Close or adjust open issues only when their acceptance criteria are truly satisfied by merged code.
Do not claim speculative behavior from the PRD as shipped.
Acceptance criteria:
README describes the current merged editor behavior accurately.
Roadmap statuses match open and closed GitHub issues.
Any shipped v0.3 behavior is not left documented as missing.
Any still-missing behavior remains clearly listed as a limitation or open issue.
Goal: Make the public project docs and open issue state match the behavior that has actually shipped on
main.Context: The local workspace shows editor behavior ahead of the README and some open v0.3 issues, including undo, search, mark/region, kill/yank, directory browsing, and expanded highlighting.
Some of that may still be unmerged local work, so this issue should be done only after the current local changes are either merged or discarded deliberately.
Accurate docs matter because the roadmap is the task queue for future agents.
Proposed approach:
origin/mainafter pending work is resolved.docs/prd.md,docs/roadmap.md, and open GitHub issues against actual merged behavior.Acceptance criteria:
Verification:
cargo testif code was touched.gh issue list --state open --limit 100and confirm the roadmap reflects the open issue set.Out of scope: