fix: document offering description length limit (500 chars)#68
Open
Hivesmith-dev wants to merge 1 commit into
Open
fix: document offering description length limit (500 chars)#68Hivesmith-dev wants to merge 1 commit into
Hivesmith-dev wants to merge 1 commit into
Conversation
The server enforces a 500-character limit on offering descriptions (HTTP 400: 'description must be shorter than or equal to 500 characters'). This limit was not documented in the CLI help text, leading to trial-and-error for new users. Add '(max 500 characters)' to the --description option help text for .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The server enforces a 500-character limit on offering descriptions (HTTP 400: 'description must be shorter than or equal to 500 characters'). This limit was not documented in the CLI help text, leading to trial-and-error for new users.
Add '(max 500 characters)' to the --description option help text for .
Note
Low Risk
Single-line help-string change with no runtime or validation impact.
Overview
Documents the server’s 500-character cap on offering descriptions in the
offering create--descriptionoption help, soacp offering create --helpmatches the API error users would otherwise hit.No validation or API behavior changes—help text only.
Reviewed by Cursor Bugbot for commit 4e4eed0. Bugbot is set up for automated code reviews on this repo. Configure here.