qualia-framework-v2 2.1.1 → 2.1.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.
Files changed (2) hide show
  1. package/bin/install.js +10 -0
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -30,6 +30,16 @@ const TEAM = {
30
30
  role: "EMPLOYEE",
31
31
  description: "Developer. Feature branches only. Cannot push to main or edit .env files.",
32
32
  },
33
+ "QS-RAMA-04": {
34
+ name: "Rama",
35
+ role: "EMPLOYEE",
36
+ description: "Developer. Feature branches only. Cannot push to main or edit .env files.",
37
+ },
38
+ "QS-SALLY-05": {
39
+ name: "Sally",
40
+ role: "EMPLOYEE",
41
+ description: "Developer. Feature branches only. Cannot push to main or edit .env files.",
42
+ },
33
43
  };
34
44
 
35
45
  const CLAUDE_DIR = path.join(require("os").homedir(), ".claude");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qualia-framework-v2",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Claude Code workflow framework by Qualia Solutions. Plan, build, verify, ship.",
5
5
  "bin": {
6
6
  "qualia-framework-v2": "./bin/cli.js"