skillwiki 0.9.15 → 0.9.16

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": "skillwiki",
3
- "version": "0.9.15",
3
+ "version": "0.9.16",
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.9.15",
3
+ "version": "0.9.16",
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.9.15",
3
+ "version": "0.9.16",
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.9.15",
3
+ "version": "0.9.16",
4
4
  "private": true,
5
5
  "files": [
6
6
  "wiki-*",
@@ -21,6 +21,11 @@ This sets the language of generated page prose. Frontmatter keys, schema section
21
21
 
22
22
  Four shapes: typed-knowledge, raw, work-item, compound. See spec for full Zod schemas.
23
23
 
24
+ ## Work Item Queue Contract
25
+
26
+ Work-item statuses are `planned`, `in-progress`, `completed`, and `abandoned`.
27
+ `status: proposed` is not supported by the current SkillWiki schema. Non-executing queued findings use raw `task` or `bug` captures under `raw/transcripts/` with a `project` wikilink; humans promote them into `planned` work items.
28
+
24
29
  ## Tag Taxonomy
25
30
 
26
31
  ```yaml