skillwiki 0.8.1-beta.1 → 0.8.1-beta.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/dist/cli.js CHANGED
@@ -2791,6 +2791,7 @@ function buildCliSurface() {
2791
2791
  program2.command("claim").option("--project <slug>").option("--slug <slug>").option("--wiki <name>");
2792
2792
  program2.command("pagesize").option("--lines <n>").option("--wiki <name>");
2793
2793
  program2.command("log-rotate").option("--threshold <n>").option("--apply").option("--wiki <name>");
2794
+ program2.command("log-append").requiredOption("--content <text>").option("--wiki <name>");
2794
2795
  program2.command("lint").option("--days <n>").option("--lines <n>").option("--log-threshold <n>").option("--fix").option("--only <bucket>").option("--wiki <name>");
2795
2796
  program2.command("config");
2796
2797
  program2.command("doctor");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.8.1-beta.1",
3
+ "version": "0.8.1-beta.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "skillwiki": "dist/cli.js"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.8.1-beta.1",
3
+ "version": "0.8.1-beta.2",
4
4
  "skills": "./",
5
5
  "description": "Project-aware Karpathy-style knowledge base for Claude Code: 18 prompt-only skills (wiki-*, proj-*, using-skillwiki) backed by the deterministic `skillwiki` CLI.",
6
6
  "author": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.8.1-beta.1",
3
+ "version": "0.8.1-beta.2",
4
4
  "description": "Project-aware Karpathy-style knowledge base for Codex with 18 prompt-only skills backed by the deterministic skillwiki CLI.",
5
5
  "author": {
6
6
  "name": "karlorz",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillwiki/skills",
3
- "version": "0.8.1-beta.1",
3
+ "version": "0.8.1-beta.2",
4
4
  "private": true,
5
5
  "files": [
6
6
  "wiki-*",