feat: add Documents/, Tools/, Analytics/ folders; move tool guides into Tools/; add AGENTS.md; update README.md + manifest.json
This commit is contained in:
+23
-4
@@ -136,15 +136,22 @@
|
||||
},
|
||||
|
||||
"files": {
|
||||
"AGENTS.md": "Operational instructions and rules for AI agents working in this repo",
|
||||
"README.md": "Human + AI overview, repo structure, quick-start, environment at a glance",
|
||||
"llm.txt": "Plain-text overview for LLM agents",
|
||||
"manifest.json": "This file — machine-readable index of repos, tools, endpoints, and structure",
|
||||
"gitea.llm.md": "Local Gitea instance — clone URLs, PAT auth, API examples",
|
||||
"github.llm.md": "GitHub accounts (MathisonProjects, silmaai) — repos, PAT, CLI patterns",
|
||||
"aws-cli.llm.md": "AWS account — profiles, S3 buckets, Amplify apps, CloudFront, Lambda"
|
||||
"manifest.json": "This file — machine-readable index of repos, tools, endpoints, and structure"
|
||||
},
|
||||
|
||||
"directories": {
|
||||
"Tools": {
|
||||
"description": "Access guides for external services and platforms",
|
||||
"files": {
|
||||
"README.md": "Index of tool guides and instructions for adding new ones",
|
||||
"gitea.llm.md": "Local Gitea instance — clone URLs, PAT auth, API examples",
|
||||
"github.llm.md": "GitHub accounts (MathisonProjects, silmaai) — repos, PAT, CLI patterns",
|
||||
"aws-cli.llm.md": "AWS account — profiles, S3 buckets, Amplify apps, CloudFront, Lambda"
|
||||
}
|
||||
},
|
||||
"agents": {
|
||||
"description": "Per-agent configuration, context, and notes for AI coding tools",
|
||||
"files": {
|
||||
@@ -159,6 +166,18 @@
|
||||
"files": {
|
||||
"README.md": "Index and intended contents for workflows"
|
||||
}
|
||||
},
|
||||
"Documents": {
|
||||
"description": "Project specs, architecture docs, and written context for AI agents",
|
||||
"files": {
|
||||
"README.md": "Index and intended contents for Documents"
|
||||
}
|
||||
},
|
||||
"Analytics": {
|
||||
"description": "Data sources, dashboards, and analytics tooling",
|
||||
"files": {
|
||||
"README.md": "Index and intended contents for Analytics"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user