تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٩٥٨
forks:٢٧٨
updated:٤ مايو ٢٠٢٦ في ٢٠:٤٥
مستكشف الملفات
SKILL.md
| name | stabilize-spec |
| description | Automate the Ignition config spec stabilization process |
This skill performs a complete config spec stabilization by running the codified script.
Before running, ensure schematyper is installed:
cd /tmp
git clone https://github.com/idubinskiy/schematyper.git
cd schematyper
go mod init github.com/idubinskiy/schematyper
echo 'replace gopkg.in/alecthomas/kingpin.v2 => github.com/alecthomas/kingpin/v2 v2.4.0' >> go.mod
go mod tidy
go install .
Also install build dependencies (Fedora/RHEL): sudo dnf install -y libblkid-devel
When invoked, gather the following from the user if not provided:
7 for v3_7_experimental -> v3_7Then execute:
.opencode/skills/stabilize-spec/run.sh <minor_version>
The script creates 8 atomic commits: renaming experimental to stable, creating the next experimental version, updating all imports across the codebase, updating tests, regenerating docs/schemas, and running build/test validation.
See README.md in this directory for detailed documentation.