Consolidate top-level docs with this cycle's features - #8
Merged
Conversation
Refresh README, ARCHITECTURE, and CLAUDE.md to reflect what shipped: central machine logs + tail, `fold exec`, structured logging with a cross-service request id, host failover (dead-host detection + drain), and queue triggers (durable local queue). - README: fix the local quickstart token lines (separate agent-token / proxy-token, not the legacy single system-token), add capability bullets for triggers and operations, refresh the package layout. - ARCHITECTURE: control-plane/agent roles now mention the host monitor, trigger pollers, central log shipping, and exec; add core-concept rows for triggers + host failover; add a host-failover section and a trigger note under scale-to-zero; expand platform services; correct the on-disk state (token files + machine_logs/queue_messages tables, real table names); update the roadmap. - CLAUDE.md: same token fix, agent/control role updates, accurate state list, and "Where to look" pointers for the new subsystems. Docs only — no code changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Context
A consolidation pass so
README,ARCHITECTURE.md, andCLAUDE.mdreflect everything shipped this cycle: central machine logs (#2),fold exec(#3/#4), structured logging + cross-service request id (#5), host failover (#6), and queue triggers (#7). Also fixes a quickstart bug that predates this cycle.Docs only — no code changes.
What changed
proxy-tokennow (post-hardening), not the legacy singlesystem-token. Updated to readagent-token/proxy-tokenand passFOLD_AGENT_TOKEN/FOLD_PROXY_TOKEN— matchingscripts/dev-up.sh.fold exec, structured logs + request id, host failover).cron,logging,ratelimit,platformmode).agent-token/proxy-token+ legacysystem-tokenmirror) and the real table set (addedmachine_logs,queue_messages,snapshots,tokens; removed the non-existentplacements). Refreshed the roadmap.~/.foldstate list, and new "Where to look" pointers for the host monitor, triggers, central logs/exec, andinternal/logging.Verification
.gofiles changed.internal/store/schema.sql; token behavior cross-checked againstinternal/platformmode/tokens.goandscripts/dev-up.sh.🤖 Generated with Claude Code