company-skill 3.4.0 → 3.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -7
- package/banner.png +0 -0
- package/package.json +1 -1
- package/skill/SKILL.md +7 -8
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="banner.png" alt="COMPANY" width="700">
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
5
|
Give it a goal. The whole company works until it's done.
|
|
4
6
|
|
|
@@ -101,14 +103,10 @@ No source = rejected by reviewer.
|
|
|
101
103
|
|
|
102
104
|
```
|
|
103
105
|
════════════════════════════════════════════════
|
|
104
|
-
|
|
106
|
+
CYCLE 1 - THINK > EXECUTE > VERIFY
|
|
105
107
|
════════════════════════════════════════════════
|
|
106
108
|
|
|
107
|
-
|
|
108
|
-
🏢 CYCLE 1 - THINK > EXECUTE > VERIFY
|
|
109
|
-
════════════════════════════════════════════════
|
|
110
|
-
|
|
111
|
-
📋 CYCLE 1 VERDICT: NOT DONE
|
|
109
|
+
CYCLE 1 VERDICT: NOT DONE
|
|
112
110
|
Missing validation of compression ratios
|
|
113
111
|
```
|
|
114
112
|
|
package/banner.png
ADDED
|
Binary file
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -36,12 +36,11 @@ echo "Skills installed"
|
|
|
36
36
|
Step 2: Print banner as plain text (NOT Bash):
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝
|
|
39
|
+
■■■■■■ ■■■■■■ ■■■ ■■■ ■■■■■■ ■■■■■ ■■ ■■ ■■ ■■
|
|
40
|
+
■■ ■■ ■■ ■■■■ ■■■■ ■■ ■■ ■■ ■■ ■■■ ■■ ■■ ■■
|
|
41
|
+
■■ ■■ ■■ ■■ ■■■■ ■■ ■■■■■■ ■■■■■■■ ■■ ■■ ■■ ■■■■
|
|
42
|
+
■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■■ ■■
|
|
43
|
+
■■■■■■ ■■■■■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■
|
|
45
44
|
```
|
|
46
45
|
|
|
47
46
|
Then check if COMPANY.md exists and report how many roles found. Check if playbook.md exists.
|
|
@@ -65,7 +64,7 @@ Read `.company/playbook.md` if it exists (accumulated knowledge from past sessio
|
|
|
65
64
|
Print as plain text (NOT Bash):
|
|
66
65
|
|
|
67
66
|
════════════════════════════════════════════════
|
|
68
|
-
|
|
67
|
+
CYCLE {N} - THINK > EXECUTE > VERIFY
|
|
69
68
|
════════════════════════════════════════════════
|
|
70
69
|
|
|
71
70
|
### THINK (Opus, all leads parallel)
|
|
@@ -106,7 +105,7 @@ Devil's Advocate attacks anything marked as passing.
|
|
|
106
105
|
|
|
107
106
|
Print as plain text (NOT Bash):
|
|
108
107
|
|
|
109
|
-
|
|
108
|
+
CYCLE {N} VERDICT: {DONE or NOT DONE}
|
|
110
109
|
{reason}
|
|
111
110
|
|
|
112
111
|
ALL criteria pass + Advocate accepts = EXIT.
|