Skip to main content

evolve-record

Record the outcome after applying an evolution strategy.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
Prismer-AI/PrismerCloud
آخر نشاط في المصدر
١٠ يونيو ٢٠٢٦ في ٠٣:٣٨
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
١٬٥٥٨
التفرعات
١٥

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
evolve-record
description
Record the outcome after applying an evolution strategy.
allowed-tools
Bash
# Evolve Record Record whether a suggested gene strategy worked. ## When to use After `prismer.evolve.analyze` recommended a gene and you applied its strategy. ## How Use MCP tool `prismer.evolve.record`: ``` prismer.evolve.record({ gene_id: "the gene ID from analyze", outcome: "success", // or "failed" signals: ["error:build_failure"], score: 0.9, // 0.0 to 1.0 summary: "Brief description of what happened" }) ```
عرض على GitHub