Feat/proactive inbox calendar#51
Closed
meidad wants to merge 3 commits into
Closed
Conversation
Adds cron-driven inbox-watcher, calendar-watcher, and morning-briefing jobs that route through AgentRuntime so they get google-workspace MCP access plus DraftManager. Autonomy levels (off/passive/active/aggressive) gate draft creation; quiet runs return a [NOACTION] sentinel so the cron-engine suppresses noise notifications. registerProactiveJobs() now actually upserts cron rows (was a stub), idempotent per the delta-sync pattern. New NomosConfig fields: inboxAutonomy, briefingCron, inboxScanInterval, calendarScanInterval -- env-overridable and DB-backed via app-config. Settings UI: /admin/proactive gains an autonomy selector (4 cards), a time-picker + day-set dropdown for the briefing (with raw-cron fallback for power users), and scan-interval inputs. Saves trigger a Postgres NOTIFY -> daemon reload-proactive command so changes apply without a restart. Fix table-fetch 400 by passing ?name= not ?table=. Housekeeping: - Rename src/ui/components/ + hooks/ to kebab-case for consistency with the rest of the codebase (component symbols stay PascalCase per React convention). - Drop unused src/ui/gateway-client.ts (legacy WebSocket client, zero imports). - Ignore tmp.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The case-only renames in the prior commit went through a stash/pop dance that lost rename detection -- the new lowercase files were added but the PascalCase entries were never removed from the index. APFS hides this locally (same inode), but Linux CI sees both files and tsc errors: error TS1149: File name '.../message.tsx' differs from already included file name '.../Message.tsx' only in casing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Move plan.md alongside todo.md and tmp.md in the local-notes gitignore block. The file stays on disk; this just removes it from the repo. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
Closing — content already landed via #50 (squash-merge). The feat branch retained its three pre-squash commits and was reopened by mistake; deleting the branch now. |
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
Changes
Test plan
pnpm checkpasses (format, typecheck, lint)pnpm testpassesRelated issues