Skip to content

Comments

#115 - update session completion workflow to happen before commit#116

Merged
dpuglielli merged 3 commits intomainfrom
issue/feature-115/session-complete-before-commit
Jan 1, 2026
Merged

#115 - update session completion workflow to happen before commit#116
dpuglielli merged 3 commits intomainfrom
issue/feature-115/session-complete-before-commit

Conversation

@dpuglielli
Copy link
Collaborator

Summary

  • Update memento rules/context: session marked complete before final commit, not after PR
  • Update onus commit command: add session completion check step
  • Update onus pr command: verify session is complete, no post-PR updates
  • Bump memento 0.3.5 → 0.3.6, onus 0.2.6 → 0.2.7

Test Plan

  • npm test in memento/ and onus/ - all tests pass
  • Verify clean working directory after PR creation (this PR demonstrates it)

Acceptance Criteria

  • /onus:commit prompts to mark session complete before commit
  • /onus:pr does not update session after PR creation
  • sessions.md rule documents: complete before commit, no post-PR updates
  • sessions.md context updated with new completion workflow
  • READMEs updated if they reference the old workflow (verified: no changes needed)
  • PR number not tracked in session (discoverable via gh pr view)
  • Clean working directory after PR creation

Closes #115

- Update memento rules/context: complete before final commit, no post-PR updates
- Update onus commit command: add session completion check step
- Update onus pr command: verify session complete, no post-PR updates
- Bump memento 0.3.5 → 0.3.6, onus 0.2.6 → 0.2.7
@dpuglielli dpuglielli merged commit 7ad58a0 into main Jan 1, 2026
2 checks passed
@dpuglielli dpuglielli deleted the issue/feature-115/session-complete-before-commit branch January 1, 2026 10:39
dpuglielli added a commit that referenced this pull request Jan 17, 2026
* #115 - update session completion workflow to happen before commit

- Update memento rules/context: complete before final commit, no post-PR updates
- Update onus commit command: add session completion check step
- Update onus pr command: verify session complete, no post-PR updates
- Bump memento 0.3.5 → 0.3.6, onus 0.2.6 → 0.2.7

* #115 - add template reference to start command

* #115 - document project-level template overrides
dpuglielli added a commit that referenced this pull request Jan 18, 2026
* #115 - update session completion workflow to happen before commit

- Update memento rules/context: complete before final commit, no post-PR updates
- Update onus commit command: add session completion check step
- Update onus pr command: verify session complete, no post-PR updates
- Bump memento 0.3.5 → 0.3.6, onus 0.2.6 → 0.2.7

* #115 - add template reference to start command

* #115 - document project-level template overrides
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.

chore - session should be marked complete before commit, not after PR

1 participant