2026-02-23T09-14-10_auto_memory/2026-02-23-remove-website-auto-deploy-from-
This commit is contained in:
parent
4be2693cb7
commit
50c91ee2da
@ -2329,3 +2329,22 @@
|
||||
{"timestamp":"2026-02-23T09:13:50.804Z","level":"info","category":"hooks","message":"Session start hook","data":{"harness":"claude-code","project":"/home/nicholai/signet/signetai"}}
|
||||
{"timestamp":"2026-02-23T09:13:50.805Z","level":"info","category":"hooks","message":"Session start completed","data":{"memoryCount":18,"durationMs":1}}
|
||||
{"timestamp":"2026-02-23T09:13:50.805Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}}
|
||||
{"timestamp":"2026-02-23T09:13:55.808Z","level":"warn","category":"git","message":"Git add failed"}
|
||||
{"timestamp":"2026-02-23T09:13:55.856Z","level":"info","category":"git","message":"Auto-committed","data":{"message":"2026-02-23T09-13-55_auto_memory/memories.db-wal, memory/memories.db-wal, me","filesChanged":3}}
|
||||
{"timestamp":"2026-02-23T09:14:00.196Z","level":"info","category":"watcher","message":"File added","data":{"path":"/home/nicholai/.agents/memory/2026-02-23-remove-website-auto-deploy-from-ci-cd.md"}}
|
||||
{"timestamp":"2026-02-23T09:14:00.200Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}}
|
||||
{"timestamp":"2026-02-23T09:14:00.196Z","level":"info","category":"summary-worker","message":"Wrote session summary","data":{"path":"/home/nicholai/.agents/memory/2026-02-23-remove-website-auto-deploy-from-ci-cd.md","sessionKey":"03cef772-3e27-4ce8-991e-3eb65b4294a4","project":"/home/nicholai/signet/signetai","summaryChars":733,"summaryPreview":"# 2026-02-23 Session Notes\n\n## Remove Website Auto-Deploy from CI/CD\n\nNicholai requested removal of the `deploy-web` job from `.github/workflows/release.yml` to switch from automatic to manual website deployment. The Astro website was previously deploying automatically to Cloudflare Pages on every push to main.\n\nThe session read the workflow file to confirm the deploy-web job location (lines 74-92). The job used `cloudflare/wrangler-action@v3` to deploy the website. The `release` job, which handles version bumping and npm publishing, remains untouched.\n\nManual deployment continues to work via `cd web && bun run deploy`. The change simplifies the release workflow and gives Nicholai explicit control over website deployments."}}
|
||||
{"timestamp":"2026-02-23T09:14:00.198Z","level":"info","category":"summary-worker","message":"Inserted session facts","data":{"total":4,"saved":4,"deduplicated":0,"factsPreview":["Website auto-deployment removed from CI/CD; deploy-web job deleted from .github/workflows/release.yml (lines 74-92)","Manual website deployment command: cd web && bun run deploy","The release job (npm publish + version bump) in release.yml is unchanged","Website deployment previously used cloudflare/wrangler-action@v3"]}}
|
||||
{"timestamp":"2026-02-23T09:14:00.198Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}}
|
||||
{"timestamp":"2026-02-23T09:14:00.198Z","level":"info","category":"watcher","message":"File added","data":{"path":"/home/nicholai/.agents/memory/2026-02-23-remove-website-auto-deploy-from-ci-cd.md"}}
|
||||
{"timestamp":"2026-02-23T09:14:00.201Z","level":"info","category":"watcher","message":"Ingested memory file","data":{"path":"/home/nicholai/.agents/memory/2026-02-23-remove-website-auto-deploy-from-ci-cd.md","chunks":1,"sections":1,"filename":"2026-02-23-remove-website-auto-deploy-from-ci-cd"}}
|
||||
{"timestamp":"2026-02-23T09:14:01.002Z","level":"info","category":"memory","message":"Memory saved","data":{"id":"3ba5bab1-d529-40a8-bdfe-c37f93b2136c","type":"fact","pinned":false,"embedded":true}}
|
||||
{"timestamp":"2026-02-23T09:14:01.002Z","level":"info","category":"watcher","message":"Ingested memory file","data":{"path":"/home/nicholai/.agents/memory/2026-02-23-remove-website-auto-deploy-from-ci-cd.md","chunks":1,"sections":1,"filename":"2026-02-23-remove-website-auto-deploy-from-ci-cd"}}
|
||||
{"timestamp":"2026-02-23T09:14:01.002Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}}
|
||||
{"timestamp":"2026-02-23T09:14:01.239Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}}
|
||||
{"timestamp":"2026-02-23T09:14:01.002Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}}
|
||||
{"timestamp":"2026-02-23T09:14:01.240Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}}
|
||||
{"timestamp":"2026-02-23T09:14:05.274Z","level":"info","category":"hooks","message":"Session start hook","data":{"harness":"claude-code","project":"/home/nicholai/signet/signetai"}}
|
||||
{"timestamp":"2026-02-23T09:14:05.275Z","level":"info","category":"hooks","message":"Session start completed","data":{"memoryCount":19,"durationMs":1}}
|
||||
{"timestamp":"2026-02-23T09:14:05.276Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}}
|
||||
{"timestamp":"2026-02-23T09:14:05.275Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}}
|
||||
|
||||
@ -0,0 +1,9 @@
|
||||
# 2026-02-23 Session Notes
|
||||
|
||||
## Remove Website Auto-Deploy from CI/CD
|
||||
|
||||
Nicholai requested removal of the `deploy-web` job from `.github/workflows/release.yml` to switch from automatic to manual website deployment. The Astro website was previously deploying automatically to Cloudflare Pages on every push to main.
|
||||
|
||||
The session read the workflow file to confirm the deploy-web job location (lines 74-92). The job used `cloudflare/wrangler-action@v3` to deploy the website. The `release` job, which handles version bumping and npm publishing, remains untouched.
|
||||
|
||||
Manual deployment continues to work via `cd web && bun run deploy`. The change simplifies the release workflow and gives Nicholai explicit control over website deployments.
|
||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user