微调本地包

This commit is contained in:
y574444354 2026-04-15 13:06:10 +08:00
parent 4c18f4fdf4
commit efedc9ff33
41 changed files with 51 additions and 358 deletions

View File

@ -1,6 +1,6 @@
{
"version": "1.0.0",
"lastScanned": 1776136043107,
"lastScanned": 1776228576231,
"projectRoot": "D:\\source_codespace\\geroge\\costrict-repo\\csc",
"techStack": {
"languages": [
@ -21,16 +21,39 @@
]
}
],
"frameworks": [],
"frameworks": [
{
"name": "react",
"version": "19.2.4",
"category": "frontend"
}
],
"packageManager": "npm",
"runtime": null
},
"build": {
"buildCommand": null,
"testCommand": null,
"lintCommand": null,
"devCommand": null,
"scripts": {}
"buildCommand": "npm run build",
"testCommand": "npm test",
"lintCommand": "npm run lint",
"devCommand": "npm run dev",
"scripts": {
"prebuild": "bun run scripts/generate-skills.ts",
"build": "bun run build.ts",
"dev": "bun run scripts/dev.ts",
"dev:inspect": "bun run scripts/dev-debug.ts",
"prepublishOnly": "bun run build",
"lint": "biome lint src/",
"lint:fix": "biome lint --fix src/",
"format": "biome format --write src/",
"prepare": "git config core.hooksPath .githooks",
"test": "bun test",
"check:unused": "knip-bun",
"health": "bun run scripts/health-check.ts",
"postinstall": "node scripts/postinstall.cjs && node scripts/setup-chrome-mcp.mjs",
"docs:dev": "npx mintlify dev",
"generate:skills": "bun run scripts/generate-skills.ts",
"rcs": "bun run scripts/rcs.ts"
}
},
"conventions": {
"namingStyle": null,
@ -39,8 +62,11 @@
"fileOrganization": "type-based"
},
"structure": {
"isMonorepo": false,
"workspaces": [],
"isMonorepo": true,
"workspaces": [
"packages/*",
"packages/@ant/*"
],
"mainDirectories": [
"docs",
"scripts",
@ -54,24 +80,11 @@
},
"customNotes": [],
"directoryMap": {
"dist": {
"path": "dist",
"purpose": "Distribution/build output",
"fileCount": 525,
"lastAccessed": 1776136043029,
"keyFiles": [
"chunk-00m1myk4.js",
"chunk-01sc1b4m.js",
"chunk-04kbj0fg.js",
"chunk-05rsaxmy.js",
"chunk-06saje2v.js"
]
},
"docs": {
"path": "docs",
"purpose": "Documentation",
"fileCount": 7,
"lastAccessed": 1776136043049,
"lastAccessed": 1776228576189,
"keyFiles": [
"auto-updater.md",
"config-list.md",
@ -84,7 +97,7 @@
"path": "learn",
"purpose": null,
"fileCount": 5,
"lastAccessed": 1776136043049,
"lastAccessed": 1776228576191,
"keyFiles": [
"LEARN.md",
"phase-1-qa.md",
@ -97,14 +110,14 @@
"path": "packages",
"purpose": null,
"fileCount": 0,
"lastAccessed": 1776136043050,
"lastAccessed": 1776228576207,
"keyFiles": []
},
"scripts": {
"path": "scripts",
"purpose": "Build/utility scripts",
"fileCount": 10,
"lastAccessed": 1776136043051,
"lastAccessed": 1776228576208,
"keyFiles": [
"defines.ts",
"dev-debug.ts",
@ -117,7 +130,7 @@
"path": "src",
"purpose": "Source code",
"fileCount": 17,
"lastAccessed": 1776136043052,
"lastAccessed": 1776228576208,
"keyFiles": [
"commands.ts",
"context.ts",
@ -130,21 +143,21 @@
"path": "tests",
"purpose": "Test files",
"fileCount": 0,
"lastAccessed": 1776136043057,
"lastAccessed": 1776228576209,
"keyFiles": []
},
"vendor": {
"path": "vendor",
"purpose": "Third-party code",
"fileCount": 0,
"lastAccessed": 1776136043058,
"lastAccessed": 1776228576209,
"keyFiles": []
},
"src\\components": {
"path": "src\\components",
"purpose": "UI components",
"fileCount": 116,
"lastAccessed": 1776136043066,
"lastAccessed": 1776228576211,
"keyFiles": [
"AgentProgressLine.tsx",
"AntModelSwitchCallout.tsx",
@ -155,7 +168,7 @@
"path": "tests\\mocks",
"purpose": "Mock data",
"fileCount": 2,
"lastAccessed": 1776136043066,
"lastAccessed": 1776228576211,
"keyFiles": [
"api-responses.ts",
"file-system.ts"
@ -163,304 +176,22 @@
}
},
"hotPaths": [
{
"path": "C:\\Users\\SXF-Admin\\.claude\\projects\\D--source-codespace-geroge-costrict-repo-csc\\memory\\feedback_agent_architecture_preference.md",
"accessCount": 14,
"lastAccessed": 1775828572289,
"type": "file"
},
{
"path": "package.json",
"accessCount": 8,
"lastAccessed": 1776136487142,
"type": "file"
},
{
"path": "C:\\Users\\SXF-Admin\\.claude\\projects\\D--source-codespace-geroge-costrict-repo-csc\\memory\\project_pr15_strictspec_refactoring.md",
"accessCount": 7,
"lastAccessed": 1775828508474,
"type": "file"
},
{
"path": "README.md",
"accessCount": 7,
"lastAccessed": 1776136463895,
"type": "file"
},
{
"path": "src",
"accessCount": 5,
"lastAccessed": 1775816721051,
"accessCount": 1,
"lastAccessed": 1776228747216,
"type": "directory"
},
{
"path": "src\\tools\\AgentTool\\builtInAgents.ts",
"accessCount": 4,
"lastAccessed": 1775815092181,
"type": "file"
},
{
"path": "src\\costrict\\agents\\strictSpec.ts",
"accessCount": 4,
"lastAccessed": 1775815170149,
"type": "file"
},
{
"path": "README_EN.md",
"accessCount": 4,
"lastAccessed": 1775816609611,
"type": "file"
},
{
"path": "C:\\Users\\SXF-Admin\\.claude\\projects\\D--source-codespace-geroge-costrict-repo-csc\\memory\\user_strict_workflow_usage.md",
"accessCount": 4,
"lastAccessed": 1775828508613,
"type": "file"
},
{
"path": "C:\\Users\\SXF-Admin\\.claude\\projects\\D--source-codespace-geroge-costrict-repo-csc\\memory\\user_project_context.md",
"accessCount": 3,
"lastAccessed": 1775812854584,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\prompts\\coding.md",
"accessCount": 3,
"lastAccessed": 1775814789887,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\nested-agent-design.md",
"accessCount": 2,
"lastAccessed": 1775814652537,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\prompts\\strictPlan.md",
"accessCount": 2,
"lastAccessed": 1775814682608,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\prompts\\strictSpec.md",
"accessCount": 2,
"lastAccessed": 1775814699962,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\prompts\\requirement.md",
"accessCount": 2,
"lastAccessed": 1775814719406,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\prompts\\design.md",
"accessCount": 2,
"lastAccessed": 1775814735222,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\prompts\\task.md",
"accessCount": 2,
"lastAccessed": 1775814755929,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\prompts\\explore.md",
"accessCount": 2,
"lastAccessed": 1775814809320,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\README.md",
"accessCount": 2,
"lastAccessed": 1775814831958,
"type": "file"
},
{
"path": "src\\costrict\\agents\\strictPlan.ts",
"accessCount": 2,
"lastAccessed": 1775815210686,
"type": "file"
},
{
"path": "C:\\Users\\SXF-Admin\\.claude\\projects\\D--source-codespace-geroge-costrict-repo-csc\\memory\\feedback_validate_before_propose.md",
"path": "C:\\Users\\SXF-Admin\\.claude\\projects\\D--source-codespace-geroge-costrict-repo-csc\\memory\\project_windows_bun_command.md",
"accessCount": 1,
"lastAccessed": 1775808730612,
"lastAccessed": 1776229520309,
"type": "file"
},
{
"path": "src\\skills\\bundledSkills.ts",
"path": "C:\\Users\\SXF-Admin\\.claude\\projects\\D--source-codespace-geroge-costrict-repo-csc\\memory\\feedback_bun_install_in_session.md",
"accessCount": 1,
"lastAccessed": 1775811066190,
"type": "file"
},
{
"path": "src\\skills\\bundled\\verify.ts",
"accessCount": 1,
"lastAccessed": 1775811079662,
"type": "file"
},
{
"path": "src\\skills\\bundled\\simplify.ts",
"accessCount": 1,
"lastAccessed": 1775811079839,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\prompts\\tdd.md",
"accessCount": 1,
"lastAccessed": 1775812544524,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\prompts\\writeTask.md",
"accessCount": 1,
"lastAccessed": 1775812590059,
"type": "file"
},
{
"path": "src\\skills\\bundled\\verifyContent.ts",
"accessCount": 1,
"lastAccessed": 1775814416108,
"type": "file"
},
{
"path": "src\\skills\\bundled\\batch.ts",
"accessCount": 1,
"lastAccessed": 1775814416229,
"type": "file"
},
{
"path": "src\\skills\\bundled\\skillify.ts",
"accessCount": 1,
"lastAccessed": 1775814430451,
"type": "file"
},
{
"path": "src\\skills\\bundled\\dream.ts",
"accessCount": 1,
"lastAccessed": 1775814430500,
"type": "file"
},
{
"path": "src\\skills\\bundled\\verify\\SKILL.md",
"accessCount": 1,
"lastAccessed": 1775814445835,
"type": "file"
},
{
"path": "src\\skills\\bundled\\index.ts",
"accessCount": 1,
"lastAccessed": 1775814455161,
"type": "file"
},
{
"path": "src\\skills\\bundled\\scheduleRemoteAgents.ts",
"accessCount": 1,
"lastAccessed": 1775814455454,
"type": "file"
},
{
"path": "src\\costrict\\skill\\tdd.ts",
"accessCount": 1,
"lastAccessed": 1775814465999,
"type": "file"
},
{
"path": "src\\costrict\\skill\\strictPlan.ts",
"accessCount": 1,
"lastAccessed": 1775814466118,
"type": "file"
},
{
"path": "src\\costrict\\agents\\quickExplore.ts",
"accessCount": 1,
"lastAccessed": 1775814536214,
"type": "file"
},
{
"path": "src\\costrict\\agents\\taskPlan.ts",
"accessCount": 1,
"lastAccessed": 1775814553496,
"type": "file"
},
{
"path": "src\\costrict\\agents\\subCoding.ts",
"accessCount": 1,
"lastAccessed": 1775814553643,
"type": "file"
},
{
"path": "src\\costrict\\agents\\requirement.ts",
"accessCount": 1,
"lastAccessed": 1775814564309,
"type": "file"
},
{
"path": "src\\tools\\AgentTool\\loadAgentsDir.ts",
"accessCount": 1,
"lastAccessed": 1775815001572,
"type": "file"
},
{
"path": "docs\\design\\nested-agent\\IMPLEMENTATION_PLAN.md",
"accessCount": 1,
"lastAccessed": 1775815060388,
"type": "file"
},
{
"path": "src\\costrict\\agents\\depthGuard.ts",
"accessCount": 1,
"lastAccessed": 1775815127341,
"type": "file"
},
{
"path": "docs",
"accessCount": 1,
"lastAccessed": 1775816197727,
"type": "directory"
},
{
"path": "scripts\\dev.ts",
"accessCount": 1,
"lastAccessed": 1775816609737,
"type": "file"
},
{
"path": "src\\main.tsx",
"accessCount": 1,
"lastAccessed": 1775816623667,
"type": "file"
},
{
"path": "",
"accessCount": 1,
"lastAccessed": 1775816625229,
"type": "directory"
},
{
"path": "docs.json",
"accessCount": 1,
"lastAccessed": 1775816640615,
"type": "file"
},
{
"path": "docs\\introduction\\what-is-claude-code.mdx",
"accessCount": 1,
"lastAccessed": 1775816640638,
"type": "file"
},
{
"path": "src\\utils\\slashCommandParsing.ts",
"accessCount": 1,
"lastAccessed": 1775816662118,
"type": "file"
},
{
"path": "src\\utils\\processUserInput\\processSlashCommand.tsx",
"accessCount": 1,
"lastAccessed": 1775816662257,
"lastAccessed": 1776229520323,
"type": "file"
}
],

View File

@ -0,0 +1 @@
{"t":0,"agent":"a795097","agent_type":"unknown","event":"agent_stop","success":true}

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/auto-bind@5.0.1/node_modules/auto-bind

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/bidi-js@1.0.3/node_modules/bidi-js

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/chalk@5.6.2/node_modules/chalk

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/cli-boxes@4.0.1/node_modules/cli-boxes

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/emoji-regex@10.6.0/node_modules/emoji-regex

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/figures@6.1.0/node_modules/figures

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/get-east-asian-width@1.5.0/node_modules/get-east-asian-width

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/indent-string@5.0.0/node_modules/indent-string

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/react@19.2.5/node_modules/react

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/react-reconciler@0.33.0+3f10a4be4e334a9b/node_modules/react-reconciler

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/signal-exit@4.1.0/node_modules/signal-exit

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/strip-ansi@7.2.0/node_modules/strip-ansi

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/supports-hyperlinks@4.4.0/node_modules/supports-hyperlinks

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/type-fest@5.5.0/node_modules/type-fest

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/usehooks-ts@3.1.1+3f10a4be4e334a9b/node_modules/usehooks-ts

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/wrap-ansi@10.0.0/node_modules/wrap-ansi

View File

@ -1 +0,0 @@
../../../node_modules/.bun/zod@3.25.76/node_modules/zod

View File

@ -1 +0,0 @@
../../../agent-tools

View File

@ -1 +0,0 @@
../../../node_modules/.bun/highlight.js@11.11.1/node_modules/highlight.js

View File

@ -1 +0,0 @@
../../../node_modules/.bun/sharp@0.33.5/node_modules/sharp

View File

@ -1 +0,0 @@
../../../agent-tools

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk

View File

@ -1 +0,0 @@
../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es

View File

@ -1 +0,0 @@
../../../node_modules/.bun/lru-cache@10.4.3/node_modules/lru-cache

View File

@ -1 +0,0 @@
../../../node_modules/.bun/p-map@4.0.0/node_modules/p-map

View File

@ -1 +0,0 @@
../../../node_modules/.bun/zod@3.25.76/node_modules/zod

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/@tailwindcss+vite@4.2.2+dd293d07542667d7/node_modules/@tailwindcss/vite

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/@types+react@19.2.14/node_modules/@types/react

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/@types+react-dom@19.2.3+273cdfb19a04c3e9/node_modules/@types/react-dom

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/@types+uuid@10.0.0/node_modules/@types/uuid

View File

@ -1 +0,0 @@
../../../../node_modules/.bun/@vitejs+plugin-react@4.7.0+dd293d07542667d7/node_modules/@vitejs/plugin-react

View File

@ -1 +0,0 @@
../../../node_modules/.bun/hono@4.12.12/node_modules/hono

View File

@ -1 +0,0 @@
../../../node_modules/.bun/react@19.2.5/node_modules/react

View File

@ -1 +0,0 @@
../../../node_modules/.bun/react-dom@19.2.5+3f10a4be4e334a9b/node_modules/react-dom

View File

@ -1 +0,0 @@
../../../node_modules/.bun/tailwindcss@4.2.2/node_modules/tailwindcss

View File

@ -1 +0,0 @@
../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript

View File

@ -1 +0,0 @@
../../../node_modules/.bun/uuid@11.1.0/node_modules/uuid

View File

@ -1 +0,0 @@
../../../node_modules/.bun/vite@6.4.2+0926b6ad1c257d29/node_modules/vite