feat(TW0001): multi-dot kebab basenames and repo hygiene for beta.9 - #34
Merged
Conversation
Architecture cannot enable FileNameRuleAnalyzer until multi-dot partial basenames (e.g. application-state.close-modal.cs) are accepted.
Every segment between dots must be kebab-case so TimeWarp.State-style action partials pass when TW0001 is enabled. Bump package to 1.0.0-beta.9.
Use the default global NuGet package cache like other TimeWarp repos.
Superseded by TimeWarp skills and AGENTS.md; no remaining references.
Rename legacy underscore kanban tasks, spike project, and test markdown. Emit compiler-generated files under obj/ (pruned by audit) and match PascalCase sources to kebab markdown via class-name conversion.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.csbasenames (every segment kebab), so TimeWarp.State-style action partials likeapplication-state.close-modal.csno longer false-fail when the rule is enabled (kanban 021).documentation/releases.mdconsumer callout.RestorePackagesPath/.nuget-cache(use global NuGet cache like other TimeWarp repos)._ai/agent notes; rename remaining non-kebab paths (kanban, spike, test markdown); emit compiler-generated files underobj/sokebab-path-namesaudit stays clean.Test plan
ganda repo audit— 22 pass / 0 faildev check-version --package TimeWarp.SourceGenerators—1.0.0-beta.9> NuGet1.0.0-beta.8dev build— 0 warnings / 0 errorsdev test— multi-dot fixtures under TW0001=error