Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit fc09f63

Browse files
fix: Update README with current project names and links (#58)
- Remove hardcoded version 1.2.0 (use badges instead) - Fix project names: forge-space-ui → siza, forge-space-mcp → siza-mcp - Fix broken relative links to use GitHub URLs - Fix npm package name: @uiforge/forge-patterns → @forgespace/core - Fix directory name in structure: uiforge-patterns → forge-patterns - Add siza-gen and branding-mcp to projects list
1 parent e878801 commit fc09f63

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
Part of [Forge Space](https://github.com/Forge-Space) — the open full-stack AI workspace. This repo provides the foundation that all other Forge Space projects build on: code quality standards, security framework, CI/CD workflows, and a local MCP context server for IDE integration.
66

7-
**Version 1.2.0**
87

98
## Overview
109

@@ -26,9 +25,11 @@ Forge-Space Core provides shared configurations, workflows, and architectural pa
2625

2726
## 📋 Projects Using These Patterns
2827

29-
- **mcp-gateway**: Python/Node.js MCP gateway with comprehensive CI/CD
30-
- **forge-space-ui**: Next.js web application with multi-environment deployment
31-
- **forge-space-mcp**: Node.js MCP server with security-focused workflows
28+
- **[siza](https://github.com/Forge-Space/siza)**: Next.js web application with multi-environment deployment
29+
- **[siza-mcp](https://github.com/Forge-Space/ui-mcp)**: MCP server for AI-powered UI generation
30+
- **[mcp-gateway](https://github.com/Forge-Space/mcp-gateway)**: Python/Node.js MCP gateway with comprehensive CI/CD
31+
- **[branding-mcp](https://github.com/Forge-Space/branding-mcp)**: AI-powered brand identity generation
32+
- **[siza-gen](https://github.com/Forge-Space/siza-gen)**: AI generation engine with component registry
3233

3334
## 🌐 Ecosystem Integration
3435

@@ -40,14 +41,13 @@ This core repository provides the foundation for the entire Forge Space ecosyste
4041
- **📊 Quality Gates**: Standardized testing and quality requirements
4142

4243
**Related Projects:**
43-
- [**Forge Space - UI**](../uiforge-webapp/) - AI-powered UI generation platform
44-
- [**MCP Gateway**](../mcp-gateway/) - Central tool aggregation and routing
45-
- [**Forge Space - UI MCP**](../uiforge-mcp/) - Specialized UI development tools
44+
- [**Siza**](https://github.com/Forge-Space/siza) - AI-powered full-stack workspace
45+
- [**MCP Gateway**](https://github.com/Forge-Space/mcp-gateway) - Central tool aggregation and routing
46+
- [**Siza MCP**](https://github.com/Forge-Space/ui-mcp) - MCP server for UI generation
4647

4748
**Documentation:**
48-
- [**Ecosystem Overview**](../../ECOSYSTEM_OVERVIEW.md) - Complete ecosystem guide
49-
- [**Integration Guide**](../../docs/ecosystem/INTEGRATION_GUIDE.md) - Step-by-step integration instructions
50-
- [**Architecture Diagrams**](../../docs/ecosystem/ARCHITECTURE_DIAGRAM.md) - Visual architecture reference
49+
- [**Documentation Hub**](docs/README.md) - Complete documentation
50+
- [**Project Context**](docs/project/PROJECT_CONTEXT.MD) - Project guide and context
5151

5252
## � GitHub Workflows Optimization
5353

@@ -115,7 +115,7 @@ For complete documentation, see our **[Documentation Hub](docs/README.md)** whic
115115
### 1. Install Forge Patterns
116116

117117
```bash
118-
npm install @uiforge/forge-patterns
118+
npm install @forgespace/core
119119
```
120120

121121
### 2. Integrate into Your Project
@@ -128,15 +128,15 @@ npx forge-patterns integrate
128128
129129
# Or use individual integration commands
130130
npx forge-patterns integrate --project=mcp-gateway
131-
npx forge-patterns integrate --project=uiforge-mcp
132-
npx forge-patterns integrate --project=uiforge-webapp
131+
npx forge-patterns integrate --project=siza-mcp
132+
npx forge-patterns integrate --project=siza
133133
```
134134

135135
## 📁 Repository Structure
136136

137137
```bash
138138
139-
uiforge-patterns/
139+
forge-patterns/
140140
├── .github/
141141
│ ├── workflows/ # CI/CD workflow templates
142142
│ └── templates/ # GitHub templates (PR, issues)

0 commit comments

Comments
 (0)