autocommit
2f6887255f
deps-upgrade(root): ⬆️ Update project dependencies in pyproject.toml for improved build consistency and security
...
Publish / publish (push) Failing after 1s
Publish to PyPI / Build and Publish (push) Failing after 53s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 15:15:00 -07:00
autocommit
fd098d1d3c
refactor(registry): ♻️ Improve registry URL parsing/validation for new formats and robustness
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 04:05:16 -07:00
autocommit
c434bcd4f8
chore(publisher): 🔧 Update Forgejo registry URL in publisher configuration
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 04:05:16 -07:00
autocommit
ea72f7303e
docs(docs): 📝 Update registry URLs from 'forge.black.local' to 'forge.black.lan' in README files
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 04:05:16 -07:00
autocommit
95124348a1
release(release): 🔖 Remove versioned wheel and source tarballs from dist/ after package release
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 12:20:16 -07:00
autocommit
58ddb9f37d
deps-upgrade(config): ⬆️ Update core and dev dependencies in pyproject.toml to latest versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 00:22:00 -07:00
Claude Code
a0cacf6499
chore(gitignore): 🔧 add missing dist/ pattern to ignore build artifacts
...
Patterns added: dist/
2026-03-30 13:00:04 -07:00
Claude Code
080d922743
deps-upgrade(deps): ⬆️ Update dependency versions in pyproject.toml
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 19:30:32 -07:00
Claude Code
22a4f7ce83
feat(registry-registry): ✨ Add plugin registration support for development publishing workflows
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 19:24:27 -07:00
Lilith
4cb8058c87
deps-upgrade(pyproject): ⬆️ Update minor/patch versions in pyproject.toml for compatibility improvements
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:38:42 -07:00
Lilith
37d451bc75
feat(dev-publish): ✨ Add core publisher and registry components for development publishing with updated dev-publish docs
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:15:38 -07:00
Lilith
06e2dcbdd3
deps-upgrade(deps): ⬆️ Update dependencies to newer versions in pyproject.toml
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 16:02:44 -08:00
Lilith
9725bbb40f
feat(queue-cli): ✨ Add advanced CLI command support for queue operations including task filtering, sorting, and submission
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 15:51:01 -08:00
Lilith
95da42cb1b
chore(lilith_queue_cli): 🔧 Enhance worker processing logic in CLI queue operations
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 21:57:47 -08:00
Lilith
62ef77a5d0
docs(ignores): 📝 add .gitignore pattern for __pycache__/ directory
...
Patterns added: __pycache__/
2026-02-08 21:57:39 -08:00
Lilith
78583b0118
chore(lilith_queue_cli): 🔧 Enhance CLI queue submission functionality
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 21:51:26 -08:00
Lilith
2b5c7f36b0
deps-upgrade(config): ⬆️ Update project dependencies in pyproject.toml (bump requests to 2.31.0, add pydantic v2)
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 21:51:26 -08:00
Lilith
78786b488c
chore: migrate to DRY reusable workflow
2026-01-21 12:50:17 -08:00
Lilith
c55de338c8
ci: add Forgejo Actions workflow for PyPI publishing
2026-01-21 12:36:38 -08:00
Lilith
3c9028e30d
chore(deps): 🔧 Update 5 py files in deps
2026-01-17 11:23:37 -08:00
Lilith
e639e5e9b6
chore(shared): 🔧 **Chain-of-Thought Reasoning:**
2026-01-14 11:29:34 -08:00
Lilith
d7237e4446
chore: 🔧 Update files
2026-01-14 11:16:52 -08:00
Lilith
fa20264dc1
chore: 🔧 Update files
2026-01-14 10:53:59 -08:00
Lilith
5004e37ca4
ci: test workflow - package name fixed, builds locally ✓
2026-01-10 01:05:43 -08:00
Lilith
10b235d582
ci: trigger pypi-publish workflow
2026-01-10 00:33:06 -08:00
Lilith
bd93c268c9
fix(ci): remove auto-detect workflow, use pypi-publish only
2026-01-10 00:30:01 -08:00
Lilith
e1c7c0a73f
ci: trigger workflow after fixes
2026-01-10 00:24:20 -08:00
Lilith
9c17f76d6b
ci(@queue-py): trigger workflow after package rename fix
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 22:54:29 -08:00
Lilith
d6a8bf1e1c
fix(@queue-py): 🐛 resolve Python API imports in README and pyproject.toml
2026-01-09 22:52:04 -08:00
Lilith
293242834a
fix(@queue-py): 🐛 resolve file deletions in commit summary report
2026-01-09 22:50:58 -08:00
Lilith
a1a7833a92
chore(@queue-py): 🛠 update package.json
2026-01-09 20:10:38 -08:00
Lilith
dfbe7c6313
chore: trigger workflow (debug run)
2026-01-09 19:39:05 -08:00
Lilith
4b076cc6b8
ci: add Forgejo Actions publish workflows to all packages
...
Added standardized workflows for automated publishing on push to main/master.
Configuration-driven, version-checked, workspace-aware workflows.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 11:41:53 -08:00