Skip to content

docs: add Workspace spec.remotes[] and spec.files[] sub-fields to reference#512

Merged
gjkim42 merged 1 commit intomainfrom
kelos-task-511
Mar 1, 2026
Merged

docs: add Workspace spec.remotes[] and spec.files[] sub-fields to reference#512
gjkim42 merged 1 commit intomainfrom
kelos-task-511

Conversation

@kelos-bot
Copy link

@kelos-bot kelos-bot bot commented Mar 1, 2026

Summary

  • Add spec.remotes[].name and spec.remotes[].url rows to the Workspace reference table in docs/reference.md
  • Expand spec.files[] into spec.files[].path and spec.files[].content sub-field rows

These fields are defined in the API types (api/v1alpha1/workspace_types.go) and used in the 06-fork-workflow example, but were missing from the reference documentation.

Fixes #511

Test plan

  • Verify the reference table renders correctly in GitHub markdown
  • Confirm field descriptions match the API type comments

🤖 Generated with Claude Code


Summary by cubic

Add missing spec.remotes and spec.files sub-fields to the Workspace reference so users can configure remotes and injected files correctly. Matches the API definitions and 06-fork-workflow usage; fixes #511.

Written for commit 1ce66be. Summary will update on new commits.

…erence

The Workspace reference table in docs/reference.md was missing the
spec.remotes[].name and spec.remotes[].url fields that are defined in
the API types and used in the 06-fork-workflow example. Additionally,
spec.files[] was listed as a single entry without documenting its
sub-fields (path and content).

Expand the table to include all sub-fields so users can discover these
features from the reference docs alone.

Fixes #511

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation: Workspace spec.remotes[] field missing from reference docs

1 participant