Skip to content

Commit b7c0ff9

Browse files
authored
Cursor can access agent instructions and skills (#1503)
1 parent daece57 commit b7c0ff9

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

.cursor/rules/scenescape.mdc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
description: SceneScape Cursor agent router — canonical instructions and workflow
3+
alwaysApply: true
4+
---
5+
6+
<!--
7+
SPDX-FileCopyrightText: (C) 2026 Intel Corporation
8+
SPDX-License-Identifier: Apache-2.0
9+
-->
10+
11+
# SceneScape (Cursor)
12+
13+
## Canonical instructions (read first)
14+
15+
For project-wide conventions, read [`.github/copilot-instructions.md`](../../.github/copilot-instructions.md): licensing, security defaults, architecture, Makefile targets, documentation policy, and how skills are organized.
16+
17+
**Do not duplicate** policy from that file or from skills. Use short pointers only in Cursor rules.
18+
19+
## Skills
20+
21+
When the task touches a language, build system, tests, security, or documentation, discover and read the relevant `SKILL.md` under [`.github/skills/`](../../.github/skills/) (browse the directory or follow routing in `copilot-instructions.md`). Do not assume a fixed list of skill files.
22+
23+
## Service guides
24+
25+
Before substantive changes in a component tree, find and read `Agents.md` in that service’s directory (search upward from edited paths or the component root). Not every folder has one; use it when present.
26+
27+
## Cursor workflow
28+
29+
- Prefer root `Makefile` test targets unless a narrower pytest run is explicitly required (details live in skills).
30+
- Run commands in the real environment; investigate failures before giving up.
31+
- Commits and pull requests only when the user asks (see user/global Cursor rules).
32+
- Keep changes minimal and match existing conventions in the touched area.

AGENTS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!--
2+
SPDX-FileCopyrightText: (C) 2026 Intel Corporation
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
5+
6+
# SceneScape — AI agents
7+
8+
**Do not add project policy here.**
9+
10+
- **All tools:** [`.github/copilot-instructions.md`](.github/copilot-instructions.md)
11+
- **Cursor:** [`.cursor/rules/scenescape.mdc`](.cursor/rules/scenescape.mdc) (loaded automatically; skills, service `Agents.md`, and IDE workflow)

0 commit comments

Comments
 (0)