Skip to content

release: alpha footer and legal corrections#25

Merged
terisuke merged 2 commits into
mainfrom
develop
Apr 21, 2026
Merged

release: alpha footer and legal corrections#25
terisuke merged 2 commits into
mainfrom
develop

Conversation

@terisuke

Copy link
Copy Markdown
Contributor

Merge develop to main for Cloudflare deployment.

… pages

- navigation.ts: '日本市場向け Beta' → 'アルファテスト', 'ベータ料金' → '料金プラン'
- terms.astro: Remove 'Beta' from legal text, update pricing and test period references
- privacy.astro: Remove 'Beta' from legal text
- SocialProofSection.astro: Update comment
fix: remove remaining beta references from footer, terms, privacy
Copilot AI review requested due to automatic review settings April 21, 2026 16:19
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying griftai with  Cloudflare Pages  Cloudflare Pages

Latest commit: 978689e
Status: ✅  Deploy successful!
Preview URL: https://08bb70d3.griftai.pages.dev
Branch Preview URL: https://develop.griftai.pages.dev

View logs

@terisuke terisuke merged commit 5875a11 into main Apr 21, 2026
8 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release merge focused on updating marketing/legal copy from “Beta” to “Alpha” terminology ahead of Cloudflare deployment.

Changes:

  • Update Terms and Privacy meta descriptions and first-paragraph product naming to remove “Beta”.
  • Adjust Terms pricing language to state alpha-test free offering.
  • Update footer navigation labels and an internal comment in SocialProofSection.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.

File Description
src/pages/terms.astro Updates meta description and pricing text; removes “Beta” from service naming in intro paragraph.
src/pages/privacy.astro Updates meta description and removes “Beta” from service naming; adjusts applicability wording.
src/config/navigation.ts Renames footer resource labels to reflect alpha test/pricing.
src/components/sections/marketing/SocialProofSection.astro Updates a section comment label from beta to alpha.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/pages/terms.astro
<MarketingLayout
title={`利用規約 - ${siteConfig.name}`}
description={`${siteConfig.name} Beta の利用条件、ベータ版であること、料金、免責、禁止事項、準拠法および問い合わせ窓口を掲載しています。`}
description={`${siteConfig.name} の利用条件、アルファテストであること、料金、免責、禁止事項、準拠法および問い合わせ窓口を掲載しています。`}

Copilot AI Apr 21, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

利用規約の meta description で「アルファテスト」としている一方、本文では「ベータ版サービス」「ベータ版であること」などベータ前提の記述が残っており、文書内で状態が矛盾しています。アルファに合わせるなら該当見出し・本文(例: 2章/3章やベータ期間中の記述)も同様に更新して整合させてください。

Copilot uses AI. Check for mistakes.
Comment thread src/pages/terms.astro
Comment on lines 23 to +24
この利用規約(以下「本規約」)は、{companyName}(以下「当社」)が提供する Grift
Beta(以下「本サービス」)の利用条件を定めるものです。
(以下「本サービス」)の利用条件を定めるものです。

Copilot AI Apr 21, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

「Grift」と「(以下「本サービス」)」が改行・インデントで分割されており、レンダリング結果で「Grift (以下…)」のように不要な空白が入る可能性があります。日本語の括弧は直前に空白を入れずに連結する形(例: Grift(以下…))になるようテキストノードの分割/空白を調整してください。

Copilot uses AI. Check for mistakes.
Comment thread src/pages/privacy.astro
<MarketingLayout
title={`プライバシーポリシー - ${siteConfig.name}`}
description={`${siteConfig.name} Beta における個人情報および業務情報の取扱い方針。取得情報、利用目的、GitHub 連携、匿名化、問い合わせ窓口を掲載しています。`}
description={`${siteConfig.name} における個人情報および業務情報の取扱い方針。取得情報、利用目的、GitHub 連携、匿名化、問い合わせ窓口を掲載しています。`}

Copilot AI Apr 21, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

プライバシーポリシーの meta description では Beta 表記を外していますが、本文には「ベータ提供機能」「ベータ期間中は…」などベータ前提の記述が残っています。アルファ/ベータの位置付けをどちらにするか決め、文書全体で用語を統一してください。

Suggested change
description={`${siteConfig.name} における個人情報および業務情報の取扱い方針。取得情報、利用目的、GitHub 連携、匿名化、問い合わせ窓口を掲載しています。`}
description={`${siteConfig.name} ベータ提供中における個人情報および業務情報の取扱い方針。取得情報、利用目的、GitHub 連携、匿名化、問い合わせ窓口を掲載しています。`}

Copilot uses AI. Check for mistakes.
Comment thread src/pages/privacy.astro
Comment on lines 27 to 30
本プライバシーポリシーは、Grift
Beta(以下「本サービス」)における情報の取扱いについて定めるものです。 本サービスは {
(以下「本サービス」)における情報の取扱いについて定めるものです。 本サービスは {
companyName
}(以下「当社」)が提供します。

Copilot AI Apr 21, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

冒頭文の「Grift」と「(以下「本サービス」)」が改行で分割されているため、表示上「Grift (以下…)」のように余計な空白が入りやすいです。また「です。 本サービスは …」の文中スペースも日本語としては不自然に見えます。括弧前・句点後の空白が入らないように文面/改行位置を調整してください。

Copilot uses AI. Check for mistakes.
Comment thread src/pages/privacy.astro
<h2>2. 本ポリシーの適用範囲</h2>
<p class="text-pretty">
本ポリシーは、当社が `griftai.org` で提供する Grift Beta に適用されます。
本ポリシーは、当社が `griftai.org` で提供する Grift に適用されます。

Copilot AI Apr 21, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

griftai.org のようなバッククォート表記は .astro の通常のHTMLではそのまま文字として表示され、Tailwind Typography の inline code スタイルも適用されません(<code> 要素にならないため)。強調したい意図なら <code>griftai.org</code> 等のHTML要素にするか、単にバッククォートを外して表記を統一してください。

Suggested change
本ポリシーは、当社が `griftai.org` で提供する Grift に適用されます。
本ポリシーは、当社が <code>griftai.org</code> で提供する Grift に適用されます。

Copilot uses AI. Check for mistakes.
<section class="border-y border-border bg-surface">
<div class="mx-auto max-w-7xl px-4 py-16 sm:px-6 lg:px-8">
{/* Beta status */}
{/* Alpha status */}

Copilot AI Apr 21, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

この行ではコメントを「Alpha status」に更新していますが、ファイル先頭のドキュメントコメントは依然として「beta stage」「beta status transparency」等の記述になっています。現状に合わせてコメント全体の用語を揃えてください。

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants