Root cause: Repository uses 'master' branch, but auto-commit service
attempted pull/rebase from non-existent 'main' branch.
Resolution: No conflicts or errors to resolve. Repository state is clean.
Working tree has no uncommitted changes.
Action required: Update auto-commit service configuration to use
correct default branch name ('master' for this repository).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Root cause: Auto-commit service attempted to pull from 'main' branch,
but this repository uses 'master'. Remote has no 'main' branch.
Resolution: No actual conflicts or issues. Working tree was clean.
Proceeding with push of existing commits.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
All @lilith/* packages should publish to forge.nasty.sh only.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Restore @lilith/configs in devDeps (NPM_TOKEN now set)
- Add validation step (typecheck + lint)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Internal @lilith packages not needed for CI builds.
Install always runs to ensure TypeScript is available.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fixes 401 error when fetching unpublished @lilith devDependency packages.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Forgejo Actions workflow for automated build/publish
- Change package name from @3viky/* to @lilith/*
- Update registry from github to forgejo
- Configure for forge.nasty.sh npm registry
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>