[PR #44] [MERGED] Add stub/alpha warning to /web command #46

Closed
opened 2026-03-02 04:08:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gadievron/raptor/pull/44
Author: @gadievron
Created: 12/22/2025
Status: Merged
Merged: 12/26/2025
Merged by: @danielcuthbert

Base: mainHead: add-web-stub-warning


📝 Commits (1)

  • 728d6b0 Add stub/alpha warning to /web command

📊 Changes

2 files changed (+8 additions, -5 deletions)

View changed files

📝 .claude/commands/raptor-web.md (+2 -2)
📝 raptor.py (+6 -3)

📄 Description

Add stub/alpha warning to /web command

Summary

Adds a simple warning to the /web command indicating it's a stub/placeholder in alpha.

Warning displayed:

WARNING: /web is a STUB and should not be relied upon. Consider a placeholder/in alpha.

Changes

  • .claude/commands/raptor-web.md: Warning for Claude Code users
  • raptor.py: Warning for direct Python invocation

Display Locations

  1. Claude Code: When user types /web or /raptor-web
  2. Direct invocation: When running python3 raptor.py web

Testing

# Test 1: Direct Python invocation
python3 raptor.py web

# Output shows:
# WARNING: /web is a STUB and should not be relied upon. Consider a placeholder/in alpha.
# Test 2: Claude Code
# User types: /web
# Claude shows warning before proceeding

Type of Change

  • Documentation update
  • User-facing warning

Impact

  • Users: Will see warning before using /web scanner
  • Code: Minimal - just print statements added
  • Breaking: No breaking changes

Note

Highlights that the web scanner is not production-ready.

  • raptor.py: Prints WARNING: /web is a STUB and should not be relied upon. Consider a placeholder/in alpha. before running the web scanner
  • .claude/commands/raptor-web.md: Adds the same warning at the top of the command guide

Written by Cursor Bugbot for commit 728d6b074e. This will update automatically on new commits. Configure here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gadievron/raptor/pull/44 **Author:** [@gadievron](https://github.com/gadievron) **Created:** 12/22/2025 **Status:** ✅ Merged **Merged:** 12/26/2025 **Merged by:** [@danielcuthbert](https://github.com/danielcuthbert) **Base:** `main` ← **Head:** `add-web-stub-warning` --- ### 📝 Commits (1) - [`728d6b0`](https://github.com/gadievron/raptor/commit/728d6b074eab4f852f3368b0843987f2cbf0ae56) Add stub/alpha warning to /web command ### 📊 Changes **2 files changed** (+8 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.claude/commands/raptor-web.md` (+2 -2) 📝 `raptor.py` (+6 -3) </details> ### 📄 Description # Add stub/alpha warning to /web command ## Summary Adds a simple warning to the `/web` command indicating it's a stub/placeholder in alpha. **Warning displayed:** ``` WARNING: /web is a STUB and should not be relied upon. Consider a placeholder/in alpha. ``` ## Changes - `.claude/commands/raptor-web.md`: Warning for Claude Code users - `raptor.py`: Warning for direct Python invocation ## Display Locations 1. **Claude Code**: When user types `/web` or `/raptor-web` 2. **Direct invocation**: When running `python3 raptor.py web` ## Testing ```bash # Test 1: Direct Python invocation python3 raptor.py web # Output shows: # WARNING: /web is a STUB and should not be relied upon. Consider a placeholder/in alpha. ``` ```bash # Test 2: Claude Code # User types: /web # Claude shows warning before proceeding ``` ## Type of Change - [x] Documentation update - [x] User-facing warning ## Impact - **Users**: Will see warning before using /web scanner - **Code**: Minimal - just print statements added - **Breaking**: No breaking changes <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Highlights that the web scanner is not production-ready. > > - `raptor.py`: Prints `WARNING: /web is a STUB and should not be relied upon. Consider a placeholder/in alpha.` before running the web scanner > - `.claude/commands/raptor-web.md`: Adds the same warning at the top of the command guide > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 728d6b074eab4f852f3368b0843987f2cbf0ae56. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:08:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/raptor#46
No description provided.