Conversation
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
jamiepine
marked this pull request as ready for review
August 17, 2026 00:03
coruhoorhan
pushed a commit
to coruhoorhan/spacebot
that referenced
this pull request
Sep 14, 2026
The stabilization plan made the instance reliable; this doc plans what it becomes: an assistant that remembers, finishes what it starts and answers when called. It lays out four phases — J0 bring-up on the stronger machine, J1 reliability (ACP result path, streaming fallback chain, cortex budget), J2 memory (active recall, chronicle summarization, merge bloat, export/import CLI) and J3 autonomy/access (resident channels, Telegram, voice) — each with measurable exit criteria, and maps them to the upstream PRs worth porting (spacedriveapp#593, spacedriveapp#652, spacedriveapp#637, spacedriveapp#641, spacedriveapp#578, spacedriveapp#604, spacedriveapp#650/spacedriveapp#651) since upstream has merged nothing since Aug 17 and the fork is the live line of development. Also records the clean-install vs memory-transplant decision (§4) left open on 2026-09-11, with the measured trade-off: 503 memories, 2715 edges, 1500 messages and the 159 MB vector store against a fresh schema. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
github-actions Bot
added a commit
to bruno320x/spacebot
that referenced
this pull request
Sep 15, 2026
bruno320x
added a commit
to bruno320x/spacebot
that referenced
this pull request
Sep 15, 2026
bruno320x
added a commit
to bruno320x/spacebot
that referenced
this pull request
Sep 15, 2026
github-actions Bot
added a commit
to bruno320x/spacebot
that referenced
this pull request
Sep 15, 2026
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.
Stacked on #651.
Summary
Delivery transitions converge as
pending -> in flight -> deliveredorpending -> in flight -> retry pending -> deferred. Adapter calls are capped at 30 seconds and receipt waits at 60 seconds. Duplicate completion batches remain ordered in the deferred queue, and only confirmed deliveries mark status items relayed.Testing
just preflightjust gate-prcargo test agent::channel_history::testscargo test tools::send_file::testscargo test routed_sender_