Skip to content

fix: document offering description length limit (500 chars)#68

Open
Hivesmith-dev wants to merge 1 commit into
Virtual-Protocol:mainfrom
hivesmith:fix/offering-description-limit
Open

fix: document offering description length limit (500 chars)#68
Hivesmith-dev wants to merge 1 commit into
Virtual-Protocol:mainfrom
hivesmith:fix/offering-description-limit

Conversation

@Hivesmith-dev

@Hivesmith-dev Hivesmith-dev commented Jul 19, 2026

Copy link
Copy Markdown

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 --description option help, so acp offering create --help matches 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.

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 .
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