Generate PR pending-work markdown log from backlog issue sections #360
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#360
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 tracked markdown handoff file to PR-based backlog work so reviewers can see remaining and partial work directly in the branch, not only in chat.
Problem
backlog:start/backlog:submitcurrently track branch and PR metadata in the issue file and PR body, but they do not create a dedicated markdown artifact in the branch that summarizes pending or partially completed work for reviewers.Goal
Generate and maintain a tracked markdown file for PR workflow issues that captures the current pending or partial work log from the issue body.
Scope
.issues/for PR workflow issues.Non-goals
Acceptance Criteria
backlog:startcreates a tracked markdown file for the active issue inside.issues/.Implementation Notes
Suggested Files or Specs To Inspect
spec/src/80-maintenance/issues-backlog.mdspec/src/80-maintenance/agent-task-state.mdscripts/backlog-workflow-lib.mjsscripts/backlog-workflow.test.mjsscripts/issue-sync.mjsValidation Commands
node --test scripts/backlog-workflow.test.mjsnode --test scripts/issue-sync-lib.test.mjspnpm check:allRelated Issues
Follow-up Tasks
Branch
Pull Request
Regression Notes
Implementation Summary
backlog:start/submit/pr-status now generate and refresh .issues/pr/.md from Implementation Notes, Follow-up Tasks, Problem, Goal, and Validation Commands. Fixed workflow frontmatter churn by not treating default work_base_ref alone as active PR metadata. Spec and tests updated.