feat: add Documents/, Tools/, Analytics/ folders; move tool guides into Tools/; add AGENTS.md; update README.md + manifest.json

This commit is contained in:
2026-05-30 23:44:28 -05:00
parent 0e823a66bd
commit 9967c6709b
9 changed files with 187 additions and 28 deletions
+23 -4
View File
@@ -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"
}
}
}
}