feat: synchronize human and llm databank artifacts with TOC update\n\n- Add AGENTS.md to human artifacts and AGENTS.json to llm artifacts\n- Add TSYS.md to human artifacts and TSYS.json to llm artifacts\n- Update LLMDatabankTOC.json to accurately reflect existing files\n- Ensure human and llm directories are in sync as per workflow\n- Remove references to non-existent files in the TOC

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-10-24 13:09:15 -05:00
parent 3939e83c24
commit 2856291020
5 changed files with 694 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
{
"databank_toc": {
"version": "1.0.0",
"version": "1.1.0",
"last_updated": "2025-10-24T12:00:00Z",
"description": "Table of Contents for LLM-optimized databank content",
"purpose": "Enable efficient navigation and retrieval of databank information by LLM agents",
@@ -44,16 +44,6 @@
"path": "agents/AGENTS.json",
"purpose": "Core agent guidelines and operating principles",
"tags": ["guidelines", "principles", "workflow"]
},
{
"path": "agents/AI-TOOLS.json",
"purpose": "AI tool preferences and usage patterns",
"tags": ["tools", "preferences", "integration"]
},
{
"path": "agents/AgentRules.json",
"purpose": "Specific operational rules for agents",
"tags": ["rules", "constraints", "boundaries"]
}
],
"human_files": [
@@ -61,87 +51,6 @@
"path": "agents/AGENTS.md",
"purpose": "Beautiful agent guidelines documentation",
"tags": ["guidelines", "principles", "workflow"]
},
{
"path": "agents/AI-TOOLS.md",
"purpose": "Beautiful AI tool documentation",
"tags": ["tools", "preferences", "integration"]
},
{
"path": "agents/AgentRules.md",
"purpose": "Beautiful agent rules documentation",
"tags": ["rules", "constraints", "boundaries"]
}
]
},
"context": {
"description": "General context information",
"llm_files": [
{
"path": "context/AUDIT1.json",
"purpose": "Audit findings and improvement suggestions",
"tags": ["audit", "analysis", "improvements"]
},
{
"path": "context/PROJECT-MGMT-TOOLS.json",
"purpose": "Project management tool recommendations",
"tags": ["tools", "project_management", "recommendations"]
}
],
"human_files": [
{
"path": "context/AUDIT1.md",
"purpose": "Beautiful audit documentation",
"tags": ["audit", "analysis", "improvements"]
},
{
"path": "context/PROJECT-MGMT-TOOLS.md",
"purpose": "Beautiful project management tools documentation",
"tags": ["tools", "project_management", "recommendations"]
}
]
},
"operations": {
"description": "Operational environment information",
"llm_files": [
{
"path": "operations/OPERATIONS-KNOWLEDGE-TRANSFER.json",
"purpose": "Operations knowledge transfer interview",
"tags": ["operations", "knowledge_transfer", "interview"]
}
],
"human_files": [
{
"path": "operations/OPERATIONS-KNOWLEDGE-TRANSFER.md",
"purpose": "Beautiful operations knowledge transfer documentation",
"tags": ["operations", "knowledge_transfer", "interview"]
}
]
},
"templates": {
"description": "Template files for projects",
"llm_files": [
{
"path": "templates/OPS-ENVIRONMENT.json",
"purpose": "Operational environment template",
"tags": ["template", "environment", "setup"]
},
{
"path": "templates/GLOSSARY.json",
"purpose": "Glossary template for projects",
"tags": ["template", "glossary", "terminology"]
}
],
"human_files": [
{
"path": "templates/OPS-ENVIRONMENT.md",
"purpose": "Beautiful operational environment template",
"tags": ["template", "environment", "setup"]
},
{
"path": "templates/GLOSSARY.md",
"purpose": "Beautiful glossary template",
"tags": ["template", "glossary", "terminology"]
}
]
}