company-skill 3.3.0 → 3.4.1

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Company
2
2
 
3
+ ```
4
+ ██████ ██████ ███ ███ ██████ █████ ███ ██ ██ ██
5
+ ██ ██ ██ ████████ ██ ██ ██ ██ ████ ██ ██ ██
6
+ ██ ██ ██ ██ ██ ██ ██████ ███████ ██ ████ ████
7
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
8
+ ██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
9
+ ```
10
+
3
11
  Give it a goal. The whole company works until it's done.
4
12
 
5
13
  ```
@@ -100,15 +108,17 @@ No source = rejected by reviewer.
100
108
  ## Visual Indicators
101
109
 
102
110
  ```
103
- ════════════════════════════════════════════════
104
- 🏢 COMPANY SKILL ACTIVE
105
- ════════════════════════════════════════════════
111
+ ██████ ██████ ███ ███ ██████ █████ ███ ██ ██ ██
112
+ ██ ██ ██ ████████ ██ ██ ██ ██ ████ ██ ██ ██
113
+ ██ ██ ██ ██ ██ ██ ██████ ███████ ██ ████ ████
114
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
115
+ ██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
106
116
 
107
117
  ════════════════════════════════════════════════
108
- 🏢 CYCLE 1 - THINK > EXECUTE > VERIFY
118
+ CYCLE 1 - THINK > EXECUTE > VERIFY
109
119
  ════════════════════════════════════════════════
110
120
 
111
- 📋 CYCLE 1 VERDICT: NOT DONE
121
+ CYCLE 1 VERDICT: NOT DONE
112
122
  Missing validation of compression ratios
113
123
  ```
114
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "company-skill",
3
- "version": "3.3.0",
3
+ "version": "3.4.1",
4
4
  "description": "Goal-driven multi-employee company for Claude Code. Give it a goal, it runs until done.",
5
5
  "bin": {
6
6
  "company-skill": "./bin/install.js"
package/skill/SKILL.md CHANGED
@@ -27,17 +27,21 @@ Step 1: Install skills. Run this Bash block IMMEDIATELY:
27
27
 
28
28
  ```bash
29
29
  INSTALLED=$(for d in ~/.claude/skills/*/SKILL.md .claude/skills/*/SKILL.md; do [ -f "$d" ] && basename "$(dirname "$d")"; done 2>/dev/null | sort -u)
30
- echo "$INSTALLED" | grep -q "gstack" || npx gstack@latest install 2>/dev/null || true
31
- echo "$INSTALLED" | grep -q "gsd" || npx -y get-shit-done-cc@latest install 2>/dev/null || true
32
- echo "$INSTALLED" | grep -q "trailofbits" || (git clone --depth 1 https://github.com/trailofbits/skills.git /tmp/tob-skills 2>/dev/null && cp -r /tmp/tob-skills/.claude/skills/* ~/.claude/skills/ 2>/dev/null && rm -rf /tmp/tob-skills) || true
33
- echo "Skills: $(for d in ~/.claude/skills/*/SKILL.md .claude/skills/*/SKILL.md; do [ -f "$d" ] && basename "$(dirname "$d")"; done 2>/dev/null | sort -u | tr '\n' ' ')"
30
+ echo "$INSTALLED" | grep -q "gstack" || npx gstack@latest install > /dev/null 2>&1 || true
31
+ echo "$INSTALLED" | grep -q "gsd" || npx -y get-shit-done-cc@latest install > /dev/null 2>&1 || true
32
+ echo "$INSTALLED" | grep -q "trailofbits" || (git clone --depth 1 https://github.com/trailofbits/skills.git /tmp/tob-skills > /dev/null 2>&1 && cp -r /tmp/tob-skills/.claude/skills/* ~/.claude/skills/ 2>/dev/null && rm -rf /tmp/tob-skills) || true
33
+ echo "Skills installed"
34
34
  ```
35
35
 
36
36
  Step 2: Print banner as plain text (NOT Bash):
37
37
 
38
- ════════════════════════════════════════════════
39
- 🏢 COMPANY SKILL ACTIVE
40
- ════════════════════════════════════════════════
38
+ ```
39
+ ██████ ██████ ███ ███ ██████ █████ ███ ██ ██ ██
40
+ ██ ██ ██ ████████ ██ ██ ██ ██ ████ ██ ██ ██
41
+ ██ ██ ██ ██ ██ ██ ██████ ███████ ██ ████ ████
42
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
43
+ ██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
44
+ ```
41
45
 
42
46
  Then check if COMPANY.md exists and report how many roles found. Check if playbook.md exists.
43
47
 
@@ -60,7 +64,7 @@ Read `.company/playbook.md` if it exists (accumulated knowledge from past sessio
60
64
  Print as plain text (NOT Bash):
61
65
 
62
66
  ════════════════════════════════════════════════
63
- 🏢 CYCLE {N} - THINK > EXECUTE > VERIFY
67
+ CYCLE {N} - THINK > EXECUTE > VERIFY
64
68
  ════════════════════════════════════════════════
65
69
 
66
70
  ### THINK (Opus, all leads parallel)
@@ -101,7 +105,7 @@ Devil's Advocate attacks anything marked as passing.
101
105
 
102
106
  Print as plain text (NOT Bash):
103
107
 
104
- 📋 CYCLE {N} VERDICT: {DONE or NOT DONE}
108
+ CYCLE {N} VERDICT: {DONE or NOT DONE}
105
109
  {reason}
106
110
 
107
111
  ALL criteria pass + Advocate accepts = EXIT.