Skip to content

feat(docs): Update onboard/add-option skill to include rust examples#80

Merged
hubertdeng123 merged 6 commits intomainfrom
hubertdeng123/update-skills-rust
Mar 17, 2026
Merged

feat(docs): Update onboard/add-option skill to include rust examples#80
hubertdeng123 merged 6 commits intomainfrom
hubertdeng123/update-skills-rust

Conversation

@hubertdeng123
Copy link
Member

No description provided.

**Supported types:** `string`, `integer`, `number`, `boolean`

**Return types:**
- Python: `opts.get('key')` returns `str | int | float | bool`
Copy link
Member

Choose a reason for hiding this comment

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

we will support lists too when the release is cut

opts = options('{namespace}')

# Read values (returns schema default if ConfigMap doesn't exist)
# Return types: str | int | float | bool
Copy link
Member

Choose a reason for hiding this comment

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

ditto, just make sure to check for all these and include lists

Copy link
Member

@kenzoengineer kenzoengineer left a comment

Choose a reason for hiding this comment

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

this PR has to be updated with all the new features:

  • lists
  • structs
  • overrides

@hubertdeng123 hubertdeng123 force-pushed the hubertdeng123/update-skills-rust branch from e75b3bd to 5cc1519 Compare March 16, 2026 18:19
Copy link
Member

@kenzoengineer kenzoengineer left a comment

Choose a reason for hiding this comment

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

lgtm assuming the option you used for the examples isn't something sensitive (this repo is public, but seer is internal)

@hubertdeng123
Copy link
Member Author

def nothing internal here

@hubertdeng123 hubertdeng123 merged commit 58bc916 into main Mar 17, 2026
23 checks passed
@hubertdeng123 hubertdeng123 deleted the hubertdeng123/update-skills-rust branch March 17, 2026 17:50
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.

2 participants