company-skill 3.4.6 → 3.4.8
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 +7 -0
- package/package.json +1 -1
- package/skill/SKILL.md +6 -6
package/README.md
CHANGED
|
@@ -102,6 +102,13 @@ No source = rejected by reviewer.
|
|
|
102
102
|
## Visual Indicators
|
|
103
103
|
|
|
104
104
|
```
|
|
105
|
+
───────────────────────────────────────────────────────────────────────
|
|
106
|
+
██████ ██████ ███ ███ ██████ █████ ██ ██ ██ ██
|
|
107
|
+
██ ██ ██ ████ ████ ██ ██ ██ ██ ███ ██ ██ ██
|
|
108
|
+
██ ██ ██ ██ ████ ██ ██████ ███████ ██ ██ ██ ████
|
|
109
|
+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
|
|
110
|
+
██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
|
|
111
|
+
|
|
105
112
|
════════════════════════════════════════════════
|
|
106
113
|
CYCLE 1 - THINK > EXECUTE > VERIFY
|
|
107
114
|
════════════════════════════════════════════════
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -36,12 +36,12 @@ 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
|
+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
|
|
44
|
+
██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
Then check if COMPANY.md exists and report how many roles found. Check if playbook.md exists.
|