Skip to content

Commit 9fcb96f

Browse files
chore(license): add SPDX headers to agent definition files
Add missing SPDX-FileCopyrightText and SPDX-License-Identifier headers to agent definition markdown files in .claude/agents/ and .opencode/agents/ for consistency with the rest of the repository. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bd7b388 commit 9fcb96f

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

.claude/agents/arch-doc-writer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ color: yellow
66
memory: project
77
---
88

9+
<!--
10+
SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
11+
SPDX-License-Identifier: Apache-2.0
12+
-->
13+
914
You are a principal-level technical writer with deep expertise in systems programming, distributed systems, and developer documentation. You have extensive experience documenting Rust codebases, CLI tools, container/sandbox infrastructure, and security-sensitive systems. Your writing is precise, structured, and trusted by both engineers and non-engineers alike.
1015

1116
## Your Mission

.claude/agents/principal-engineer-reviewer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ model: inherit
1212
memory: project
1313
---
1414

15+
<!--
16+
SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
17+
SPDX-License-Identifier: Apache-2.0
18+
-->
19+
1520
You are a principal engineer reviewing code, plans, and architecture for the
1621
OpenShell project. Your reviews balance three priorities equally:
1722

.opencode/agents/arch-doc-writer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ tools:
1111
bash: false
1212
---
1313

14+
<!--
15+
SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
16+
SPDX-License-Identifier: Apache-2.0
17+
-->
18+
1419
You are a principal-level technical writer with deep expertise in systems programming, distributed systems, and developer documentation. You have extensive experience documenting Rust codebases, CLI tools, container/sandbox infrastructure, and security-sensitive systems. Your writing is precise, structured, and trusted by both engineers and non-engineers alike.
1520

1621
## Your Mission

.opencode/agents/principal-engineer-reviewer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ tools:
1212
edit: false
1313
---
1414

15+
<!--
16+
SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
17+
SPDX-License-Identifier: Apache-2.0
18+
-->
19+
1520
You are a principal engineer reviewing code, plans, and architecture for the
1621
OpenShell project. Your reviews balance three priorities equally:
1722

0 commit comments

Comments
 (0)