Conversation
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 70 out of 74 changed files in this pull request and generated 7 comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot open a new pull request to apply changes based on the remaining comments in this thread |
|
@taterhead247 I've opened a new pull request, #164, to work on those changes. Once the pull request is ready, I'll request review from you. |
…and session expiry test (#164) * Initial plan * Fix all remaining open PR review comments Co-authored-by: taterhead247 <26818765+taterhead247@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: taterhead247 <26818765+taterhead247@users.noreply.github.com>
|
@copilot open a new pull request to apply changes based on the remaining unresolved comments in this thread |
|
@taterhead247 I've opened a new pull request, #178, to work on those changes. Once the pull request is ready, I'll request review from you. |
#177) * Initial plan * Fix validation, type safety, and add missing config files in apps/me Co-authored-by: taterhead247 <26818765+taterhead247@users.noreply.github.com> * improved test that this sub-pr broke --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: taterhead247 <26818765+taterhead247@users.noreply.github.com> Co-authored-by: Tackle <damon.vinciguerra@gmail.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 72 out of 76 changed files in this pull request and generated 7 comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
postion put response
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 65 out of 70 changed files in this pull request and generated 3 comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
This pull request introduces the initial infrastructure and documentation for the new
f3-meapp, including deployment automation, environment configuration, code ownership, and foundational backend tests. The changes are primarily focused on enabling smooth development, deployment, and testing of thef3-meapp within the monorepo, while also providing clear documentation for both human and AI contributors.Deployment & Infrastructure
.github/workflows/deploy-me.yml) to automate building, staging, and production deployment of thef3-meapp to Google Cloud Run, including concurrency controls and environment-specific authentication.apps/me/Dockerfile) for efficient, production-ready builds of thef3-meNext.js app using Turbo and pnpm.apps/me/.env.local.example) and Cloud Run deployment (apps/me/.env.cloud-run.example). [1] [2]Documentation & Ownership
AGENTS.mdguide inapps/meto document architecture, API usage, file structure, and common enhancement tasks, specifically aimed at onboarding AI coding agents and new developers..github/CODEOWNERSto assign ownership of theapps/medirectory to@taterhead247.Testing Foundation
apps/me/__tests__/api/avatar.test.ts) and position removal (apps/me/__tests__/api/positions.test.ts), including mocking of authentication and API client dependencies. [1] [2]Dependency Management
apps/api/package.jsonandapps/map/package.jsonto use the latest workspace version of@acme/apifor improved compatibility. [1] [2]