-
Notifications
You must be signed in to change notification settings - Fork 0
[Repo Assist] Monthly Activity 2026-03Β #413
Copy link
Copy link
Closed
Labels
Description
π€ Repo Assist here β I'm an automated AI assistant for this repository.
Activity for March 2026
Suggested Actions for Maintainer
Comprehensive list of all pending actions requiring maintainer attention:
- Review PR (branch
repo-assist/test-prompt-loader-edge-cases): test(chatservice) β 7 edge-case tests forprompt_loader.py(19 total, was 12) β Review - Review PR Bump eslint from 9.39.3 to 10.0.3 in /src/Garage.WebΒ #467: Bump eslint 9β10.0.3 β
β οΈ merge together with Bump @eslint/js from 9.39.2 to 10.0.1 in /src/Garage.WebΒ #339; needstypescript-eslintv9+ upgrade β Review - Review PR Bump @eslint/js from 9.39.2 to 10.0.1 in /src/Garage.WebΒ #339: Bump
@eslint/js9β10.0.1 ββ οΈ merge together with Bump eslint from 9.39.3 to 10.0.3 in /src/Garage.WebΒ #467 β Review
Future Work for Repo Assist
- Bundle ESLint v10 +
typescript-eslintv9 upgrade into a single PR once Dependabot PRs are closed - Add tests for
Garage.ApiService(requires xunit inDirectory.Packages.propsβ maintainer needs to add the package reference first)
Run History
2026-03-21 11:59 UTC β Run
- π§ͺ Task 9: add 7 edge-case tests to
test_prompt_loader.py(repeated placeholder, empty variable, missing content/role keys, invalid YAML error, LRU cache validation, full prompt file) β branchrepo-assist/test-prompt-loader-edge-cases - π Task 2: No open issues to comment on; PRs Bump @eslint/js from 9.39.2 to 10.0.1 in /src/Garage.WebΒ #339/Bump eslint from 9.39.3 to 10.0.3 in /src/Garage.WebΒ #467 already have Repo Assist guidance
2026-03-15 01:20 UTC β Run
- π§ͺ Task 9: add
flags_io_test.goβ 8 unit tests forreadFlagsFile/writeFlagsFile(roundtrip, error paths, targeting preservation) - π§ Task 4: add
pyproject.tomltoGarage.ChatServiceβ configures pytest, mypy, and black
2026-03-14 19:05 UTC β Run
- π§ Task 5: remove 3 debug
console.logcalls fromfeatureFlags.ts; fix JSON marshal-before-write bug in Go handlers (PR blocked by Actions permissions) - π§ Task 4: add golangci-lint v2.1.6 to Go CI job with
.golangci.yml(PR blocked by Actions permissions)
2026-03-14 13:14 UTC β Run
- π§Ή Task 5: improve β removed dead
IFeatureFlags/FeatureFlagsabstraction (PR blocked by Actions permissions)
2026-03-14 07:08 UTC β Run
- π Task 3: fix(api) β
SlowDownAsyncqueried non-existent flag; addedslow-operation-delayto flagd.json (PR blocked) - π§Ή Task 5: removed dead abstraction and debug
console.logcalls (PR blocked)
2026-03-14 01:20 UTC β Run
- π§ Task 3: fix(flags-api) β use
json.Marshalbefore writing to ResponseWriter (PR blocked) - π§ Task 5: improve(chatservice) β fall back to
expertprompt when flag-selected prompt is missing (PR blocked)
2026-03-13 19:06 UTC β Run
- π Task 2: Investigated open issues/PRs β no new human activity; no comment needed
2026-03-13 13:17 UTC β Run
- π§ Task 5: improve(web) β stable ChatBot message keys, drop React.FC in CarCard, remove redundant setFilter in Home (PR blocked)
- π§ Task 4: ci β add pytest step to build-python job (12 tests) (PR blocked β created issue [Repo Assist] ci: run pytest for Python chat service in build-python jobΒ #522)
β οΈ ESLint v10 (Bump @eslint/js from 9.39.2 to 10.0.1 in /src/Garage.WebΒ #339/Bump eslint from 9.39.3 to 10.0.3 in /src/Garage.WebΒ #467) blocked:eslint-plugin-react-hooks@7.0.1peer-deps cap at eslint v9
2026-03-13 07:12 UTC β Run
- π¬ Commented on PRs Bump dorny/paths-filter from 3.0.2 to 4.0.0Β #511, Bump @vitejs/plugin-react from 5.1.4 to 6.0.0 in /src/Garage.WebΒ #512, Bump vite from 7.3.1 to 8.0.0 in /src/Garage.WebΒ #513
- π§ Task 3: fix(chatservice) β guard empty
choicesarray + safe.get()in prompt_loader
2026-03-13 01:21 UTC β Run
- π§ͺ Task 9: Added 14 Go unit tests for
getUserIDsFromTargeting/setUserIDsInTargetingintargeting_test.go - β‘ Task 8: Perf fix β moved
getPreviewModeFlagsbeforefileMutex.RLockinhandleGetFlags
2026-03-12 19:12 UTC β Run
- π PR Fix detected issuesΒ #509 merged by askpt: resolved
useReffix ([Repo Assist] fix(web): use useRef instead of useState for timeout map in FeatureFlagsModalΒ #508) and ci-coach redundant build ([ci-coach] ci: remove redundant go build step before go testΒ #507)
2026-03-12 13:18 UTC β Run
- π·οΈ Labelled [ci-coach] ci: remove redundant go build step before go testΒ #507 with
enhancement; π¬ Commented on [ci-coach] ci: remove redundant go build step before go testΒ #507 - π§ Task 3: Fixed
FeatureFlagsModal.tsxβ replaceuseState()[0]anti-pattern withuseRef
2026-03-12 07:14 UTC β Run
- π§ͺ Task 9: Added 12 Python unit tests for
prompt_loader.py; Fixedfetch()body-close bug inmain_test.go - π§Ή Task 5: Moved function-local imports to module level in
main.py
2026-03-12 01:20 UTC β Run
- π§ Created patches [Repo Assist] perf: push winners count limit to DB query and cache prompt filesΒ #499 and [Repo Assist] fix(web): remove debug console.log and add FeatureFlagsModal error stateΒ #498: perf + fix(web) improvements
2026-03-11 19:12 UTC β Run
- π§ Task 5: Removed debug
console.logfromCarCard.tsxandHome.tsx; Fixed FeatureFlagsModal error state
2026-03-11 13:18 UTC β Run
- π§ Perf: push winners count to DB query and cache prompt files; Commented on [ci-coach] ci: add cache-dependency-path to Python setup stepΒ #495
2026-03-10 12:00 UTC β Run
- π¬ Commented on PR Bump github/gh-aw from 0.56.2 to 0.57.0Β #481, PR Bump eslint from 9.39.3 to 10.0.3 in /src/Garage.WebΒ #467, PR Bump @eslint/js from 9.39.2 to 10.0.1 in /src/Garage.WebΒ #339
2026-03-09 12:02 UTC β Run
β οΈ Run failed: PR creation blocked (protected files)
2026-03-08 11:56 UTC β Run
- π§ Created PR: ci: fail-fast Go format check β merged by askpt; π¬ Commented on [ci-coach] ci: fail-fast Go format check and add copilot-setup-steps timeoutΒ #463
2026-03-07 11:55 UTC β Run
- π§ Attempted PR: test: add Garage.ApiService.Tests (blocked)
2026-03-06 11:58 UTC β Run
- π·οΈ Labelled [ci-coach] ci: skip redundant NuGet restore in dotnet format and fix setup-node version commentΒ #459 with
enhancement
2026-03-05 12:01 UTC β Run
- π Created issue [Repo Assist] test: add Garage.ApiService.Tests with WinnerMapper unit testsΒ #455: test: add Garage.ApiService.Tests
2026-03-04 11:59 UTC β Run
- π§ Created PR ci: run Go tests in build-go CI jobΒ #453: ci: run Go tests in build-go CI job β merged by askpt
2026-03-03 11:59 UTC β Run
- π¬ Commented on [ci-coach] ci: add job timeout limits to prevent runaway buildsΒ #435; π§ Created PR ci: add job timeout limits to prevent runaway buildsΒ #437: ci: add job timeout limits β merged by askpt
2026-03-02 11:59 UTC β Run
- π¬ Commented on [ci-coach] ci: add per-component path filtering to skip unaffected build jobsΒ #424: CI per-component path filtering suggestion
2026-03-01 11:55 UTC β Run
- π¬ Commented on [ci-coach] ci: add path filters and remove unused permissionΒ #412, [ci-coach] ci: optimize CI workflow β concurrency, least-privilege permissions, Go cacheΒ #414; π§ Created PR ci: add path filters, concurrency group, least-privilege, and Go cacheΒ #417: CI workflow improvements β merged by askpt
2026-03-01 11:04 UTC β Run
- π¬ Commented on PR Bump eslint from 9.39.2 to 10.0.2 in /src/Garage.WebΒ #384, PR Bump @eslint/js from 9.39.2 to 10.0.1 in /src/Garage.WebΒ #339; π Created this Monthly Activity Summary issue
Generated by Repo Assist Β· β·
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@06bf149d12d83f09e2a52914afab936e9c8b6dd4
Generated by Repo Assist Β· β·
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@d1d884596e62351dd652ae78465885dd32f0dd7d
Warning
β οΈ Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
proxy.golang.org
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
network:
allowed:
- defaults
- "proxy.golang.org"See Network Configuration for more information.
Reactions are currently unavailable