Andrey Avtomonov
1f3ce49490
chore: verify public kaelio ktx package artifacts
2026-05-11 11:28:46 +02:00
Andrey Avtomonov
416e440e43
test: cover public kaelio ktx package invocations
2026-05-11 11:25:24 +02:00
Andrey Avtomonov
ba47ab95e7
feat: release one public kaelio ktx npm artifact
2026-05-11 11:22:43 +02:00
Andrey Avtomonov
24dbbe2a06
feat: assemble public kaelio ktx npm package
2026-05-11 11:20:42 +02:00
Andrey Avtomonov
271c05ac99
feat: read CLI package metadata dynamically
2026-05-11 11:20:00 +02:00
Andrey Avtomonov
994bc23147
docs: add plan for managed local embeddings runtime
2026-05-11 11:09:55 +02:00
Andrey Avtomonov
35d8ced934
feat: pass managed runtime policy through setup
2026-05-11 11:06:46 +02:00
Andrey Avtomonov
fc548e96e8
feat: use managed runtime for local embedding setup
2026-05-11 10:59:38 +02:00
Andrey Avtomonov
5dde87ac13
feat: add managed local embeddings daemon helper
2026-05-11 10:55:36 +02:00
Andrey Avtomonov
260e4fc35a
feat: add managed local embeddings config marker
2026-05-11 10:53:58 +02:00
Andrey Avtomonov
9dbec5722f
docs: add plan for managed runtime daemon lifecycle
2026-05-11 10:45:01 +02:00
Andrey Avtomonov
522408af3e
fix: verify managed runtime daemon lifecycle
2026-05-11 10:43:06 +02:00
Andrey Avtomonov
075764fe77
[codex] Add Conductor workspace setup ( #5 )
...
* Add Conductor workspace setup
* Refine Conductor setup script structure
* Separate Conductor setup steps
* Consolidate Conductor setup script
* Use KTX env var for agent overlays
* Restore Orbit verification summary docs
2026-05-11 10:40:30 +02:00
Andrey Avtomonov
7eb1dd7606
feat: add runtime daemon start stop commands
2026-05-11 10:37:55 +02:00
Andrey Avtomonov
a6cecd401d
feat: manage python daemon lifecycle
2026-05-11 10:34:51 +02:00
Andrey Avtomonov
ad56689e98
feat: add managed runtime daemon metadata
2026-05-11 10:32:49 +02:00
Andrey Avtomonov
8a1f682ec3
docs: add plan for managed runtime sl query integration
2026-05-11 10:24:00 +02:00
Andrey Avtomonov
b1ca79ac9c
feat: route sl query managed runtime policy
2026-05-11 10:22:09 +02:00
Andrey Avtomonov
399353986f
feat: use managed runtime for sl query compute
2026-05-11 10:20:45 +02:00
Andrey Avtomonov
5549120dd4
feat: add managed python command helper
2026-05-11 10:19:18 +02:00
Andrey Avtomonov
2a8a7c0f02
docs: add plan for managed python runtime installer
2026-05-11 10:12:02 +02:00
Luca Martial
dc66ffdffb
Merge pull request #6 from Kaelio/luca-martial/fumadocs-cli-docs
...
Add Fumadocs documentation site
2026-05-11 04:11:45 -04:00
Andrey Avtomonov
36890a48e5
test: verify managed python runtime commands
2026-05-11 10:10:37 +02:00
Luca Martial
8d6b74f9f5
Merge remote-tracking branch 'origin/main' into luca-martial/fumadocs-cli-docs
...
# Conflicts:
# pnpm-lock.yaml
2026-05-11 01:10:17 -07:00
Luca Martial
572d515db0
feat(docs): add Fumadocs site workspace
2026-05-11 01:08:31 -07:00
Andrey Avtomonov
f87b58ffb0
feat: expose runtime management commands
2026-05-11 10:08:18 +02:00
Andrey Avtomonov
50811716c2
feat: add runtime command runner
2026-05-11 10:07:38 +02:00
Andrey Avtomonov
46e1913355
feat: add managed python runtime installer
2026-05-11 10:07:04 +02:00
Andrey Avtomonov
70e06a4b81
test: cover managed python runtime lifecycle
2026-05-11 10:06:27 +02:00
Andrey Avtomonov
4193d126fe
docs: add plan for bundled python runtime wheel
2026-05-11 09:59:26 +02:00
Andrey Avtomonov
4a24596879
test: verify bundled python runtime wheel
2026-05-11 09:58:22 +02:00
Andrey Avtomonov
93c14577da
build: track bundled python runtime release artifact
2026-05-11 09:56:05 +02:00
Andrey Avtomonov
6ce740220e
build: bundle python runtime wheel in cli artifacts
2026-05-11 09:55:43 +02:00
Andrey Avtomonov
76fde89798
[codex] Add Conductor workspace scripts ( #2 )
...
* Add Conductor workspace scripts
* Fix conductor boundary check fixture
* Remove stale frontend conductor guard
* Remove stale app service references
* Optimize relationship discovery benchmarks
* test: move slow suites to ci tier
2026-05-11 09:55:42 +02:00
Andrey Avtomonov
5461b53f89
build: make local embedding dependencies optional
2026-05-11 09:54:37 +02:00
Andrey Avtomonov
131b904229
build: add bundled python runtime wheel builder
2026-05-11 09:54:20 +02:00
Luca Martial
cb9ab25456
docs: add title attributes to config code blocks
...
Triggers VS Code tab styling on the docs' YAML/config blocks
where surrounding prose names the file. Mechanical, ~1 edit
across the guides section (building-context.mdx); primary-sources.mdx
and context-sources.mdx already had title= on their Connection config
blocks, so only the prose-named semantic source output example needed
updating.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 00:45:43 -07:00
Luca Martial
c54b5ca4cd
feat(docs): style Mode B (filename tab) and Mode C (minimal)
...
Mode B kicks in when a code block has a title= attribute.
Mode C is the default for unlabeled non-shell blocks: hover
reveals the language label and copy button.
Reduced-motion media query extended to cover the new transitions
and the sidebar chevron rotation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 00:42:31 -07:00
Luca Martial
86fc6aa463
feat(docs): style Mode A (terminal) code blocks
...
Dark frame in both themes, traffic-light dots, zsh/title label,
copy button in the header. Wizard-glyph content (◆ ◇) also routes
through this mode.
2026-05-11 00:39:14 -07:00
Luca Martial
cc033f1ce7
feat(docs): wire CodeBlock into MDX components map
...
All <pre> elements in docs MDX now render through CodeBlock,
which selects one of three modes based on language and title.
CSS styling for each mode follows.
2026-05-11 00:37:12 -07:00
Luca Martial
ae1d95a6ce
Merge pull request #4 from Kaelio/luca-martial/connector-credential-paste-ux
...
Improve connector credential setup UX
2026-05-11 03:35:34 -04:00
Luca Martial
3a3dfeeeba
feat(docs): add CodeBlock with three context-aware modes
...
- Mode A (Terminal): bash/sh languages or wizard-glyph content
- Mode B (VS Code tab): blocks with a title attribute
- Mode C (Minimal): everything else
Component renders only structural markup; CSS for each mode is
added in the following commits.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 00:35:14 -07:00
Luca Martial
2f729c9413
Merge remote-tracking branch 'origin/main' into luca-martial/connector-credential-paste-ux
...
# Conflicts:
# packages/cli/src/setup-agents.ts
2026-05-11 00:34:43 -07:00
Luca Martial
7607e9fd40
feat(docs): add CopyButton component
...
Reusable copy-to-clipboard button with animated check on success.
Used by CodeBlock for all three modes.
2026-05-11 00:33:10 -07:00
Luca Martial
ea2d002a69
fix(docs): tighten sidebar selectors + add focus-visible
...
- Scope section trigger rules to div[data-state]:not([class]) so they
don't bleed onto other Radix collapsibles inside #nd-sidebar.
Fumadocs 15 section wrapper divs are bare (no class, no id); content
panels and popovers always carry a class attribute.
- Add focus-visible rings for section buttons and page links
(a11y gap from code review).
- Add !important to margin-top for consistency with the
surrounding padding overrides.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 00:31:58 -07:00
Luca Martial
86c818a454
Normalize semantic layer descriptions
2026-05-11 00:31:15 -07:00
Luca Martial
0049a47cc6
feat(docs): typographic sidebar with active rail
...
Uppercase tracked section labels (Outfit, 11px), 1px dividers
between sections, filled-background + 2px primary rail for the
active page. Chevron rotates smoothly on collapse toggle.
Pure CSS — Fumadocs' built-in folder collapsing handles state.
2026-05-11 00:27:11 -07:00
Luca Martial
399bad0e0b
feat(docs): collapse sidebar sections by default
...
Activates fumadocs' built-in collapse on every section. Only the
section containing the current page expands; others stay collapsed
until the user clicks them. Foundation for the typographic sidebar
pass in the next commit.
2026-05-11 00:23:18 -07:00
Luca Martial
c82989119b
Update setup and ingest flows
2026-05-10 23:13:17 -07:00
Luca Martial
b3dcb577d9
misc
2026-05-10 20:44:07 -07:00