@compilr-dev/sdk 0.7.0 → 0.7.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/dist/team/types.js +1 -1
- package/package.json +1 -1
package/dist/team/types.js
CHANGED
|
@@ -28,7 +28,7 @@ export const PREDEFINED_ROLE_IDS = [
|
|
|
28
28
|
* Used in the team roster to help agents understand each other's strengths
|
|
29
29
|
*/
|
|
30
30
|
export const ROLE_EXPERTISE = {
|
|
31
|
-
default: ['
|
|
31
|
+
default: ['coordination', 'problem solving', 'planning', 'task management'],
|
|
32
32
|
pm: ['planning', 'task tracking', 'coordination', 'timeline estimation', 'status updates'],
|
|
33
33
|
arch: [
|
|
34
34
|
'system design',
|