Mount the harvest driver as the atlas harvest verb#101
Merged
jpr5 merged 3 commits intoJun 10, 2026
Merged
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.
Summary
scripts/atlas-harvest.tstosrc/atlas/harvest-cli.tsand mounts it asatlas harvest <run|artifact|sync|reindex>on the shippedatlasbinary, via pre-parse raw-tail forwarding — byte-parity with the standalone CLI verified by a 22-case in-process + 15-case dist-binary battery (including leading--separators and pre-verb flags).src/: the two test-file excludes intsconfig.json, the extratsconfig.scripts.jsonincludes, and the CI prettier glob widen are all reverted (those configs are now byte-identical to main).scripts/atlas-harvest/*.md) to theatlas harvestinvocation, with accuracy fixes: the source-of-truth synopsis now lists required flags and token requirements per subcommand, serverless ramp headline numbers no longer recommend the probe-abort threshold, thewxcollision claim is scoped to the in-process writer (leaves get an exclusive-create instruction), and the episodic leaf invariant list now includes the confidence clamp and sensitivity floor.Test plan
tsc --noEmitclean on both configsatlas harvest run --help, parity cases incl.harvest -- run --run-id xReview
7-agent CR round + behavioral fix round (leading-
--forwarding parity) + 7-agent confirmation round + doc micro-fix; zero remaining actionable findings. Follow-ups deferred:formatCliErrorreuse in the atlas-cli MCP error paths, dynamic-import decoupling of the harvest graph fromatlas searchstartup, unpinned CI prettier.