Replace repository with DuckLM runtime

This commit is contained in:
2026-05-20 01:00:28 +08:00
parent ddc285b8f4
commit 4a84ada770
190 changed files with 7060 additions and 13602 deletions
+5
View File
@@ -0,0 +1,5 @@
# Examples
User: "Посмотри структуру проекта."
Output: concise architecture summary, risks, and next actions.
+3
View File
@@ -0,0 +1,3 @@
# Notes
Use read-only commands unless the user explicitly asks for changes.
+6
View File
@@ -0,0 +1,6 @@
# Procedure
1. List top-level files and directories.
2. Read manifest and documentation files.
3. Identify major modules and runtime entry points.
4. Summarize risks and next steps using only observed files.
+23
View File
@@ -0,0 +1,23 @@
id: analyze_project
title: Analyze project structure
description: Inspect repository structure and summarize architecture.
version: 1
tags:
- code
- repository
- analysis
required_tools:
- file_read
- shell_exec_safe
risk_level: low
inputs:
- workspace_path
outputs:
- architecture_summary
- risks
- suggested_next_steps
success_criteria:
- repository structure inspected
- major modules identified
- no destructive commands executed
- summary is grounded in actual files