Skip to content

Commit a4b9be6

Browse files
authored
Merge pull request #7 from Singularity-ng/claude/check-production-status-011CUx64dVYYBVj8xGUGWonF
Verify if repository is production-ready
2 parents 610211a + 04c318f commit a4b9be6

34 files changed

+2813
-3323
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export DATABASE_URL="postgresql://postgres:postgres@localhost:5432/singularity_w
66

77
# Allow direnv to load this environment
88
# Run: direnv allow
9-
# Then: cd packages/quantum_flow # environment loads automatically
9+
# Then: cd singularity-workflows # environment loads automatically

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code Owners for quantum_flow
1+
# Code Owners for singularity_workflow
22
# These owners will be automatically requested for review
33

44
# Global owners

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.5] - 2025-11-09
10+
911
### Added
1012

13+
- **Workflow Lifecycle Management** - Complete control over running workflows:
14+
- `cancel_workflow_run/3` - Cancel running workflows with optional reason
15+
- `list_workflow_runs/2` - Query workflows with filtering and pagination
16+
- `retry_failed_workflow/3` - Retry failed workflows from point of failure
17+
- `pause_workflow_run/2` - Pause workflow execution (soft pause)
18+
- `resume_workflow_run/2` - Resume paused workflows
19+
- All functions exposed via main `Singularity.Workflow` module
20+
- Oban integration completely hidden from users (internal implementation detail)
21+
1122
- **Comprehensive HTDAG/Orchestrator Documentation** - Previously undocumented goal-driven workflow features now fully documented:
1223
- `docs/HTDAG_ORCHESTRATOR_GUIDE.md` - Complete guide to goal decomposition, optimization, and notifications
1324
- Updated README.md with HTDAG features overview
@@ -16,10 +27,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1627

1728
### Documentation
1829

19-
- `docs/HTDAG_ORCHESTRATOR_GUIDE.md` - Complete HTDAG orchestration guide with examples
20-
- Enhanced README.md with HTDAG feature descriptions
30+
- `docs/API_REFERENCE.md` - Comprehensive API reference with Phoenix integration
31+
- `docs/HTDAG_ORCHESTRATOR_GUIDE.md` - Complete HTDAG orchestration guide
32+
- Enhanced README.md with HTDAG features and lifecycle management
2133
- Enhanced GETTING_STARTED.md with goal-driven workflow section
22-
- Enhanced ARCHITECTURE.md with Layer 3 documentation
34+
- Enhanced ARCHITECTURE.md with complete system design
35+
- Updated main module documentation with lifecycle management examples
36+
- Cleaned up non-production documentation
2337

2438
## [1.0.1] - 2025-10-27
2539

@@ -71,9 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7185
- `GETTING_STARTED.md` - Installation and first workflow tutorial
7286
- `docs/ARCHITECTURE.md` - Technical deep dive into internal design
7387
- `CONTRIBUTING.md` - Development guidelines and workflow
74-
- `docs/SINGULARITY_WORKFLOW_REFERENCE.md` - Complete API reference
88+
- `docs/API_REFERENCE.md` - Complete API reference
7589
- `docs/DYNAMIC_WORKFLOWS_GUIDE.md` - Advanced workflow patterns
76-
- `docs/SECURITY_AUDIT.md` - Security analysis and best practices
90+
- Security best practices documented in SECURITY.md
7791

7892
### Development Tools
7993

0 commit comments

Comments
 (0)