Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 0 additions & 5 deletions .changeset/a11y-chromium-auto-install.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/a11y-node-detail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/agents-procedural-rewrite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/question-shell-refactor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/scaffold-workspace-readme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warn-malformed-course.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/create-tessera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-tessera

## 0.2.2

### Patch Changes

- 455a7d4: Scaffolded workspaces now include a human-facing `README.md` and a "Project notes" section in `AGENTS.md` where users add their own context for the agent.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-tessera/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tessera",
"version": "0.2.1",
"version": "0.2.2",
"description": "Scaffold a new Tessera course.",
"keywords": [
"tessera",
Expand Down
10 changes: 10 additions & 0 deletions packages/tessera-learn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# tessera-learn

## 0.2.2

### Patch Changes

- 663357a: `tessera a11y` / `tessera check` now auto-install Chromium for Playwright on first use instead of failing with a manual instruction.
- fc41b00: a11y audit now reports which element triggered each violation: `a11y-report.json` records the selector, HTML, and axe's failure summary per node, and the console output lists the offending selector and failure summary.
- ba866d1: Rewrite the course authoring guide (`AGENTS.md`) into a procedural, LLM-facing instruction set — converting prose to rules/tables and trimming runtime-internal reference that authors never write.
- 701a18d: Internal refactor with no author-facing changes: the four question widgets now share a `QuestionShell` component for their standalone-vs-quiz render, and the LMS adapter labels and cmi5 context builder were de-duplicated.
- 7978096: A course directory under `courses/` that has a `pages/` folder but is missing its `course.config.js` is now reported as skipped when listing the workspace's courses, instead of being silently dropped.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tessera-learn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tessera-learn",
"version": "0.2.1",
"version": "0.2.2",
"description": "LMS tracking runtime for interactive learning content. One adapter layer (SCORM 1.2, SCORM 2004 4th Edition, cmi5, static Web), your choice of components.",
"keywords": [
"svelte",
Expand Down