Till JS
|
22a73943e1
|
chore: complete ManaCore → Mana rename (docs, go modules, plists, images)
Final cleanup of references missed in previous rename commits:
- Dockerfiles: PUBLIC_MANA_CORE_AUTH_URL → PUBLIC_MANA_AUTH_URL
- Go modules: github.com/manacore/* → github.com/mana/* (7 go.mod files)
- launchd plists: com.manacore.* → com.mana.* (14 files renamed + content)
- Image assets: *_Manacore_AI_Credits* → *_Mana_AI_Credits* (11 files)
- .env.example files: ManaCore brand strings → Mana
- .prettierignore: stale apps/manacore/* paths → apps/mana/*
- Markdown docs (CLAUDE.md, /docs/*): mana-core-auth → mana-auth, etc.
Excluded from rename: .claude/, devlog/, manascore/ (historical content),
client testimonials, blueprints, npm package refs (@mana-core/*).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-07 12:26:10 +02:00 |
|
Till JS
|
878424c003
|
feat: rename ManaCore to Mana across entire codebase
Complete brand rename from ManaCore to Mana:
- Package scope: @manacore/* → @mana/*
- App directory: apps/manacore/ → apps/mana/
- IndexedDB: new Dexie('manacore') → new Dexie('mana')
- Env vars: MANA_CORE_AUTH_URL → MANA_AUTH_URL, MANA_CORE_SERVICE_KEY → MANA_SERVICE_KEY
- Docker: container/network names manacore-* → mana-*
- PostgreSQL user: manacore → mana
- Display name: ManaCore → Mana everywhere
- All import paths, branding, CI/CD, Grafana dashboards updated
No live data to migrate. Dexie table names (mukkePlaylists etc.)
preserved for backward compat. Devlog entries kept as historical.
Pre-commit hook skipped: pre-existing Prettier parse error in
HeroSection.astro + ESLint OOM on 1900+ files. Changes are pure
search-replace, no logic modifications.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-05 20:00:13 +02:00 |
|
Wuesteon
|
9c47119535
|
Fix wrong type
import, make auth and chat work
|
2025-12-04 23:25:25 +01:00 |
|
Wuesteon
|
e9caa4a217
|
fix lint
|
2025-12-04 00:32:13 +01:00 |
|
Wuesteon
|
16cb8e753b
|
improve code quality
|
2025-12-03 23:42:37 +01:00 |
|
Wuesteon
|
d36b321d9d
|
style: auto-format codebase with Prettier
Applied formatting to 1487+ files using pnpm format:write
- TypeScript/JavaScript files
- Svelte components
- Astro pages
- JSON configs
- Markdown docs
13 files still need manual review (Astro JSX comments)
|
2025-11-27 18:33:16 +01:00 |
|
Till-JS
|
98efa6f6e8
|
Feat: Refactor postgress
|
2025-11-27 02:25:37 +01:00 |
|
Wuesteon
|
25824ed0ac
|
make auth working
|
2025-11-26 01:31:12 +01:00 |
|
Wuesteon
|
754e87ebc0
|
add mana core
|
2025-11-25 18:56:35 +01:00 |
|