This commit is contained in:
a2a-platform
2026-06-29 01:34:41 +00:00
parent a519e7b558
commit dfa7bb3bc4
6 changed files with 90 additions and 13 deletions

View File

@@ -21,8 +21,9 @@ Deployment context:
using that chapter's own `chapter_id`. Do not attach all activities to the
first chapter.
- Visible lesson activities should normally use `TYPE_DYNAMIC` /
`SUBTYPE_DYNAMIC_MARKDOWN`, markdown content/details, `lock_type=public`, and
`published=true` unless the user explicitly asks for drafts.
`SUBTYPE_DYNAMIC_MARKDOWN`, `content.markdown_url`, `lock_type=public`, and
`published=true` unless the user explicitly asks for drafts. Inline markdown
is converted to a `data:text/markdown` URL when no external URL is available.
- Activity updates must not send `published_version`; this LearnHouse backend
currently rejects that field.
- Do not use `GET /api/v1/health` as a preflight or blocker for API-token