arniwesth/mot 26 csp initial research#80
Open
arniwesth wants to merge 39 commits 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.
PR: CSP initial research
Summary
Base branch:
arniwesth/mot-25-code-graph-poc.This branch adds CSP-core feasibility research grounded with the existing code-graph tooling from the
base branch. A
run_tool_selectimplementation spike was attempted and then reverted; the retainedoutcome is research, smokes, diagrams, handoff docs, and a direction note recommending a
phase-oriented AILANG core over CSP-first architecture on AILANG v0.26.0.
Changes
.agent/projects/003_CSP_core_refactor/with feasibility research, ADR, implementation plans,handoff docs, and architecture diagrams for a possible CSP tool-phase refactor.
std/streambehavior: handler-sideNet/stubbedAI,source-name routing, process exit-code surfacing, and raw
asyncExecProcessnot streaming stderr.run_tool_selectspike and why it only produced a CSP-shaped seam ratherthan a true CSP tool phase.
NOTE-why-not-csp-now.md, documenting why CSP is not the right primary core architecture onAILANG v0.26.0 and recommending a phase-oriented core with strict transcript boundaries.
Verification
ailang check src/core/agent_loop_v2.ailailang check src/core/tool_runtime.ailailang check src/core/types.ailrun_tool_select/ wrapper /parallel_safereferences insrcorscriptsafter the revert.