Skip to content

Commit c6116d7

Browse files
authored
docs: report Kit issues on GitHub (#22)
* docs: move Kit issue reporting to GitHub * chore: bump version to 0.1.90
1 parent 97dfd84 commit c6116d7

47 files changed

Lines changed: 38 additions & 527 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Agent instructions
22

3-
Only when you are using Kit as your agent harness: if you notice an issue with Kit's harness that produces friction, document it in `docs/issues/<issue-name>.md`. Do not use this self-reporting mechanism for issues with other harnesses.
3+
Only when you are using Kit as your agent harness: report issues with Kit's harness at https://github.com/speakeasy-api/kit/issues. Do not report issues with other harnesses there. Do not open an issue on the user's behalf unless the user explicitly requests it; ask the user first when they have not already made that request. Follow [Reporting Kit Issues](docs/user/reporting-kit-issues.md).
44

55
Changes that meaningfully affect Kit's behavior must be accompanied by a version bump. Before 1.0, features and fixes receive a patch version bump; larger changes and refactors receive a minor version bump, but confirm the minor bump with a human first.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kit"
3-
version = "0.1.89"
3+
version = "0.1.90"
44
edition = "2024"
55
rust-version = "1.94.0"
66
publish = false

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,3 +641,7 @@ The root is a working directory, not a sandbox. Shell commands can access the
641641
host. Edits are atomic per file but multi-file changes are not transactional.
642642
Subagents are child ACP processes, use the same root as their working directory,
643643
and are bounded to depth two.
644+
645+
## Reporting Kit issues
646+
647+
Report bugs and feature requests in the [Kit issue tracker](https://github.com/speakeasy-api/kit/issues). Before opening an issue, follow the [reporting guide](docs/user/reporting-kit-issues.md) to include the Kit version and useful reproduction details. Agents must get the user's explicit permission before submitting an issue on their behalf.

docs/issues/acp-generic-fork-fallback.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/issues/acp-generic-session-resume.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/issues/acp-subagent-permissions.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/issues/codex-acp-fork-capability.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/issues/cursor-acp-fork-capability.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/issues/kit-acp-native-fork.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)