{"id":44502962,"url":"https://github.com/pie-framework/pie-players","last_synced_at":"2026-03-03T18:07:56.923Z","repository":{"id":334367009,"uuid":"1134036450","full_name":"pie-framework/pie-players","owner":"pie-framework","description":"item and assessment players and the assessment toolkit","archived":false,"fork":false,"pushed_at":"2026-02-28T00:44:32.000Z","size":54073,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-28T04:08:59.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pie-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-14T06:46:25.000Z","updated_at":"2026-02-27T22:02:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pie-framework/pie-players","commit_stats":null,"previous_names":["pie-framework/pie-players"],"tags_count":158,"template":false,"template_full_name":null,"purl":"pkg:github/pie-framework/pie-players","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pie-framework%2Fpie-players","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pie-framework%2Fpie-players/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pie-framework%2Fpie-players/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pie-framework%2Fpie-players/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pie-framework","download_url":"https://codeload.github.com/pie-framework/pie-players/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pie-framework%2Fpie-players/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T17:46:22.538Z","status":"ssl_error","status_checked_at":"2026-03-03T17:46:22.036Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-13T07:57:52.660Z","updated_at":"2026-03-03T18:07:56.918Z","avatar_url":"https://github.com/pie-framework.png","language":"TypeScript","readme":"# pie-players\n\nPIE players and assessment toolkit with Bun + TypeScript + Svelte 5.\n\n**Docs app**: `apps/docs`\n**Examples app**: `apps/section-demos`\n\n## Quick Start\n\n```bash\nbun install\nbun run dev:docs      # Docs site\nbun run dev:section   # Section demos\n```\n\n## Development\n\n```bash\nbun dev          # Watch all packages\nbun build        # Build all\nbun typecheck    # Type check\nbun test         # Run tests\nbun format       # Format code\n```\n\n## Consumer Import Rules\n\nWhen consuming PIE web components from apps or other packages:\n\n- Import custom-element registration entrypoints (for example `@pie-players/pie-assessment-toolkit/components/item-toolbar-element`), not raw package `.svelte` component files.\n- Do not import package source paths like `@pie-players/\u003cpkg\u003e/src/...` from consumers.\n- Do not use cross-package `?customElement` imports.\n- Keep runtime package exports pointing to built `dist` artifacts.\n\nBoundary checks:\n\n```bash\nbun run check:source-exports\nbun run check:consumer-boundaries\nbun run check:custom-elements\n```\n\n## Releasing From Workspace\n\nThis monorepo keeps internal dependencies as `workspace:*` during development.\n\nOn release, `bun run release` runs a publish wrapper that temporarily rewrites workspace\nranges to concrete package versions, executes `changeset publish`, then restores the\noriginal workspace ranges. This avoids leaking `workspace:*` into npm metadata while\nkeeping local development ergonomics unchanged.\n\nBefore release merges/publishes, run:\n\n```bash\nbun run verify:publish\n```\n\n## Release Labels\n\nUse release labels to tag a coordinated release wave without forcing lockstep package versions.\n\n```bash\nbun run release:label                # Create annotated tag (default: pie-players-YYYY.MM.DD)\nbun run release:label -- --label players-2026.02\nbun run release:label:push           # Create and push tag to origin\n```\n\n## Packages\n\n**Interactive Players**: pie-item-player\n**Print Player**: print-player - Item-level print rendering for production use\n**Tools**: calculator, graph, ruler, protractor, annotation-toolbar, color-scheme, periodic-table\n**Math Rendering**: math-renderer-core, math-renderer-mathjax, math-renderer-katex\n**Shared**: players-shared, assessment-toolkit\n\n## Documentation\n\n- [Architecture](docs/ARCHITECTURE.md)\n- [Math Renderer Architecture](docs/MATH-RENDERER-ARCHITECTURE.md) - Pluggable math rendering system\n- [Authoring Mode](docs/AUTHORING_MODE.md)\n- [NPM Token Setup](docs/NPM_TOKEN_SETUP.md)\n- [Publishing Contract](docs/publishing.md)\n- [Docs Index](docs/README.md)\n\n## License\n\nSee LICENSE file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpie-framework%2Fpie-players","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpie-framework%2Fpie-players","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpie-framework%2Fpie-players/lists"}