skillwiki 0.9.15 → 0.9.17
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.
|
|
3
|
+
"version": "0.9.17",
|
|
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": {
|
package/skills/package.json
CHANGED
package/templates/SCHEMA.md
CHANGED
|
@@ -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
|