Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
255 commits
Select commit Hold shift + click to select a range
08a65fa
Merge pull request #196 from control-toolbox/feature/module-structure
ocots Apr 28, 2026
f2a23c4
docs: restructure VectorField.md into Phase 1 scope, deferred items, …
ocots Apr 28, 2026
b935bbb
v1
ocots Apr 29, 2026
aea47dc
Refactor CTFlows to v1 architecture with explicit traits and extensio…
ocots Apr 29, 2026
9ced337
Implement CTFlowsSciMLExt with CTSolvers strategy options
ocots Apr 29, 2026
21d918f
Add VectorFieldSystem examples for all trait combinations
ocots Apr 29, 2026
66f039f
Add VectorFieldSystem trait propagation tests for all combinations
ocots Apr 29, 2026
19a3a94
Add CTModels-style predicates to VectorField
ocots Apr 29, 2026
54ec452
Implement solve() pipeline hierarchy and VectorFieldSolution
ocots Apr 29, 2026
0a430b7
Add flow construction examples and tests
ocots Apr 29, 2026
6776524
Add error tests for variable kwarg constraint
ocots Apr 29, 2026
de4da93
Fix test errors for build_flow and solve
ocots Apr 29, 2026
205db27
Add specialized Base.show for Flow with VectorFieldSystem
ocots Apr 29, 2026
b6f3771
Add CTModels-style predicate methods to AbstractFlow and VectorFieldS…
ocots Apr 29, 2026
e6f1d84
Add Base.show for VectorFieldSolution
ocots Apr 29, 2026
12c13e7
Clean up deleted files after solve() API simplification
ocots Apr 29, 2026
34d2d4a
Add Plots extension for VectorFieldSolution plotting
ocots Apr 29, 2026
f6089b9
Move VectorFieldSolution callable to main package (not Plots-specific)
ocots Apr 29, 2026
9240c49
Add .extras/ to gitignore
ocots Apr 29, 2026
144390e
docs: add docstring for AbstractTag and clarify @ref qualification rules
ocots Apr 29, 2026
f46ccaf
docs: add docstrings for Common types and fix API reference configura…
ocots Apr 29, 2026
f529663
refactor: introduce AbstractConfig for type-based dispatch
ocots Apr 29, 2026
01c82bb
test: add comprehensive tests for AbstractConfig following testing st…
ocots Apr 29, 2026
a052102
docs: fix AbstractFlow docstrings to use full module path for cross-r…
ocots Apr 29, 2026
55c3f2e
test: enhance AbstractFlow tests following testing standards
ocots Apr 29, 2026
3d5aca4
refactor: remove try-catch blocks from Base.show methods in AbstractFlow
ocots Apr 29, 2026
625218d
docs: fix Flow docstrings to follow documentation standards
ocots Apr 29, 2026
ccab2ea
foo
ocots Apr 29, 2026
959a6b1
docs: add docstrings to Base.show methods in configs.jl and flow.jl
ocots Apr 29, 2026
cc10660
Add type constraints and tspan accessor to Common configs
ocots Apr 30, 2026
1d073c0
Refactor Common module tests: create orthogonal test files per source…
ocots Apr 30, 2026
31385ff
Refactor trait system to use automatic caller detection via stacktrace
ocots Apr 30, 2026
6aab2d0
Improve AbstractSystem docstrings and orthogonal tests
ocots Apr 30, 2026
cfc9eab
Add docstrings and orthogonal tests for VectorField
ocots Apr 30, 2026
b668134
Add docstrings and tests for VectorFieldSystem
ocots Apr 30, 2026
478dba9
refactor: move VectorField to new Data module and add export tests
ocots Apr 30, 2026
4293c40
Improve AbstractFlow docstrings and tests
ocots Apr 30, 2026
310b193
Refactor trait encoding: add VD parameter to AbstractSystem and Abstr…
ocots Apr 30, 2026
7fbb5fa
Fix Flow accessor signatures and update tests for parametric architec…
ocots Apr 30, 2026
d4dcdd0
Add Flows building and calling functionality with tests
ocots Apr 30, 2026
38ab116
docs(integrators): fix AbstractIntegrator contract documentation
ocots May 1, 2026
f241863
Refactor: Add TimeDependence parameter to AbstractSystem and Flow types
ocots May 1, 2026
200175f
Refactor CTFlows to v1 architecture with explicit traits, Solutions m…
ocots May 1, 2026
7187d44
Implement vector field flow with SciML integration
ocots May 1, 2026
f44269f
Refactor plotting API for type safety and consistency
ocots May 1, 2026
5f795aa
Fix module path references and simplify type declarations
ocots May 1, 2026
c958d58
Fix test type parameter ordering for Flow and System types
ocots May 1, 2026
b01c76e
Fix integrator tests with proper type parameters and error handling
ocots May 1, 2026
f32a75e
Rename test files for clarity and fix test infrastructure
ocots May 1, 2026
5723130
Fix test module name references and add fake types for SciML stub tests
ocots May 1, 2026
a642404
Fix FakeSciML ExtensionError signature and type usage
ocots May 1, 2026
e5c03be
Update documentation and rules to reflect AbstractODEIntegrator and a…
ocots May 1, 2026
6c73668
Optimize VectorFieldSystem by pre-computing rhs closure at construction
ocots May 2, 2026
ce215ac
Merge pull request #197 from control-toolbox/feature/vector-field-flow
ocots May 2, 2026
4c26dee
Add solver options documentation link to SciML integrator description
ocots May 3, 2026
7cc25f9
docs: update documentation to remove Pipelines references and reflect…
ocots May 3, 2026
5c5728d
feat: add calling workflow to Flows module and fix Solutions docstring
ocots May 3, 2026
8d5500c
docs: add CTFlows critique report with architectural analysis
ocots May 3, 2026
51ca8be
Refactor integration result architecture
ocots May 3, 2026
91e28f9
Move SciMLBase to weakdeps and add to CTFlowsSciMLExt extension
ocots May 3, 2026
f12f32f
Add SciMLBase to test targets for extension testing
ocots May 3, 2026
23fa001
Suppress stderr logging in validation error tests
ocots May 3, 2026
d5768ed
Merge pull request #198 from control-toolbox/refactor/integration-res…
ocots May 3, 2026
24ffcaf
Refactor: Simplify build_integrator by removing Symbol dispatch
ocots May 3, 2026
3d177b4
Merge pull request #199 from control-toolbox/refactor/simplify-build-…
ocots May 3, 2026
973125c
Refactor: Introduce ODEParameters type to formalize SciML p slot
ocots May 3, 2026
73df1ec
Merge pull request #200 from control-toolbox/refactor/introduce-odepa…
ocots May 3, 2026
7bb51c2
Add semantic accessors state and time_grid to VectorFieldSolution
ocots May 3, 2026
8a284eb
Merge pull request #201 from control-toolbox/refactor/add-vectorfield…
ocots May 3, 2026
92165a2
Refactor: Parameterize AbstractConfig{X0} and remove unwrap_state (Po…
ocots May 3, 2026
be4a88a
Merge pull request #202 from control-toolbox/refactor/parametrize-abs…
ocots May 3, 2026
67285fb
Refactor: Rename rhs! to rhs (Point 8)
ocots May 3, 2026
4037d33
foo
ocots May 3, 2026
38a9b8c
Merge pull request #203 from control-toolbox/refactor/rename-rhs-bang…
ocots May 3, 2026
d1b74d3
Implement unsafe keyword argument return code handling
ocots May 4, 2026
c14631e
Merge pull request #204 from control-toolbox/feature/unsafe-kwarg-ret…
ocots May 4, 2026
6916aa3
Rename default functions and update parameter names
ocots May 4, 2026
49dcb20
Merge pull request #205 from control-toolbox/feature/rename-default-f…
ocots May 4, 2026
f55b6ea
Add build_flow function and optimize trait implementations
ocots May 4, 2026
14f0593
foo
ocots May 4, 2026
d760bf9
foo
ocots May 4, 2026
7c13063
Implement modular internalnorm for grid invariance under ForwardDiff
ocots May 4, 2026
7a2121b
Add Flow API grid invariance test
ocots May 4, 2026
1499127
Add save_everystep=true to all solve calls and Flow constructor for r…
ocots May 4, 2026
887c4ea
Merge pull request #206 from control-toolbox/feature/internalnorm-mod…
ocots May 4, 2026
63e40c5
Implement config-dependent options with :auto sentinel
ocots May 4, 2026
c7963cc
Add docstrings for config-dependent options system
ocots May 4, 2026
13df26e
Ignore OT in typos checker
ocots May 4, 2026
4823f21
foo
ocots May 4, 2026
c1ced5c
Merge branch 'develop' into feature/config-dependent-options
ocots May 4, 2026
a9a9316
foo
ocots May 4, 2026
32c3c71
Merge branch 'develop' into feature/config-dependent-options
ocots May 4, 2026
e898477
Use public Options.options_dict API
ocots May 4, 2026
c5f0e13
Use Strategies.options_dict from CTSolvers v0.4.17
ocots May 4, 2026
66917dd
Merge pull request #207 from control-toolbox/feature/config-dependent…
ocots May 4, 2026
22d32b7
foo
ocots May 5, 2026
98b9fc4
Phase 1: Add AbstractStateSystem/AbstractHamiltonianSystem hierarchy …
ocots May 5, 2026
55a7e9d
Phase 2: Add AbstractStateFlow/AbstractHamiltonianFlow hierarchy and …
ocots May 5, 2026
a2416c0
Phase 3: Add MultiPhase module for multi-phase flow concatenation
ocots May 5, 2026
e30fcf6
Refactor calling.jl using Config dispatch and SRP
ocots May 5, 2026
5c7dc90
Add AbstractPointConfig and AbstractTrajectoryConfig to config hierarchy
ocots May 5, 2026
1a6c02f
Add comprehensive tests for config hierarchy
ocots May 5, 2026
eb83dba
Add initial_state and initial_costate methods to improve encapsulation
ocots May 5, 2026
decdac8
Add getter methods for multiphase flows to improve encapsulation
ocots May 5, 2026
da16171
Refactor getter methods to use AnyMultiPhaseFlow union
ocots May 5, 2026
2493c9b
Implement segment merging for SciML integrators
ocots May 5, 2026
0f17b9a
Refactor merge to Integrators contract
ocots May 5, 2026
b1ab7fb
Fix parametrized type subtype checks in flow module test
ocots May 5, 2026
ed59e79
Remove _merge_segments from MultiPhase exports
ocots May 5, 2026
0572f15
Complete docstrings for all src/ files
ocots May 5, 2026
5c9bfc0
foo
ocots May 5, 2026
8dcbf3c
Refactor: opérateurs de concaténation sur types abstraits
ocots May 5, 2026
fe9a879
Fix calling.jl pour accéder aux jumps seulement quand i < n_ph
ocots May 5, 2026
8b2b5d2
Add tests for calling.jl helper functions
ocots May 5, 2026
38bcc5b
Simplify calling.jl tests - skip complex _evaluate_phase mocking
ocots May 5, 2026
4e16bfe
Implement complete mock integrator for calling.jl tests
ocots May 5, 2026
bca0462
Add comprehensive tests for calling.jl and fix vector typing
ocots May 5, 2026
83a04de
Refactor multi-phase concatenation and complete SciML tests
ocots May 5, 2026
02527c3
Improve display formatting for flows and multi-phase flows
ocots May 5, 2026
21d45b7
Merge pull request #208 from control-toolbox/feature/multiphase-conca…
ocots May 5, 2026
b1862b5
Refactor extension triggers to decouple SciML from OrdinaryDiffEqTsit5
ocots May 8, 2026
31a2f95
Merge pull request #209 from control-toolbox/fix/extension-triggers
ocots May 8, 2026
5887a5f
Add switching times verification in flow concatenation
ocots May 9, 2026
97575d8
Merge pull request #210 from control-toolbox/feature/switching-times-…
ocots May 9, 2026
68e7654
Refactor trait methods to use CTModels.OCP via @reexport
ocots May 9, 2026
56f3426
Fix extension module names and references
ocots May 9, 2026
ecbfe40
Merge pull request #211 from control-toolbox/feature/refactor-traits-…
ocots May 9, 2026
01677e0
Add Hamiltonian vector field support
ocots May 11, 2026
aee9281
Merge pull request #212 from control-toolbox/feature/hamiltonian-vect…
ocots May 11, 2026
582d803
Fix HamiltonianPointConfig build_solution and add missing tests
ocots May 11, 2026
0b25f51
Add plot labels functionality
ocots May 11, 2026
bc1b551
Merge pull request #213 from control-toolbox/feature/plot-labels
ocots May 11, 2026
1417573
Test plot stubs using fake structs
ocots May 11, 2026
8810d92
Merge pull request #214 from control-toolbox/feature/test-plot-stubs
ocots May 11, 2026
5cd8fdc
Add complex number support and SMatrix support to CTFlowsStaticArrays
ocots May 11, 2026
2c23b57
foo
ocots May 11, 2026
461bfb9
Add benchmarking file for VectorField vs HamiltonianVectorField compa…
ocots May 11, 2026
05d611e
Merge pull request #215 from control-toolbox/feat/svector-matrix-hami…
ocots May 11, 2026
b72eb7d
Reorganize configs.jl structure and improve PreconditionError signature
ocots May 11, 2026
15c7cc1
Unify initial_condition for Hamiltonian types using Union
ocots May 11, 2026
8659bb2
Merge pull request #216 from control-toolbox/feature/abstract-vector-…
ocots May 11, 2026
3dbeed9
PointConfig -> StatePointConfig
ocots May 11, 2026
91dbd2c
foo
ocots May 11, 2026
65650c7
Refactor config hierarchy with trait-based dispatch
ocots May 11, 2026
84ae542
Merge pull request #218 from control-toolbox/feature/config-trait-hie…
ocots May 11, 2026
9a54054
Add docstrings and tests for AbstractTrait types
ocots May 12, 2026
48b0292
Merge pull request #219 from control-toolbox/feature/abstract-trait-d…
ocots May 12, 2026
90b1a1c
Add docstrings and tests for AbstractTrait types plus additional modi…
ocots May 12, 2026
d995a7b
Merge pull request #220 from control-toolbox/feature/abstract-trait-d…
ocots May 12, 2026
f3b2041
feat: InPlace vector field support via AbstractMutabilityTrait
ocots May 12, 2026
cbf0a67
Merge pull request #221 from control-toolbox/feat/inplace-vector-field
ocots May 12, 2026
3d5953a
Robust mutability detection enhancement
ocots May 13, 2026
b91153c
Merge pull request #222 from control-toolbox/feature/robust-mutabilit…
ocots May 13, 2026
0c338ce
add ham plan
ocots May 16, 2026
ec396bb
Refactor VectorField and HamiltonianVectorField display methods
ocots May 16, 2026
1865a28
Refactor VectorFieldSystem and HamiltonianVectorFieldSystem display m…
ocots May 16, 2026
724e825
Fix test assertions for show methods in vector field types
ocots May 16, 2026
a54e8f1
Update test_abstract_flow.jl
ocots May 16, 2026
924b44e
Merge pull request #223 from control-toolbox/refactor/vectorfield-dis…
ocots May 16, 2026
0dbde79
Refactor: convert state_dimension to keyword argument with Union{Int,…
ocots May 17, 2026
a9bca18
Merge pull request #224 from control-toolbox/refactor/state-dimension…
ocots May 17, 2026
ddc04f6
foo
ocots May 17, 2026
ba95b10
Add variable accessor for ODEParameters
ocots May 17, 2026
5b2b7e3
Merge pull request #225 from control-toolbox/feature/odeparameters-ac…
ocots May 17, 2026
aa93e4c
Add SciMLBase extension support
ocots May 17, 2026
c7491fd
Restructure SciML extension: move to directory layout
ocots May 17, 2026
4bc2bfe
Complete SciML extension test coverage
ocots May 17, 2026
2637d7b
Merge pull request #226 from control-toolbox/feature/scimlbase-extension
ocots May 17, 2026
6f677b5
Add coverage infrastructure following CTBase coverage system
ocots May 17, 2026
ac00735
Merge pull request #227 from control-toolbox/feature/coverage-infrast…
ocots May 17, 2026
e7827d3
Improve test coverage and add test helpers
ocots May 17, 2026
097ef15
Improve unit test coverage for lowest-covered files
ocots May 17, 2026
07825e8
Merge pull request #228 from control-toolbox/feature/coverage-improve…
ocots May 18, 2026
d42da7e
bump version
ocots May 18, 2026
2cd6f3c
foo
ocots May 18, 2026
7003aa8
Add Windsurf configuration and AGENTS.md
ocots May 18, 2026
fcfe13e
feat(hamiltonian): Phase 1 - AD trait and cache foundation in Common
ocots May 19, 2026
d4c457a
Phase 2: Add Hamiltonian scalar type to Data module
ocots May 19, 2026
e2087a3
foo
ocots May 19, 2026
2afa27a
review skills and rules
ocots May 19, 2026
c11ecbb
foo
ocots May 19, 2026
f1cf532
Add HamiltonianSystem with AD support and AugmentedHamiltonianTrait
ocots May 19, 2026
f289059
Merge pull request #229 from control-toolbox/feature/hamiltonian-system
ocots May 19, 2026
bbd6ad5
foo
ocots May 19, 2026
aa8250f
Split integration tests by system type and fix CTFlowsStaticArrays._h…
ocots May 19, 2026
01f1919
Rename DifferentiationInterface option from :backend to :ad_backend w…
ocots May 19, 2026
a441bee
foo
ocots May 20, 2026
ac4a551
Phase 5-6: DifferentiationInterface extension with cache support
ocots May 20, 2026
195a821
Fix breaking change: add fallback prepare_cache for AbstractSystem
ocots May 20, 2026
4daf11f
Add hamiltonian and backend accessor functions to HamiltonianSystem
ocots May 20, 2026
17ba785
Fix test stubs to pass cache parameter to gradient methods
ocots May 20, 2026
0da7816
Merge pull request #232 from control-toolbox/feature/hamiltonian-phas…
ocots May 21, 2026
bbb4722
Split hamiltonian.jl into abstract and concrete files
ocots May 21, 2026
a052111
Merge pull request #233 from control-toolbox/refactor/split-hamiltoni…
ocots May 21, 2026
d59790a
Simplify differentiation interface strategy ID
ocots May 21, 2026
a095590
foo
ocots May 21, 2026
b783a0d
Refactor flow call dispatch with NotProvided type and add SciMLProble…
ocots May 21, 2026
c519e84
Add NotProvided sentinel type and fix SciMLProblemFlow call signatures
ocots May 21, 2026
9fe4034
foo
ocots May 21, 2026
b37e9ee
foo
ocots May 21, 2026
9ed8ec9
Phase 7 Step 1-4: Add AugmentedHamiltonianPointConfig and _variable_c…
ocots May 21, 2026
3311df7
Refactor to use explicit trait types (::Type{...}) for trait-based di…
ocots May 21, 2026
ea08511
foo
ocots May 21, 2026
e5a9a62
foo
ocots May 21, 2026
1c82a8d
Implement Phase 7: trait-based dispatch for variable costate calculat…
ocots May 21, 2026
61537af
add tests
ocots May 22, 2026
778562b
Implement variable costate functionality for Hamiltonian systems
ocots May 22, 2026
11f28af
Merge pull request #234 from control-toolbox/feature/variable-costate
ocots May 22, 2026
7430749
Extract Traits module from Common and reorganize tests
ocots May 25, 2026
08da3f1
Complete trait migration: extract Traits module and qualify all trait…
ocots May 25, 2026
20e762e
Refactor: Extract Configs module from Common
ocots May 25, 2026
e1f90f4
foo
ocots May 25, 2026
bc7bd61
Merge pull request #235 from control-toolbox/extract-traits-configs
ocots May 25, 2026
d96f3ea
Phase 8: Option routing for Flow(h::AbstractHamiltonian)
ocots May 25, 2026
a2f46d5
Merge pull request #236 from control-toolbox/phase8-flow-hamiltonian-…
ocots May 25, 2026
f2266c2
refactor: restructure Configs tests to match source file structure
ocots May 26, 2026
765e58d
Merge pull request #237 from control-toolbox/refactor/restructure-con…
ocots May 26, 2026
79005c9
Step 1-10: Refactor Hamiltonian systems for lazy RHS construction and…
ocots May 26, 2026
52b946a
Update tests for lazy RHS construction - remove state_dimension, rhs_…
ocots May 26, 2026
4c6f030
Fix remaining state_dimension test in Construction
ocots May 26, 2026
a1500fe
Update test_flow_callables_sciml_hamiltonian_vector_field.jl to remov…
ocots May 26, 2026
72d8ad9
Create test_hamiltonian_vf_solution_shapes.jl - shape tests for sol(t)
ocots May 26, 2026
ebfd1c6
Fix test files to use new API with x0 parameter
ocots May 26, 2026
107b4f0
Fix build_oop_rhs to preserve matrix shape by reshaping vcat result
ocots May 26, 2026
52929ca
Remove state_dimension tests from test_building_flows.jl
ocots May 26, 2026
3cd30a4
Remove state_dimension kwarg from test_building_solutions.jl
ocots May 26, 2026
d86c53d
Remove state_dimension test from test_flow_routing.jl
ocots May 26, 2026
bfc4b70
Remove state_dimension kwarg from test_sciml_extension.jl
ocots May 26, 2026
bd9607d
Update test_sciml_extension.jl to use HamiltonianPointConfig with x0, p0
ocots May 26, 2026
8fb516c
Remove warning test no longer applicable with lazy API
ocots May 26, 2026
da928bf
Add x0 parameter to HamiltonianVectorFieldSolution constructors in te…
ocots May 26, 2026
e7e4795
Fix matrix split in build_solution using _ham_split_solution
ocots May 26, 2026
0a1e7bd
Remove state_dimension kwarg from Flow constructors
ocots May 26, 2026
53dc601
Remove __state_dimension function and export
ocots May 26, 2026
f5468c9
Clean up CTFlowsStaticArrays: remove dead code and update example
ocots May 26, 2026
9094347
Consolidate HamiltonianSystem tests: remove state_dimension and merge…
ocots May 26, 2026
3b3f28f
Consolidate HamiltonianSystem DI tests: remove state_dimension and me…
ocots May 26, 2026
37bf024
Clean up variable_costate_flows tests: remove state_dimension and con…
ocots May 26, 2026
92cf004
Remove state_dimension kwarg from build_system test
ocots May 26, 2026
238b157
Add derivator/preparator helpers for scalar/array dispatch in DI exte…
ocots May 26, 2026
793ac64
Fix scalar extraction in _aug_split and rename HSYS_DI_N2_CACHED in test
ocots May 26, 2026
8285884
Move InPlace HVF warning to construction time instead of every RHS call
ocots May 26, 2026
fae160b
Add scalar-only tests (x*x, x*x+p*p+v*v) to verify scalar dispatch
ocots May 26, 2026
0b2d531
Use scalar-only gradients (x*x, 1/p, v*v) in tests to verify scalar d…
ocots May 26, 2026
9c31f67
Comment out InPlace HVF warning to avoid noise in test output
ocots May 26, 2026
eff4a02
Add @test_logs to capture InPlace HamiltonianVectorField warning in t…
ocots May 26, 2026
b03426e
Complete Hamiltonian scalar/vector/matrix refactoring with test coverage
ocots May 26, 2026
cbdc43b
Merge pull request #238 from control-toolbox/feature/scalar-vector-ma…
ocots May 26, 2026
0362340
foo
ocots May 26, 2026
66f533b
foo
ocots May 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .extras/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CTFlows = "1c39547c-7794-42f7-af83-d98194f657c2"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
443 changes: 443 additions & 0 deletions .extras/vector_field.jl

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ on:
jobs:
call:
uses: control-toolbox/CTActions/.github/workflows/spell-check.yml@main
with:
config-path: '_typos.toml'
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ Manifest*.toml

#
.reports/
.windsurf/
.extras/
# .windsurf/
# AGENTS.md
Loading