skillwiki 0.9.13 → 0.9.14
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.14",
|
|
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
|
@@ -135,6 +135,15 @@ skillwiki --human fleet context "$VAULT"
|
|
|
135
135
|
|
|
136
136
|
If `identity_status` is `unknown` or `invalid`, treat the runtime as ephemeral: do not infer SSH/self aliases, sync authority, deploy authority, or protected-host permissions. Rerun with `--host-id <id>` only after the user confirms the current machine is that named fleet host.
|
|
137
137
|
|
|
138
|
+
## Session Kind Policy
|
|
139
|
+
|
|
140
|
+
Before asking questions or running scheduled maintenance, resolve the session kind through the shared `session-kind` policy when the CLI/runtime exposes it.
|
|
141
|
+
|
|
142
|
+
- `interactive`: prompts are allowed.
|
|
143
|
+
- `headless`: prompts are forbidden; use recorded defaults or fail closed.
|
|
144
|
+
- `goal`: prompts are forbidden; run only automation-ready work or explicitly approved defaults.
|
|
145
|
+
- `satellite`: prompts are forbidden; run only host/profile-allowed jobs and fail closed on unsafe authority.
|
|
146
|
+
|
|
138
147
|
## Typical Workflow
|
|
139
148
|
1. **Init** (`wiki-init`) — create vault, set domain and taxonomy
|
|
140
149
|
2. **Ingest** (`wiki-ingest`) — add sources, build pages
|
|
@@ -135,6 +135,15 @@ skillwiki --human fleet context "$VAULT"
|
|
|
135
135
|
|
|
136
136
|
If `identity_status` is `unknown` or `invalid`, treat the runtime as ephemeral: do not infer SSH/self aliases, sync authority, deploy authority, or protected-host permissions. Rerun with `--host-id <id>` only after the user confirms the current machine is that named fleet host.
|
|
137
137
|
|
|
138
|
+
## Session Kind Policy
|
|
139
|
+
|
|
140
|
+
Before asking questions or running scheduled maintenance, resolve the session kind through the shared `session-kind` policy when the CLI/runtime exposes it.
|
|
141
|
+
|
|
142
|
+
- `interactive`: prompts are allowed.
|
|
143
|
+
- `headless`: prompts are forbidden; use recorded defaults or fail closed.
|
|
144
|
+
- `goal`: prompts are forbidden; run only automation-ready work or explicitly approved defaults.
|
|
145
|
+
- `satellite`: prompts are forbidden; run only host/profile-allowed jobs and fail closed on unsafe authority.
|
|
146
|
+
|
|
138
147
|
## Typical Workflow
|
|
139
148
|
1. **Init** (`wiki-init`) — create vault, set domain and taxonomy
|
|
140
149
|
2. **Ingest** (`wiki-ingest`) — add sources, build pages
|