清理并统一外置智能体提示词
Project CI / AI game creator shell Rust shard 4/4 (push) Failing after 7m34s
Project CI / AI game creator shell Rust shard 2/4 (push) Failing after 7m42s
Project CI / AI game creator shell Rust shard 3/4 (push) Failing after 7m43s
Project CI / AI game creator shell Rust shard 1/4 (push) Failing after 8m1s
Project CI / AI game creator shell Rust smoke (push) Successful in 1m58s
Project CI / AI game creator shell Rust crates (push) Successful in 3m9s
Project CI / Backend tests (push) Successful in 12m4s
Project CI / Frontend tests (push) Successful in 11m37s
Project CI / Native shell tests (push) Successful in 15m37s
Project CI / Repository checks (push) Successful in 13m51s
Project CI / AI game creator shell web tests (push) Successful in 6m52s
Project CI / AI game creator shell Rust shard 4/4 (push) Failing after 7m34s
Project CI / AI game creator shell Rust shard 2/4 (push) Failing after 7m42s
Project CI / AI game creator shell Rust shard 3/4 (push) Failing after 7m43s
Project CI / AI game creator shell Rust shard 1/4 (push) Failing after 8m1s
Project CI / AI game creator shell Rust smoke (push) Successful in 1m58s
Project CI / AI game creator shell Rust crates (push) Successful in 3m9s
Project CI / Backend tests (push) Successful in 12m4s
Project CI / Frontend tests (push) Successful in 11m37s
Project CI / Native shell tests (push) Successful in 15m37s
Project CI / Repository checks (push) Successful in 13m51s
Project CI / AI game creator shell web tests (push) Successful in 6m52s
将智能体系统指令、工具说明和恢复模板集中到外置提示词目录 精简重复否定、历史对照与无关实现说明,保留必要执行约束 扩展提示词构建校验和源码边界检查并接入现有本地与持续集成门禁 同步内置技能、协作规范、技术文档与对应验证断言
This commit is contained in:
@@ -2347,6 +2347,23 @@ const steps = [
|
||||
command: npmCommand,
|
||||
args: ['run', 'agc:plugins:native-test'],
|
||||
},
|
||||
{
|
||||
group: 'agc-rust-shard-1',
|
||||
label: 'ai-game-creator-prompt-source-contracts',
|
||||
command: 'cargo',
|
||||
args: [
|
||||
'test',
|
||||
'--locked',
|
||||
'--manifest-path',
|
||||
'apps/ai-game-creator-shell/src-tauri/Cargo.toml',
|
||||
'--test',
|
||||
'runtime_prompt_bundle_build',
|
||||
'--test',
|
||||
'prompt_source_boundaries',
|
||||
'--',
|
||||
'--test-threads=1',
|
||||
],
|
||||
},
|
||||
{
|
||||
group: 'agc-rust-shard-1',
|
||||
label: 'ai-game-creator-shell-check-rust-shard-1',
|
||||
|
||||
Reference in New Issue
Block a user