@hasna/skills 0.1.52 → 0.1.53

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/bin/index.js CHANGED
@@ -36860,7 +36860,7 @@ var package_default;
36860
36860
  var init_package = __esm(() => {
36861
36861
  package_default = {
36862
36862
  name: "@hasna/skills",
36863
- version: "0.1.52",
36863
+ version: "0.1.53",
36864
36864
  description: "Skills library for AI coding agents",
36865
36865
  type: "module",
36866
36866
  bin: {
package/bin/mcp.js CHANGED
@@ -21819,7 +21819,7 @@ class StdioServerTransport {
21819
21819
  // package.json
21820
21820
  var package_default = {
21821
21821
  name: "@hasna/skills",
21822
- version: "0.1.52",
21822
+ version: "0.1.53",
21823
21823
  description: "Skills library for AI coding agents",
21824
21824
  type: "module",
21825
21825
  bin: {
package/dist/index.js CHANGED
@@ -18840,7 +18840,7 @@ import { dirname as dirname4, relative as relative3 } from "path";
18840
18840
  // package.json
18841
18841
  var package_default = {
18842
18842
  name: "@hasna/skills",
18843
- version: "0.1.52",
18843
+ version: "0.1.53",
18844
18844
  description: "Skills library for AI coding agents",
18845
18845
  type: "module",
18846
18846
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/skills",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "description": "Skills library for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,9 +29,9 @@ const sections: GuideSection[] = [
29
29
  items: [
30
30
  "todos project-panel --project <project> --json --contract",
31
31
  "files project-panel --project <project> --json --contract",
32
- "mailery status project-panel --project <project> --json --contract",
33
- "conversations project-panel --project <project> --json --contract",
34
- "knowledge project-panel --project <project> --json --contract",
32
+ "mailery status project-panel --project <project> --limit 20 --json --contract",
33
+ "conversations project-panel --project <project> --limit 30 --json --contract",
34
+ "knowledge project-panel --project <project> --scope project --limit 30 --json --contract",
35
35
  "mementos --json project-panel --project <project> --contract",
36
36
  "reports project-panel --project <project> --json --contract",
37
37
  ],