Skip to content

docs(base44-cli): add visibility field to config.jsonc reference#107

Open
base44-os-gremlins[bot] wants to merge 1 commit intomainfrom
feat/visibility-config-docs
Open

docs(base44-cli): add visibility field to config.jsonc reference#107
base44-os-gremlins[bot] wants to merge 1 commit intomainfrom
feat/visibility-config-docs

Conversation

@base44-os-gremlins
Copy link

Summary

  • Adds visibility field to the config.jsonc example in the base44-cli skill
  • Documents allowed values ("public", "private", "workspace") in the property table
  • Reflects the CLI implementation in base44/cli#370

Changes

skills/base44-cli/SKILL.md

  • Config example: added "visibility": "private" with inline comment
  • Added property table row describing the three allowed values and default behavior (omit = no change on deploy)

Context

Part of Goal #797 — CLI App Visibility Configuration:
https://github.com/base44-dev/gremlins/issues/797

The CLI now supports setting visibility in base44/config.jsonc to control whether an app is public, private, or workspace-visible. This PR updates the agent skill so AI coding assistants know about the field.

Add `visibility` field ("public" | "private" | "workspace") to the
base44-cli skill documentation — config example and property table.
This corresponds to the CLI change in base44/cli#370.

Goal: https://github.com/base44-dev/gremlins/issues/797
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.

0 participants