Skip to content

docs: developer guides for config, runners, and HA cluster#3910

Draft
cursor[bot] wants to merge 1 commit into
developfrom
cursor/engineering-documentation-updates-0b1d
Draft

docs: developer guides for config, runners, and HA cluster#3910
cursor[bot] wants to merge 1 commit into
developfrom
cursor/engineering-documentation-updates-0b1d

Conversation

@cursor
Copy link
Copy Markdown

@cursor cursor Bot commented Jun 1, 2026

Summary

Adds in-repo developer documentation for subsystems that changed recently but only had scattered plans or test cases.

Docs added/updated

File Purpose
docs/README.md Index of developer guides
docs/configuration.md config.json / config.yaml, discovery paths, env overrides, config.schema.yaml, TLS redirect, MFA rename
docs/runners-and-tags.md Remote runners, tag routing, webhooks, selection algorithm
docs/cluster-dashboard.md Admin /api/cluster* endpoints, task snapshot, maintenance clear
CONTRIBUTING.md Links to new guides and schema
README.md Developer docs link under Documentation
.github/copilot-instructions.md Config YAML + docs/ pointers

Codepaths covered

  • util/config.go — config load order, file discovery, TLS redirect, HA
  • util/config_auth.gomfa block
  • services/tasks/RemoteJob.go, TaskPool.go — runner tag routing
  • api/cluster.go, api/router.go — cluster dashboard API
  • web/src/views/Cluster.vue — HA UI behavior

Knowledge gaps addressed

  • No single place documented YAML config support or config.schema.yaml usage for contributors
  • Runner tag precedence (inventory vs template) and filter modes were only implied in code/TC-028
  • Cluster dashboard API contract and safe use of DELETE /api/cluster/tasks were undocumented outside commented Swagger

Documentation-only change; verified against source, no runtime behavior changes.

Open in Web View Automation 

Document recently evolved subsystems that lacked in-repo guides:
configuration (JSON/YAML, schema, env overrides), runner tag routing,
and the admin cluster dashboard API. Link from CONTRIBUTING and README.

Co-authored-by: Denis Gukov <fiftin@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant