Files
llm-tools/manifest.json
T

123 lines
3.8 KiB
JSON

{
"schema": "llm-tools.manifest.v1",
"generated": "2026-05-30",
"owner": "jacob-mathison",
"gitea": {
"url": "http://100.79.253.19:3000",
"version": "1.26.2",
"api": "http://100.79.253.19:3000/api/v1",
"swagger": "http://100.79.253.19:3000/api/swagger",
"access": "tailscale",
"tailscale_ip": "100.79.253.19",
"tailscale_hostnames": ["Orson", "Hagia", "Theodora"],
"auth": {
"type": "pat",
"generate_url": "http://100.79.253.19:3000/user/settings/applications",
"header": "Authorization: token <PAT>",
"basic_auth": "jacob-mathison:<PAT>"
}
},
"repositories": [
{
"name": "llm-tools",
"full_name": "jacob-mathison/llm-tools",
"description": "LLM tooling, prompts, and local Gitea access guides for Codex / Claude / Cursor",
"clone_url": "http://100.79.253.19:3000/jacob-mathison/llm-tools.git",
"default_branch": "main",
"visibility": "public",
"tags": ["meta", "docs", "llm"]
},
{
"name": "aarete-doczyai-app",
"full_name": "jacob-mathison/aarete-doczyai-app",
"description": "Aarete DocyAI SaaS UI — document intelligence platform",
"clone_url": "http://100.79.253.19:3000/jacob-mathison/aarete-doczyai-app.git",
"default_branch": "main",
"visibility": "private",
"tags": ["react", "typescript", "nextjs", "saas"],
"ci": {
"workflow": ".gitea/workflows/ci.yml",
"runner": "orson-runner",
"jobs": ["build-and-lint", "security-audit"]
}
},
{
"name": "mp-banner-and-pyre",
"full_name": "jacob-mathison/mp-banner-and-pyre",
"description": "",
"clone_url": "http://100.79.253.19:3000/jacob-mathison/mp-banner-and-pyre.git",
"default_branch": "main",
"visibility": "private",
"tags": ["mathison-projects"]
},
{
"name": "mp-banner-and-pyre-migration",
"full_name": "jacob-mathison/mp-banner-and-pyre-migration",
"description": "",
"clone_url": "http://100.79.253.19:3000/jacob-mathison/mp-banner-and-pyre-migration.git",
"default_branch": "master",
"visibility": "private",
"tags": ["mathison-projects", "migration"]
},
{
"name": "mp-banner-and-pyre-web",
"full_name": "jacob-mathison/mp-banner-and-pyre-web",
"description": "",
"clone_url": "http://100.79.253.19:3000/jacob-mathison/mp-banner-and-pyre-web.git",
"default_branch": "main",
"visibility": "private",
"tags": ["mathison-projects", "web"]
}
],
"infrastructure": {
"ci_runner": {
"name": "orson-runner",
"version": "v0.6.1",
"host": "Orson",
"mode": "host",
"node_version": "24.1.0",
"node_path": "/opt/homebrew/bin/node",
"labels": ["ubuntu-latest", "macos-latest", "node"]
},
"machines": [
{
"name": "Orson",
"role": "Gitea host, CI runner",
"os": "macOS (arm64)",
"tailscale_ip": "100.79.253.19",
"lan_ip": "192.168.12.138"
},
{
"name": "Tabitha",
"role": "Silma AI primary (OCPlatform, k8s)",
"os": "macOS (arm64)",
"tailscale_ip": "100.76.192.116",
"lan_ip": "192.168.12.236"
},
{
"name": "Ozymandias",
"role": "Travel laptop / coding box",
"os": "macOS (x86_64)",
"tailscale_ip": "100.115.222.5",
"lan_ip": "192.168.12.202"
}
]
},
"conventions": {
"default_branch": "main",
"commit_style": "conventional-commits",
"node_version_ci": "20.x",
"package_manager": "npm"
},
"files": {
"llm.txt": "Plain-text overview for LLM agents",
"manifest.json": "This file — machine-readable index of repos, tools, and endpoints",
"gitea.llm.md": "Full Gitea access guide with API examples and auth setup"
}
}