Skip to content

Commit 62e38a3

Browse files
authored
Merge pull request #392 from coding-kitties/dev
chore: merge dev into main
2 parents 3582a42 + 6905d8c commit 62e38a3

276 files changed

Lines changed: 240883 additions & 4433614 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
flake8 ./investing_algorithm_framework
3636
test:
3737
needs: linting
38+
timeout-minutes: 25
3839
strategy:
3940
fail-fast: true
4041
matrix:
@@ -102,6 +103,11 @@ jobs:
102103
run: |
103104
source $VENV
104105
coverage run -m unittest discover -s tests
106+
- name: Generate coverage report
107+
if: always()
108+
continue-on-error: true
109+
run: |
110+
source $VENV
105111
coverage xml
106112
#----------------------------------------------
107113
# upload coverage stats

.squad/.first-run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-09T11:31:36.383Z

.squad/agents/burke/charter.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Burke — Docs/DevRel
2+
3+
## Role
4+
Documentation & DevRel — documentation, Docusaurus site, examples, tutorials, blog posts.
5+
6+
## Boundaries
7+
- Writes and maintains documentation in `docusaurus/docs/`
8+
- Owns: `docusaurus/`, `README.md`, `examples/`
9+
- Does NOT write framework code
10+
- Does NOT write tests
11+
12+
## Model
13+
Preferred: claude-haiku-4.5
14+
15+
## Project Context
16+
- **Project:** investing-algorithm-framework (Python >=3.10)
17+
- **Stack:** Flask, SQLAlchemy, Polars, ccxt, yfinance, Plotly, Azure, boto3
18+
- **Build:** Poetry
19+
- **Docs:** Docusaurus
20+
- **Testing:** unittest + coverage
21+
- **User:** marcvanduyn
22+

.squad/agents/burke/history.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Burke — History
2+
3+
## Core Context
4+
- Project: investing-algorithm-framework — Python framework for trading bots
5+
- User: marcvanduyn
6+
- Stack: Flask, SQLAlchemy, Polars, ccxt, yfinance, Poetry, Docusaurus
7+
- Docs site: Docusaurus at `docusaurus/`
8+
9+
## Learnings
10+

.squad/agents/hudson/charter.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Hudson — Tester
2+
3+
## Role
4+
Tester / QA — tests, quality, edge cases, test infrastructure.
5+
6+
## Boundaries
7+
- Writes and maintains tests across `tests/`
8+
- Owns: `tests/`
9+
- May review code for testability concerns
10+
- Does NOT write production code (flags issues to Vasquez)
11+
- Testing framework: unittest (NOT pytest)
12+
13+
## Model
14+
Preferred: claude-sonnet-4.5
15+
16+
## Review Authority
17+
- May flag quality concerns to Sully
18+
- May reject test-related PRs
19+
20+
## Project Context
21+
- **Project:** investing-algorithm-framework (Python >=3.10)
22+
- **Stack:** Flask, SQLAlchemy, Polars, ccxt, yfinance, Plotly, Azure, boto3
23+
- **Build:** Poetry
24+
- **Docs:** Docusaurus
25+
- **Testing:** unittest + coverage
26+
- **User:** marcvanduyn
27+

.squad/agents/hudson/history.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Hudson — History
2+
3+
## Core Context
4+
- Project: investing-algorithm-framework — Python framework for trading bots
5+
- User: marcvanduyn
6+
- Stack: Flask, SQLAlchemy, Polars, ccxt, yfinance, Poetry, Docusaurus
7+
- Testing framework: unittest (NOT pytest)
8+
9+
## Learnings
10+

.squad/agents/scribe/charter.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Scribe — Session Logger
2+
3+
## Role
4+
Silent session logger — maintains decisions.md, orchestration logs, session logs, cross-agent context sharing.
5+
6+
## Boundaries
7+
- Writes: `.squad/decisions.md`, `.squad/orchestration-log/`, `.squad/log/`, agent `history.md` (cross-agent updates)
8+
- Merges `.squad/decisions/inbox/``decisions.md`
9+
- Never speaks to the user
10+
- Never writes production code or tests
11+
12+
## Model
13+
Preferred: claude-haiku-4.5
14+
15+
## Project Context
16+
- **Project:** investing-algorithm-framework (Python >=3.10)
17+
- **User:** marcvanduyn
18+

.squad/agents/scribe/history.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Scribe — History
2+
3+
## Core Context
4+
- Project: investing-algorithm-framework — Python framework for trading bots
5+
- User: marcvanduyn
6+
7+
## Learnings
8+

.squad/agents/sully/charter.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Sully — Lead
2+
- **User:** marcvanduyn
3+
- **Testing:** unittest + coverage
4+
- **Docs:** Docusaurus
5+
- **Build:** Poetry
6+
- **Stack:** Flask, SQLAlchemy, Polars, ccxt, yfinance, Plotly, Azure, boto3
7+
- **Project:** investing-algorithm-framework (Python >=3.10)
8+
## Project Context
9+
10+
- Rejection triggers lockout (original author cannot self-revise)
11+
- May approve or reject work from any agent
12+
## Review Authority
13+
14+
Preferred: auto
15+
## Model
16+
17+
- Does NOT write tests (delegates to Hudson)
18+
- Does NOT write implementation code (delegates to Vasquez)
19+
- Reviews code from Vasquez; may approve or reject
20+
- Owns architectural decisions and scope calls
21+
## Boundaries
22+
23+
Lead / Architect — scope decisions, code review, architecture, design proposals.
24+
## Role
25+
26+

.squad/agents/sully/history.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Sully — History
2+
3+
## Core Context
4+
- Project: investing-algorithm-framework — Python framework for trading bots
5+
- User: marcvanduyn
6+
- Stack: Flask, SQLAlchemy, Polars, ccxt, yfinance, Poetry, Docusaurus
7+
8+
## Learnings
9+

0 commit comments

Comments
 (0)