@hasna/skills 0.1.52 → 0.1.54
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.
|
|
36863
|
+
version: "0.1.54",
|
|
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.
|
|
21822
|
+
version: "0.1.54",
|
|
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.
|
|
18843
|
+
version: "0.1.54",
|
|
18844
18844
|
description: "Skills library for AI coding agents",
|
|
18845
18845
|
type: "module",
|
|
18846
18846
|
bin: {
|
package/package.json
CHANGED
|
@@ -46,7 +46,7 @@ Provider CLIs should emit bounded `hasna.project_panel.v1` JSON:
|
|
|
46
46
|
```bash
|
|
47
47
|
todos project-panel --project <project> --json --contract
|
|
48
48
|
files project-panel --project <project> --json --contract
|
|
49
|
-
mailery
|
|
49
|
+
mailery project-panel --project <project> --limit 20 --json --contract
|
|
50
50
|
conversations project-panel --project <project> --limit 30 --json --contract
|
|
51
51
|
knowledge project-panel --project <project> --scope project --limit 30 --json --contract
|
|
52
52
|
mementos --json project-panel --project <project> --contract
|
|
@@ -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
|
|
33
|
-
"conversations project-panel --project <project> --json --contract",
|
|
34
|
-
"knowledge project-panel --project <project> --json --contract",
|
|
32
|
+
"mailery 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
|
],
|