Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude/rules/version-management-frontend.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZERO-ONE Version Management Rule - Frontend Repository

Source of truth for this repository: `ops/version-management.md`.
Source of truth for this repository: `docs/ops/version-management.md`.

This rule is a version-management rule, not a frontend coding-style rule. Do not duplicate the full rule body here; keep the durable policy in `ops/version-management.md` so Claude/Codex/project agents share the same repository-level source of truth.
This rule is a version-management rule, not a frontend coding-style rule. Do not duplicate the full rule body here; keep the durable policy in `docs/ops/version-management.md` so Claude/Codex/project agents share the same repository-level source of truth.
2 changes: 1 addition & 1 deletion .claude/skills/zeroone-version-management/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: Use when working on ZERO-ONE production release records, PR release

# ZERO-ONE Version Management Wrapper for Claude

Source of truth: `ops/agent-skills/zeroone-version-management.md`.
Source of truth: `skills_context/SHARED/zeroone-version-management.md`.

Immediately read that file and follow it. Do not duplicate or reinterpret the rule in this wrapper.
2 changes: 1 addition & 1 deletion .codex/skills/zeroone-version-management/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: Use when working on ZERO-ONE production release records, PR release

# ZERO-ONE Version Management Wrapper for Codex

Source of truth: `ops/agent-skills/zeroone-version-management.md`.
Source of truth: `skills_context/SHARED/zeroone-version-management.md`.

Immediately read that file and follow it. Do not duplicate or reinterpret the rule in this wrapper.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
paths-ignore:
- 'releases/**'
- 'ops/**'
- 'docs/ops/**'
workflow_dispatch:
inputs:
release_summary:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-record-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'releases/**/*.yaml'
- 'scripts/release/**'
- 'ops/**'
- 'docs/ops/**'
- '.github/workflows/deploy-prod.yml'
- '.github/workflows/release-record-check.yml'
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ZERO-ONE Study Platform — a 1:1 morning study platform built with Next.js 15 (
| `.github/` | CI/CD workflows (8 workflows): lint, typecheck, build, Storybook, security audit |
| `.storybook/` | Storybook configuration |
| `StudyVault/` | Structured knowledge vault organized by domain (AI-readable docs) |
| `skills_context/` | Shared agent-facing context and skill source-of-truth documents |
| `.claude/` | Claude Code project configuration and rules |
| `.agents/` | Agent skills for automation (25 skills) |

Expand Down Expand Up @@ -84,7 +85,7 @@ yarn typecheck # tsc --noEmit
<!-- MANUAL: Any manually added notes below this line are preserved on regeneration -->

### Production Version Management
- Main-branch production deployments must follow `ops/version-management.md` (ZERO-ONE Version Management Rule - Frontend Repository).
- Agent skill SSOT for this workflow is `ops/agent-skills/zeroone-version-management.md`; Codex/Claude skill files are thin wrappers only.
- Main-branch production deployments must follow `docs/ops/version-management.md` (ZERO-ONE Version Management Rule - Frontend Repository).
- Agent skill SSOT for this workflow is `skills_context/SHARED/zeroone-version-management.md`; Codex/Claude skill files are thin wrappers only.
- `releases/` is the source of truth for successful production FE/BE/DB/rollback combinations.
- Develop/test-server deployment keeps the existing flow and does not create release records.
577 changes: 0 additions & 577 deletions docs/2026-03-15-login-fail-fix/AUTH_STAGED_CHANGE_BREAKDOWN.md

This file was deleted.

310 changes: 0 additions & 310 deletions docs/2026-03-15-login-fail-fix/FRONTEND_OAUTH_REDIRECTION_CONTRACT.md

This file was deleted.

This file was deleted.

Loading
Loading