Rename end-of-day to post-flight for session cleanup#42
Merged
noelsaw1 merged 2 commits intodevelopmentfrom Apr 6, 2026
Merged
Rename end-of-day to post-flight for session cleanup#42noelsaw1 merged 2 commits intodevelopmentfrom
noelsaw1 merged 2 commits intodevelopmentfrom
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
experimental/end-of-day.sh→experimental/post-flight.shhandlers/end-of-day.ts→handlers/post-flight.tsEndOfDayMode,EndOfDayCheckResult,EndOfDayResult,EndOfDayHandlerDeps→PostFlightMode,PostFlightCheckResult,PostFlightResult,PostFlightHandlerDepscreateEndOfDayHandlers()→createPostFlightHandlers(),runEndOfDay()→runPostFlight()end_of_day_session_cleanup→post_flight_session_cleanup.end-of-day.toml→.post-flight.tomlin future roadmapImplementation Details
--commit,--push,--force,--dry-run, and agent hook integrationhttps://claude.ai/code/session_018aweaCm87Pw1pYDdwVsrqr