Commit Graph

89 Commits

Author SHA1 Message Date
fd0680c8ef feat(infra): add reminder scheduler jobs 2026-03-08 22:23:19 +04:00
1b08da4591 Merge remote-tracking branch 'origin/main' into codex/whe-31-adapters
# Conflicts:
#	tsconfig.json
2026-03-08 22:17:26 +04:00
6c0dbfc48e feat(bot): add secure reminder job runtime 2026-03-08 22:15:01 +04:00
f6d1f34acf feat(architecture): add finance repository adapters 2026-03-08 22:14:09 +04:00
Stas
afba451d63 Merge pull request #14 from whekin/codex/whe-34-e2e-smoke
Codex/whe 34 e2e smoke
2026-03-08 21:09:25 +03:00
b96f97dbe0 fix(infra): include scripts workspace in docker builds 2026-03-08 20:21:38 +04:00
6dd601c7bd fix(test): lazy-load e2e env config 2026-03-08 20:20:23 +04:00
3152858aac feat(test): add local billing smoke test 2026-03-08 20:14:36 +04:00
082d0f7dcc fix(infra): align bot runtime config with terraform 2026-03-08 20:10:28 +04:00
3675079a4c fix(review): address CodeRabbit review feedback
- Guard prepare script for Docker builds without .git
- Add pre-push hook for heavier quality gates (typecheck/test/build)
- Pin drizzle-orm version in scripts/package.json
- Add E2E_SMOKE_ALLOW_WRITE opt-in guard via e2eEnv abstraction
- Create @household/config env-e2e.ts using same t3-env + zod pattern
- Make e2e teardown robust with optional chaining + allSettled
- Fix markdown code block language identifier (MD040)
- Fix CI integration docs to reflect actual workflow
2026-03-05 21:13:38 +04:00
efc221f95e docs(test): add e2e runbook and use .bun-version in CI/CD 2026-03-05 20:48:09 +04:00
cfc8a521e4 fix(test): configure scripts workspace and e2e typings 2026-03-05 20:45:14 +04:00
6f6873f25d feat(infra): update terraform state backend and add missing runtime secrets 2026-03-05 14:21:19 +04:00
0caab1e8e2 chore: add lefthook for pre-commit checks 2026-03-05 14:21:18 +04:00
3b7fa31670 chore: add deterministic bun version 2026-03-05 14:19:10 +04:00
Stas
4ecafcfe23 feat(infra): add docker image build and deploy pipeline (#13) 2026-03-05 04:01:08 +03:00
Stas
fad17b690f feat(bot): add finance cycle and statement commands (#12) 2026-03-05 03:52:10 +03:00
Stas
4b62a8b76e Merge pull request #11 from whekin/codex/whe-23-purchase-parser
feat(WHE-23): implement hybrid purchase parser (rules + LLM fallback)
2026-03-05 03:44:35 +03:00
ebb6ce4ce6 feat(WHE-23): add hybrid purchase parser with persisted parse metadata 2026-03-05 04:43:57 +04:00
Stas
3b1b6468db Merge pull request #10 from whekin/codex/whe-22-topic-ingestion
feat(WHE-22): ingest purchases from configured Telegram topic
2026-03-05 03:33:54 +03:00
67e9e2dee2 feat(WHE-22): ingest configured topic messages with idempotent persistence 2026-03-05 04:32:58 +04:00
Stas
e72c145e3d Merge pull request #9 from whekin/codex/whe-21-grammy-webhook
feat(WHE-21): scaffold grammY webhook bot app
2026-03-05 03:18:44 +03:00
f8c3e4ccf5 feat(WHE-21): scaffold grammy webhook bot server 2026-03-05 04:17:04 +04:00
Stas
eef54ac183 Merge pull request #8 from whekin/codex/whe-29-accounting-schema
feat(WHE-29): add v1 accounting schema, migration, and seed
2026-03-05 03:13:40 +03:00
b3ae1a51e4 feat(WHE-29): add v1 accounting schema migration and seed fixtures 2026-03-05 04:13:00 +04:00
Stas
27205bc90b Merge pull request #7 from whekin/codex/whe-20-settlement-engine
feat(WHE-20): build monthly settlement engine
2026-03-05 03:04:33 +03:00
40c2313f1f feat(WHE-20): implement deterministic monthly settlement engine 2026-03-05 04:04:07 +04:00
Stas
64c7d41ba9 Merge pull request #6 from whekin/codex/whe-18-money-primitives
feat(WHE-18): domain money primitives and value objects
2026-03-05 02:58:16 +03:00
1fda4bfc14 feat(WHE-18): implement money, billing period, and typed domain ids 2026-03-05 03:57:44 +04:00
Stas
ac1aa2765c Merge pull request #4 from whekin/codex/whe-28-terraform
feat(WHE-28): Terraform baseline for Cloud Run, Scheduler, and Secrets
2026-03-05 02:47:23 +03:00
9d4f5d02a1 Merge remote-tracking branch 'origin/main' into codex/whe-28-terraform
# Conflicts:
#	docs/runbooks/dev-setup.md
2026-03-05 03:47:06 +04:00
Stas
616a7d044f Merge pull request #5 from whekin/codex/whe-27-drizzle-env
feat(WHE-27): add Drizzle ORM migration pipeline and typed env
2026-03-05 02:44:52 +03:00
d393c08263 feat(WHE-28): add terraform baseline for cloud run and scheduler 2026-03-05 03:36:54 +04:00
8086044938 feat(WHE-27): add drizzle db package and typed env config 2026-03-05 03:05:02 +04:00
18168a8dab docs: add repository AGENTS.md guidance 2026-03-05 02:16:36 +04:00
Stas
6047e1c5be CI/CD: parallel quality jobs and Cloud Run deploy workflow (#3)
* ci: parallelize CI and add Cloud Run CD workflow

* ci: harden matrix task handling and CD secret checks
2026-03-05 01:13:57 +03:00
Stas
1602bbf736 ci(WHE-19): add quality gate workflow for main and PRs (#2) 2026-03-05 01:02:52 +03:00
Stas
4a26ac81d6 Codex/whe 15 bootstrap workspace (#1)
* feat(WHE-15): bootstrap bun workspace with app and package scaffolds

* chore(WHE-17): switch workspace typecheck to tsgo

* chore(WHE-16): configure oxlint and oxfmt no-semicolon style

* chore: address CodeRabbit review feedback

* chore: apply coderabbit fixes and add review script

* docs: add ADR decision metadata
2026-03-05 00:56:24 +03:00
768400214e docs: add roadmap, ADRs, and initial HOUSEBOT specs 2026-03-05 00:47:18 +04:00