Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6546a42
docs(kiloclaw): add referral program spec
jeanduplessis Apr 21, 2026
8faf1a6
Apply suggestions from code review
jeanduplessis Apr 21, 2026
db7ec75
docs(kiloclaw): clarify referral attribution spec
jeanduplessis Apr 21, 2026
d6b34eb
feat(kiloclaw): implement impact referrals
jeanduplessis Apr 24, 2026
250d9e7
test(kiloclaw): seed affiliate touches in billing router tests
jeanduplessis Apr 24, 2026
4e82fba
fix(kiloclaw): address referral review feedback
jeanduplessis Apr 24, 2026
1fed0b6
chore: ignore .beads workspace artifacts
jeanduplessis May 5, 2026
89c7336
docs(agents): require kilo-design skill for apps/web UI work
jeanduplessis May 5, 2026
d9b321e
docs(kiloclaw-referrals): tighten Impact Advocate identity contract
jeanduplessis May 5, 2026
8bd618f
feat(impact): identity, advocate, and affiliate tracking pipeline
jeanduplessis May 5, 2026
dd513ce
feat(referrals): KiloClaw referral lifecycle and rewards backend
jeanduplessis May 5, 2026
5440c68
feat(admin): KiloClaw referrals investigation panel
jeanduplessis May 5, 2026
99c2325
feat(claw): refer & earn page and rewards UI
jeanduplessis May 5, 2026
34d25c3
refactor(claw): align KiloClaw subscription view with kilo-design
jeanduplessis May 5, 2026
ab23708
chore(dev): tunnel and seed tooling for referrals testing
jeanduplessis May 5, 2026
1bd8b1f
feat(impact): unified debug logger and outbound response logging
jeanduplessis May 5, 2026
6b83cf1
fix(impact-advocate): point Register Participant at SaaSquatch Upsert…
jeanduplessis May 5, 2026
9b2818c
fix(impact-advocate): drop programId and sanitize payload at send time
jeanduplessis May 5, 2026
862e5eb
fix(impact-advocate): persist SaaSquatch referral code so advocates r…
jeanduplessis May 5, 2026
775a195
feat(impact-advocate): server-side advocate registration via Verified…
jeanduplessis May 5, 2026
59ad8ac
feat(dev-seed): support structured seed output
jeanduplessis May 5, 2026
696ff93
docs(dev-seed): document seed module contract
jeanduplessis May 5, 2026
28250b9
fix(kiloclaw): resolve rebase fallout
jeanduplessis May 7, 2026
e57a53c
feat(referrals): redeem Impact Advocate rewards
jeanduplessis May 7, 2026
cfbf6c5
fix(referrals): address review feedback
jeanduplessis May 7, 2026
82af9c6
fix(referrals): ignore referral URL im_ref as affiliate touch
jeanduplessis May 7, 2026
29236d4
chore: cleanup old plans
jeanduplessis May 7, 2026
b211d6e
chore: optimize spec files
jeanduplessis May 7, 2026
d889acf
fix(referrals): address review feedback
jeanduplessis May 7, 2026
a18b6c0
fix(referrals): address /review findings
jeanduplessis May 7, 2026
599c9d7
fix(referrals): import React for server-rendered tests
jeanduplessis May 7, 2026
adf42b4
chore(db): regenerate migrations after rebase
jeanduplessis May 7, 2026
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ supabase/.temp
# agent plans
.opencode/plans/

# beads task workspace (per-agent local state)
.beads/

# misc
TMP_CI_commit_msg.txt
*.csv
Expand Down
Loading