ymq 2b0bc7519a cockpit: file upload support — read files, inject to LLM, emit file widgets
- Parse file_paths from request, read file contents (UTF-8, max 8000 chars)
- File content appended to LLM message as 【附件文件内容】
- File widget streamed to frontend: 📎 filename (size) + hidden content preview
- Frontend script: click .file-name → toggle .file-content visibility
- File paths saved in pipeline_conversations.attachments
2026-08-08 15:58:59 +08:00

pipeline_sdlc

SDLC 模块 —— 项目管理、迭代计划、Bug追踪、测试管理、AI 驾驶舱。

功能

  • 项目管理:软件项目 CRUD
  • 迭代管理:迭代计划与进度
  • Bug 追踪Bug 提交/确认/关闭human / agent
  • 测试管理:测试计划与用例
  • AI Cockpit:自然语言驱动开发驾驶舱

数据表

说明
sd_projects 项目定义
sd_iterations 迭代计划
sd_bugs Bug 追踪
sd_test_plans 测试计划
sd_test_cases 测试用例
sd_deploy_envs 部署环境

安装

cd pkgs/pipeline-sdlc && pip install .
Description
No description provided
Readme 2.7 MiB
Languages
Python 90.2%
CSS 4.8%
JavaScript 4.8%
Shell 0.2%