get-ember-dossier 0.1.0 → 0.1.1
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/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Example subjects are generic on purpose unless a real one is named. Filled examp
|
|
|
22
22
|
pnpm add get-ember-dossier
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
Copy `node_modules/get-ember-dossier/skills/ember-dossier/` into the agent’s skills directory.
|
|
25
|
+
Copy `node_modules/get-ember-dossier/skills/ember-dossier/` into the agent’s skills directory. Agents load a named folder that contains `SKILL.md`.
|
|
26
26
|
|
|
27
27
|
## Site
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -4,13 +4,13 @@ This is an example. **EmberDossier** is the real product behind emberdossier.com
|
|
|
4
4
|
|
|
5
5
|
## 1. Snapshot
|
|
6
6
|
|
|
7
|
-
EmberDossier is a recency-first briefing format and agent skill, first published on 19 August 2026 by Catalyst Forge LLC. The public explainer is [emberdossier.com](https://emberdossier.com). The installable npm package is [`get-ember-dossier@0.1.
|
|
7
|
+
EmberDossier is a recency-first briefing format and agent skill, first published on 19 August 2026 by Catalyst Forge LLC. The public explainer is [emberdossier.com](https://emberdossier.com). The installable npm package is [`get-ember-dossier@0.1.1`](https://www.npmjs.com/package/get-ember-dossier). It tells an agent how to write a seven-section briefing that leads with what is true now. It does not search the web, store dossiers, or run a research backend.
|
|
8
8
|
|
|
9
9
|
Three names point at the same launch, and they are easy to mix up. **EmberDossier** is the format and the skill. **`get-ember-dossier`** is the npm package. **emberdossier.com** is the FilePress explainer. The GitHub repo is [Catalyst-Forge-LLC/ember-dossier](https://github.com/Catalyst-Forge-LLC/ember-dossier).
|
|
10
10
|
|
|
11
11
|
## 2. Why it matters right now
|
|
12
12
|
|
|
13
|
-
19 August 2026 is the first public day. The site is live. `get-ember-dossier@0.1.
|
|
13
|
+
19 August 2026 is the first public day. The site is live. `get-ember-dossier@0.1.1` is the first real package drop after a same-day `0.0.0` name stake. Anyone who lands on the homepage or the package page has to decide whether this is a research desk or a write-up order. EmberDossier’s own site takes the second reading: a format, not a research service. The agent the reader already uses does the looking.
|
|
14
14
|
|
|
15
15
|
The invented Harborview example shows the seven sections on a civic fixture. This briefing shows the same sections on a real, quiet product with more than one artifact.
|
|
16
16
|
|
|
@@ -19,7 +19,7 @@ The invented Harborview example shows the seven sections on a civic fixture. Thi
|
|
|
19
19
|
- **19 August 2026.** The spec (`GENESIS.md`) locked the seven section names and the recency-first rule: present tense first, background second. Example subjects in shipped docs stay generic unless the reader names a real one.
|
|
20
20
|
- **Same day.** A FilePress explainer went live at emberdossier.com. Pages: Home, Skill, Examples, About, and a short Writing post (`Present tense first`). Engine: `getfilepress` from npm. No auth, no application database.
|
|
21
21
|
- **Same day, 13:57 UTC.** [`get-ember-dossier@0.0.0`](https://www.npmjs.com/package/get-ember-dossier) published as a name stake. MIT. Homepage set to emberdossier.com. Author: Catalyst Forge LLC.
|
|
22
|
-
- **Same day, later.** [`get-ember-dossier@0.1.
|
|
22
|
+
- **Same day, later.** [`get-ember-dossier@0.1.1`](https://www.npmjs.com/package/get-ember-dossier) published. Install is `pnpm add get-ember-dossier`, then copy `skills/ember-dossier/` into the agent’s skills directory. The package now includes three filled examples: Harborview Public Library, EmberDossier, and Framework Computer.
|
|
23
23
|
- **Same day.** Source published at [github.com/Catalyst-Forge-LLC/ember-dossier](https://github.com/Catalyst-Forge-LLC/ember-dossier).
|
|
24
24
|
- **Same day.** First filled example: Harborview Public Library — invented municipal branch, roles instead of names, operational disputes only.
|
|
25
25
|
|
|
@@ -39,10 +39,10 @@ Catalyst Forge LLC publishes it. The explainer is a static FilePress site. The c
|
|
|
39
39
|
|
|
40
40
|
- **Catalyst Forge LLC** — publisher. Site: [catalystforge.com](https://www.catalystforge.com).
|
|
41
41
|
- **FilePress (`getfilepress`)** — engine that renders the explainer.
|
|
42
|
-
- **npm** — registry for `get-ember-dossier@0.1.
|
|
42
|
+
- **npm** — registry for `get-ember-dossier@0.1.1`.
|
|
43
43
|
- **GitHub (`Catalyst-Forge-LLC/ember-dossier`)** — public source.
|
|
44
44
|
- **emberdossier.com** — public explainer and install path.
|
|
45
|
-
- **
|
|
45
|
+
- **Skill hosts** — any agent that loads a named folder containing `SKILL.md`.
|
|
46
46
|
- **Harborview Public Library** — invented example subject, not a real institution.
|
|
47
47
|
|
|
48
48
|
No individual is named.
|