Commit graph

31 commits

Author SHA1 Message Date
QuinnFTW
f2ee91e8f8 chore: bump version to 1.0.21 2025-12-31 17:57:53 -08:00
QuinnFTW
84364698c6 chore: bump version to 1.0.20 2025-12-31 01:55:43 -08:00
QuinnFTW
b9d565b6fa chore: bump version to 1.0.19 2025-12-31 00:29:07 -08:00
QuinnFTW
0250152b6b chore: bump version to 1.0.18 2025-12-31 00:20:05 -08:00
QuinnFTW
b34a8dd4ef chore: bump version to 1.0.17 2025-12-31 00:18:15 -08:00
QuinnFTW
9d957ae71f chore: bump version to 1.0.16 2025-12-29 21:34:15 -08:00
QuinnFTW
1439e2179e feat: add GitLab npm publishing config for sub-packages
- Add `_` meta config for automated package configuration
- Add publishConfig with GitLab registry URLs
- Add .gitlab-ci.yml for algorithms and text-utils packages
- Update CI templates with proper node:20 and pnpm flags
- Remove redundant .npmrc (auth handled by global config)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 20:20:27 -08:00
QuinnFTW
5d42546dc8 chore: bump version to 1.0.15 2025-12-28 05:17:59 -08:00
QuinnFTW
b2e46d9efb chore: bump version to 1.0.14 2025-12-28 05:13:42 -08:00
QuinnFTW
252f2f9cc8 chore: bump version to 1.0.13 2025-12-28 05:07:50 -08:00
QuinnFTW
4035bef5cb chore: bump version to 1.0.12 2025-12-28 05:05:07 -08:00
QuinnFTW
57287768de chore: bump version to 1.0.11 2025-12-28 05:02:56 -08:00
QuinnFTW
eeace685e4 chore: bump version to 1.0.10 2025-12-28 04:59:33 -08:00
QuinnFTW
9a3bef64ea chore: add packageManager for corepack 2025-12-28 04:59:32 -08:00
QuinnFTW
c8e7a3798d chore: bump version to 1.0.9 2025-12-28 04:56:36 -08:00
QuinnFTW
ebdea7a21c chore: bump version to 1.0.8 2025-12-28 04:52:42 -08:00
QuinnFTW
a95ec2c398 chore: bump version to 1.0.7 2025-12-28 04:14:23 -08:00
QuinnFTW
6e9b286bd7 chore: bump version to 1.0.6 2025-12-28 04:10:43 -08:00
QuinnFTW
ed467d889a chore: bump version to 1.0.5 2025-12-28 04:10:40 -08:00
QuinnFTW
0f914e2511 chore: bump version to 1.0.4 2025-12-28 04:07:14 -08:00
QuinnFTW
1a4138130d chore: bump version to 1.0.3 2025-12-28 04:07:11 -08:00
QuinnFTW
ead4d551fb chore: bump version to 1.0.2 2025-12-28 03:44:57 -08:00
QuinnFTW
e6ae2c4780 chore: bump version to 1.0.1 2025-12-28 03:33:42 -08:00
QuinnFTW
11df3e6129 chore: configure GitLab CI/CD with workspace protocol
- Use workspace:* for internal dependencies
- CI transforms to actual versions during publish
- Part of topological publish ordering fix

Generated with Claude Code
2025-12-28 03:33:41 -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
7294cce099 fix: configure pnpm workspace for monorepo CI/CD
- Add pnpm-workspace.yaml for proper workspace detection
- Update scripts to use pnpm -r instead of npm workspaces
- Fix CI config to publish each subpackage separately
- Support both main and master branches

🤖 Generated with Claude Code
2025-12-28 01:06:55 -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
7d26b5be87 feat: Add @text-processing/content-flagging package
Pure content analysis service with pattern matching for:
- Profanity, hate speech, spam detection
- Contact info, solicitation, threats
- Adult content, scam patterns

Extracted from @ui/content-flagging to separate UI from logic.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 21:59:04 -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