Skip to content
Merged

Dev #25

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2a2bb62
feat: 添加多个 issue 模板和贡献指南,完善项目文档
whatevertogo Apr 20, 2026
5c7891c
🔧 ci(release): 显式授予发布资产上传权限
whatevertogo Apr 20, 2026
ff2edb1
🔧 ci(release): 预取并重试 Tauri 构建依赖
whatevertogo Apr 20, 2026
68da0d2
Merge branch 'master' into dev
whatevertogo Apr 20, 2026
1a6c577
✨ feat(workflow): 引入阶段式工作流运行时与投影注册表重构
whatevertogo Apr 21, 2026
fa7e143
spec
whatevertogo Apr 21, 2026
572bd0a
♻️ refactor(application,session-runtime): 建立 application 与 session-ru…
whatevertogo Apr 21, 2026
9982f68
♻️ refactor(application,session-runtime): 抽离 turn 运行时控制与流投影到独立模块
whatevertogo Apr 21, 2026
eee8ff9
♻️ refactor(core): 抽取 support crate 承载宿主环境能力,瘦身 core
whatevertogo Apr 21, 2026
8f3aac1
feat(core-slimming): refactor core responsibilities and migrate runti…
whatevertogo Apr 21, 2026
219ab77
✨ feat(governance): 引入声明式 mode contract 系统与 workflow compiler
whatevertogo Apr 21, 2026
e5f4aae
fix
whatevertogo Apr 21, 2026
5f1aa32
✨ feat(plan-mode): 引入 draft 审批守卫与 plan 表面泄漏抑制
whatevertogo Apr 22, 2026
ca38d16
✨ feat: 更新开发命令为 npm 脚本,替换 cargo tauri 相关命令
whatevertogo Apr 22, 2026
928d354
✨ feat: 移除 PromptMetricsMessage 相关组件和测试,更新 MessageList 以隐藏提示指标
whatevertogo Apr 22, 2026
42f183c
✨ feat: 在多个测试和数据文件中添加 stepProgress 字段以支持新功能
whatevertogo Apr 22, 2026
0c56f6f
Refactor turn handling and output continuation logic
whatevertogo Apr 22, 2026
d4a94ba
✨ feat(tests): 简化导入语句并优化错误处理逻辑
whatevertogo Apr 22, 2026
a92b4c1
✨ feat(docs): 更新存储路径示例以反映新的项目结构
whatevertogo Apr 22, 2026
c0aeb82
✨ feat(docs): 更新 Skill 系统和 Agent 文件来源的描述以反映多层覆盖支持
whatevertogo Apr 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion ASTRCODE_EXPLORATION_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pub struct CapabilitySpec {
- 但职责上仍然只是 transport DTO
- 运行时内部的 prompt、router、policy、plugin supervisor 决策都应围绕 `CapabilitySpec`

### 2. 事件驱动架构
### 2. 事件溯源架构

采用 **Event Sourcing** 模式:
- 所有状态变更记录为不可变事件
Expand Down
240 changes: 0 additions & 240 deletions CODE_REVIEW_ISSUES.md

This file was deleted.

26 changes: 22 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
members = [
"crates/core",
"crates/support",
"crates/kernel",
"crates/session-runtime",
"crates/application",
Expand Down
Loading
Loading