Commit graph

8 commits

Author SHA1 Message Date
autocommit
d8b1b84dbc chore(archive): 🔧 Update archive scripts to support new host (forge.black.lan) and enhance remote management logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 03:21:32 -07:00
Lilith
a5f31b0d95 refactor(forgejo-component): ♻️ Restructure publishing workflows by splitting scripts, adding auto-detect workflows, and improving repository archiving/migration in Forgejo components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:27:42 -07:00
Lilith
fc382907c8 chore(git): 🔧 Update package repo initialization script logic in init-package-repos.sh 2026-01-21 11:39:36 -08:00
Lilith
584d0179b0 chore(shared): 🔧 Update shared configuration files and scripts 2026-01-17 04:08:27 -08:00
Lilith
3421190a00 feat(git): add script to setup missing remotes
- Creates Forgejo repos if they don't exist
- Adds git remotes to local repos
- Pushes main branch to origin

Applied to 3 repos:
- @cli/claude-continue → claude-continue
- @ml/content-understanding → content-understanding
- @nestjs/sso-guard → nestjs-sso-guard

All repos now have remotes configured and pushed.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-13 10:58:40 -08:00
Lilith
53a81dcb7a feat(git): add master→main branch migration scripts
- migrate-master-to-main.sh: Renames local branches and pushes to remote
- update-forgejo-default-branch.sh: Updates default branch via Forgejo API
- delete-remote-master-branches.sh: Safely deletes remote master branches

All 17 repos migrated successfully:
- 14 repos with remote: migrated and pushed
- 3 repos without remote: local rename only
- All Forgejo default branches updated via API
- All remote master branches deleted

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-13 10:50:07 -08:00
Lilith
1b6fdcbc70 chore(shared): 🔧 **Chain-of-Thought Reasoning:** 2026-01-13 09:45:17 -08:00
Lilith
dcff33dab3 Initial commit: organized @packages workspace scripts
Structure:
- publishing/ - version bumping and registry publishing
- git/ - multi-repo git operations
- config/ - package configuration utilities
- lint/ - ESLint and code quality scripts
- forgejo/ - Forgejo CI/CD automation (primary)
- gitlab/ - DEPRECATED legacy GitLab scripts
- migration/ - one-time migration utilities
- templates/ - CI/CD template files
- analysis/ - codebase analysis scripts
- oneoffs/ - uncategorized one-time scripts

Note: commits CLI will be merged into @ml/auto-commit-service

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 19:34:13 -08:00