@hustle-together/api-dev-tools 2.0.1 → 2.0.3

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.
@@ -3,7 +3,10 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>API Dev Tools - Interview-Driven API Development Demo</title>
6
+ <title>Hustle API Dev Tools - Build APIs the Right Way</title>
7
+ <link rel="preconnect" href="https://fonts.googleapis.com">
8
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
+ <link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap" rel="stylesheet">
7
10
  <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
8
11
  <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
9
12
  <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/TextPlugin.min.js"></script>
@@ -712,22 +715,26 @@
712
715
  }
713
716
 
714
717
  /* ============================================
715
- HUSTLE BRAND TITLE
718
+ HUSTLE BRAND TITLE - Matching Home Page Style
716
719
  ============================================ */
717
720
  .hustle-brand {
718
721
  display: flex;
719
722
  justify-content: center;
723
+ align-items: center;
720
724
  gap: 20px;
721
- margin-bottom: 20px;
722
- flex-wrap: wrap;
725
+ margin-bottom: 15px;
726
+ flex-wrap: nowrap;
727
+ text-align: center;
723
728
  }
724
729
 
725
730
  .hustle-word {
726
- font-size: 4rem;
727
- font-weight: bold;
728
- letter-spacing: 8px;
731
+ font-size: 3.5rem;
732
+ font-family: 'Fredoka', sans-serif;
733
+ font-weight: 700;
734
+ letter-spacing: 3px;
729
735
  opacity: 0;
730
736
  transform: translateY(30px);
737
+ white-space: nowrap;
731
738
  }
732
739
 
733
740
  .hustle-highlight {
@@ -739,6 +746,33 @@
739
746
  color: var(--accent-red);
740
747
  }
741
748
 
749
+ /* Intro section centering */
750
+ #intro {
751
+ text-align: center;
752
+ }
753
+
754
+ #intro .ascii-border {
755
+ display: flex;
756
+ flex-direction: column;
757
+ align-items: center;
758
+ }
759
+
760
+ .package-name {
761
+ text-align: center;
762
+ }
763
+
764
+ .version {
765
+ text-align: center;
766
+ }
767
+
768
+ .tagline {
769
+ text-align: center;
770
+ }
771
+
772
+ .scroll-hint {
773
+ text-align: center;
774
+ }
775
+
742
776
  /* ============================================
743
777
  PHASE FLOW - LIGHTING UP SEQUENCE
744
778
  ============================================ */
@@ -824,11 +858,12 @@
824
858
 
825
859
  @media (max-width: 768px) {
826
860
  .hustle-word {
827
- font-size: 2.5rem;
828
- letter-spacing: 4px;
861
+ font-size: 1.5rem;
862
+ letter-spacing: 2px;
829
863
  }
830
864
  .hustle-brand {
831
- gap: 10px;
865
+ gap: 8px;
866
+ flex-wrap: wrap;
832
867
  }
833
868
  .phase-flow {
834
869
  gap: 10px;
@@ -1568,21 +1603,16 @@
1568
1603
  <div class="ascii-border">
1569
1604
  <div class="hustle-brand" id="hustleBrand">
1570
1605
  <span class="hustle-word">HUSTLE</span>
1571
- <span class="hustle-word hustle-highlight">DEV</span>
1572
- <span class="hustle-word">TOOLS</span>
1606
+ <span class="hustle-word hustle-highlight">API-DEV-TOOLS</span>
1573
1607
  </div>
1574
1608
  <div class="package-name" id="packageName">@hustle-together/api-dev-tools</div>
1575
- <div class="version" id="versionText">v2.0.0</div>
1576
- <p class="tagline">"Interview first, test first, document always"<span class="cursor"></span></p>
1609
+ <div class="version" id="versionText">v2.0.3</div>
1610
+ <p class="tagline">"Hustle together. Share resources. Build stronger."<span class="cursor"></span></p>
1577
1611
 
1578
1612
  <div class="intro-text">
1579
1613
  <p>
1580
- Build APIs the <span class="text-red">right way</span> with <strong>enforced workflows</strong>.
1581
- No more AI shortcuts. Research first, then structured interviews with
1582
- <strong>multiple-choice options</strong> based on real findings.
1583
- </p>
1584
- <p style="margin-top: 20px;">
1585
- <strong>Scroll down</strong> to see the 5-phase workflow in action.
1614
+ <strong>Enforced workflows</strong> for AI-assisted API development.
1615
+ Research first. Interview second. <span class="text-red">No shortcuts.</span>
1586
1616
  </p>
1587
1617
  </div>
1588
1618
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hustle-together/api-dev-tools",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Interview-driven API development workflow for Claude Code - Automates research, testing, and documentation",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {