Guanghu Domestic Migration a27e87cb99 chore: import sanitized domestic snapshot for REPO-007
Source snapshot: 97d7f0fae96dc04b7ddad56fc1db6a108ed662cc

[SEC-CLEAN] · pre-push-clean v1.0 · 109处敏感信息已自动转乱码
2026-07-17 15:59:55 +08:00

59 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AG-TEAM-P2-03 · 神笔马良引擎 MagicPen
ICE编号: AG-TEAM-05
优先级: P2·本月
备注: Level 3 Tool-Forging · 用什么写什么
状态: Awen已接单
负责人: Awen
预计周期: 5-7天
## 任务说明
实现神笔马良 MagicPen Engine。人格体不预装工具需要什么铸渊现写。
## 依赖
- 依赖 `AG-TEAM-P1-01` 铸渊部署完成
- 依赖 `AG-TEAM-P2-02` 模块热插拔框架完成
## 具体内容
1. 笔尖(执行层):工具运行环境
2. 笔身(逻辑层):需求→代码→测试→部署链路
3. 笔帽(安全层):沙箱/权限/回滚
4. 锻造流程:
- 人格体提出需求 → 铸渊编写代码 → 沙箱测试 → 通过→挂载
- 好用 → GMP注册 → 共享给其他人格体
- 临时 → 用完清理
5. 与模块热插拔框架对接
## 完成标准
- 人格体说需求 → 铸渊写工具 → 即刻可用
- 工具能注册到模块注册表
- 工具能清理回收
---
## ✅ 完成记录(接单人做完必填)
> 不填这些,下一个人醒来找不到东西。系统也不知道。
>
```
操作人: (编号)
服务器: xxx.xxx.xxx.xxx | 企业/个人
编号目录: /{编号}/deploy/magicpen/
端口: xxxx
启动命令: xxx
文件清单:
- pen_tip.py → 笔尖·执行层
- pen_body.py → 笔身·逻辑层
- pen_cap.py → 笔帽·安全层
- sandbox/ → 工具沙箱目录
- forge.sh → 锻造流程入口
问题记录:
- (遇到什么 → 怎么解决的)
```