Skip to content

Commit b35e681

Browse files
committed
add license
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent e87b615 commit b35e681

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

.claude/skills/add-remote-endpoint/SKILL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: add-remote-endpoint
33
description: Use when adding a new remote/network endpoint (a RemoteOperation / OCSRemoteOperation) to this Nextcloud Android library, or when the user says "add an endpoint", "new remote operation", "implement this API call", or "wire up <OCS/ocs> API". Scaffolds the models, constants, operation, and tests following the governance package conventions and the standards in AGENTS.md.
44
---
55

6+
<!--
7+
~ SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
8+
~ SPDX-License-Identifier: MIT
9+
-->
10+
611
# Add a remote endpoint
712

813
Implement a new `RemoteOperation` for this library the way the existing ones are written. The full,

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
~ SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
3+
~ SPDX-License-Identifier: MIT
4+
-->
15
# Agent Instructions — Implementing Network Endpoints
26

37
Standards for adding new remote/network endpoints to this mixed Java + Kotlin networking library

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
~ SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
3+
~ SPDX-License-Identifier: MIT
4+
-->
15
# CLAUDE.md
26

37
Nextcloud Android **library** — the networking/SDK layer (`RemoteOperation`s against Nextcloud/OCS

0 commit comments

Comments
 (0)