Add Tasks Planner review workflow #116
Labels
No labels
abandoned
active
audit
blocked
data-safety
difficulty:easy
difficulty:hard
difficulty:high
difficulty:medium
docs
done
duplicate
notebook-v0
open
priority:high
ready
release-critical
safe-mode
spec
spec-backlog
subsystem:api
subsystem:backlog
subsystem:bases
subsystem:ci
subsystem:command
subsystem:configuration
subsystem:consolidate
subsystem:dependencies
subsystem:desktop-electron
subsystem:diffmerge
subsystem:docker
subsystem:docs
subsystem:fuzzy
subsystem:graph
subsystem:hotkeys
subsystem:lapis
subsystem:maint
subsystem:maintenance
subsystem:markdown
subsystem:markdown-lint
subsystem:md018
subsystem:notebook
subsystem:notifications
subsystem:opfs
subsystem:package
subsystem:plugin-markdown
subsystem:plugin-tasks
subsystem:plugins
subsystem:registry
subsystem:release
subsystem:renovate
subsystem:restore
subsystem:scripts
subsystem:search
subsystem:settings
subsystem:spec
subsystem:tasks
subsystem:testing
subsystem:ui
subsystem:web
subsystem:workspace
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lapis-notes/lapis#116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a review surface that helps users keep Inbox, Anytime, Someday, and project lists trustworthy after the core planner workflow exists.
Problem
A calm planner can become stale without a review habit. The Tasks plugin has timestamps, status, projects, reminders, and scheduled dates, but no workflow that highlights stale active work, unreviewed Someday tasks, or projects without a next action.
Goal
Provide an optional planner review view that surfaces stale or under-organized work and lets users review, defer, park, or plan tasks without leaving the planner.
Scope
reviewedonly when a real review action writes it.Non-goals
Acceptance Criteria
reviewedmetadata without changing due/scheduled dates.Implementation Notes
reviewedmetadata before it is written by user action.Suggested Files or Specs To Inspect
packages/plugins/plugin-tasks/src/planner/packages/plugins/plugin-tasks/src/core/model.tspackages/plugins/plugin-tasks/src/core/settings.tspackages/plugins/plugin-tasks/src/core/plugin.tspackages/workspace/e2e/tasks.spec.tsValidation Commands
pnpm --filter @lapis-notes/tasks testpnpm --filter @lapis-notes/tasks checkpnpm --filter @lapis-notes/workspace checkmake spec-lintpnpm test:smokeFollow-up Tasks
Implementation Summary
Added the planner review workflow with reviewed metadata, stale task projections, projects-without-next-action detection, review actions, and review coverage.