aiscope 0.1.1

DevTools for your AI coding tools' memory. See what Cursor, Claude Code, and Copilot actually remember about your project — and where they disagree.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
applyTo: "**/*.ts"
---

# TypeScript rules

- Always use `async`/`await` over `.then()` promise chains.
- Prefer `pnpm` for installing dependencies.
- Co-locate tests as `*.test.ts` beside the file under test.

```ts
// camelCase example — this code block must be ignored by the parser
const userName = "alice";
```

> Quote-block content is also ignored.

Standalone paragraph: enable strict TypeScript.