diff --git a/CHANGELOG.md b/src/agent-client-protocol/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to src/agent-client-protocol/CHANGELOG.md diff --git a/src/agent-client-protocol/Cargo.toml b/src/agent-client-protocol/Cargo.toml index 6083da8..c9d12fd 100644 --- a/src/agent-client-protocol/Cargo.toml +++ b/src/agent-client-protocol/Cargo.toml @@ -8,10 +8,10 @@ description = "A protocol for standardizing communication between code editors a repository = "https://github.com/agentclientprotocol/rust-sdk" homepage = "https://github.com/agentclientprotocol/rust-sdk" documentation = "https://docs.rs/agent-client-protocol" -readme = "../../README.md" +readme = "README.md" keywords = ["agent", "client", "protocol", "ai", "editor"] categories = ["development-tools", "api-bindings"] -include = ["/src/**/*.rs", "../../README.md", "../../LICENSE", "/Cargo.toml"] +include = ["/src/**/*.rs", "/README.md", "/LICENSE", "/Cargo.toml"] [features] unstable = ["agent-client-protocol-schema/unstable"] diff --git a/src/agent-client-protocol/LICENSE b/src/agent-client-protocol/LICENSE new file mode 120000 index 0000000..30cff74 --- /dev/null +++ b/src/agent-client-protocol/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/src/agent-client-protocol/README.md b/src/agent-client-protocol/README.md new file mode 120000 index 0000000..fe84005 --- /dev/null +++ b/src/agent-client-protocol/README.md @@ -0,0 +1 @@ +../../README.md \ No newline at end of file diff --git a/src/sacp-tee/CHANGELOG.md b/src/sacp-tee/CHANGELOG.md new file mode 100644 index 0000000..e69de29