@vibedx/vibekit 0.6.3 → 0.6.4
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/assets/team.yml +18 -12
- package/package.json +1 -1
package/assets/team.yml
CHANGED
|
@@ -6,17 +6,23 @@
|
|
|
6
6
|
# vibe team add <id> --name "Name" ... - Add a member
|
|
7
7
|
# vibe team remove <id> - Remove a member
|
|
8
8
|
# vibe new "task" --assignee <id> - Assign ticket to member
|
|
9
|
+
#
|
|
10
|
+
# No need to edit this file manually — use the CLI commands above.
|
|
11
|
+
# But if you prefer to edit directly, just add entries under `members:`
|
|
12
|
+
# like this:
|
|
13
|
+
#
|
|
14
|
+
# members:
|
|
15
|
+
# jane-doe:
|
|
16
|
+
# name: Jane Doe
|
|
17
|
+
# github: jane-doe
|
|
18
|
+
# slack: U04ABC12DEF
|
|
19
|
+
# x: janedoe
|
|
20
|
+
# role: Founder
|
|
21
|
+
# john-smith:
|
|
22
|
+
# name: John Smith
|
|
23
|
+
# github: john-smith
|
|
24
|
+
# slack: U05XYZ34GHI
|
|
25
|
+
# x: johnsmith
|
|
26
|
+
# role: Engineer
|
|
9
27
|
|
|
10
28
|
members: {}
|
|
11
|
-
# Example:
|
|
12
|
-
# mani-yadv:
|
|
13
|
-
# name: Mani
|
|
14
|
-
# github: mani-yadv
|
|
15
|
-
# slack: U0XXXXXXXX
|
|
16
|
-
# x: vernon1943
|
|
17
|
-
# role: Founder
|
|
18
|
-
# opusaku:
|
|
19
|
-
# name: Opus
|
|
20
|
-
# github: opusaku
|
|
21
|
-
# slack: U0XXXXXXXX
|
|
22
|
-
# role: Senior Engineer
|