refactor: convert all DanceLessonsCoach mentions to kebab-case
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 10s
CI/CD Pipeline / CI Pipeline (push) Failing after 13s

This commit is contained in:
2026-04-07 19:11:39 +02:00
parent 7f32a113db
commit 52065c9cf3
72 changed files with 211 additions and 211 deletions

View File

@@ -2,7 +2,7 @@
## What Was Created
A comprehensive `bdd_testing` skill that encapsulates all our BDD testing knowledge and experience from the DanceLessonsCoach project.
A comprehensive `bdd_testing` skill that encapsulates all our BDD testing knowledge and experience from the dance-lessons-coach project.
## Directory Structure
@@ -268,7 +268,7 @@ The skill has been validated:
## Conclusion
This `bdd_testing` skill represents the culmination of our BDD testing journey for DanceLessonsCoach. It captures:
This `bdd_testing` skill represents the culmination of our BDD testing journey for dance-lessons-coach. It captures:
1. **All our hard-won knowledge** about Godog and BDD testing
2. **Proven patterns** that work reliably
@@ -283,7 +283,7 @@ The skill ensures that:
- **Knowledge** is preserved and shared
- **Debugging** is systematic and efficient
With this skill, the DanceLessonsCoach project has a robust, well-documented BDD testing framework that can scale with the project and support team growth.
With this skill, the dance-lessons-coach project has a robust, well-documented BDD testing framework that can scale with the project and support team growth.
**Next Steps:**
1. Use this skill for all new BDD feature development