Skip to content
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8d43e59
feat: add flipt license CLI command for Pro license management
markphelps Sep 24, 2025
1fbb4a0
refactor: extract common lipgloss styles to shared file
markphelps Sep 24, 2025
118be4c
fix: simplify license activation to preserve entire config
markphelps Sep 24, 2025
19822af
fix: remove duplicate error messages in license commands
markphelps Sep 24, 2025
de6527c
fix: remove direct Keygen references from user messages
markphelps Sep 24, 2025
2a4a954
fix: update Pro feature descriptions to match documentation
markphelps Sep 24, 2025
d4d93da
fix: simplify Pro feature descriptions
markphelps Sep 24, 2025
d5bc40d
chore: mv claude.md to agents.md
markphelps Sep 24, 2025
6c4bf32
chore: ux improvements
markphelps Sep 26, 2025
bfd0b2b
chore: cleanup styles/code
markphelps Sep 26, 2025
145eaa3
chore: revamp license command UI/UX to match quickstart pattern
markphelps Sep 26, 2025
0276a5f
docs: add comprehensive TUI design system documentation
markphelps Sep 26, 2025
10843cb
fix: correct license activation TUI to use form layout pattern
markphelps Sep 26, 2025
0fb62f6
fix: correct license activation TUI success screen spacing
markphelps Sep 26, 2025
fc3ed3d
fix: reduce excessive vertical spacing in TUI content sections
markphelps Sep 26, 2025
aa14d8c
feat: redo quickstart look and feel; fix resizability in TUI; add lic…
markphelps Sep 27, 2025
87276e5
chore: update docs
markphelps Sep 27, 2025
5aca513
chore: fmt
markphelps Sep 27, 2025
fd341bb
chore: fmt
markphelps Sep 27, 2025
21288de
Merge branch 'v2' into license-cli-command
markphelps Sep 27, 2025
c540c46
feat: allow purchasing license (open browser)
markphelps Sep 27, 2025
cca634b
chore: run dagger develop
markphelps Sep 29, 2025
cf601ea
chore: bump dagger version
markphelps Sep 29, 2025
794dc82
fix: remove conflicting dag import in build/main.go
markphelps Sep 29, 2025
1466d13
chore: run go mod tidy
markphelps Sep 29, 2025
c64ec18
fix: update OpenTelemetry stdout exporters to compatible versions
markphelps Sep 29, 2025
155c7eb
fix: add replace directive for stdoutlog to force v0.14.0
markphelps Sep 29, 2025
f38a33b
fix: add replace directives for stdout OpenTelemetry exporters
markphelps Sep 30, 2025
cef8659
chore: update go.work.sum
markphelps Sep 30, 2025
fa65947
fix: update semconv to v1.37.0 to resolve schema URL conflict
markphelps Sep 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
561 changes: 561 additions & 0 deletions AGENTS.md

Large diffs are not rendered by default.

561 changes: 0 additions & 561 deletions CLAUDE.md

This file was deleted.

1 change: 1 addition & 0 deletions CLAUDE.md
1 change: 1 addition & 0 deletions build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"fmt"
"strings"

"dagger.io/dagger/dag"
"github.com/containerd/platforms"
"go.flipt.io/build/internal"
"go.flipt.io/build/internal/dagger"
Expand Down
Loading
Loading