Skip to content

Commit ccc11bd

Browse files
author
grysz
committed
Release Toccata R&D intelligence v1.5.0
1 parent d687fed commit ccc11bd

9 files changed

Lines changed: 652 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This repository publishes a reusable AI skill package for serious Kaspa research
99
- **Skill ID:** `$kaspa-sovereign-architect-engine`
1010
- **Main skill file:** [`SKILL.md`](skills/public/kaspa-sovereign-architect-engine/SKILL.md)
1111
- **Release downloads:** [GitHub Releases](https://github.com/gryszzz/Kaspa-Ai-Agent-Skill/releases)
12+
- **Current release:** `v1.5.0` - Toccata R&D Intelligence
1213
- **Positioning:** package-first distribution (not a website product)
1314
- **Freshness model:** current-aware, source-grounded, KIP-aware, and research-radar aware
1415
- **Build scope:** Kaspa protocol, wallet, indexer, WASM, dApp, Kdapp, and infrastructure work
@@ -18,6 +19,7 @@ This repository publishes a reusable AI skill package for serious Kaspa research
1819
`$kaspa-sovereign-architect-engine` focuses on:
1920

2021
- **Kaspa research radar:** economics, L1/L2, consensus, mining, KIPs, papers, and ecosystem engineering
22+
- **Toccata R&D intelligence:** branch-aware tracking for covenants, ZK opcodes, sequencing commitments, SilverScript, Based Apps, and vProgs
2123
- **Protocol engineering:** BlockDAG, GHOSTDAG, DAGKNIGHT status checks, mempool, UTXO semantics, and future-feature handling
2224
- **KIP-aware analysis:** separates research ideas, KIP proposals, merged code, activation, wallet/indexer support, and app usability
2325
- **Indexer architecture:** DAG-aware ordering, idempotent ingestion, dedupe, checkpoints, retries, sync lag, and query-layer separation
@@ -58,6 +60,10 @@ Use $kaspa-sovereign-architect-engine in Deep Protocol Audit mode. Audit a Kaspa
5860
Use $kaspa-sovereign-architect-engine in KIP Status mode. Build a table of relevant KIPs, their activation status, builder impact, and what must be verified.
5961
```
6062

63+
```text
64+
Use $kaspa-sovereign-architect-engine in Toccata R&D Intelligence mode. Re-check Rusty Kaspa PR #1000, PR #1013, KIP-16/17/20/21, TN10/TN12 activation, and produce the next covenant/indexer/wallet build plan.
65+
```
66+
6167
## 🧩 Compatibility Matrix
6268

6369
| Platform | Status | Adapter |
@@ -75,7 +81,9 @@ Compatibility metadata:
7581
- [`manifest.json`](skills/public/kaspa-sovereign-architect-engine/manifest.json)
7682
- Source trust policy: [`source-trust-policy.md`](skills/public/kaspa-sovereign-architect-engine/references/source-trust-policy.md)
7783
- Research radar: [`kaspa-research-radar.md`](skills/public/kaspa-sovereign-architect-engine/references/kaspa-research-radar.md)
84+
- Toccata R&D playbook: [`toccata-rd-playbook.md`](skills/public/kaspa-sovereign-architect-engine/references/toccata-rd-playbook.md)
7885
- Toccata mastery map: [`kaspa-toccata-2026.md`](training-corpus/kaspa-toccata-2026.md)
86+
- Toccata R&D intelligence corpus: [`kaspa-toccata-rd-intelligence-2026.md`](training-corpus/kaspa-toccata-rd-intelligence-2026.md)
7987

8088
Automated verification:
8189

@@ -186,6 +194,7 @@ Design a Kaspa DAG-aware indexer for 100k users with failure recovery and replay
186194
## 📦 Releases
187195

188196
- Download packages: [Releases](https://github.com/gryszzz/Kaspa-Ai-Agent-Skill/releases)
197+
- Latest release notes: [`v1.5.0`](release-notes/v1.5.0.md)
189198
- Automated packaging workflow: [`.github/workflows/release-skill.yml`](.github/workflows/release-skill.yml)
190199

191200
## 🌐 Deploy + Marketing
@@ -202,5 +211,7 @@ Design a Kaspa DAG-aware indexer for 100k users with failure recovery and replay
202211

203212
- [`skills/public/kaspa-sovereign-architect-engine/`](skills/public/kaspa-sovereign-architect-engine/) - core skill package
204213
- [`training-corpus/kaspa-pdf-markdown/`](training-corpus/kaspa-pdf-markdown/) - normalized Kaspa corpus
214+
- [`training-corpus/kaspa-toccata-2026.md`](training-corpus/kaspa-toccata-2026.md) - source-gated Toccata mastery map
215+
- [`training-corpus/kaspa-toccata-rd-intelligence-2026.md`](training-corpus/kaspa-toccata-rd-intelligence-2026.md) - deeper Toccata R&D intelligence and development roadmap
205216
- [`kaspa-balance-api/`](kaspa-balance-api/) - production-oriented Kaspa API sample
206217
- [`kaspa-codex-evolution-loop/`](kaspa-codex-evolution-loop/) - autonomous iteration framework

release-notes/v1.5.0.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Kaspa Sovereign Architect Engine v1.5.0 - Toccata R&D Intelligence
2+
3+
This release upgrades the skill from Toccata awareness to Toccata research and development intelligence.
4+
5+
## Added
6+
7+
- Toccata R&D Playbook:
8+
- `skills/public/kaspa-sovereign-architect-engine/references/toccata-rd-playbook.md`
9+
- Deep Toccata R&D intelligence corpus:
10+
- `training-corpus/kaspa-toccata-rd-intelligence-2026.md`
11+
- Toccata R&D Intelligence response mode in the core skill.
12+
- README links and example prompt for Toccata research.
13+
14+
## Improved
15+
16+
- Source inventory now includes deeper official and research sources:
17+
- Rusty Kaspa `toccata`, `tn10`, and `tn12` branches
18+
- Rusty Kaspa PR #1000 and PR #1013
19+
- KIP-16, KIP-17, KIP-20, and KIP-21 PRs
20+
- Kaspa docs programmability source files
21+
- vProgs architecture, computation DAG, pruning safety, proof stitching, and based ZK rollup research threads
22+
- Research radar now tracks branch status, PR base branches, ZK SDK/example work, and vProg scope/pruning risks.
23+
- Source trust policy now warns that feature-branch merges are not stable/mainnet evidence.
24+
- Manifest bumped to `1.5.0`.
25+
26+
## Research Outcome
27+
28+
- Toccata is classified as active or always-active on TN12 and past activation on TN10.
29+
- Mainnet activation remains unverified and must not be claimed as live.
30+
- Toccata implementation evidence is tracked through Rusty Kaspa PR #1000 and related feature branches.
31+
- KIP-16, KIP-17, KIP-20, and KIP-21 are tracked as open KIP PRs until merged to `kaspanet/kips` `master`.
32+
33+
## Verification
34+
35+
- `node skills/public/kaspa-sovereign-architect-engine/scripts/validate-compatibility.mjs --all`
36+
- `git diff --check`
37+

skills/public/kaspa-sovereign-architect-engine/SKILL.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,44 @@ description: Current-aware Kaspa researcher and engineering skill for source-gro
137137
- Track economics, L1/L2, consensus, mining, paper review, KIPs, and ecosystem engineering lanes.
138138
- Convert research into builder impact only after separating confirmed capability from proposed, experimental, or speculative work.
139139

140+
## Toccata R&D Intelligence
141+
142+
- Use `references/toccata-rd-playbook.md` for Toccata, covenants, SilverScript, ZK opcodes, sequencing commitments, Based Apps, and vProgs.
143+
- Treat Toccata as branch-sensitive and network-sensitive:
144+
- `master`
145+
- `toccata`
146+
- `tn10`
147+
- `tn12`
148+
- release tags
149+
- PR base branches
150+
- Always separate:
151+
- mainnet
152+
- TN10
153+
- TN12
154+
- branch-only code
155+
- open PRs
156+
- merged-to-feature-branch PRs
157+
- KIP PRs
158+
- docs
159+
- research forum design
160+
- experimental tooling
161+
- For Toccata claims, record at minimum:
162+
- audit date
163+
- Rusty Kaspa `master` hash
164+
- Rusty Kaspa `toccata` hash
165+
- Rusty Kaspa PR #1000 state
166+
- Rusty Kaspa PR #1013 state
167+
- KIP-16, KIP-17, KIP-20, and KIP-21 states
168+
- TN10/TN12 activation evidence when claiming testnet behavior
169+
- Convert evidence into build tracks:
170+
- covenant lab
171+
- SilverScript examples
172+
- covenant lineage indexer
173+
- wallet signing preview
174+
- ZK proof-cost model
175+
- sequencing witness model
176+
- vProg scope simulator
177+
140178
## Efficient Response Modes
141179

142180
Select the smallest response mode that answers the task. Do not force deep audit sections for simple questions.
@@ -198,6 +236,19 @@ Output:
198236
- Improvement opportunities
199237
- Concrete patch plan
200238

239+
### Mode 6: Toccata R&D Intelligence
240+
241+
Use when asked to master Toccata, improve Toccata research, build Toccata tooling, compare current sources, or plan covenant/ZK/vProg development.
242+
Output:
243+
- Current verified status
244+
- Source snapshot
245+
- Feature buckets
246+
- Builder impact
247+
- Security and UX risks
248+
- Development roadmap
249+
- Monitoring targets
250+
- Unknowns
251+
201252
## Required Output Contract
202253

203254
- Always state the selected response mode unless the host platform already makes it obvious.
@@ -288,6 +339,7 @@ Output:
288339
- Start with `references/sources.md` to set canonical sources and expected local paths.
289340
- Use `references/source-trust-policy.md` before resolving source conflicts.
290341
- Use `references/kaspa-research-radar.md` for new, upcoming, or changing Kaspa work.
342+
- Use `references/toccata-rd-playbook.md` for Toccata R&D and programmability work.
291343
- Use `references/repo-audit-checklist.md` during repository analysis.
292344
- Use `references/core-research-track.md` for deep protocol and non-repository tracks.
293345
- Read only the subsection relevant to the selected response mode to preserve context.

skills/public/kaspa-sovereign-architect-engine/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kaspa-sovereign-architect-engine",
3-
"version": "1.4.0",
4-
"description": "Current-aware Kaspa researcher and engineering skill with freshness verification, research radar, KIP discipline, wallet safety, WASM, indexer, and infrastructure focus.",
3+
"version": "1.5.0",
4+
"description": "Current-aware Kaspa researcher and engineering skill with Toccata R&D intelligence, freshness verification, research radar, KIP discipline, wallet safety, WASM, indexer, and infrastructure focus.",
55
"license": "MIT",
66
"targets": [
77
{

skills/public/kaspa-sovereign-architect-engine/references/kaspa-research-radar.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Track:
2424
Track:
2525
- activation status by network, release tag, DAA score, and UTC date
2626
- Rusty Kaspa branch status: `master`, `toccata`, `tn12`, release tags, and PR base branches
27+
- open ZK SDK and ZK rollup example PRs
28+
- vProg computation DAG, proof cadence, scope cost, and pruning safety research
2729
- covenant script behavior
2830
- extended script opcodes
2931
- covenant IDs

skills/public/kaspa-sovereign-architect-engine/references/source-trust-policy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Rules:
1414
- Code beats docs when docs are stale.
1515
- KIPs must be checked for status.
1616
- GitHub PRs marked "merged" must be checked for `baseRefName`; a PR merged into a feature branch is not the same as code merged into `master` or a stable release branch.
17+
- Testnet activation must not be described as mainnet activation.
18+
- Branch-only code must not be described as stable-release behavior.
19+
- Experimental repositories must not be described as production tooling without explicit evidence.
1720
- Research posts are not the same as activated protocol behavior.
1821
- Community tooling must be labeled as community tooling.
1922
- Experimental frameworks must be labeled experimental.

skills/public/kaspa-sovereign-architect-engine/references/sources.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ These hashes are a freshness baseline, not a permanent truth. Re-run `git ls-rem
5555
- Rusty Kaspa Toccata branch: `https://github.com/kaspanet/rusty-kaspa/tree/toccata`
5656
- Rusty Kaspa Toccata PR: `https://github.com/kaspanet/rusty-kaspa/pull/1000`
5757
- Rusty Kaspa ZK opcode updates PR: `https://github.com/kaspanet/rusty-kaspa/pull/1013`
58+
- Rusty Kaspa ZK SDK PR: `https://github.com/kaspanet/rusty-kaspa/pull/953`
59+
- Rusty Kaspa ZK rollup covenant example PR: `https://github.com/kaspanet/rusty-kaspa/pull/858`
5860
- Kaspa vision and roadmap context: `https://kaspa.org/vision/`
5961
- Kaspa builder/development page: `https://kaspa.org/build`
6062
- Kaspa programmability overview: `https://docs.kaspa.org/programmability`
@@ -68,11 +70,18 @@ These hashes are a freshness baseline, not a permanent truth. Re-run `git ls-rem
6870
- KIP-17 PR: `https://github.com/kaspanet/kips/pull/32`
6971
- KIP-20 PR: `https://github.com/kaspanet/kips/pull/35`
7072
- KIP-21 PR: `https://github.com/kaspanet/kips/pull/36`
73+
- KIP-22 PR for adjacent quantum-resistance tracking: `https://github.com/kaspanet/kips/pull/37`
74+
- KIP-23 PR for adjacent DNS peer-address tracking: `https://github.com/kaspanet/kips/pull/40`
7175
- SilverScript: `https://github.com/kaspanet/silverscript`
7276
- vProgs: `https://github.com/kaspanet/vprogs`
7377
- KIPs: `https://github.com/kaspanet/kips`
7478
- TN10 REST blockDAG endpoint: `https://api-tn10.kaspa.org/info/blockdag`
7579
- TN12 REST blockDAG endpoint: `https://api-tn12.kaspa.org/info/blockdag`
80+
- Formal vProg computation DAG model: `https://research.kas.pa/t/zoom-in-a-formal-backbone-model-for-the-vprog-computation-dag/407`
81+
- Pruning safety in vProgs: `https://research.kas.pa/t/pruning-safety-in-the-vprogs-architecture/411`
82+
- Proof stitching framework: `https://research.kas.pa/t/a-basic-framework-for-proofs-stitching/323`
83+
- Based ZK rollups over Kaspa UTXO DAG consensus: `https://research.kas.pa/t/on-the-design-of-based-zk-rollups-over-kaspas-utxo-based-dag-consensus/208`
84+
- Inclusion-time proving tension in multileader consensus: `https://research.kas.pa/t/on-the-inherent-tension-between-multileader-consensus-and-inclusion-time-proving/347`
7685

7786
## Secondary Sources
7887

0 commit comments

Comments
 (0)