Merge the TOCHI workflow prototype into the generalist app#171
Merged
Conversation
akgohain
marked this pull request as ready for review
July 20, 2026 17:44
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.
What changed
This branch merges
checkpoint/tochi-agentic-prototypeinto the currentmainlineage as a generalist integration candidate.The merge preserves both product directions:
main's Project Manager UI, context, persistence API, discovery, and dashboardsThe three merge conflicts were reconciled intentionally:
client/src/api.js: retains Project Manager endpoints and workflow/file APIs under shared reverse-proxy-safe path normalizationclient/src/views/Views.js: exposes both Workflow Progress and Project Manager surfacesserver_api/main.py: registers the Project Manager router alongside workflow volume/provenance infrastructureAn integration regression test now confirms the generalist Project Manager tab remains reachable from the merged app shell.
Why
The research prototype had become a large branch island while GitHub
mainretained a separate Project Manager implementation. This merge creates a concrete, tested reconciliation point so future work can converge on one full application instead of continuing to patch two incompatible versions.Validation
python -m compileall -q server_api server_pytc scriptsgit diff --check: passedKnown follow-up
/filesrequest in the current host environment and needs isolation from deployment filesystem state.