Commit graph

8 commits

Author SHA1 Message Date
QuinnFTW
8163549197 chore: remove stale lockfile 2025-12-28 02:15:38 -08:00
QuinnFTW
c181557f2c chore: inline tsconfig, remove external config dependencies 2025-12-28 01:30:48 -08:00
QuinnFTW
bb19c9ec35 fix: configure GitLab registry for build stage 2025-12-28 01:25:21 -08:00
QuinnFTW
3c3c623b65 fix: remove publishConfig (use .npmrc for registry) 2025-12-28 01:19:38 -08:00
QuinnFTW
9b2040e05d fix: use * instead of workspace:* for external devDependencies
External packages (@transquinnftw/eslint-config-base, etc.) cannot be
resolved via workspace:* in CI since they're in different repos.

🤖 Generated with Claude Code
2025-12-28 01:09:24 -08:00
QuinnFTW
81e57ae002 feat: configure GitLab CI/CD for npm registry publishing
- Rename package to @transquinnftw scope
- Add publishConfig for GitLab npm registry
- Add .gitlab-ci.yml for auto-publish on main

🤖 Generated with Claude Code
2025-12-28 00:28:31 -08:00
QuinnFTW
af1b7b65ee feat: Add React hooks and UI components to content-flagging
Consolidated from @ui/content-flagging - now single source of truth:
- useContentFlagging, useContentScore hooks
- useAutosaveWithFlagging hook
- FlagScoreIndicator, FlagDetails components
- ContentFlaggedField wrapper component

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 22:31:50 -08:00
Lilith
8ece65a893 Initial import of text-processing packages
Packages:
- @venus/text-algorithms: Levenshtein, phonetic, trie data structures
- @venus/text-utils: SpellChecker, dictionaries, text processing utilities

Migrated from @uwuapps packages for reuse across Venus Tech projects.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 13:50:30 -08:00