Luca Martial
d65b618279
Merge pull request #27 from Kaelio/luca-martial/pull-latest-main
...
Refresh KTX docs and introduction page
2026-05-12 02:33:25 -04:00
Luca Martial
f693adf637
feat(docs): polish introduction page
2026-05-11 23:32:16 -07:00
Luca Martial
37150c0abc
docs: remove stale benchmarks section
2026-05-11 23:32:13 -07:00
Luca Martial
a0193b3fb0
docs: tighten context layer concepts
2026-05-11 23:32:12 -07:00
Luca Martial
1b552a38c2
docs: refresh setup and install guidance
2026-05-11 23:32:10 -07:00
Luca Martial
950fa151ce
Merge pull request #26 from Kaelio/luca-martial/demo-data-wizard-ux
...
feat(cli): add demo guided tour with real Orbit project data
2026-05-12 01:06:45 -04:00
Luca Martial
6943f1708d
refactor(cli): remove dead demo dep from KtxSetupDeps
...
The demo entry menu now calls runDemoTour directly, so the injectable
demo property and KtxDemoArgs import are unused. Update test to mock the
new module import.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 22:03:20 -07:00
Luca Martial
76f727511b
fix(cli): correct demo completion summary counts to match manifest
...
Hardcoded counts showed 45 semantic layer definitions and 32 knowledge
pages, but the manifest and actual asset files have 46 and 28.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 22:03:12 -07:00
Luca Martial
ebf475e4c1
feat(cli): replace fake demo data with real NBC/Orbit project context
...
Replace the placeholder demo assets with real semantic-layer (45 YAML
files) and knowledge (28 markdown files) from the fully-built NBC
project. Update demo tour cards, replay timeline, and completion
summary to reflect real connection names and counts:
- PostgreSQL warehouse: 56 tables across 2 schemas
- dbt: 34 transformation models
- Metabase: 80 dashboard cards
- Notion: 9 knowledge pages
- 45 semantic layer definitions, 32 knowledge pages created
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 21:51:54 -07:00
Luca Martial
94fc580a3d
Merge pull request #25 from Kaelio/luca-martial/ktx-mascot-suggestions
...
Add KTX mascot assets
2026-05-12 00:06:52 -04:00
Luca Martial
bb82f53855
Improve README mascot header resolution
2026-05-11 21:06:05 -07:00
Luca Martial
8b81fd1c45
Use combined README mascot header
2026-05-11 20:58:54 -07:00
Luca Martial
7e55276672
Style README header with centered logo, tagline, and badges
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 20:55:04 -07:00
Luca Martial
aa39553985
Add KTX mascot assets
2026-05-11 20:47:38 -07:00
Luca Martial
01585e5d4a
Merge pull request #24 from Kaelio/luca-martial/agent-friendly-docs-site
...
feat(docs-site): add agent-readable docs routes and AI resources
2026-05-11 23:38:33 -04:00
Luca Martial
b4a302edfa
fix(docs-site): add docs index redirect, test, and trim Accept media type
...
Redirect bare /docs to the introduction page with proper metadata
resolution. Add a test for the redirect. Trim the media type in the
Accept header parser so whitespace around semicolons does not break
markdown content negotiation. Add a test script to package.json.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 20:37:28 -07:00
Luca Martial
e79caa8fb9
docs(docs-site): update AI resource URLs and nav order
2026-05-11 20:03:53 -07:00
Luca Martial
f1909b47c6
docs(docs-site): separate docs-agent resources
2026-05-11 19:35:46 -07:00
Luca Martial
966627a68b
docs(docs-site): add AI resources for agents
2026-05-11 17:20:11 -07:00
Luca Martial
81c7e60fef
fix(docs-site): reset code block prose styles
2026-05-11 16:54:56 -07:00
Luca Martial
838cf84649
fix(docs-site): return explicit markdown route 404
2026-05-11 16:45:44 -07:00
Luca Martial
f3f8aa613b
docs(docs-site): add agent notes across docs
2026-05-11 16:44:31 -07:00
Andrey Avtomonov
3e9869340f
ci: parallelize KTX CI checks
2026-05-12 01:44:15 +02:00
Luca Martial
885072d2a9
docs(docs-site): normalize CLI references for agents
2026-05-11 16:43:08 -07:00
Luca Martial
9580bd243d
docs(docs-site): make core guides agent-friendly
2026-05-11 16:42:08 -07:00
Luca Martial
dfa4651ebc
feat(docs-site): add agent-readable docs routes
2026-05-11 16:40:34 -07:00
Luca Martial
b440c75092
docs: plan agent-friendly docs site
2026-05-11 16:38:15 -07:00
Andrey Avtomonov
0153ac4945
Relax boundary check for test fixtures
2026-05-12 01:34:18 +02:00
Luca Martial
8fdf578148
docs: design agent-friendly docs site
2026-05-11 16:30:47 -07:00
Luca Martial
c75871bd34
fix(cli): slow demo replay animation to half speed (~6.8s total)
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 16:21:55 -07:00
Luca Martial
6629d69ab4
refactor(cli): rename demo menu option to "Explore a pre-built KTX project"
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 16:13:30 -07:00
Andrey Avtomonov
e05a6d43ab
fix(cli): report metabase ingest readiness
2026-05-12 01:07:47 +02:00
Andrey Avtomonov
02e096a8e3
fix(cli): honor configured llm backends in setup
2026-05-12 01:05:28 +02:00
Luca Martial
04e9f962af
fix(cli): add star headline to demo completion summary per spec
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 15:57:45 -07:00
Luca Martial
8cb6324655
feat(cli): add runDemoTour orchestrator and wire into setup entry menu
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 15:56:44 -07:00
Luca Martial
3677193027
feat(cli): add demo guided tour module with rendering, keypress, and replay
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 15:52:25 -07:00
Luca Martial
e52713ca1e
docs: add demo guided tour implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 15:26:26 -07:00
Andrey Avtomonov
61ed276b44
Merge pull request #13 from Kaelio/andreybavt/historic-sql-redesign
...
feat: redesign historic SQL ingestion
2026-05-11 23:36:30 +02:00
Luca Martial
6e2a6b7611
docs: add demo guided tour design spec
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 14:34:07 -07:00
Andrey Avtomonov
93f1216988
Fix CLI progress tests under CI
2026-05-11 23:29:09 +02:00
Andrey Avtomonov
d9255f7bf3
Fix Postgres test boundary fixture
2026-05-11 23:16:48 +02:00
Andrey Avtomonov
1ed1e939bf
Use embeddings for wiki search
2026-05-11 22:59:45 +02:00
Andrey Avtomonov
b981cabdc6
Include historic SQL projection in memory counts
2026-05-11 22:52:47 +02:00
Andrey Avtomonov
1bd29c7eb1
Fix historic SQL ingest setup and progress
2026-05-11 22:35:07 +02:00
Andrey Avtomonov
f3f6b36551
Merge remote-tracking branch 'origin/main' into andreybavt/historic-sql-redesign
2026-05-11 20:52:19 +02:00
Andrey Avtomonov
ca325cd72c
test: verify historic sql sharded smoke docs
2026-05-11 20:32:32 +02:00
Andrey Avtomonov
56b20c44cf
docs: explain historic sql pattern shards
2026-05-11 20:31:35 +02:00
Andrey Avtomonov
dab7bfb5c3
test: expose historic sql pattern shard path
2026-05-11 20:31:35 +02:00
Andrey Avtomonov
a223f53809
test: assert historic sql pattern shard smoke
2026-05-11 20:30:39 +02:00
Andrey Avtomonov
194752756a
test: expect historic sql pattern shard smoke docs
2026-05-11 20:30:14 +02:00