Skip to content

Commit 72f9d6b

Browse files
523034406523034406
authored andcommitted
chore: remove all skill-factory references from project
1 parent 1df9ef6 commit 72f9d6b

6 files changed

Lines changed: 2 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- SoloFlow Plugin v1.1.0 — Skill Factory for Hermes (replaces skill-factory)
11+
- SoloFlow Plugin v1.1.0 — Hermes plugin for automatic skill detection and generation
1212
- `plugins/soloflow.py` — Hermes plugin with event hooks and commands
1313
- `skills/meta/soloflow/SKILL.md` — AI behavior guidance for skill detection
1414
- `evolution/pattern_detector.py` — Fingerprint-based pattern detection

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ asyncio.run(main())
161161

162162
## SoloFlow Plugin — Skill Factory
163163

164-
SoloFlow includes a **Hermes plugin** that automatically detects repeated workflows and generates reusable skills. It replaces `skill-factory` with deeper integration and quality scoring.
164+
SoloFlow includes a **Hermes plugin** that automatically detects repeated workflows and generates reusable skills with quality scoring.
165165

166166
### Installation
167167

install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SoloFlow — Hermes Installation Script
33
# ======================================
44
# Installs the SoloFlow meta-skill and plugin into your Hermes config.
5-
# Replaces skill-factory with deeper integration and quality scoring.
65

76
set -euo pipefail
87

-68 Bytes
Binary file not shown.

plugins/soloflow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
SoloFlow — Hermes Plugin
33
44
Meta-skill that watches workflows and generates reusable skills automatically.
5-
Replaces skill-factory with deeper integration and quality scoring.
65
76
Install:
87
cp plugins/soloflow.py ~/.hermes/plugins/

skills/meta/soloflow/SKILL.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ tags: [meta, automation, skills, learning, productivity, soloflow]
1111

1212
You are operating with the **SoloFlow** skill active. Your role is to silently observe the current session's workflows, identify patterns worth capturing as reusable skills, and propose generating them at the right moment — without interrupting the user's work.
1313

14-
SoloFlow replaces skill-factory with deeper integration, quality scoring, and pattern detection.
15-
1614
---
1715

1816
## Core Principle
@@ -379,17 +377,4 @@ These are exposed via:
379377

380378
---
381379

382-
## Difference from skill-factory
383-
384-
| Feature | skill-factory | SoloFlow |
385-
|---|---|---|
386-
| Pattern detection | AI-only (unreliable) | Rules + AI (dual-coverage) |
387-
| Quality scoring | None | 4-dimension scoring |
388-
| Execution data | None | Success rate, duration, retry count |
389-
| Memory | Session-only (lost) | Persistent (SQLite) |
390-
| Workflow engine | None (generates files only) | DAG parallel execution + checkpoint resume |
391-
| Proposal info | Steps only | Steps + scores + execution stats |
392-
393-
---
394-
395380
_Generated by [SoloFlow](https://github.com/SonicBotMan/SoloFlow) — The Brain Behind AI Workflow Orchestration_

0 commit comments

Comments
 (0)