Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
356391a
feat(package): add context-kit
Jul 6, 2026
fc6768f
fix(context-kit): add package.json manifest for the VM installer
Jul 6, 2026
3ed7a91
feat(context-kit): v0.2.0 — bundle buildeth v3 + astro base, runtime-…
Jul 6, 2026
c543b41
feat(context-kit): v0.3.0 — Motion-drafted brand-context + Bucket B, …
Jul 6, 2026
a92c989
feat(context-kit): v0.4.0 — reshape voc as real customer-language res…
Jul 6, 2026
2f3e459
feat(context-kit): v0.5.0 — glossary-tag spine + explicit fallback ch…
Jul 6, 2026
4665db4
feat(context-kit): v0.6.0 — always-on self-improvement loop (behavior…
Jul 7, 2026
11f914b
refactor(context-kit): v0.7.0 — drop persistent gaps queue + board su…
Jul 7, 2026
8d6b7be
Context Kit v0.8.0: redesign board to runneth-ds
Jul 15, 2026
c0eaf05
Context Kit v0.8.1: fix disclosure rows to native <details>
Jul 15, 2026
8a64e7b
feat(context-kit): tabbed board redesign + account-setup fold (v0.9.0)
Jul 16, 2026
cdb611e
feat(context-kit): v1.0.0 brand knowledge refresh
cursoragent Jul 20, 2026
aaed20e
fix(context-kit): align package contract metadata
cursoragent Jul 20, 2026
7c73985
feat(package): add ad-naming — naming decoder, KPI map, query contract
cursoragent Jul 20, 2026
0381ea8
fix(ad-naming): align brain files with manifest
cursoragent Jul 20, 2026
eb64e06
feat(package): add creative-corpus — durable per-creative brain library
cursoragent Jul 20, 2026
e1472eb
docs: add repository and CLI engineering guide
cursoragent Jul 20, 2026
ff24f09
fix(context-kit): align fresh install state
cursoragent Jul 20, 2026
d16f9a5
fix(context-kit): align fresh install state
cursoragent Jul 20, 2026
5cc9047
fix(context-kit): add app manifest identity
cursoragent Jul 20, 2026
4c41685
fix(context-kit): add app manifest identity
cursoragent Jul 20, 2026
ff58830
fix(context-kit): keep Motion refresh in agent turns
cursoragent Jul 20, 2026
dbd1b7b
fix(ad-naming): keep Motion refresh in agent turns
cursoragent Jul 20, 2026
cea2d6b
merge: propagate broker-safe package refreshes
cursoragent Jul 20, 2026
fbecbcf
fix(creative-corpus): use agent-mode full-ID builds
cursoragent Jul 20, 2026
8794585
docs: align guide with agent-mode package runtime
cursoragent Jul 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The app & skill library behind the **Runneth Use Case Library** at [runneth.motionapp.com](https://runneth.motionapp.com). Each top-level directory is a self-contained use case — a skill bundle or a sandbox app — that a Runneth user can install in a couple of clicks. The public site reads this repo's curated metadata **live** via the GitHub raw API (~60s cache), so editing the files here *is* how the site is organized.

For the package-manager contract, repository architecture, and an evidence-ranked
inventory of local and external CLI commands, see
[`docs/REPOSITORY_AND_CLI_GUIDE.md`](docs/REPOSITORY_AND_CLI_GUIDE.md).

## How a use case is structured

| File | Purpose |
Expand Down
Loading
Loading