Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .context/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Goal: implement `hardtry` incrementally with behavior locked by
- [x] Phase 7 - Builder API + root namespace exports
- [x] Phase 8 - `dispose` with `AsyncDisposableStack`
- [x] Phase 9 - `gen`
- [ ] Phase 10 - `all` and `allSettled`
- [x] Phase 10 - `all` and `allSettled`
- [ ] Phase 11 - `flow` + `$exit`
- [ ] Phase 12 - Hardening + release readiness

Expand Down
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ This project was built with [`pastry`](https://github.com/adelrodriguez/pastry)

- Prefer type inference whenever possible.
- Do not add explicit return types unless required by tooling, declaration emit, or a public API contract.

## Implementation Approach

- Prefer a WET-first approach while behavior is still evolving: duplicate simple logic when it keeps intent obvious and local.
- Move to DRY only after patterns stabilize and the abstraction clearly improves readability, maintenance, or correctness.
51 changes: 0 additions & 51 deletions src/__tests__/ctx-features.test.ts

This file was deleted.

Loading