Skip to content

Latest commit

History

History
58 lines (43 loc) 路 2.14 KB

File metadata and controls

58 lines (43 loc) 路 2.14 KB

Agent Docs Map

Use this map after loading the repo instructions in AGENTS.md.

API Work

  • Read AGENTS.md for required API-doc and security-inventory upkeep.
  • Update apiDoc annotations near changed route handlers.
  • Check module docs for the owner module.
  • Run or update the security route inventory when route auth, permissions, or endpoint shape changes.

Useful live endpoints:

  • GET /v1
  • GET /v1/openapi.json
  • GET /v1/apidoc.json
  • GET /.well-known/openapi.json

Module Behavior

  • Start with modules.md.
  • Read the matching app/modules/<module>/docs/overview.md.
  • Keep detailed behavior, model ownership, queues, and integration notes inside the module docs folder.

ActivityPub And Bluesky

  • Run npm run todo:sections, then npm run todo:context -- <section-id> for the next ActivityPub/Bluesky implementation slice before editing.
  • Read app/modules/activityPub/docs/activitypub-research.md.
  • Read app/modules/activityPub/docs/activitypub-user-flows.md.
  • Read app/modules/activityPub/docs/overview.md and app/modules/bluesky/docs/overview.md.
  • For review-first/auto-import policy or remote-source filters, also read app/modules/remoteContentModeration/docs/overview.md.

Data Scale, Migrations, And Storage

Security And Auth

Operations

  • Read ../DEBUG.md for log flags and debug namespaces.
  • Use npm run docker-upgrade for production update guidance.
  • Prefer Docker-backed verification for full-suite checks when host services are not already available.