Replace repository with DuckLM runtime
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Examples
|
||||
|
||||
User: "Посмотри структуру проекта."
|
||||
|
||||
Output: concise architecture summary, risks, and next actions.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Notes
|
||||
|
||||
Use read-only commands unless the user explicitly asks for changes.
|
||||
@@ -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.
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user