diff --git a/.daemon/logs/signet-2026-02-23.log b/.daemon/logs/signet-2026-02-23.log index f509e7044..d2eda1be0 100644 --- a/.daemon/logs/signet-2026-02-23.log +++ b/.daemon/logs/signet-2026-02-23.log @@ -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"}} diff --git a/memory/2026-02-23-remove-website-auto-deploy-from-ci-cd.md b/memory/2026-02-23-remove-website-auto-deploy-from-ci-cd.md new file mode 100644 index 000000000..49b70ba91 --- /dev/null +++ b/memory/2026-02-23-remove-website-auto-deploy-from-ci-cd.md @@ -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. diff --git a/memory/memories.db-shm b/memory/memories.db-shm index 64144389c..29940957c 100644 Binary files a/memory/memories.db-shm and b/memory/memories.db-shm differ diff --git a/memory/memories.db-wal b/memory/memories.db-wal index d7becf6d3..f0e2cabd5 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ