agents
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: QA & Semantic Auditor — orthogonal verification, contract validation, code review, and regression defense for Python (pytest) and Svelte (vitest).
|
||||
mode: all
|
||||
model: omniroute/terra
|
||||
model: deepseek/deepseek-v4-flash
|
||||
temperature: 0.1
|
||||
permission:
|
||||
edit: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Security audit agent for superset-tools — orthogonal SAST/dependency/config audit, OWASP/CWE mapping, severity-ranked read-only report. Combines code+secrets, supply-chain, and runtime-config projections.
|
||||
mode: all
|
||||
model: omniroute/sol
|
||||
model: deepseek/deepseek-v4-flash
|
||||
temperature: 0.0
|
||||
permission:
|
||||
edit: deny
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Speckit Workflow Specialist — runs the full feature lifecycle from specification through planning, task decomposition, and implementation for Python/Svelte superset-tools features.
|
||||
mode: all
|
||||
model: deepseek/deepseek-v4-pro
|
||||
model: deepseek/deepseek-v4-flash
|
||||
temperature: 0.2
|
||||
permission:
|
||||
edit: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Svelte Frontend Implementation Specialist for superset-tools — implements Svelte 5 (Runes) UI with Tailwind CSS, browser-driven validation, and UX state machines.
|
||||
mode: all
|
||||
model: omniroute/glm5.2
|
||||
model: deepseek/deepseek-v4-flash
|
||||
temperature: 0.1
|
||||
permission:
|
||||
edit: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Strict subagent-only dispatcher for semantic and testing workflows; never performs the task itself and only delegates to worker subagents (python-coder, svelte-coder, fullstack-coder, qa-tester, reflection-agent, semantic-curator). Emits the final user-facing closure summary itself.
|
||||
mode: all
|
||||
model: deepseek/deepseek-v4-pro
|
||||
model: deepseek/deepseek-v4-flash
|
||||
temperature: 0.0
|
||||
permission:
|
||||
edit: deny
|
||||
|
||||
30
.kilocode/rules/specify-rules.md
Normal file
30
.kilocode/rules/specify-rules.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# ss-tools Development Guidelines
|
||||
|
||||
Auto-generated from all feature plans. Last updated: 2026-08-04
|
||||
|
||||
## Active Technologies
|
||||
|
||||
- Python 3.13+ (backend), TypeScript (frontend Svelte 5 runes-only) + FastAPI, SQLAlchemy, APScheduler, httpx, gitpython (backend); SvelteKit 5, Vite, Tailwind CSS (frontend) (042-rls-management-workspace)
|
||||
|
||||
## Project Structure
|
||||
|
||||
```text
|
||||
backend/
|
||||
frontend/
|
||||
tests/
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
||||
cd src [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] pytest [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] ruff check .
|
||||
|
||||
## Code Style
|
||||
|
||||
Python 3.13+ (backend), TypeScript (frontend Svelte 5 runes-only): Follow standard conventions
|
||||
|
||||
## Recent Changes
|
||||
|
||||
- 042-rls-management-workspace: Added Python 3.13+ (backend), TypeScript (frontend Svelte 5 runes-only) + FastAPI, SQLAlchemy, APScheduler, httpx, gitpython (backend); SvelteKit 5, Vite, Tailwind CSS (frontend)
|
||||
|
||||
<!-- MANUAL ADDITIONS START -->
|
||||
<!-- MANUAL ADDITIONS END -->
|
||||
Reference in New Issue
Block a user