Add imports inbox heartbeat scaffold#95
Open
jshph wants to merge 1 commit into
Open
Conversation
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.
Use case
This is the tenant-side reader scaffold for the Telegram intro backfill pipeline. The control plane can later drop operator-approved Markdown files into
imports/**/*.mdinside a tenant workspace; this PR gives the agent workspace a safe way to notice those imports during a future heartbeat/manual pass without treating the imported text as instructions.The concrete first target is Edge Esmeralda intro-channel backfills: each matched tenant can receive a Markdown import summarizing relevant Telegram intro messages, and a future scheduled pass can record that the import exists for later memory/signal workflows.
Summary
imports/**/*.mdscanner for future tenant workspace importsSafety / rollout notes
memory/imports-state.jsonwith restricted file modememory/imports-state.jsonandmemory/YYYY-MM-DD.md; it does not touchUSER.md,MEMORY.md, config files, skills, or env filesValidation
bun test skills/edge-esmeralda/scripts/tests/imports-inbox.test.tsbun install --frozen-lockfilebun test