garrytan / garrytan/gstack

Skill prefix namespace setting not applied + slash command descriptions too long

Open
#578 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
133k
Forks
19.9k
Avg merge
18h 46m
Merged PRs (30d)
26

Description

## Environment

- gstack version: v0.12.11.0
- Platform: Linux (WSL2)
- `skill_prefix` config: `true`

## Issue 1: Namespace prefix not applied

`gstack-config get skill_prefix` returns `true`, but slash commands still appear without the `gstack-` prefix. Running `./setup --prefix` does not change the behavior. The namespace setting seems to have no effect.

**Expected:** Commands should appear as `/gstack-qa`, `/gstack-ship`, `/gstack-review`, etc.
**Actual:** Commands still appear as `/qa`, `/ship`, `/review`, etc.

## Issue 2: Slash command descriptions are too long and wrap

Slash command descriptions in the command palette are excessively long, causing line wrapping. The wrapped text pushes below the command name, making it hard to scan and identify commands at a glance.

**Expected:** Short, single-line descriptions that stay on the same line as the command name.
**Actual:** Multi-line wrapped descriptions that break readability of the command list.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.