refactor: lowercase Tools/Documents/Analytics folders; add clients/ and projects/ with context files; update AGENTS.md, README.md, manifest.json

This commit is contained in:
2026-05-30 23:49:26 -05:00
parent 9967c6709b
commit c10598d197
14 changed files with 223 additions and 27 deletions
+18 -7
View File
@@ -27,7 +27,7 @@ llm-tools/
├── llm.txt Plain-text overview for LLM agents
├── manifest.json Machine-readable index of everything
├── Tools/ Access guides for external services
├── tools/ Access guides for external services
│ ├── README.md
│ ├── gitea.llm.md Local Gitea — clone URLs, PAT auth, API
│ ├── github.llm.md GitHub — MathisonProjects + silmaai
@@ -42,11 +42,20 @@ llm-tools/
├── workflows/ Reusable workflows and automation
│ └── README.md
├── Documents/ Project specs, architecture docs, written context
├── documents/ Project specs, architecture docs, written context
│ └── README.md
── Analytics/ Data sources, dashboards, reporting guides
└── README.md
── analytics/ Data sources, dashboards, reporting guides
└── README.md
├── clients/ Per-client context and project notes
│ ├── README.md
│ └── aarete.md
└── projects/ Internal and personal project context
├── README.md
├── silma-ai.md
└── banner-and-pyre.md
```
---
@@ -71,10 +80,12 @@ git clone http://100.79.253.19:3000/jacob-mathison/<repo>.git
| Need | Go to |
|------|-------|
| Local git repos | [`Tools/gitea.llm.md`](./Tools/gitea.llm.md) |
| GitHub | [`Tools/github.llm.md`](./Tools/github.llm.md) |
| AWS | [`Tools/aws-cli.llm.md`](./Tools/aws-cli.llm.md) |
| Local git repos | [`tools/gitea.llm.md`](./tools/gitea.llm.md) |
| GitHub | [`tools/github.llm.md`](./tools/github.llm.md) |
| AWS | [`tools/aws-cli.llm.md`](./tools/aws-cli.llm.md) |
| Agent-specific config | [`agents/`](./agents/) |
| Client project context | [`clients/`](./clients/) |
| Internal project context | [`projects/`](./projects/) |
---