@orderful/droid 0.5.1 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orderful/droid
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#24](https://github.com/Orderful/droid/pull/24) [`25c80b1`](https://github.com/Orderful/droid/commit/25c80b1b11346e98c3e35a0907b823ec4ba4192c) Thanks [@frytyler](https://github.com/frytyler)! - Clarify two-way tag convention in comments skill description
8
+
3
9
  ## 0.5.1
4
10
 
5
11
  ### Patch Changes
@@ -1,10 +1,9 @@
1
1
  ---
2
2
  name: comments
3
3
  description: >-
4
- Enable inline code conversations using @droid markers. Leave comments like
5
- "> @droid should we cache this?" and get responses inline. Use /comments check
6
- to scan for markers and address them, /comments cleanup to remove resolved threads.
7
- Ideal for code review notes, quick questions, and async collaboration in any file.
4
+ Enable inline conversations using @droid/@user markers. Tag @droid to ask the AI,
5
+ AI responds with @{your-name}. Use /comments check to address markers, /comments cleanup
6
+ to remove resolved threads. Ideal for code review notes and async collaboration.
8
7
  globs:
9
8
  - "**/*"
10
9
  alwaysApply: false
@@ -1,9 +1,8 @@
1
1
  name: comments
2
2
  description: >-
3
- Enable inline code conversations using @droid markers. Leave comments like
4
- "> @droid should we cache this?" and get responses inline. Use /comments check
5
- to scan for markers and address them, /comments cleanup to remove resolved threads.
6
- Ideal for code review notes, quick questions, and async collaboration in any file.
3
+ Enable inline conversations using @droid/@user markers. Tag @droid to ask the AI,
4
+ AI responds with @{your-name}. Use /comments check to address markers, /comments cleanup
5
+ to remove resolved threads. Ideal for code review notes and async collaboration.
7
6
  version: 0.2.0
8
7
  status: beta
9
8
  dependencies: []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderful/droid",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "AI workflow toolkit for sharing skills, commands, and agents across the team",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,10 +1,9 @@
1
1
  ---
2
2
  name: comments
3
3
  description: >-
4
- Enable inline code conversations using @droid markers. Leave comments like
5
- "> @droid should we cache this?" and get responses inline. Use /comments check
6
- to scan for markers and address them, /comments cleanup to remove resolved threads.
7
- Ideal for code review notes, quick questions, and async collaboration in any file.
4
+ Enable inline conversations using @droid/@user markers. Tag @droid to ask the AI,
5
+ AI responds with @{your-name}. Use /comments check to address markers, /comments cleanup
6
+ to remove resolved threads. Ideal for code review notes and async collaboration.
8
7
  globs:
9
8
  - "**/*"
10
9
  alwaysApply: false
@@ -1,9 +1,8 @@
1
1
  name: comments
2
2
  description: >-
3
- Enable inline code conversations using @droid markers. Leave comments like
4
- "> @droid should we cache this?" and get responses inline. Use /comments check
5
- to scan for markers and address them, /comments cleanup to remove resolved threads.
6
- Ideal for code review notes, quick questions, and async collaboration in any file.
3
+ Enable inline conversations using @droid/@user markers. Tag @droid to ask the AI,
4
+ AI responds with @{your-name}. Use /comments check to address markers, /comments cleanup
5
+ to remove resolved threads. Ideal for code review notes and async collaboration.
7
6
  version: 0.2.0
8
7
  status: beta
9
8
  dependencies: []