Skip to content

Rename end-of-day to post-flight for session cleanup#42

Merged
noelsaw1 merged 2 commits intodevelopmentfrom
claude/rename-eod-postflight-wTPg5
Apr 6, 2026
Merged

Rename end-of-day to post-flight for session cleanup#42
noelsaw1 merged 2 commits intodevelopmentfrom
claude/rename-eod-postflight-wTPg5

Conversation

@noelsaw1
Copy link
Copy Markdown
Contributor

@noelsaw1 noelsaw1 commented Apr 6, 2026

Summary

Rename the session cleanup feature from "end-of-day" to "post-flight" throughout the codebase for improved clarity and consistency with aviation/preflight terminology already used in the project.

Key Changes

  • Script rename: experimental/end-of-day.shexperimental/post-flight.sh
  • TypeScript handler rename: handlers/end-of-day.tshandlers/post-flight.ts
  • Type exports: EndOfDayMode, EndOfDayCheckResult, EndOfDayResult, EndOfDayHandlerDepsPostFlightMode, PostFlightCheckResult, PostFlightResult, PostFlightHandlerDeps
  • Function rename: createEndOfDayHandlers()createPostFlightHandlers(), runEndOfDay()runPostFlight()
  • MCP tool rename: end_of_day_session_cleanuppost_flight_session_cleanup
  • Documentation updates: Updated all references in README, CHANGELOG, package.json, and inline comments to use "post-flight" terminology
  • Configuration file reference: .end-of-day.toml.post-flight.toml in future roadmap

Implementation Details

  • All functionality remains unchanged; this is purely a nomenclature update
  • The script continues to check 4X4.md, CHANGELOG.md, and MEMORY.md freshness
  • Supports --commit, --push, --force, --dry-run, and agent hook integration
  • MCP tool maintains the same input schema and return types, only names have changed
  • Updated all usage examples and help text to reflect new naming

https://claude.ai/code/session_018aweaCm87Pw1pYDdwVsrqr

claude added 2 commits April 6, 2026 13:27
Rename the session cleanup script and all references from "end-of-day"
to "post-flight" for clearer naming that isn't tied to time of day.

Files renamed:
- experimental/end-of-day.sh → post-flight.sh
- tools/mcp-server/src/handlers/end-of-day.ts → post-flight.ts
- PROJECT/1-INBOX/P1-END-OF-DAY.md → P1-POST-FLIGHT.md

MCP tool renamed: end_of_day_session_cleanup → post_flight_session_cleanup
TypeScript types renamed: EndOfDay* → PostFlight*

https://claude.ai/code/session_018aweaCm87Pw1pYDdwVsrqr
@noelsaw1 noelsaw1 merged commit c827862 into development Apr 6, 2026
6 checks passed
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.

2 participants