Skip to content

Commit 228bb12

Browse files
committed
document array member helper splits
1 parent 93d92df commit 228bb12

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/architecture.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ Key files:
3434
- `vibes/execution_members_string.go` (string member behavior)
3535
- `vibes/execution_members_string_helpers.go` (string helper routines for member methods)
3636
- `vibes/execution_members_duration.go` (duration member behavior)
37-
- `vibes/execution_members_array.go` (array member behavior)
37+
- `vibes/execution_members_array.go` (array member dispatch)
38+
- `vibes/execution_members_array_query.go` (array query/enumeration member methods)
39+
- `vibes/execution_members_array_transforms.go` (array mutation/transform member methods)
40+
- `vibes/execution_members_array_grouping.go` (array sort/group/tally member methods)
3841
- `vibes/execution_types.go` (type-checking + type formatting helpers)
3942
- `vibes/execution_values.go` (value conversion, arithmetic, comparison helpers)
4043

0 commit comments

Comments
 (0)