agnes-the-ai-analyst/docs/README.md
ZdenekSrotyr a48524509a
docs: consolidate and de-clutter the documentation tree (#306)
CLAUDE.md rewritten (708 -> ~320 lines): four overlapping release
sections collapsed to one, stale v1->v35 schema history dropped (it
lives in CHANGELOG), marketplace endpoint internals and verbose
process sections moved out or tightened.

New focused docs:
- docs/RELEASING.md - release process, deploy workflows, CI quirks
  (RELEASE_TEMPLATE.md folded in as an appendix)
- docs/marketplace.md - marketplace ingestion + re-serving internals
- docs/README.md - documentation index by audience, linked from
  README.md and CLAUDE.md

Archived under docs/archive/: docs/superpowers/ (52 historical
planning artifacts), HACKATHON.md, pd-ps-comments.md,
security-audit-2026-04.md, future/NOTIFICATIONS.md.

Removed the docs/auto-install.md stub. Fixed dangling links in
connectors/jira/README.md and dev_docs/README.md, repointed
code/doc references to archived paths.
2026-05-14 18:54:22 +00:00

4.7 KiB

Agnes documentation

Index of all documentation, organized by who needs it. New here? Start with the row that matches your role.

You are… Start with
Analyst — using Agnes to query data QUICKSTART.md, then HOWTO/
Operator — deploying & running an instance PLATFORM_SETUP.md
Developer — working on Agnes itself ../ARCHITECTURE.md + architecture.md

For analysts

Using the platform to analyze data.

  • QUICKSTART.md — local setup + first sync
  • HOWTO/ — task-oriented cookbook (querying, snapshots, common workflows)
  • DATA_SOURCES.md — data source connectors (Keboola, BigQuery, CSV) and how tables surface
  • metrics/ — canonical business-metric definitions (YAML)
  • HEADLESS_USAGE.md — PAT auth for CI / headless clients

For operators

Deploying, configuring, and running an Agnes instance.

For developers

Working on the Agnes codebase.

Code-adjacent READMEs: ../connectors/jira/README.md, ../services/corporate_memory/README.md, ../scripts/README.md. Agent skill files: ../cli/skills/.

Other