Skip to content

chore(ways): refresh project-local way frontmatter to embed-aware schema#362

Merged
aaronsb merged 1 commit into
mainfrom
chore/refresh-project-way-frontmatter
May 13, 2026
Merged

chore(ways): refresh project-local way frontmatter to embed-aware schema#362
aaronsb merged 1 commit into
mainfrom
chore/refresh-project-way-frontmatter

Conversation

@aaronsb
Copy link
Copy Markdown
Owner

@aaronsb aaronsb commented May 13, 2026

What

Project-local ways under .claude/ways/kg/*/way.md get an updated frontmatter shape:

  • Adds description, vocabulary, and scope fields used by the embedding-based way matcher.
  • Drops match: regex (now the default).

Also adds .claude/.ways-embed — the opt-in marker for the embed indexer.

Why

These edits have been sitting in the working tree across sessions. Landing them as a clean chore keeps the next refactor branch from carrying the noise.

Risk

Zero behavioral change to the codebase — .claude/ is editor-side tooling configuration.

Project ways now declare `description`, `vocabulary`, and `scope` fields used by the embedding-based way matcher (replacing the old `match: regex` flag, which is now the default for files-and-pattern matching). `.claude/.ways-embed` is the opt-in marker for the embed indexer.

Pure metadata refresh — no change to way content or trigger patterns.
@aaronsb aaronsb merged commit 4bce413 into main May 13, 2026
3 checks passed
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