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

chore(rebrand): complete UIForge → Forge Space rename across scripts, patterns, and memories#141

Merged
LucasSantana-Dev merged 3 commits into
mainfrom
chore/complete-rebrand
Mar 15, 2026
Merged

chore(rebrand): complete UIForge → Forge Space rename across scripts, patterns, and memories#141
LucasSantana-Dev merged 3 commits into
mainfrom
chore/complete-rebrand

Conversation

@LucasSantana-Dev
Copy link
Copy Markdown
Member

Summary

Changes

Scripts

  • forge-patterns-cli.js: updated CLI description
  • integrate.js: canonical project names (ui-mcp, siza) with legacy aliases for backwards compat
  • bootstrap/project.sh: updated project descriptions and path references
  • simple-validation.sh: uiforge-{webapp,mcp}siza/ui-mcp paths
  • validate-documentation-references.sh: updated project path references
  • integrate-all-projects.sh, integrate-siza.sh: Forge Space naming

Patterns

  • feature-toggles/libraries/nodejs/index.js: class renamed to ForgeSpaceFeatureToggles (backwards-compat UIForgeFeatureToggles alias preserved)
  • monitoring/shared-logger.ts: Forge Space naming
  • git/pre-commit/base.sh: minor rebrand

Config

  • knip.json: removed 8 stale ignore entries for patterns/* globs that matched no files → 0 knip issues

Serena Memories

  • feature_toggle_system.md: updated class names and ecosystem references
  • mcp_context_server_architecture.md: updated naming
  • project.yml: added line_ending and read_only_memory_patterns fields

Quality

  • Build: ✅ pass
  • Tests: ✅ 609/609 passing
  • Knip: ✅ 0 issues
  • Security: ✅ 0 vulnerabilities

… patterns, memories

- ForgeSpaceFeatureToggles class (backwards-compat alias for UIForgeFeatureToggles)
- integrate.js: canonical project names (ui-mcp, siza) + legacy aliases
- bootstrap/project.sh: updated project descriptions and references
- forge-patterns-cli.js: updated CLI description
- simple-validation.sh: uiforge-{webapp,mcp} → siza/ui-mcp paths
- validate-documentation-references.sh: updated project path references
- integrate-{all-projects,siza}.sh: Forge Space naming
- pre-commit/base.sh: minor rebrand
- shared-logger.ts: Forge Space naming
- knip.json: remove 8 stale ignore entries (patterns/* no longer needed)
- Serena memories: updated feature-toggle and MCP context server docs
- .serena/project.yml: add line_ending and read_only_memory_patterns fields
@LucasSantana-Dev LucasSantana-Dev requested a review from a team as a code owner March 15, 2026 15:02
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 15, 2026

Warning

Rate limit exceeded

@LucasSantana-Dev has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 12 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 56222c4e-72da-40ba-b43f-39d583c88530

📥 Commits

Reviewing files that changed from the base of the PR and between 63705f0 and e191959.

📒 Files selected for processing (15)
  • .serena/memories/feature_toggle_system.md
  • .serena/memories/mcp_context_server_architecture.md
  • .serena/memories/project_overview.md
  • .serena/project.yml
  • knip.json
  • patterns/feature-toggles/libraries/nodejs/index.js
  • patterns/git/pre-commit/base.sh
  • patterns/monitoring/shared-logger.ts
  • scripts/bootstrap/project.sh
  • scripts/forge-patterns-cli.js
  • scripts/integrate-all-projects.sh
  • scripts/integrate-siza.sh
  • scripts/integrate.js
  • scripts/simple-validation.sh
  • scripts/validate-documentation-references.sh
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/complete-rebrand
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 15, 2026

Project Scorecard


Scorecard: 84/100 (B)
────────────────────────────────────────
  security: 100/100 (A)
  quality: 80/100 (B) — 1 violations
  performance: 67/100 (D) — 1 violations
  compliance: 75/100 (C) — 1 violations
  dependency: 100/100 (A)

Recommendations:
  - Increase test coverage to meet the 80% threshold
  - Extend log retention to at least 90 days for compliance

…ate.js

- Prettier: reformatted integrate.js (was failing format:check)
- SonarCloud duplication: removed 176 lines of duplicated example-generation code
  by normalizing legacy projectType aliases (uiforge-mcp→ui-mcp, uiforge-webapp→siza)
  at the top of createIntegrationExample() and consolidating to two canonical blocks
- Keeps backwards-compat: LEGACY_MAP ensures old callers still get correct output
- Tests: 609/609 passing, 0 lint errors, format:check clean
@sonarqubecloud
Copy link
Copy Markdown

@LucasSantana-Dev LucasSantana-Dev merged commit 74d2f36 into main Mar 15, 2026
25 checks passed
LucasSantana-Dev added a commit that referenced this pull request Mar 15, 2026
CHANGELOG:
- CI: actions/checkout + setup-node v4→v6 across 13 workflow files (#143)
- CI: Tenant profile inlined to .forge/, eliminated cross-repo PAT (#142)
- CI: Git hooks auto-detect tenant profile, eliminates ausentes warning (#144)
- chore: UIForge→Forge Space rebrand in scripts/patterns/memories (#141)
- chore: gitignore .forge runtime artifacts (#145)
- fix: knip.json 8 stale ignores removed, 0 issues
LucasSantana-Dev added a commit that referenced this pull request Mar 15, 2026
…148)

CHANGELOG:
- CI: actions/checkout + setup-node v4→v6 across 13 workflow files (#143)
- CI: Tenant profile inlined to .forge/, eliminated cross-repo PAT (#142)
- CI: Git hooks auto-detect tenant profile, eliminates ausentes warning (#144)
- chore: UIForge→Forge Space rebrand in scripts/patterns/memories (#141)
- chore: gitignore .forge runtime artifacts (#145)
- fix: knip.json 8 stale ignores removed, 0 issues
@LucasSantana-Dev LucasSantana-Dev deleted the chore/complete-rebrand branch March 16, 2026 16:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant