@hustle-together/api-dev-tools 1.9.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/demo/hustle-together/blog/gemini-vs-claude-widgets.html +957 -0
- package/demo/hustle-together/blog/interview-driven-api-development.html +1132 -0
- package/demo/hustle-together/blog/tdd-for-ai.html +982 -0
- package/demo/hustle-together/index.html +1279 -0
- package/demo/workflow-demo.html +948 -57
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -549,6 +549,21 @@ This is the initial release. Feedback welcome!
|
|
|
549
549
|
- Custom templates
|
|
550
550
|
- Multi-language support
|
|
551
551
|
|
|
552
|
+
## 🙏 Acknowledgments
|
|
553
|
+
|
|
554
|
+
### @wbern/claude-instructions
|
|
555
|
+
The TDD workflow commands (`/red`, `/green`, `/refactor`, `/cycle`) are based on the excellent [@wbern/claude-instructions](https://github.com/wbern/claude-instructions) package by **William Bernmalm**. This project extends those patterns with interview-driven API development, research enforcement hooks, and comprehensive state tracking.
|
|
556
|
+
|
|
557
|
+
### Anthropic
|
|
558
|
+
The interview methodology is inspired by [Anthropic's Interviewer approach](https://www.anthropic.com/news/anthropic-interviewer) for structured discovery.
|
|
559
|
+
|
|
560
|
+
### Context7
|
|
561
|
+
Special thanks to the [Context7](https://context7.com) team for providing live documentation lookup that makes research-first development possible.
|
|
562
|
+
|
|
563
|
+
---
|
|
564
|
+
|
|
565
|
+
Thank you to the Claude Code community for making AI-assisted development more rigorous!
|
|
566
|
+
|
|
552
567
|
## 📄 License
|
|
553
568
|
|
|
554
569
|
MIT License - Use freely in your projects
|