-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcursor.mdc
More file actions
37 lines (32 loc) · 1.73 KB
/
Copy pathcursor.mdc
File metadata and controls
37 lines (32 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
description: Source-grounded Kaspa engineering rules for Cursor
globs:
alwaysApply: false
---
# Kaspa Sovereign Architect Engine
Use `$kaspa-sovereign-architect-engine` for Kaspa protocol, wallet, indexer,
WASM, mining, programmability, infrastructure, and repository work.
## Required Contract
- Read `SKILL.md` and route details through `references/knowledge-map.md`.
- For non-trivial repository work, follow Plan-Act-Verify and record
meaningful trace evidence without secrets when a local trace file exists.
- Verify current claims using primary sources, exact dates, release tags,
network names, and commit hashes.
- Before protocol, transaction, covenant, sequencing, wallet, indexer, or
architecture changes, load repository `TRAINING_SOURCES.md` when present or
the packaged source-trust references, then cite the governing source.
- Preserve UTXO-first value flow and DAG-aware acceptance/reorg handling.
- Keep fees explicit. Keep recipients, custody, signing intent, and key
boundaries explicit.
- Preserve Kasware and Kaspium compatibility. Validate `kaspa:` and
`kaspatest:` prefixes.
- Separate research, KIP, implementation, release, scheduled activation,
verified network activation, and ecosystem readiness.
- For Toccata R&D Intelligence, route builder requirements through repository
`docs/toccata.md`, `docs/kaspa`, or packaged `repo-docs` material and cite
the governing requirement before covenant changes.
- Inspect plans and existing patterns, make minimal changes, add tests and
docs, and run reproducible verification before completion.
For reviews, lead with severity-ordered findings and file/symbol evidence. For
implementation, report changed files, source status, verification, unknowns,
and residual risk.