Skip to content

fix(ce-compound): drop date suffix from generated doc filenames#849

Merged
tmchow merged 1 commit into
mainfrom
tmchow/ce-compound-doc-date-filenames
May 21, 2026
Merged

fix(ce-compound): drop date suffix from generated doc filenames#849
tmchow merged 1 commit into
mainfrom
tmchow/ce-compound-doc-date-filenames

Conversation

@tmchow
Copy link
Copy Markdown
Collaborator

@tmchow tmchow commented May 21, 2026

ce-compound now suggests filenames as [slug].md instead of [slug]-[date].md. The filename date was duplicate metadata — the date: frontmatter field is the canonical creation date, and ce-compound-refresh writes last_updated: without renaming the file, so a filename date inevitably drifted from the doc's actual freshness. The skill's instruction also tells the agent to ignore dated counterexamples in the target directory so it does not pattern-match the old convention back in. Existing dated files in this repo (and in downstream consumer repos) are untouched; ce-compound-refresh already matches partial slugs, so prior solution archives keep working.


Compound Engineering
Claude Code

New solution docs use [slug].md instead of [slug]-[date].md. The
filename date duplicated the canonical date: frontmatter field and
drifted from last_updated: written by ce-compound-refresh, which
never renames files. Existing dated files are untouched.
@tmchow tmchow merged commit ac1c6d9 into main May 21, 2026
2 checks passed
@github-actions github-actions Bot mentioned this pull request May 21, 2026
LLMpsycho pushed a commit to LLMpsycho/compound-engineering-plugin that referenced this pull request May 21, 2026
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