diff --git a/LICENSE b/LICENSE index 6df209e..c2dbbb3 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2026 Stagecraft + Copyright 2026 Statecrafting Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 8aefd8a..0f8ff32 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Vue + Encore Enterprise Template -Copyright 2026 Stagecraft +Copyright 2026 Statecrafting This product is licensed under the Apache License, Version 2.0 (see LICENSE). diff --git a/README.md b/README.md index 17460ba..fba6bb8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [template-encore](https://stagecraft-ing.github.io/template-encore) [![CI](https://github.com/stagecraft-ing/template-encore/actions/workflows/ci.yml/badge.svg)](https://github.com/stagecraft-ing/template-encore/actions/workflows/ci.yml) [![TypeScript](https://img.shields.io/badge/TypeScript-6.0-blue)](https://www.typescriptlang.org/) [![Vue 3](https://img.shields.io/badge/Vue-3.5-green)](https://vuejs.org/) [![Encore.ts](https://img.shields.io/badge/Encore.ts-1.57-purple)](https://encore.dev/) [![Node 24](https://img.shields.io/badge/Node-24.x-green)](https://nodejs.org/) [![PrimeVue](https://img.shields.io/badge/PrimeVue-4-blue)](https://primevue.org/) +# [template-encore](https://statecrafting.github.io/template-encore) [![CI](https://github.com/statecrafting/template-encore/actions/workflows/ci.yml/badge.svg)](https://github.com/statecrafting/template-encore/actions/workflows/ci.yml) [![TypeScript](https://img.shields.io/badge/TypeScript-6.0-blue)](https://www.typescriptlang.org/) [![Vue 3](https://img.shields.io/badge/Vue-3.5-green)](https://vuejs.org/) [![Encore.ts](https://img.shields.io/badge/Encore.ts-1.57-purple)](https://encore.dev/) [![Node 24](https://img.shields.io/badge/Node-24.x-green)](https://nodejs.org/) [![PrimeVue](https://img.shields.io/badge/PrimeVue-4-blue)](https://primevue.org/) ![acme-vue-encore reference application](.github/img/template-github-banner.jpg) Runnable reference application: a public-facing SPA and a staff-facing SPA, both backed by a single diff --git a/package.json b/package.json index fde429d..5077663 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "acme-vue-encore: a runnable Vue 3 (PrimeVue) SPA + Encore.ts backend reference app with rauthy OIDC authentication, TypeScript, and Docker", "private": true, - "author": "Stagecraft", + "author": "Statecrafting", "license": "Apache-2.0", "workspaces": [ "apps/web", diff --git a/website/docs/getting-started/overview.md b/website/docs/getting-started/overview.md index a3e3200..bfe0a69 100644 --- a/website/docs/getting-started/overview.md +++ b/website/docs/getting-started/overview.md @@ -20,7 +20,7 @@ The backend decomposes into six logical services (`lib`, `db`, `health`, `auth`, ## Ecosystem Context -`acme-vue-encore` sits in the broader Open Agentic Platform (OAP) / Stagecraft ecosystem as the lean reference app. +`acme-vue-encore` sits in the broader Open Agentic Platform (OAP) / Statecrafting ecosystem as the lean reference app. The code-generating "generator" was deliberately stripped out into the sibling repository `factory-encore` (commit `b37d3d7`). The repository also vends `tenant-tail` run-side provenance and certificate verifiers tied to OAP specs 209 and 219 (the pinned version lives in the root `package.json`). The Express 5 backend it originally began with was fully retired during the Encore migration (specs 001 through 006). diff --git a/website/docs/getting-started/quick-start.md b/website/docs/getting-started/quick-start.md index 763517c..f9006f2 100644 --- a/website/docs/getting-started/quick-start.md +++ b/website/docs/getting-started/quick-start.md @@ -7,7 +7,7 @@ Follow these steps to get **acme-vue-encore** running locally on your machine. Clone the repository and navigate into the project directory: ```bash -git clone https://github.com/stagecraft-ing/template-encore.git +git clone https://github.com/statecrafting/template-encore.git cd template-encore ``` diff --git a/website/docs/reference/placeholders.md b/website/docs/reference/placeholders.md index 4d17a3a..42ffed3 100644 --- a/website/docs/reference/placeholders.md +++ b/website/docs/reference/placeholders.md @@ -10,7 +10,7 @@ You should perform a global find-and-replace for the following strings: - **`acme-vue-encore`**: Replace with your project's internal identifier (e.g., `my-company-app`). - **`@template`**: The npm workspace scope. Replace with your organization's scope (e.g., `@myorg`). -- **`stagecraft-ing`**: The GitHub organization name. +- **`statecrafting`**: The GitHub organization name. - **`template-encore`**: The GitHub repository name. ## Configuration Updates diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 0c28bc0..8080fd3 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -7,10 +7,10 @@ const config: Config = { tagline: 'Spec-governed Vue 3 and Encore.ts reference app with built-in auth.', favicon: 'img/favicon.ico', - url: 'https://stagecraft-ing.github.io', + url: 'https://statecrafting.github.io', baseUrl: '/template-encore/', - organizationName: 'stagecraft-ing', + organizationName: 'statecrafting', projectName: 'template-encore', onBrokenLinks: 'throw', @@ -34,7 +34,7 @@ const config: Config = { docs: { sidebarPath: './sidebars.ts', editUrl: - 'https://github.com/stagecraft-ing/template-encore/tree/main/website/', + 'https://github.com/statecrafting/template-encore/tree/main/website/', }, blog: false, theme: { @@ -55,7 +55,7 @@ const config: Config = { label: 'Docs', }, { - href: 'https://github.com/stagecraft-ing/template-encore', + href: 'https://github.com/statecrafting/template-encore', label: 'GitHub', position: 'right', }, @@ -86,15 +86,15 @@ const config: Config = { items: [ { label: 'GitHub', - href: 'https://github.com/stagecraft-ing/template-encore', + href: 'https://github.com/statecrafting/template-encore', }, { label: 'Open Agentic Platform', - href: 'https://github.com/stagecraft-ing/open-agentic-platform', + href: 'https://github.com/statecrafting/open-agentic-platform', }, { label: 'factory-encore (the generator)', - href: 'https://github.com/stagecraft-ing/factory-encore', + href: 'https://github.com/statecrafting/factory-encore', }, ], },