Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
17a553d
docs(spec): in-app feedback via github-proxy worker
claude Apr 27, 2026
399afa6
docs(spec): address round-1 review of feedback-system spec
claude Apr 28, 2026
af9c525
docs(spec): address round-2 review of feedback-system spec
claude Apr 28, 2026
4c4b82b
docs(spec): polish round-3 verifier nits in feedback-system spec
claude Apr 28, 2026
f02c82e
docs(spec): address fresh-eyes review of feedback-system spec
claude Apr 28, 2026
8f2fe3a
docs(plan): scaffolding + Phase 1 Task 1.1 (wire-type leaf types)
claude Apr 28, 2026
7798315
docs(plan): Phase 1 Task 1.2 (Feedback variants on worker enums)
claude Apr 28, 2026
149fd45
docs(plan): Phase 1 Task 1.3 (async trait + signer plumbing)
claude Apr 28, 2026
7c3be80
docs(plan): Phase 2 Task 2.1 (crate scaffold)
claude Apr 28, 2026
3c1ca0b
docs(plan): Phase 2 Task 2.2 (sanitize.rs TDD)
claude Apr 28, 2026
5ae61ed
docs(plan): Phase 2 Task 2.3 (BIP-39 wordlist + reporter handle)
claude Apr 28, 2026
268f087
docs(plan): Phase 2 Task 2.4 (token-bucket rate limiter)
claude Apr 28, 2026
2b0bb85
docs(plan): Phase 2 Tasks 2.5-2.6 (salt + startup throttle)
claude Apr 28, 2026
bd45c8c
docs(plan): Phase 2 Task 2.7 (GitHub client + fixtures)
claude Apr 28, 2026
533a304
docs(plan): Phase 2 Task 2.8 (FeedbackRole core)
claude Apr 28, 2026
b1db28a
docs(plan): Phase 2 Task 2.9 (main binary)
claude Apr 28, 2026
27746b5
docs(plan): Phase 3 (client API) tasks 3.1-3.2
claude Apr 28, 2026
a725476
docs(plan): Phase 4 (web UI) tasks 4.1-4.2
claude Apr 28, 2026
f9c8982
docs(plan): Phase 5 (deployment + dev plumbing) tasks 5.1-5.6
claude Apr 28, 2026
6b253ad
docs(plan): Phase 6 + self-review (concrete test harness scaffolds)
claude Apr 28, 2026
f6fed27
feat(common): add FeedbackCategory, ClientPlatform, FeedbackDiagnosti…
claude Apr 28, 2026
94bdc20
style(common): match existing derive order, doc all FeedbackDiagnosti…
claude Apr 28, 2026
69a4a15
feat(common): add Feedback variants to worker wire types
claude Apr 28, 2026
7ffd7e8
fix(common): cover all WorkerResponse variants in PartialEq impl
claude Apr 28, 2026
932036e
refactor(worker): make WorkerRole::handle_request async + accept signer
claude Apr 28, 2026
9183e53
feat(feedback): scaffold willow-feedback crate
claude Apr 28, 2026
461c571
feat(feedback): add body + title sanitization
claude Apr 28, 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
93 changes: 92 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ willow-transport = { path = "../transport" }
serde = { workspace = true }
bincode = { workspace = true }
tracing = { workspace = true }
async-trait = { workspace = true }
Loading
Loading