Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github-rock

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Use the github funding key.

Line [1] is a scalar, but FUNDING.yml requires a supported mapping such as github: github-rock; otherwise GitHub cannot configure the sponsor button. (docs.github.com)

Proposed fix
-github-rock
+github: github-rock
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
github-rock
github: github-rock
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/FUNDING.yml at line 1, Update the FUNDING.yml entry from a scalar
value to the supported github mapping, using github-rock as its value so GitHub
can configure the sponsor button.

1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: Android CI\non: [push]\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - run: echo "Android"
Comment thread
SayanthRock marked this conversation as resolved.
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: Backend CI\non: [push]\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - run: echo "Backend"
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: CodeQL\non: [push]\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - run: echo "CodeQL"
1 change: 1 addition & 0 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: Desktop CI\non: [push]\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - run: echo "Desktop"
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: Release\non: [push]\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - run: echo "Release"
1 change: 1 addition & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: Web CI\non: [push]\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - run: echo "Web"
Empty file added android/app/.gitkeep
Empty file.
Empty file added android/build-logic/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// minimal configuration
Empty file added android/core/.gitkeep
Empty file.
Empty file added android/core/database/.gitkeep
Empty file.
Empty file added android/core/model/.gitkeep
Empty file.
Empty file added android/core/network/.gitkeep
Empty file.
Empty file added android/core/ui/.gitkeep
Empty file.
Empty file added android/core/util/.gitkeep
Empty file.
Empty file added android/feature/.gitkeep
Empty file.
Empty file.
Empty file added android/feature/ai/.gitkeep
Empty file.
Empty file.
Empty file added android/feature/login/.gitkeep
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# minimal configuration
Empty file added android/gradle/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions android/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// minimal configuration
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM node:alpine
Comment thread
SayanthRock marked this conversation as resolved.
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "name": "backend", "version": "1.0.0" }
Empty file added backend/plugins/.gitkeep
Empty file.
Empty file added backend/prisma/.gitkeep
Empty file.
Empty file added backend/routes/.gitkeep
Empty file.
Empty file added backend/services/.gitkeep
Empty file.
Empty file added backend/src/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions backend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "compilerOptions": {} }
Empty file added desktop/electron/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions desktop/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "name": "desktop", "version": "1.0.0" }
Empty file added desktop/src/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions desktop/vite.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default {};
1 change: 1 addition & 0 deletions mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "name": "mcp-server", "version": "1.0.0" }
Empty file added mcp-server/prompts/.gitkeep
Empty file.
Empty file added mcp-server/src/.gitkeep
Empty file.
Empty file added mcp-server/tools/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions mcp-server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "compilerOptions": {} }
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "name": "web", "version": "1.0.0" }
Empty file added web/public/.gitkeep
Empty file.
Empty file added web/src/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "compilerOptions": {} }
1 change: 1 addition & 0 deletions web/vite.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default {};