Fix merge conflicts in package.json, ecosystem.config.js, brain health files, and .gitignore

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-11 07:38:42 +00:00
parent 90caf65f2e
commit aa18aa603a
7 changed files with 6123 additions and 1430 deletions

View File

@ -1,11 +1,7 @@
{ {
"version": "1.0", "version": "1.0",
"description": "冰朔主控问题索引库 — 记录已知问题、根因与排查路由", "description": "冰朔主控问题索引库 — 记录已知问题、根因与排查路由",
<<<<<<< HEAD
"updated_at": "2026-03-10T13:11:12.874Z",
=======
"updated_at": "2026-03-11T02:02:17.835Z", "updated_at": "2026-03-11T02:02:17.835Z",
>>>>>>> origin/main
"issues": [ "issues": [
{ {
"id": "BS-001", "id": "BS-001",
@ -19,11 +15,7 @@
"backend/schemas/", "backend/schemas/",
".github/brain/routing-map.json" ".github/brain/routing-map.json"
], ],
<<<<<<< HEAD
"last_seen": "2026-03-10",
=======
"last_seen": "2026-03-11", "last_seen": "2026-03-11",
>>>>>>> origin/main
"source": "routing-map.json 统计" "source": "routing-map.json 统计"
}, },
{ {

View File

@ -1,11 +1,7 @@
{ {
"version": "1.0", "version": "1.0",
"description": "冰朔主控系统健康状态", "description": "冰朔主控系统健康状态",
<<<<<<< HEAD
"updated_at": "2026-03-10T13:11:12.874Z",
=======
"updated_at": "2026-03-11T02:02:17.835Z", "updated_at": "2026-03-11T02:02:17.835Z",
>>>>>>> origin/main
"health": { "health": {
"brain_consistency": { "brain_consistency": {
"status": "yellow", "status": "yellow",
@ -17,11 +13,7 @@
}, },
"workflow_health": { "workflow_health": {
"status": "green", "status": "green",
<<<<<<< HEAD
"detail": "31 个 workflow 已注册"
=======
"detail": "32 个 workflow 已注册" "detail": "32 个 workflow 已注册"
>>>>>>> origin/main
}, },
"routing_health": { "routing_health": {
"status": "yellow", "status": "yellow",

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ node_modules/
dist/ dist/
build/ build/
.private/ .private/
.env
# persona-brain-db runtime artifacts # persona-brain-db runtime artifacts
persona-brain-db/brain.db persona-brain-db/brain.db

View File

@ -25,8 +25,6 @@ module.exports = {
error_file: 'logs/error.log', error_file: 'logs/error.log',
out_file: 'logs/out.log', out_file: 'logs/out.log',
}, },
<<<<<<< HEAD
=======
{ {
name: 'api-proxy', name: 'api-proxy',
script: 'backend-integration/api-proxy.js', script: 'backend-integration/api-proxy.js',
@ -55,6 +53,5 @@ module.exports = {
error_file: 'logs/persona-studio-error.log', error_file: 'logs/persona-studio-error.log',
out_file: 'logs/persona-studio-out.log', out_file: 'logs/persona-studio-out.log',
}, },
>>>>>>> origin/main
], ],
}; };

5630
node_modules/.package-lock.json generated vendored

File diff suppressed because it is too large Load Diff

1878
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +1,5 @@
{ {
<<<<<<< HEAD "name": "guanghulab",
"name": "dingtalk-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.13.6",
"crypto-js": "^4.2.0",
"dingtalk-jsapi": "^3.2.8",
"dotenv": "^17.3.1",
"express": "^5.2.1"
=======
"name": "nextjs",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
@ -48,7 +30,11 @@
"notion:summary": "node scripts/generate-session-summary.js" "notion:summary": "node scripts/generate-session-summary.js"
}, },
"dependencies": { "dependencies": {
"axios": "^1.13.6",
"better-sqlite3": "^12.6.2", "better-sqlite3": "^12.6.2",
"crypto-js": "^4.2.0",
"dingtalk-jsapi": "^3.2.8",
"dotenv": "^17.3.1",
"express": "^5.2.1", "express": "^5.2.1",
"imapflow": "^1.2.12", "imapflow": "^1.2.12",
"next": "15.3.8", "next": "15.3.8",
@ -65,6 +51,5 @@
"jest": "^29.7.0", "jest": "^29.7.0",
"tailwindcss": "^4", "tailwindcss": "^4",
"typescript": "^5" "typescript": "^5"
>>>>>>> origin/main
} }
} }