Skip to content
Open
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
4 changes: 4 additions & 0 deletions bucket/basecamp.json → deprecated/basecamp.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"##": [
"Deprecated 2025-12-17: Basecamp 3 is no longer available for windows as a stand-alone app.",
"Basecamp 3 and 4 switched to a portable web app model"
],
Comment on lines +2 to +5
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

Critical: Deprecation message incorrectly identifies the manifest version.

The deprecation message states "Basecamp 2 is no longer available" but this manifest is clearly for Basecamp 3, not Basecamp 2. Evidence:

  • URLs reference basecamp3-2.4.3-full.nupkg (line 15)
  • Executable name is Basecamp 3.exe (line 22)
  • All checkver and autoupdate patterns match basecamp3 (lines 28, 34)

The version 2.4.3 is the version number of Basecamp 3, not Basecamp 2.

Apply this diff to correct the deprecation message:

     "##": [
-        "Deprecated 2025-12-17: Basecamp 2 is no longer available for windows.",
+        "Deprecated 2025-12-17: Basecamp 3 is no longer available for Windows.",
         "Basecamp 3 and 4 switched to a portable web app model"
     ],

Note: This also capitalizes "Windows" for consistency.

📝 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
"##": [
"Deprecated 2025-12-17: Basecamp 2 is no longer available for windows.",
"Basecamp 3 and 4 switched to a portable web app model"
],
"##": [
"Deprecated 2025-12-17: Basecamp 3 is no longer available for Windows.",
"Basecamp 3 and 4 switched to a portable web app model"
],
🤖 Prompt for AI Agents
In deprecated/basecamp.json around lines 2 to 5, the deprecation message
incorrectly refers to "Basecamp 2" and uses lowercase "windows"; update the
deprecation text to reference "Basecamp 3" (e.g., "Deprecated 2025-12-17:
Basecamp 3 is no longer available for Windows.") and ensure "Windows" is
capitalized for consistency with other manifests.

"version": "2.4.3",
"description": "To-do lists, milestone management, forum-like messagening, file sharing and time tracking",
"homepage": "https://basecamp.com",
Expand Down