Skip to content

feat: append commit provenance footer to lol plan output#796

Merged
were merged 1 commit intomainfrom
issue-794
Feb 4, 2026
Merged

feat: append commit provenance footer to lol plan output#796
were merged 1 commit intomainfrom
issue-794

Conversation

@were
Copy link
Contributor

@were were commented Feb 4, 2026

feat: append commit provenance footer to lol plan output

Summary:

  • Append commit provenance footer to consensus plans and strip it during refinement fetches.
  • Document footer behavior in planner and lol plan docs.
  • Add stubbed pipeline coverage for the footer line.

Testing:

  • make test-fast TEST_SHELLS="bash zsh"

Issue 794 resolved
closes #794

Summary:
- Append commit provenance footer to consensus plans and strip it during refinement.
- Document footer behavior across planner and lol plan docs.
- Add test coverage for the footer line in stubbed pipeline runs.

Files:
- docs/cli/lol.md: note consensus footer in lol plan description.
- docs/cli/planner.md: document footer append and refine stripping behavior.
- src/cli/lol/commands/plan.md: mention footer in command docs.
- python/agentize/workflow/planner/__main__.md: describe footer helpers and refine behavior.
- python/agentize/workflow/planner/__main__.py: resolve commit hash, append footer, strip footer for refine.
- tests/cli/test-lol-plan-pipeline-stubbed.sh: assert consensus footer line.

Issue: #794

Tests:
- make test-fast TEST_SHELLS="bash zsh"
@were were merged commit e5a99a8 into main Feb 4, 2026
4 checks passed
@were were deleted the issue-794 branch February 4, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[plan] [#794] Append Commit Provenance Footer to lol plan Output

1 participant