mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
Replace inconsistent names ("KTX Python daemon", "KTX local embeddings
daemon", "KTX managed daemon", "Python daemon") with the single name
"KTX daemon" in CLI output, errors, command descriptions, test
assertions, smoke scripts, docs, AGENTS.md, issue templates, and
codecov flags. The daemon is a portable compute server with endpoints
for SQL analysis, semantic layer, LookML, database introspection, and
embeddings; the previous labels misrepresented it as embeddings-only or
exposed implementation details ("Python", "managed").
The "KTX Python runtime" concept (installed interpreter + packages) is
deliberately left as-is — it is a separate concept from the daemon
process.
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
name: Feature request
|
|
description: Propose a new feature or improvement
|
|
title: "[feature] "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
For bug reports, use the bug template. For questions, use the
|
|
[KTX Slack](https://join.slack.com/t/ktxcommunity/shared_invite/zt-3y9b44m1x-LVyNNJD5nwaZHq4XS29LMQ).
|
|
- type: textarea
|
|
id: request
|
|
attributes:
|
|
label: What do you want, and why?
|
|
description: Describe the problem and your proposed solution.
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Which area?
|
|
options:
|
|
- CLI / setup
|
|
- Connectors
|
|
- Context engine
|
|
- Python semantic layer
|
|
- KTX daemon
|
|
- Docs
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: contribute
|
|
attributes:
|
|
label: Want to contribute this?
|
|
options:
|
|
- label: Yes, I'd like to open a PR
|
|
- label: I'd like guidance, then I'll open a PR
|
|
- label: No, just reporting the idea
|