chore: rename cameleer3 to cameleer
Rename Java packages from com.cameleer3 to com.cameleer, module directories from cameleer3-* to cameleer-*, and all references throughout workflows, Dockerfiles, docs, migrations, and pom.xml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cameleer3 — Usability Expert Mock</title>
|
||||
<title>Cameleer — Usability Expert Mock</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
@@ -97,7 +97,7 @@
|
||||
/* ─── Reset ─── */
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
|
||||
/* ─── Design Tokens (matching existing Cameleer3 theme) ─── */
|
||||
/* ─── Design Tokens (matching existing Cameleer theme) ─── */
|
||||
:root {
|
||||
--bg-deep: #060a13;
|
||||
--bg-base: #0a0e17;
|
||||
@@ -1147,7 +1147,7 @@ tr.exec-row:focus-visible {
|
||||
<button class="hamburger" title="Toggle sidebar">☰</button>
|
||||
<a href="#" class="logo">
|
||||
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2"/><path d="M8 12c0-2 1-4 4-4s4 2 4 4-1 4-4 4-4-2-4-4"/></svg>
|
||||
cameleer3
|
||||
cameleer
|
||||
</a>
|
||||
<div class="search-bar" title="Press Ctrl+K to search">
|
||||
<span class="search-icon">🔍</span>
|
||||
|
||||
Reference in New Issue
Block a user