Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
1cb46d0
stash
emir-karabeg Jun 13, 2026
abb427f
feat(landing): mothership feature stages + pre-footer CTA
andresdjasso Jun 17, 2026
b70032b
feat(landing): reusable platform-page + solutions-page layouts and ro…
emir-karabeg Jun 17, 2026
95cb857
merge: reconcile origin/feat/landing (mothership rebuild) with platfo…
emir-karabeg Jun 17, 2026
0dc4fbd
refactor(landing): convert hero-visual CSS-module keyframes to Tailwind
emir-karabeg Jun 17, 2026
91044a7
refactor(landing): move brand palette from CSS module into LandingShell
emir-karabeg Jun 17, 2026
9482c2d
chore(landing): remove Testimonials from the home page for now
emir-karabeg Jun 17, 2026
fdb22e8
feat(landing): hero send→loader→workflow animation + landing WIP
andresdjasso Jun 18, 2026
3b9d768
feat(landing): responsive pass for iPad + mobile
andresdjasso Jun 19, 2026
1f96062
feat(landing): align hero visual panel to text + logos extent
andresdjasso Jun 19, 2026
3e7bec3
fix(landing): delay hero user bubble until card finishes expanding
andresdjasso Jun 20, 2026
3a97e99
merge: integrate origin/feat/landing (Andres hero/feature work) into …
emir-karabeg Jun 22, 2026
771db02
refactor(landing): isolate new landing — remove dead old-folder code …
emir-karabeg Jun 22, 2026
c9aa158
refactor(landing): token-map hex, fix a11y/SEO, align structure
emir-karabeg Jun 23, 2026
5d32155
style(landing): restore taller hero panel with border-shadow chip chrome
emir-karabeg Jun 23, 2026
f6edb18
feat(landing): swap Volvo for thinkproject and reposition hero logos
emir-karabeg Jun 23, 2026
e50e4dd
style(landing): size hero description with the type scale (text-lg)
emir-karabeg Jun 23, 2026
ed8b4c3
style(landing): hero headline "for AI automations" with break after "…
emir-karabeg Jun 23, 2026
47391e8
style(landing): unify CTA radius and box hero logos in cards
emir-karabeg Jun 23, 2026
be88c42
style(landing): concentric CTA bar radius + tighter logo cards
emir-karabeg Jun 23, 2026
f521b11
style(landing): restore 100px logo cards, scale icons down 15%
emir-karabeg Jun 23, 2026
5181126
style(landing): match sign-up radius to email bar + shrink logo icons
emir-karabeg Jun 23, 2026
c5c03a0
style(landing): shrink hero logo cards
emir-karabeg Jun 23, 2026
e336a82
style(landing): upscale hero logo cards ~25%
emir-karabeg Jun 23, 2026
cac31e0
style(landing): taller logo cards, larger icons, reorder top row
emir-karabeg Jun 23, 2026
1847ffa
style(landing): more card height, swap top-row Rivian/eXp back
emir-karabeg Jun 23, 2026
e0d1cab
feat(landing): add "Trusted by technical teams at" label above hero l…
emir-karabeg Jun 23, 2026
4d24ea9
style(landing): recolor logos to --text-body, match label gap to hero…
emir-karabeg Jun 23, 2026
0a9cff5
style(landing): scale hero CTA down a hair, drop radius to the nav ch…
emir-karabeg Jun 23, 2026
1b843a3
style(landing): round Book-a-demo to rounded-md to match the bar curve
emir-karabeg Jun 23, 2026
c88fc0c
style(landing): match Book-a-demo proportions to the navbar chip
emir-karabeg Jun 23, 2026
3fd1f6e
style(landing): equal inset around Book-a-demo (h-[30px])
emir-karabeg Jun 23, 2026
9a0e460
style(landing): enlarge Book-a-demo to h-[32px], tighten inset to 3px
emir-karabeg Jun 23, 2026
a153632
style(landing): lift hero logos off the bottom again (pb-20)
emir-karabeg Jun 23, 2026
5d41c37
improvement(landing): refine hero and mothership visuals
andresdjasso Jun 23, 2026
5c5e9c5
fix(landing): cap hero fold height so it doesn't stretch on huge moni…
emir-karabeg Jun 23, 2026
72f67d9
refactor(landing): session cleanup — DRY CTA label, drop dead grayscale
emir-karabeg Jun 23, 2026
ab13546
improvement(landing): animate mothership illustrations
andresdjasso Jun 23, 2026
35a5abc
style(landing): solid-ink branding + hero cursor/loader polish
emir-karabeg Jun 25, 2026
06f351c
merge: integrate origin/feat/landing — Andres hero/mothership visuals
emir-karabeg Jun 25, 2026
eb5d8bf
improvement(landing): update feature iso-marks to perfected geometry
andresdjasso Jun 26, 2026
c5f22d5
feat(landing): add pricing, privacy, terms, and changelog pages
emir-karabeg Jun 26, 2026
aeb042c
merge: integrate origin/feat/landing (teammate's perfected iso-mark g…
emir-karabeg Jun 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .agents/skills/add-model/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Within a family, newest first (matches existing convention: GPT-5.5 above GPT-5.

## Step 4: Repo-side touchpoints beyond the entry

Adding the `models.ts` entry is most of the job because nearly every consumer is **data-driven** and picks the model up automatically: the ~40 query helpers in `models.ts` / `providers/utils.ts`, the public `/models` catalog (`app/(landing)/models/utils.ts` iterates `PROVIDER_DEFINITIONS`), the agent-block model dropdown, and copilot's `isKnownModelId` / `suggestModelIdsForUnknownModel` validation. The touchpoints below are the exceptions — they are **not** data-driven, so check each one.
Adding the `models.ts` entry is most of the job because nearly every consumer is **data-driven** and picks the model up automatically: the ~40 query helpers in `models.ts` / `providers/utils.ts`, the public `/models` catalog (`app/(home)/models/utils.ts` iterates `PROVIDER_DEFINITIONS`), the agent-block model dropdown, and copilot's `isKnownModelId` / `suggestModelIdsForUnknownModel` validation. The touchpoints below are the exceptions — they are **not** data-driven, so check each one.

### Hosted = auto-billed, by provider

Expand Down
1,206 changes: 1,206 additions & 0 deletions .agents/skills/design-taste-frontend/SKILL.md

Large diffs are not rendered by default.

Loading