{"id":51265980,"url":"https://github.com/devagrawal09/specter","last_synced_at":"2026-06-29T15:02:01.215Z","repository":{"id":360334529,"uuid":"1249553109","full_name":"devagrawal09/specter","owner":"devagrawal09","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-26T00:46:23.000Z","size":441,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T02:28:56.502Z","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/devagrawal09.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-25T20:30:39.000Z","updated_at":"2026-05-26T00:43:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devagrawal09/specter","commit_stats":null,"previous_names":["devagrawal09/specter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/devagrawal09/specter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devagrawal09%2Fspecter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devagrawal09%2Fspecter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devagrawal09%2Fspecter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devagrawal09%2Fspecter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devagrawal09","download_url":"https://codeload.github.com/devagrawal09/specter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devagrawal09%2Fspecter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34931592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-06-29T15:02:00.344Z","updated_at":"2026-06-29T15:02:01.208Z","avatar_url":"https://github.com/devagrawal09.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Specter\n\nSpecter is a TypeScript framework for vertically sliced event-sourced applications.\n\nThis repository is a pnpm workspace:\n\n```txt\npackages/core/             @specter-ts/core framework/runtime package\npackages/create-specter/   create-specter initializer CLI\napps/reference/            Todo Reference application used as the starter template\napps/booking-reference/    Meeting-room booking Reference application\napps/threadplane-reference/ Threadplane-style workspace Reference application\n```\n\n## Create A Project\n\nThe published command is:\n\n```sh\nnpm create specter@latest my-app\n```\n\nUse the explicit `@latest` tag in automation so npm does not reuse a stale cached initializer. The initializer also accepts `--install` after `--` to run `npm install`:\n\n```sh\nnpm create specter@latest my-app -- --install\n```\n\nLocal verification can point generated apps at a packed or workspace core build:\n\n```sh\nSPECTER_CORE_SPEC=file:/absolute/path/to/packages/core node packages/create-specter/dist/index.js my-app\n```\n\n## Workspace Commands\n\n```sh\npnpm install\npnpm build\npnpm typecheck\npnpm test\npnpm dev\npnpm dev:booking\npnpm dev:threadplane\n```\n\nThe existing Reference applications use fixed port `41731`; the Threadplane Reference application uses fixed port `41732`.\n\nWorkspace apps resolve `@specter-ts/core`, `@specter-ts/core/client`, and `@specter-ts/core/testing` to local source through `tsconfig.base.json`, so app tests do not require a prebuilt `packages/core/dist`.\n\n## Slice Scenarios\n\nSlices are created with a stable name and a human-readable description:\n\n```ts\ncreateCommandSlice(\"addTodo\", \"Adds a todo to the list.\");\n```\n\nEvery scenario also has a `description`. `testScenarios` uses slice descriptions for suite names and scenario descriptions for test names.\n\n## Release\n\n```sh\npnpm release:dry-run\npnpm release:publish\n```\n\n`release:publish` verifies npm auth, runs typecheck/tests/build, then publishes `@specter-ts/core` before `create-specter`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevagrawal09%2Fspecter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevagrawal09%2Fspecter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevagrawal09%2Fspecter/lists"}