@telepath-computer/television 0.1.205 → 0.1.208
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/THIRD-PARTY-NOTICES.txt +46 -12
- package/dist/canonical/v1/components.js +1 -258
- package/dist/canonical/v1/styles.css +372 -312
- package/dist/cli.cjs +11311 -10219
- package/dist/onboarding/README.md +19 -14
- package/dist/onboarding/business-ops/about.html +4 -8
- package/dist/onboarding/business-ops/retention-vs-releases.html +0 -9
- package/dist/onboarding/business-ops/revenue-vs-goals.html +0 -11
- package/dist/onboarding/onboarding-channels.json +114 -0
- package/dist/onboarding/productivity/about.html +4 -8
- package/dist/onboarding/productivity/company-todos/index.html +0 -3
- package/dist/onboarding/productivity/company-todos/task.css +3 -3
- package/dist/onboarding/productivity/company-todos/task.js +1 -4
- package/dist/onboarding/productivity/meeting-prep.html +0 -7
- package/dist/onboarding/productivity/priorities-today.html +0 -7
- package/dist/onboarding/productivity/todays-calendar/calendar.js +327 -643
- package/dist/onboarding/productivity/todays-calendar/index.html +0 -4
- package/dist/onboarding/research/about.html +5 -9
- package/dist/onboarding/research/open-model-research.html +0 -9
- package/dist/onboarding/research/todays-news.html +3 -10
- package/dist/onboarding/tv-guide/welcome/index.html +5 -5
- package/dist/skills/television/SKILL.md +180 -136
- package/dist/skills/tv-calendar/calendar.js +327 -643
- package/dist/skills/tv-tasks/SKILL.md +10 -9
- package/dist/skills/tv-tasks/task.css +5 -6
- package/dist/skills/tv-tasks/task.js +2 -5
- package/dist/skills/tv-theme/SKILL.md +293 -193
- package/dist/views/artifact-missing/index.html +125 -60
- package/dist/views/markdown/THIRD-PARTY-NOTICES.txt +7 -7
- package/dist/views/markdown/index.html +23 -46
- package/dist/web/THIRD-PARTY-NOTICES.txt +4 -4
- package/dist/web/assets/artifact-bridge-BXDhGuL-.js +1 -0
- package/dist/web/assets/{artifactMissing-DY3nzD0p.js → artifactMissing-9rcTXhkH.js} +1 -1
- package/dist/web/assets/main-Blg8fuaV.css +1 -0
- package/dist/web/assets/main-C15ixkrL.js +593 -0
- package/dist/web/assets/{urlUnsupported-B2K6eB7H.js → urlUnsupported-kgq7Zh2V.js} +1 -1
- package/dist/web/index.html +4 -3
- package/dist/web/views/artifact-missing/index.html +125 -60
- package/dist/web/views/url-unsupported/index.html +127 -74
- package/package.json +4 -1
- package/dist/onboarding/onboarding-screens.json +0 -167
- package/dist/skills/tv-calendar/THIRD-PARTY-NOTICES.txt +0 -36
- package/dist/web/assets/artifact-bridge-BhiFDvPj.js +0 -1
- package/dist/web/assets/main-5017mprd.css +0 -1
- package/dist/web/assets/main-C6W2LLUt.js +0 -865
- /package/dist/canonical/v1/fonts/{Hind-Variable.woff2 → Hind-Variable.933e9900.woff2} +0 -0
|
@@ -27,9 +27,6 @@ calendar-week {
|
|
|
27
27
|
</style>
|
|
28
28
|
</head>
|
|
29
29
|
<body>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
30
|
<calendar-week start-date="2026-07-08" days="1" start-hour="8">
|
|
34
31
|
|
|
35
32
|
<calendar-event title="Daily Standup" start="2026-07-08T09:00" end="2026-07-08T09:15" color="blue"></calendar-event>
|
|
@@ -47,6 +44,5 @@ calendar-week {
|
|
|
47
44
|
<calendar-event title="Seed Update Draft Review" start="2026-07-08T16:00" end="2026-07-08T16:30" color="yellow"></calendar-event>
|
|
48
45
|
|
|
49
46
|
</calendar-week>
|
|
50
|
-
|
|
51
47
|
</body>
|
|
52
48
|
</html>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
-
<title>About this
|
|
6
|
+
<title>About this channel</title>
|
|
7
7
|
<link rel="stylesheet" href="/canonical/v1/styles.css">
|
|
8
8
|
<script type="module" src="/canonical/v1/components.js"></script>
|
|
9
9
|
<style>
|
|
@@ -56,7 +56,7 @@ header > .summary-deck {
|
|
|
56
56
|
muted and italic so it reads as a quotation rather than body copy. One
|
|
57
57
|
accent for all three (the rule is decoration, not a categorization). */
|
|
58
58
|
|
|
59
|
-
/* The About cards read as the
|
|
59
|
+
/* The About cards read as the channel's guide, not an example result: they sit
|
|
60
60
|
on a post-it yellow surface, a deliberate exception to the set's "artifacts
|
|
61
61
|
don't set backgrounds" rule. The surface is a fixed ramp token (yellow in
|
|
62
62
|
any theme, like a sticky note), so the text and accent are pinned to fixed
|
|
@@ -112,15 +112,12 @@ body {
|
|
|
112
112
|
</style>
|
|
113
113
|
</head>
|
|
114
114
|
<body>
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
115
|
<main class="shell">
|
|
119
116
|
<header>
|
|
120
|
-
<h1>About this
|
|
117
|
+
<h1>About this channel</h1>
|
|
121
118
|
|
|
122
119
|
<p class="lede">
|
|
123
|
-
This
|
|
120
|
+
This channel shows examples of TV artifacts focused on online research.
|
|
124
121
|
Instead of using Google and your browser, you can ask your agent to do
|
|
125
122
|
research and display results as artifacts on your TV.
|
|
126
123
|
</p>
|
|
@@ -143,10 +140,9 @@ body {
|
|
|
143
140
|
<span>Try asking your agent</span>
|
|
144
141
|
Create a new markdown document on my TV so I can write my next blog
|
|
145
142
|
post. Include an outline for me to work with based on the open model
|
|
146
|
-
research on this
|
|
143
|
+
research on this channel.
|
|
147
144
|
</li>
|
|
148
145
|
</ul>
|
|
149
146
|
</main>
|
|
150
|
-
|
|
151
147
|
</body>
|
|
152
148
|
</html>
|
|
@@ -352,14 +352,6 @@ header.hero {
|
|
|
352
352
|
</style>
|
|
353
353
|
</head>
|
|
354
354
|
<body>
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
355
|
<main class="shell">
|
|
364
356
|
<header class="hero">
|
|
365
357
|
<h1>Open model research</h1>
|
|
@@ -537,6 +529,5 @@ header.hero {
|
|
|
537
529
|
</div>
|
|
538
530
|
</section>
|
|
539
531
|
</main>
|
|
540
|
-
|
|
541
532
|
</body>
|
|
542
533
|
</html>
|
|
@@ -112,7 +112,7 @@ header.hero h1 {
|
|
|
112
112
|
|
|
113
113
|
/* Small source label, then the item's own title, both inside the band. */
|
|
114
114
|
.card-source {
|
|
115
|
-
font-size:
|
|
115
|
+
font-size: 11px;
|
|
116
116
|
font-weight: 700;
|
|
117
117
|
letter-spacing: 0.04em;
|
|
118
118
|
text-transform: uppercase;
|
|
@@ -223,7 +223,7 @@ a.card-title:hover {
|
|
|
223
223
|
word-wrap: break-word;
|
|
224
224
|
}
|
|
225
225
|
.x-text a {
|
|
226
|
-
color:
|
|
226
|
+
color: inherit;
|
|
227
227
|
text-decoration: none;
|
|
228
228
|
}
|
|
229
229
|
.x-text a:hover {
|
|
@@ -265,11 +265,10 @@ a.card-title:hover {
|
|
|
265
265
|
font-weight: 700;
|
|
266
266
|
}
|
|
267
267
|
.tm-related a {
|
|
268
|
-
color:
|
|
268
|
+
color: inherit;
|
|
269
269
|
text-decoration: none;
|
|
270
270
|
}
|
|
271
271
|
.tm-related a:hover {
|
|
272
|
-
color: var(--color-link);
|
|
273
272
|
text-decoration: underline;
|
|
274
273
|
}
|
|
275
274
|
.tm-related-sep {
|
|
@@ -284,11 +283,6 @@ a.card-title:hover {
|
|
|
284
283
|
</style>
|
|
285
284
|
</head>
|
|
286
285
|
<body>
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
286
|
<main class="shell">
|
|
293
287
|
<header class="hero">
|
|
294
288
|
<h1>Today's AI News</h1>
|
|
@@ -498,6 +492,5 @@ it's not a QA problem, it's a go-to-market problem.</div>
|
|
|
498
492
|
|
|
499
493
|
</div>
|
|
500
494
|
</main>
|
|
501
|
-
|
|
502
495
|
</body>
|
|
503
496
|
</html>
|
|
@@ -181,11 +181,11 @@
|
|
|
181
181
|
|
|
182
182
|
<p class="lede">Television is the missing GUI for your personal agent, created by the team at Telepath. We’re glad you’re here.</p>
|
|
183
183
|
|
|
184
|
-
<p>
|
|
184
|
+
<p>Your TV is organized into <strong>Channels</strong>, which are listed in the sidebar. We put you on "TV Guide" to start. Click <tv-icon name="expand"></tv-icon> to rename a channel or pin it to the top. Use <tv-icon name="add"></tv-icon> to add a new channel.</p>
|
|
185
|
+
|
|
186
|
+
<p>Channels hold <tv-icon name="artifact"></tv-icon> <strong>Artifacts</strong>, like this one. They're live surfaces your agent can create, edit, and update. Artifacts can be notes, editable documents, dashboards, web pages, reports, or custom web apps. Each artifact has a button at the top of the screen; click these buttons to navigate, or double-click to zoom. (You can also navigate by holding down Option and using the arrow keys.)</p>
|
|
185
187
|
|
|
186
|
-
<p>
|
|
187
|
-
|
|
188
|
-
<p>To create or change an artifact, just tell your agent what you want to see. Click <tv-icon name="shapes" weight="duotone"></tv-icon> to see some of the artifacts that TV supports. Or try asking your agent…</p>
|
|
188
|
+
<p>To create or change an artifact, simply tell your agent what you want to see! Click <tv-icon name="skills"></tv-icon> to view some of the artifacts that TV supports. Or try asking your agent…</p>
|
|
189
189
|
|
|
190
190
|
<div class="prompts">
|
|
191
191
|
<p class="prompt"><svg class="weather-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" aria-hidden="true"><path d="M139.84,84.41v0a68.22,68.22,0,0,0-41.65,46v-.11a44.08,44.08,0,0,0-38.54,5h0a48,48,0,1,1,80.19-50.94Z" opacity="0.2"/><path d="M164,72a76.2,76.2,0,0,0-20.26,2.73,55.63,55.63,0,0,0-9.41-11.54l9.51-13.57a8,8,0,1,0-13.11-9.18L121.22,54A55.9,55.9,0,0,0,96,48c-.58,0-1.16,0-1.74,0L91.37,31.71a8,8,0,1,0-15.75,2.77L78.5,50.82A56.1,56.1,0,0,0,55.23,65.67L41.61,56.14a8,8,0,1,0-9.17,13.11L46,78.77A55.55,55.55,0,0,0,40,104c0,.57,0,1.15,0,1.72L23.71,108.6a8,8,0,0,0,1.38,15.88,8.24,8.24,0,0,0,1.39-.12l16.32-2.88a55.74,55.74,0,0,0,5.86,12.42A52,52,0,0,0,84,224h80a76,76,0,0,0,0-152ZM56,104a40,40,0,0,1,72.54-23.24,76.26,76.26,0,0,0-35.62,40,52.14,52.14,0,0,0-31,4.17A40,40,0,0,1,56,104ZM164,208H84a36,36,0,1,1,4.78-71.69c-.37,2.37-.63,4.79-.77,7.23a8,8,0,0,0,16,.92,58.91,58.91,0,0,1,1.88-11.81c0-.16.09-.32.12-.48A60.06,60.06,0,1,1,164,208Z"/></svg><span>What’s the 3-day weather forecast for New York City? Include a nice icon for each day’s weather. Update it twice a day.</span></p>
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
|
|
198
198
|
<section class="callout">
|
|
199
199
|
<h2><svg class="callout-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" aria-hidden="true"><path d="M208,104a79.86,79.86,0,0,1-30.59,62.92A24.29,24.29,0,0,0,168,186v6a8,8,0,0,1-8,8H96a8,8,0,0,1-8-8v-6a24.11,24.11,0,0,0-9.3-19A79.87,79.87,0,0,1,48,104.45C47.76,61.09,82.72,25,126.07,24A80,80,0,0,1,208,104Z" opacity="0.2"/><path d="M176,232a8,8,0,0,1-8,8H88a8,8,0,0,1,0-16h80A8,8,0,0,1,176,232Zm40-128a87.55,87.55,0,0,1-33.64,69.21A16.24,16.24,0,0,0,176,186v6a16,16,0,0,1-16,16H96a16,16,0,0,1-16-16v-6a16,16,0,0,0-6.23-12.66A87.59,87.59,0,0,1,40,104.49C39.74,56.83,78.26,17.14,125.88,16A88,88,0,0,1,216,104Zm-16,0a72,72,0,0,0-73.74-72c-39,.92-70.47,33.39-70.26,72.39a71.65,71.65,0,0,0,27.64,56.3A32,32,0,0,1,96,186v6h64v-6a32.15,32.15,0,0,1,12.47-25.35A71.65,71.65,0,0,0,200,104Zm-16.11-9.34a57.6,57.6,0,0,0-46.56-46.55,8,8,0,0,0-2.66,15.78c16.57,2.79,30.63,16.85,33.44,33.45A8,8,0,0,0,176,104a9,9,0,0,0,1.35-.11A8,8,0,0,0,183.89,94.66Z"/></svg>More examples</h2>
|
|
200
|
-
<p>See the
|
|
200
|
+
<p>See the other channels for more examples of how to use Television. (You can close or delete these channels whenever you like; they're just there to give you ideas!)</p>
|
|
201
201
|
</section>
|
|
202
202
|
</body>
|
|
203
203
|
</html>
|