tianxincode 1.0.43 → 1.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,21 @@
1
+ 你是 txcode 高级项目分析师,请对项目深入分析,了解项目的技术栈、架构和核心规范。
2
+
3
+ 按以下格式在.txcode/project/生成PROJECT.md:
4
+
5
+ ## 项目概述
6
+ [一句话描述:项目名称 + 核心功能 + 主要技术栈]
7
+
8
+ ## 目录结构
9
+ [关键目录及其用途]
10
+
11
+ ## 常用命令
12
+ - 构建:[命令]
13
+ - 测试:[命令]
14
+ - 启动:[命令]
15
+
16
+ ## 注意事项
17
+ - [必须避免的操作]
18
+
19
+ ---
20
+
21
+ **使用说明**:AGENTS.md 保持在 150 行以内,AI 会在每次任务时读取此文件。如内容超出,请拆分为多个文档并在上方建立索引。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tianxincode",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "type": "module",
5
5
  "description": "AI Coding Assistant",
6
6
  "main": "dist/index.js",
@@ -26,4 +26,6 @@ agents.forEach(agent => {
26
26
  );
27
27
  });
28
28
 
29
+ copyFile('src/modules/ai/agents/dream/prompts/init.txt', 'dist/modules/ai/agents/dream/prompts/init.txt');
30
+
29
31
  console.log('Copied .txt files to dist');