Commit graph

206 commits

Author SHA1 Message Date
Andrey Avtomonov
af9fd77780 fix(context): expose warehouse targets for LookML and MetricFlow 2026-05-13 00:01:15 +02:00
Andrey Avtomonov
3ebd5e0a62 fix(context): include raw discovery connection names 2026-05-13 00:00:19 +02:00
Andrey Avtomonov
8f7f1e6e71 docs: add notion warehouse verification gap closure plan 2026-05-12 23:51:23 +02:00
Andrey Avtomonov
5c8d78b903 fix(context): verify warehouse column display targets 2026-05-12 23:49:38 +02:00
Andrey Avtomonov
8a758ce80b fix(context): scope raw schema discovery to allowed connections 2026-05-12 23:48:32 +02:00
Andrey Avtomonov
3a1fe3416d fix(context): update ingest prompts for warehouse verification tools 2026-05-12 23:48:12 +02:00
Andrey Avtomonov
fc92ba11c0 fix(context): expose target warehouses to Notion ingest 2026-05-12 23:47:36 +02:00
Andrey Avtomonov
d29cf81d8e docs: add warehouse verification tools plan and spec 2026-05-12 23:39:58 +02:00
Andrey Avtomonov
ec4a1f8590 chore(context): verify warehouse verification tools 2026-05-12 23:39:05 +02:00
Andrey Avtomonov
b359b35de6 test(context): guard ingest identifier verification prompts 2026-05-12 23:37:52 +02:00
Andrey Avtomonov
62366ae032 docs(context): add ingest identifier verification protocol 2026-05-12 23:37:38 +02:00
Andrey Avtomonov
0590e0b097 feat(context): expose warehouse verification tools to ingest 2026-05-12 23:35:53 +02:00
Andrey Avtomonov
9cd9cfbc75 feat(context): add raw warehouse discovery tool 2026-05-12 23:35:21 +02:00
Andrey Avtomonov
a4b0e37254 feat(context): add ingest SQL verification tool 2026-05-12 23:34:49 +02:00
Andrey Avtomonov
52ac0e7664 feat(context): add entity details verification tool 2026-05-12 23:34:27 +02:00
Andrey Avtomonov
f165584fd8 feat(context): read warehouse scan catalog 2026-05-12 23:33:54 +02:00
Andrey Avtomonov
8488261c00 feat(context): add warehouse dialect dispatch 2026-05-12 23:32:56 +02:00
Luca Martial
60457e9407
Improve schema setup and Notion ingest UX (#14)
* Improve schema setup and Notion ingest UX

* Handle Postgres network scan failures

* WIP: save local changes before main merge

* Refine setup prompt choices

* Tighten ingest reconciliation guidance

* Commit setup config updates

* Canonicalize unmapped fallback details

* Count reconciliation actions in reports

* Harden semantic layer source validation

* Return wiki content after edits

* Validate SL sources against manifests

* Validate wiki refs before writes

* Simplify CLI next steps

* Clarify agent setup summary

* Surface dbt target SL sources

* Recover SL write fallbacks

* Preserve failed context build metadata

* Track raw paths for ingest actions

* test(cli): update seeded demo expectations

* fix(ingest): scope fallback recovery checks

* fix(sl): tighten source validation guards

* fix(wiki): ignore empty embedding vectors

* Improve Notion ingest UX

* Enforce flat wiki keys

* test(context): update wiki key assertion

---------

Co-authored-by: Andrey Avtomonov <andreybavt@gmail.com>
2026-05-12 22:56:58 +02:00
Andrey Avtomonov
866d33e71a
Merge pull request #39 from Kaelio/cli-print-project-dir
feat(cli): print resolved project dir
2026-05-12 16:51:15 +02:00
Andrey Avtomonov
5277c81b33 fix(ci): update artifact source test 2026-05-12 16:17:45 +02:00
Andrey Avtomonov
6a1fded5ce fix(ci): align smoke stderr expectations 2026-05-12 15:31:41 +02:00
Andrey Avtomonov
009558be7e
Merge branch 'main' into cli-print-project-dir 2026-05-12 15:22:38 +02:00
Andrey Avtomonov
5b8e4b51d9
Merge pull request #40 from Kaelio/fix-main-ci-errors
fix(cli): route plain ingest progress to stderr
2026-05-12 15:20:38 +02:00
Andrey Avtomonov
dc0e33ddda fix(cli): route plain ingest progress to stderr 2026-05-12 15:15:28 +02:00
Andrey Avtomonov
3ec8482dab
Merge branch 'main' into cli-print-project-dir 2026-05-12 15:07:22 +02:00
Andrey Avtomonov
0ff14e1953 feat(cli): print resolved project dir 2026-05-12 15:04:01 +02:00
Andrey Avtomonov
d45c6346e0
Merge pull request #38 from Kaelio/replace-klo-ascii-with-ktx
fix(cli): replace KLO logo with KTX
2026-05-12 15:01:31 +02:00
Andrey Avtomonov
80c2930ad8 fix(cli): replace KLO logo with KTX 2026-05-12 14:56:09 +02:00
Andrey Avtomonov
a0ea1609ac
Merge pull request #34 from Kaelio/andreybavt/execute-context7-plan
feat(cli): standardize output handling and pre-commit checks
2026-05-12 14:40:53 +02:00
Andrey Avtomonov
7a315d580f Merge remote-tracking branch 'origin/main' into andreybavt/execute-context7-plan
# Conflicts:
#	packages/cli/src/ingest.test.ts
#	packages/cli/src/ingest.ts
2026-05-12 14:37:51 +02:00
Andrey Avtomonov
366933c755 perf: parallelize scan description generation 2026-05-12 14:34:59 +02:00
Andrey Avtomonov
4d4441ccd5
fix(context): avoid saving scan error descriptions (#37) 2026-05-12 14:34:15 +02:00
Andrey Avtomonov
f422facf10
fix(cli): clarify historic SQL ingest progress (#36) 2026-05-12 14:21:57 +02:00
Andrey Avtomonov
e1129dd6a9
fix(cli): scale nested scan progress phases (#35) 2026-05-12 14:07:02 +02:00
Andrey Avtomonov
22e1706907 chore: ignore devtools artifacts 2026-05-12 13:37:18 +02:00
Andrey Avtomonov
15f433930e
Merge branch 'main' into andreybavt/execute-context7-plan 2026-05-12 13:04:16 +02:00
Andrey Avtomonov
52400c599c chore: standardize pre-commit checks 2026-05-12 13:02:06 +02:00
Andrey Avtomonov
da108e556c
Merge pull request #22 from Kaelio/andreybavt/fix-metabase-readiness
fix(cli): report metabase ingest readiness
2026-05-12 13:01:19 +02:00
Andrey Avtomonov
b62e45a024
Merge pull request #29 from Kaelio/andreybavt/vercel-devtools
feat(llm): add local AI SDK DevTools tracing
2026-05-12 13:00:28 +02:00
Andrey Avtomonov
36c3f93ad7
feat(cli): add reliable runtime stop --all (#30)
* feat(cli): add runtime stop all

* test(cli): avoid Metabase secret fixture path collision

---------

Co-authored-by: Andrey Avtomonov <7889985+andreybavt@users.noreply.github.com>
2026-05-12 13:00:08 +02:00
Andrey Avtomonov
68c7e27bad
Merge pull request #33 from Kaelio/replace-logo-with-ktx-lockup
docs: replace README logo with KTX lockup
2026-05-12 12:57:21 +02:00
Andrey Avtomonov
69e546678f docs: replace README logo with KTX lockup 2026-05-12 12:56:46 +02:00
Andrey Avtomonov
62f26559d3 Merge remote-tracking branch 'origin/main' into andreybavt/fix-metabase-readiness
# Conflicts:
#	packages/cli/src/demo.test.ts
#	packages/cli/src/standalone-smoke.test.ts
2026-05-12 12:27:11 +02:00
Andrey Avtomonov
bd5154f918
Merge pull request #31 from Kaelio/andreybavt/pasted-text-attachment
fix: standardize KTX environment variables
2026-05-12 12:26:33 +02:00
Andrey Avtomonov
085f68beec docs: refresh KTX demo readiness guidance 2026-05-12 12:26:19 +02:00
Andrey Avtomonov
997c48a748 Merge remote-tracking branch 'origin/main' into andreybavt/vercel-devtools 2026-05-12 12:25:28 +02:00
Andrey Avtomonov
d830e8c46e docs: standardize env variable examples 2026-05-12 12:24:25 +02:00
Andrey Avtomonov
4c93a6e983
fix(ci): update stale KTX test expectations (#32)
Co-authored-by: Andrey Avtomonov <7889985+andreybavt@users.noreply.github.com>
2026-05-12 12:02:26 +02:00
Andrey Avtomonov
c35297b80a test(cli): cover output channel invariants 2026-05-12 11:36:15 +02:00
Andrey Avtomonov
b95cb9b334 feat(cli): formalize dev-friendly result output 2026-05-12 11:32:49 +02:00