@tikomni/skills 0.1.5 → 0.1.6
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tikomni/skills",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "TikOmni skill installer CLI for structured social media crawling in Codex, Claude Code, and OpenClaw",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/mark-ly-wang/TikOmni-Skills#readme",
|
|
@@ -389,7 +389,6 @@ def write_work_fact_card(
|
|
|
389
389
|
fallback_identifier=fallback_identifier,
|
|
390
390
|
)
|
|
391
391
|
|
|
392
|
-
Path(paths["json_path"]).write_text(json.dumps(card, ensure_ascii=False, indent=2), encoding="utf-8")
|
|
393
392
|
Path(paths["markdown_path"]).write_text(
|
|
394
393
|
"\n".join(_markdown_lines(card)).strip() + "\n",
|
|
395
394
|
encoding="utf-8",
|
|
@@ -400,7 +399,7 @@ def write_work_fact_card(
|
|
|
400
399
|
"ok": True,
|
|
401
400
|
"count": 1,
|
|
402
401
|
"path": paths["markdown_path"],
|
|
403
|
-
"json_path":
|
|
402
|
+
"json_path": None,
|
|
404
403
|
"markdown_path": paths["markdown_path"],
|
|
405
404
|
"route": paths["route"],
|
|
406
405
|
"identifier": paths["identifier"],
|