From 45c643a8130b047b9b48bf3f0fef40ea61ec6b04 Mon Sep 17 00:00:00 2001 From: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> Date: Tue, 11 Aug 2026 01:46:32 +0530 Subject: [PATCH 1/5] chore(brand): remove retired product name Signed-off-by: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> --- .github/workflows/verify.yml | 2 +- FORMAT.md | 4 ++-- SPEC.md | 4 ++-- adapters/python/acp_common/pyproject.toml | 2 +- adapters/python/acp_crewai/pyproject.toml | 2 +- adapters/python/acp_langgraph/pyproject.toml | 2 +- adapters/python/acp_openai/pyproject.toml | 2 +- benchmark/baseline/mcp_client.py | 2 +- cmd/acp-bridge/main.go | 2 +- cmd/acp-bridge/main_test.go | 2 +- cmd/acp-server/main.go | 2 +- cmd/anf-mcp/FORMAT.md | 4 ++-- docs/architecture.md | 2 +- docs/decision-log.md | 2 +- docs/phase-log.md | 2 +- docs/run-log/2026-05-02-phase-1-scaffold.md | 4 ++-- internal/bridge/bridge.go | 2 +- internal/bridge/bridge_test.go | 2 +- internal/builder/builder.go | 2 +- internal/builder/builder_fuzz_test.go | 2 +- internal/builder/builder_test.go | 2 +- internal/mcpclient/stdio.go | 2 +- internal/mcpclient/stdio_test.go | 2 +- internal/observability/observability.go | 2 +- internal/observability/observability_test.go | 2 +- internal/proxy/gates_test.go | 2 +- internal/proxy/proxy.go | 2 +- internal/proxy/proxy_test.go | 2 +- internal/registry/registry.go | 2 +- internal/registry/registry_concurrency_test.go | 2 +- internal/registry/registry_test.go | 2 +- internal/registry/seed.go | 2 +- internal/resolver/deferred.go | 2 +- internal/resolver/deferred_concurrency_test.go | 2 +- internal/resolver/deferred_fuzz_test.go | 2 +- internal/resolver/deferred_test.go | 2 +- internal/resolver/embedding.go | 2 +- internal/resolver/embedding_test.go | 2 +- internal/resolver/resolver.go | 2 +- internal/resolver/resolver_fuzz_test.go | 2 +- internal/resolver/resolver_test.go | 2 +- internal/server/server.go | 2 +- internal/server/server_extra_test.go | 2 +- internal/server/server_test.go | 2 +- internal/sources/k8s/source.go | 2 +- internal/sources/k8s/source_test.go | 2 +- internal/sources/mcp/source.go | 2 +- internal/sources/mcp/source_fuzz_test.go | 2 +- internal/sources/mcp/source_test.go | 2 +- internal/vscodeconfig/mcpjson.go | 2 +- internal/vscodeconfig/mcpjson_test.go | 2 +- landing/index.html | 2 +- paper/acp.md | 2 +- pkg/acp/api_error_test.go | 2 +- pkg/acp/client.go | 2 +- pkg/acp/client_test.go | 2 +- pkg/manifest/types.go | 2 +- pkg/manifest/types_test.go | 4 ++-- tests/integration/deferred_bridge_test.go | 2 +- tests/integration/integration_test.go | 2 +- tests/integration/mcp_source_to_acp_test.go | 2 +- translators/kubernetes/translator.go | 2 +- 62 files changed, 67 insertions(+), 67 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d338c10..ba45569 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -59,7 +59,7 @@ jobs: with: context: . push: false - tags: ninevigil-acp/acp-server:ci + tags: clawdlinux/acp-server:ci docs: runs-on: ubuntu-latest diff --git a/FORMAT.md b/FORMAT.md index 1e18c95..002f0be 100644 --- a/FORMAT.md +++ b/FORMAT.md @@ -3,7 +3,7 @@ **Version:** 0.1.0-draft **Status:** Draft **License:** CC BY 4.0 -**Authors:** Shreyansh Sancheti (NineVigil / Clawdlinux) +**Authors:** Shreyansh Sancheti (Clawdlinux) **Date:** 2026-05-03 --- @@ -80,7 +80,7 @@ Headers provide scope and context. Prefix: `@` @scope namespace:payments @time 2026-05-03T10:30:00Z @ttl 60s -@translator ninevigil/k8s-translator:0.3.0 +@translator clawdlinux/k8s-translator:0.3.0 ``` | Header | Required | Description | diff --git a/SPEC.md b/SPEC.md index 9798229..6e288e1 100644 --- a/SPEC.md +++ b/SPEC.md @@ -1,7 +1,7 @@ # Agent Contract Protocol (ACP) - v0.2 DRAFT > **Status:** DRAFT - June 4, 2026 -> **Editors:** Shreyansh Sancheti (Clawdlinux / NineVigil) +> **Editors:** Shreyansh Sancheti (Clawdlinux) > **License:** CC BY 4.0 (spec only; see [LICENSE](./LICENSE) for runtime) > **Tagline:** Governed execution contracts for autonomous agents. @@ -154,7 +154,7 @@ later documents, this object is an Execution Contract. "require_approval": ["a3"], "audit_level": "full" }, - "feedback_endpoint": "http://ninevigil.svc/v1/feedback" + "feedback_endpoint": "http://acp-feedback.svc.cluster.local/v1/feedback" } ``` diff --git a/adapters/python/acp_common/pyproject.toml b/adapters/python/acp_common/pyproject.toml index 8ceda0e..10d9ac7 100644 --- a/adapters/python/acp_common/pyproject.toml +++ b/adapters/python/acp_common/pyproject.toml @@ -9,7 +9,7 @@ description = "Shared client + types for ACP (Agent Contract Protocol) Python ad readme = "README.md" requires-python = ">=3.10" license = { text = "Apache-2.0" } -authors = [{ name = "Clawdlinux / NineVigil" }] +authors = [{ name = "Clawdlinux" }] keywords = ["acp", "agent", "context", "protocol", "mcp", "llm"] classifiers = [ "Development Status :: 3 - Alpha", diff --git a/adapters/python/acp_crewai/pyproject.toml b/adapters/python/acp_crewai/pyproject.toml index e5c27a2..1779357 100644 --- a/adapters/python/acp_crewai/pyproject.toml +++ b/adapters/python/acp_crewai/pyproject.toml @@ -9,7 +9,7 @@ description = "CrewAI adapter for ACP (Agent Contract Protocol) manifests." readme = "README.md" requires-python = ">=3.10" license = { text = "Apache-2.0" } -authors = [{ name = "Clawdlinux / NineVigil" }] +authors = [{ name = "Clawdlinux" }] keywords = ["acp", "agent", "crewai", "mcp", "llm"] classifiers = [ "Development Status :: 3 - Alpha", diff --git a/adapters/python/acp_langgraph/pyproject.toml b/adapters/python/acp_langgraph/pyproject.toml index 05cc187..9fe3dbb 100644 --- a/adapters/python/acp_langgraph/pyproject.toml +++ b/adapters/python/acp_langgraph/pyproject.toml @@ -9,7 +9,7 @@ description = "LangGraph adapter for ACP (Agent Contract Protocol) execution con readme = "README.md" requires-python = ">=3.10" license = { text = "Apache-2.0" } -authors = [{ name = "Clawdlinux / NineVigil" }] +authors = [{ name = "Clawdlinux" }] keywords = ["acp", "agent", "langgraph", "mcp", "llm"] classifiers = [ "Development Status :: 3 - Alpha", diff --git a/adapters/python/acp_openai/pyproject.toml b/adapters/python/acp_openai/pyproject.toml index 9feb729..0b13d39 100644 --- a/adapters/python/acp_openai/pyproject.toml +++ b/adapters/python/acp_openai/pyproject.toml @@ -9,7 +9,7 @@ description = "Raw OpenAI function-calling adapter for ACP (Agent Contract Proto readme = "README.md" requires-python = ">=3.10" license = { text = "Apache-2.0" } -authors = [{ name = "Clawdlinux / NineVigil" }] +authors = [{ name = "Clawdlinux" }] keywords = ["acp", "agent", "openai", "function-calling", "mcp", "llm"] classifiers = [ "Development Status :: 3 - Alpha", diff --git a/benchmark/baseline/mcp_client.py b/benchmark/baseline/mcp_client.py index 5f390ff..5a53477 100644 --- a/benchmark/baseline/mcp_client.py +++ b/benchmark/baseline/mcp_client.py @@ -283,7 +283,7 @@ def to_mcp(self) -> dict[str, Any]: "prompts": {"listChanged": True}, "logging": {}, }, - "serverInfo": {"name": "ninevigil-mcp-baseline", "version": "0.1.0"}, + "serverInfo": {"name": "clawdlinux-mcp-baseline", "version": "0.1.0"}, } diff --git a/cmd/acp-bridge/main.go b/cmd/acp-bridge/main.go index 9f5dc8a..d4a072d 100644 --- a/cmd/acp-bridge/main.go +++ b/cmd/acp-bridge/main.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/cmd/acp-bridge/main_test.go b/cmd/acp-bridge/main_test.go index a73f915..0295245 100644 --- a/cmd/acp-bridge/main_test.go +++ b/cmd/acp-bridge/main_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/cmd/acp-server/main.go b/cmd/acp-server/main.go index bf76dee..a9e3905 100644 --- a/cmd/acp-server/main.go +++ b/cmd/acp-server/main.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/cmd/anf-mcp/FORMAT.md b/cmd/anf-mcp/FORMAT.md index 1e18c95..002f0be 100644 --- a/cmd/anf-mcp/FORMAT.md +++ b/cmd/anf-mcp/FORMAT.md @@ -3,7 +3,7 @@ **Version:** 0.1.0-draft **Status:** Draft **License:** CC BY 4.0 -**Authors:** Shreyansh Sancheti (NineVigil / Clawdlinux) +**Authors:** Shreyansh Sancheti (Clawdlinux) **Date:** 2026-05-03 --- @@ -80,7 +80,7 @@ Headers provide scope and context. Prefix: `@` @scope namespace:payments @time 2026-05-03T10:30:00Z @ttl 60s -@translator ninevigil/k8s-translator:0.3.0 +@translator clawdlinux/k8s-translator:0.3.0 ``` | Header | Required | Description | diff --git a/docs/architecture.md b/docs/architecture.md index 3e245f5..0d795d8 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1,6 +1,6 @@ # ACP Architecture -ACP shifts execution governance from the agent runtime to the NineVigil +ACP shifts execution governance from the agent runtime to the Clawdlinux control plane. **ACP sits on top of MCP** and other tool sources; see [positioning.md](./positioning.md) for the strategic framing and [SPEC.md §10](../SPEC.md#10-relationship-to-mcp) for the wire-level details. diff --git a/docs/decision-log.md b/docs/decision-log.md index 6bfc569..0ebfd0b 100644 --- a/docs/decision-log.md +++ b/docs/decision-log.md @@ -24,4 +24,4 @@ there is a persistent background process. runtime under BSL 1.1 with 3-year Apache conversion. **Why:** This maximizes ecosystem adoption for the protocol while protecting -the optimized runtime until NineVigil has a data and deployment moat. +the optimized runtime until Clawdlinux has a data and deployment moat. diff --git a/docs/phase-log.md b/docs/phase-log.md index dd72ef3..bcfbce8 100644 --- a/docs/phase-log.md +++ b/docs/phase-log.md @@ -1,7 +1,7 @@ # ACP Phase Log This file is the repo-local source of truth for implementation phases. The -same milestones are mirrored to the `ACP-PoC/` folder inside the NineVigil +same milestones are mirrored to the `ACP-PoC/` folder inside the Clawdlinux Obsidian vault. ## Phase 0 — Invention Capture diff --git a/docs/run-log/2026-05-02-phase-1-scaffold.md b/docs/run-log/2026-05-02-phase-1-scaffold.md index 11837b1..3f5fc27 100644 --- a/docs/run-log/2026-05-02-phase-1-scaffold.md +++ b/docs/run-log/2026-05-02-phase-1-scaffold.md @@ -2,7 +2,7 @@ ## Objective -Start ACP as a new private Clawdlinux/NineVigil invention repo with a durable +Start ACP as a new private Clawdlinux invention repo with a durable protocol spec, scaffold, benchmark plan, and Obsidian mirror. ## Inputs @@ -11,7 +11,7 @@ protocol spec, scaffold, benchmark plan, and Obsidian mirror. - GitHub org: `clawdlinux` - Repo: `Clawdlinux/agent-native-format` - Local path: `/Users/sunny/clawdlinux/agent-contract-protocol` -- Obsidian vault folder: `ACP-PoC/` inside the NineVigil vault +- Obsidian vault folder: `ACP-PoC/` inside the Clawdlinux vault ## Work completed diff --git a/internal/bridge/bridge.go b/internal/bridge/bridge.go index 6555dff..945c0d0 100644 --- a/internal/bridge/bridge.go +++ b/internal/bridge/bridge.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/bridge/bridge_test.go b/internal/bridge/bridge_test.go index 8ff7847..77ee7fc 100644 --- a/internal/bridge/bridge_test.go +++ b/internal/bridge/bridge_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/builder/builder.go b/internal/builder/builder.go index 0a64431..a1aa234 100644 --- a/internal/builder/builder.go +++ b/internal/builder/builder.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/builder/builder_fuzz_test.go b/internal/builder/builder_fuzz_test.go index bae8cd6..f3cab6c 100644 --- a/internal/builder/builder_fuzz_test.go +++ b/internal/builder/builder_fuzz_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/builder/builder_test.go b/internal/builder/builder_test.go index e722474..7dbf3ba 100644 --- a/internal/builder/builder_test.go +++ b/internal/builder/builder_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/mcpclient/stdio.go b/internal/mcpclient/stdio.go index b95bc2e..a4365e1 100644 --- a/internal/mcpclient/stdio.go +++ b/internal/mcpclient/stdio.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/mcpclient/stdio_test.go b/internal/mcpclient/stdio_test.go index 430ab4d..98586b4 100644 --- a/internal/mcpclient/stdio_test.go +++ b/internal/mcpclient/stdio_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/observability/observability.go b/internal/observability/observability.go index 4dc7236..066b994 100644 --- a/internal/observability/observability.go +++ b/internal/observability/observability.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. */ diff --git a/internal/observability/observability_test.go b/internal/observability/observability_test.go index 9ac8203..257501d 100644 --- a/internal/observability/observability_test.go +++ b/internal/observability/observability_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. */ diff --git a/internal/proxy/gates_test.go b/internal/proxy/gates_test.go index 8b96fbb..f0376c8 100644 --- a/internal/proxy/gates_test.go +++ b/internal/proxy/gates_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/proxy/proxy.go b/internal/proxy/proxy.go index 1b9b6da..c099dac 100644 --- a/internal/proxy/proxy.go +++ b/internal/proxy/proxy.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/proxy/proxy_test.go b/internal/proxy/proxy_test.go index 42aed36..df8dd6a 100644 --- a/internal/proxy/proxy_test.go +++ b/internal/proxy/proxy_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/registry/registry.go b/internal/registry/registry.go index 04c25da..76661d6 100644 --- a/internal/registry/registry.go +++ b/internal/registry/registry.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/registry/registry_concurrency_test.go b/internal/registry/registry_concurrency_test.go index 24c452f..a007472 100644 --- a/internal/registry/registry_concurrency_test.go +++ b/internal/registry/registry_concurrency_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/registry/registry_test.go b/internal/registry/registry_test.go index 7e90068..26f23d3 100644 --- a/internal/registry/registry_test.go +++ b/internal/registry/registry_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/registry/seed.go b/internal/registry/seed.go index c3f17ca..578db15 100644 --- a/internal/registry/seed.go +++ b/internal/registry/seed.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/resolver/deferred.go b/internal/resolver/deferred.go index 1a9221f..6a00d6c 100644 --- a/internal/resolver/deferred.go +++ b/internal/resolver/deferred.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/resolver/deferred_concurrency_test.go b/internal/resolver/deferred_concurrency_test.go index b63fe23..3b7069c 100644 --- a/internal/resolver/deferred_concurrency_test.go +++ b/internal/resolver/deferred_concurrency_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/resolver/deferred_fuzz_test.go b/internal/resolver/deferred_fuzz_test.go index 9914415..3b8de37 100644 --- a/internal/resolver/deferred_fuzz_test.go +++ b/internal/resolver/deferred_fuzz_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/resolver/deferred_test.go b/internal/resolver/deferred_test.go index bf2ab0f..bfec800 100644 --- a/internal/resolver/deferred_test.go +++ b/internal/resolver/deferred_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/resolver/embedding.go b/internal/resolver/embedding.go index dc8e042..fcd713f 100644 --- a/internal/resolver/embedding.go +++ b/internal/resolver/embedding.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/resolver/embedding_test.go b/internal/resolver/embedding_test.go index f5a1f0d..0ac7ec4 100644 --- a/internal/resolver/embedding_test.go +++ b/internal/resolver/embedding_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/resolver/resolver.go b/internal/resolver/resolver.go index e445589..2ab8be5 100644 --- a/internal/resolver/resolver.go +++ b/internal/resolver/resolver.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/resolver/resolver_fuzz_test.go b/internal/resolver/resolver_fuzz_test.go index 44e62b3..219f7a8 100644 --- a/internal/resolver/resolver_fuzz_test.go +++ b/internal/resolver/resolver_fuzz_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/resolver/resolver_test.go b/internal/resolver/resolver_test.go index 1a9c978..95fbc75 100644 --- a/internal/resolver/resolver_test.go +++ b/internal/resolver/resolver_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/server/server.go b/internal/server/server.go index 11fe2ec..a36e3a3 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/server/server_extra_test.go b/internal/server/server_extra_test.go index c44e084..542e40f 100644 --- a/internal/server/server_extra_test.go +++ b/internal/server/server_extra_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/server/server_test.go b/internal/server/server_test.go index f95a223..1c66c3c 100644 --- a/internal/server/server_test.go +++ b/internal/server/server_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/sources/k8s/source.go b/internal/sources/k8s/source.go index 1147e51..42ec8b1 100644 --- a/internal/sources/k8s/source.go +++ b/internal/sources/k8s/source.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/sources/k8s/source_test.go b/internal/sources/k8s/source_test.go index 648b1ed..e588378 100644 --- a/internal/sources/k8s/source_test.go +++ b/internal/sources/k8s/source_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/sources/mcp/source.go b/internal/sources/mcp/source.go index 20c3b7a..4308280 100644 --- a/internal/sources/mcp/source.go +++ b/internal/sources/mcp/source.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/sources/mcp/source_fuzz_test.go b/internal/sources/mcp/source_fuzz_test.go index 724341d..3edc545 100644 --- a/internal/sources/mcp/source_fuzz_test.go +++ b/internal/sources/mcp/source_fuzz_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/sources/mcp/source_test.go b/internal/sources/mcp/source_test.go index f33730f..31a3433 100644 --- a/internal/sources/mcp/source_test.go +++ b/internal/sources/mcp/source_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/vscodeconfig/mcpjson.go b/internal/vscodeconfig/mcpjson.go index 48c8dc4..a65d7f1 100644 --- a/internal/vscodeconfig/mcpjson.go +++ b/internal/vscodeconfig/mcpjson.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/internal/vscodeconfig/mcpjson_test.go b/internal/vscodeconfig/mcpjson_test.go index b227eb1..e050db8 100644 --- a/internal/vscodeconfig/mcpjson_test.go +++ b/internal/vscodeconfig/mcpjson_test.go @@ -1,5 +1,5 @@ /* -Copyright 2026 Clawdlinux / NineVigil. +Copyright 2026 Clawdlinux. Licensed under the Business Source License 1.1. See LICENSE in the repository root. diff --git a/landing/index.html b/landing/index.html index 239d2f2..17ae634 100644 --- a/landing/index.html +++ b/landing/index.html @@ -149,7 +149,7 @@

What the contract gives you