Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5e53757
Update app.js
priyankmodiPM Jun 25, 2026
fdd9572
Add discount image auto-reply for WhatsApp messages
Jun 26, 2026
4a26ed6
feat: replace static discount auto-reply with GPT tool-calling assist…
priyankmodiPM Jul 6, 2026
b1ed8d8
fix: regenerate lockfiles against the public npm registry (#2)
priyankmodiPM Jul 6, 2026
f5acca1
fix: regenerate yarn.lock against public npm registry (#3)
priyankmodiPM Jul 6, 2026
4fc8641
fix: declare OPENAI_API_KEY in render.yaml envVars
Jul 6, 2026
f7ee32e
fix: make OpenAI model/baseURL configurable and log request/error det…
Jul 6, 2026
272e14a
Feat/express edit flow (#4)
priyankmodiPM Jul 13, 2026
db81c24
Add design spec for global fixed edit-flow responses
Jul 13, 2026
8bbb22a
Add design spec for real Adobe Express API integration
Jul 16, 2026
97c5088
Ignore .superpowers scratch directory
Jul 16, 2026
af478c2
feat: add Adobe IMS token fetch/cache module
Jul 16, 2026
0ac9427
feat: read the shared docID catalog instead of hardcoded seed images
Jul 16, 2026
93dacd9
fix: validate catalog is an array in loadCatalog()
Jul 16, 2026
6de616a
feat: replace mocked Express API with real tagged-documents/generate-…
Jul 16, 2026
9aba52e
feat: wire actions.js to the real Express API and drop mocked edit va…
Jul 16, 2026
afc90fa
feat: log webhook metadata fields and declare Express API env vars
Jul 16, 2026
b002aee
Fix cross-task issues from final branch review
Jul 16, 2026
ba05c0f
Add implementation plan for real Adobe Express API integration
Jul 16, 2026
270bbae
Move source files into src/, group Express API modules under src/expr…
Jul 16, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store
.superpowers
61 changes: 0 additions & 61 deletions app.js

This file was deleted.

3 changes: 3 additions & 0 deletions data/express-templates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
{ "id": "img_1", "name": "Croma Earbuds", "docId": "urn:aaid:sc:AP:aaed427c-b4e4-55e4-b924-74d375f91684" }
]
Loading