fix: enforce AI framework gate + standalone CLI path + MCP runtime deploy#178
Open
Wool-xing wants to merge 3 commits into
Open
fix: enforce AI framework gate + standalone CLI path + MCP runtime deploy#178Wool-xing wants to merge 3 commits into
Wool-xing wants to merge 3 commits into
Conversation
added 3 commits
June 2, 2026 23:37
…py gaps - ROADMAP: V1.42.0 → V1.43.0 to match VERSION - CLAUDE.md: new entry-point doc with directory map, design limitations - README: replace /smoke-test pseudo-command with correct workflow reference - install.py: add FULL_GUIDE.md + tagent.yml.example to copy_top_level_docs - install.py: fix finish() to remove /smoke-test, reference skill doc instead - install.py: add memory/ to create_dirs - memory/.gitkeep: initialize required directory Closes code review issues #1 #2 #3 #5 #7 #9 #11
- CLAUDE.md: add hard AI agent STOP gate with 3 Do-NOT rules - CLAUDE.md: document standalone CLI (tagent) as first-class path - install.py: add copy_runtime to deploy MCP/CLI modules - install.py: restructure workspace dirs — remove 执行日志/charters, flatten into 测试报告/ + 截图/ - install.py: finish() shows both CLI and AI collaboration paths
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
tagent) as first-class usage path (no AI required)copy_runtimefunction — fixes MCP server module-not-found on deploymentcreate_dirs— remove执行日志/container, flatten into测试报告/+截图/; removecharters/finish()shows both CLI and AI collaboration pathsPRESERVE_FILESpath sync (执行日志 → 测试报告)Fixes user-reported deployment issues:
Test plan