Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
7fda8d5
Adds tests for screens
Devasy Jul 23, 2026
a3d61b9
Adds tests
Devasy Jul 23, 2026
71659af
Adds comprehensive tests
Devasy Jul 23, 2026
9732b9a
Adds new tests
Devasy Jul 23, 2026
87ce588
Updates test.yml to run on release branches
Devasy Jul 23, 2026
bb98883
Adds test and resolved the warnings and issues
Devasy Jul 23, 2026
8e745cc
Updates tests and minor bug fixes
Devasy Jul 23, 2026
f0fc3c2
Adds fixes for failing testsm and adds connection timeout safety for …
Devasy Jul 24, 2026
43e4dd3
Adds missing lines patch
Devasy Jul 24, 2026
3abd451
Updates the tests with analyse failures
Devasy Jul 24, 2026
9a55007
Updates tests and routine creator to use the common component
Devasy Jul 24, 2026
3b787a0
Updates flutter version and adds tests
Devasy Jul 24, 2026
4b85588
Adds major genui Feature and renderer
Devasy Jul 27, 2026
2a17656
chore: remove patch_so script
Devasy Jul 28, 2026
a790d6e
build: add --build-id=none for jni package in F-Droid metadata
Devasy Jul 28, 2026
e89e2ca
ci: add jni build-id sed step for future reproducible releases
Devasy Jul 28, 2026
85a48fd
feat: assisted pullups, deload-aware ML, handle-scoped PRs, sleeping …
Devasy Aug 5, 2026
62beb92
feat(genui): add A2UiProps alias-aware coercing property reader
Devasy Aug 5, 2026
36253fb
feat(genui): add A2UiSpec contract, A2UiNode and A2UiRegistry
Devasy Aug 5, 2026
85b472d
fix(genui): make A2UiRegistry throw on name/alias collisions
Devasy Aug 5, 2026
6a67623
feat(genui): add A2UiParser with fence, envelope and alias repair
Devasy Aug 5, 2026
116ef77
fix(genui): balanced-bracket JSON extraction and envelope singleton fix
Devasy Aug 5, 2026
c846369
feat(genui): inject A2UiTheme and extract shared panel chrome
Devasy Aug 6, 2026
ffa451e
test(genui): strengthen theme-injection and add A2UiPanel coverage
Devasy Aug 6, 2026
cb60d5f
feat(genui): add A2UiSeries as the shared categorical data shape
Devasy Aug 6, 2026
a426fa2
fix(genui): cover fallback path in A2UiSeries.extract, fix negative-m…
Devasy Aug 6, 2026
a0c3ffc
feat(genui): add StatCardSpec with typed props and trend synonyms
Devasy Aug 6, 2026
1ce4ae1
feat(genui): add MetricGaugeSpec with safe progress and null value
Devasy Aug 6, 2026
58a77f2
feat(genui): add DynamicChartSpec for line, bar and pie
Devasy Aug 6, 2026
243d907
feat(genui): add ScatterPlotSpec with point repair and safe bounds
Devasy Aug 6, 2026
43cae7f
feat(genui): add RadarChartSpec sharing the labels/series shape
Devasy Aug 6, 2026
d3c18b3
feat(genui): add DataListGroupSpec with row repair and optional title
Devasy Aug 6, 2026
5e2e2f1
feat(genui): add FilterChipsSpec with nullable active option
Devasy Aug 6, 2026
359ffd3
feat(genui): add GridContainerSpec, default registry and renderer
Devasy Aug 6, 2026
8d32d0d
feat(genui): generate the A2UI prompt section from the registry
Devasy Aug 6, 2026
fc7e843
refactor(genui): wire coach screen to the A2UI package, drop legacy r…
Devasy Aug 7, 2026
1b0b8cc
fix(genui): bracket negative-value ranges in DynamicChart line/bar axes
Devasy Aug 7, 2026
2287ff0
test(genui): cover all-negative bounds and malformed point entries
Devasy Aug 7, 2026
939349a
fix(genui): widen per-node children lookup back to components/element…
Devasy Aug 7, 2026
298126e
fix(genui): widen looksLikeUi to catch prose-prefixed fences, fix vac…
Devasy Aug 7, 2026
6561e95
refactor(genui): drop presentation payload from tools, add purity and…
Devasy Aug 7, 2026
5735d98
fix(genui): depth-agnostic purity regex, pin two silent-visual regres…
Devasy Aug 7, 2026
c0913bb
fix(genui): propagate registry through recursion, pin prompt drift, c…
Devasy Aug 7, 2026
8024efa
Merge branch 'r2.1.0' of https://github.com/Devasy/RepForge into feat…
Devasy Aug 7, 2026
1f327a5
docs: add design spec for Hive->SQLite migration + coach SQL query tool
Devasy Aug 7, 2026
7a0c18c
fix: persist assisted-load volume correctly, tighten exercise-handle …
Devasy Aug 7, 2026
f363a21
fix: bound sleep-analytics window, drop fabricated data, resolve musc…
Devasy Aug 7, 2026
8862e9d
fix(genui): pie negative-value filtering, overflow guard, stat-card u…
Devasy Aug 7, 2026
0ff6c2d
test: close vacuous-test gaps and pin already-fixed regressions
Devasy Aug 7, 2026
b35df0a
docs: add implementation plan for Hive->SQLite migration + coach SQL …
Devasy Aug 8, 2026
f22e1eb
chore: add sqflite dependencies for SQLite storage migration
Devasy Aug 8, 2026
18bfb86
feat: add SqliteStorageService with schema and workout session CRUD
Devasy Aug 8, 2026
8105d9d
fix: persist bodyWeightAtLog in SqliteStorageService sets table
Devasy Aug 8, 2026
6908914
feat: implement routine and target CRUD in SqliteStorageService
Devasy Aug 8, 2026
bd95d23
feat: implement muscle group and custom exercise CRUD in SqliteStorag…
Devasy Aug 8, 2026
34c485c
feat: implement settings, PR, training program, and conversation CRUD…
Devasy Aug 8, 2026
bf771d0
feat: implement export/import in SqliteStorageService, completing ISt…
Devasy Aug 8, 2026
06281e0
feat: add settings enumeration helper to StorageService for migration
Devasy Aug 8, 2026
93f0713
feat: add StorageMigrationService for one-time Hive-to-SQLite migration
Devasy Aug 8, 2026
8c9efcf
feat: resolve Hive-vs-SQLite storage backend in main() before runApp
Devasy Aug 8, 2026
6c82b4f
feat: add SqlQueryService for read-only SQL execution
Devasy Aug 8, 2026
6265901
feat: wire run_sql_query tool into CoachToolService
Devasy Aug 8, 2026
e1854d4
fix: fall back to fresh StorageService when app is constructed withou…
Devasy Aug 8, 2026
616ee4e
fix: block run_sql_query from reading settings/sqlite_master (credent…
Devasy Aug 8, 2026
07ae559
fix: prevent trailing SQL comment from breaking LIMIT wrapper
Devasy Aug 8, 2026
2b94d45
docs: warn model against SELECT * across joins in run_sql_query
Devasy Aug 8, 2026
14d8ec8
refactor: extract testable storage backend resolution logic; guard sq…
Devasy Aug 8, 2026
e4cface
docs: add design spec for syncing sleep/HR data into SQLite for coach…
Devasy Aug 11, 2026
d009807
docs: add implementation plan for syncing sleep/HR data into SQLite
Devasy Aug 11, 2026
4b607be
feat: add health_samples/sleep_sessions tables + upsert methods to Sq…
Devasy Aug 11, 2026
35952cc
fix: prevent run_sql_query from closing the app's shared database con…
Devasy Aug 11, 2026
ca12d74
fix: address Task 1 review findings
Devasy Aug 11, 2026
5569113
fix: replace Finalizer with deterministic tearDown cleanup
Devasy Aug 11, 2026
fdb7d88
feat: add HealthDataSyncService to pull sleep/HR data into SQLite
Devasy Aug 11, 2026
a35eed7
feat: sync health data into SQLite once per app launch
Devasy Aug 11, 2026
7f7504e
feat: add manual 'Sync coach data now' action to Profile screen
Devasy Aug 11, 2026
f59f749
feat: teach run_sql_query about the new health_samples/sleep_sessions…
Devasy Aug 11, 2026
71de154
fix: remove overly broad auto-close from init, add explicit close to …
Devasy Aug 11, 2026
6e9014d
fix: address final review findings for health sync + coach SQL tool
Devasy Aug 11, 2026
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
14 changes: 13 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,19 @@ jobs:

- name: Install dependencies
working-directory: ./workout-logger
run: flutter pub get
run: |
flutter pub get
: "${PUB_CACHE:?PUB_CACHE is not set}"
mapfile -t targets < <(find "$PUB_CACHE" -type f -path '*/jni-*/src/CMakeLists.txt')
if [ "${#targets[@]}" -eq 0 ]; then
echo "Error: no jni-*/src/CMakeLists.txt files found under \$PUB_CACHE" >&2
exit 1
fi
for f in "${targets[@]}"; do
if ! grep -q -- '-Wl,--build-id=none' "$f"; then
sed -i -e 's/-Wl,/-Wl,--build-id=none,/' "$f"
fi
done

- name: Bump version
if: github.event_name == 'push'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@ repforge_backup_*.json
tmp_hive_*/
**/tmp_hive_*/


# Subagent-driven-development scratch workspace
.superpowers/
Loading
Loading