@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.
@@ -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: ['general assistance', 'problem solving', 'planning'],
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compilr-dev/sdk",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Universal agent runtime for building AI-powered applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",