@telepath-computer/television 0.1.81 → 0.1.82
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.cjs +90 -22
- package/dist/skills/television/.skill-manifest.json +29 -0
- package/dist/skills/television/SKILL.md +77 -7
- package/dist/skills/television/artifact-types/calendar.md +4 -0
- package/dist/skills/television/artifact-types/table.md +4 -0
- package/dist/skills/television/artifact-workflow.md +280 -8
- package/dist/skills/television/cli-capabilities.md +145 -0
- package/dist/skills/television/html-house-style.md +4 -0
- package/dist/web/assets/{index-_1D4RyBM.js → index-BEXhHPow.js} +113 -113
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
- package/dist/skills/television/what-to-read.md +0 -27
package/dist/web/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
6
6
|
<title>Television</title>
|
|
7
|
-
<script type="module" crossorigin src="./assets/index-
|
|
7
|
+
<script type="module" crossorigin src="./assets/index-BEXhHPow.js"></script>
|
|
8
8
|
<link rel="stylesheet" crossorigin href="./assets/index-BzKe1F3U.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body></body>
|
package/package.json
CHANGED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# What to read
|
|
2
|
-
|
|
3
|
-
Use this routing guide to decide which Television companion docs apply.
|
|
4
|
-
|
|
5
|
-
## Always
|
|
6
|
-
|
|
7
|
-
- Read `SKILL.md` first.
|
|
8
|
-
- If you are using the `tv` CLI, keep this routing guide in mind while choosing companion docs.
|
|
9
|
-
|
|
10
|
-
## Artifact lifecycle work
|
|
11
|
-
|
|
12
|
-
If you are creating, editing, committing, abandoning, deleting, attaching, detaching, or otherwise managing Television artifacts, read:
|
|
13
|
-
|
|
14
|
-
- `artifact-workflow.md`
|
|
15
|
-
|
|
16
|
-
## HTML artifact authoring
|
|
17
|
-
|
|
18
|
-
If the artifact is `text/html`, read:
|
|
19
|
-
|
|
20
|
-
- `html-house-style.md`
|
|
21
|
-
|
|
22
|
-
HTML artifact work may also require a kind-specific doc under `artifact-types/`.
|
|
23
|
-
|
|
24
|
-
## Known artifact-type docs
|
|
25
|
-
|
|
26
|
-
- `artifact-types/calendar.md` — Calendar
|
|
27
|
-
- `artifact-types/table.md` — Table
|