CommandCodeAI / CommandCodeAI/command-code

taste: Taste Learning Created odd nested directory name with / - 's

Open
#499 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
4k
Forks
350
PR merge metrics
No merged PRs in 30d

Description

Summary

When learning css or style taste, the following directories were created,

The "-" caused it to make two separate directories "css-" and "-styling" .

.commandcode/taste/css-/-styling/taste.md

See: Image

Expected Behavior

Properly named single directory.

Actual Behavior

Multiple directories.

Steps to reproduce the issue

I think in my prompt I said something like

for brand use these styles in plan @theme {
    /* 🎨 Colors (OKLCH — equal perceptual steps) */
    --color-pwv-black: oklch(0.00% 0.000 0.0);    /* #000000 */
    --color-pwv-white: oklch(100.00% 0.000 0.0);  /* #ffffff */
    --color-pwv-gray: oklch(91.89% 0.000 0.0);    /* #e4e4e4 */
    --color-pwv-green: oklch(74.99% 0.243 144.1); /* #00d22e */
    --color-pwv-teal: oklch(77.87% 0.135 188.7);  /* #00d2c8 */
...
Command Code Version

0.39.1

Operating System

macOS

Terminal/IDE

ghostty

Shell

zsh

Additional context

I'm going to rename file and directory manually.

Because subsequently:

 READ  [.commandcode/design/css-/-styling/taste.md]
 └ ERROR: File not found or not readable: .commandcode/design/css-/-styling/taste.md

even though oh wait... it looked for design ... that's odd. That is taste.

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce taste learning on macOS with Command Code 0.39.1 using a prompt that includes CSS styles such as “css-” and “-styling.” Inspect how the learning output creates .commandcode/taste/css-/-styling/taste.md and how it later reads that path. Done means the style name is represented as one correctly named directory and the subsequent taste read uses the same location.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.