• Site admin.

  • Joined on 2020-09-17
john commented on issue john/McRogueFace#131 2025-10-31 13:48:56 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

BUG DISCOVERED!

Test: replace_issue_labels with ID [18] alone Expected: system:rendering (based on earlier test showing ID 18 in range 11-22) Actual: (see result above)

This…

john commented on issue john/McRogueFace#131 2025-10-31 13:48:35 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

Complete Label ID Mapping

Based on systematic testing with add_issue_labels and replace_issue_labels:

john commented on issue john/McRogueFace#131 2025-10-31 13:47:51 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

Test 2: replace_issue_labels with ID [2]

Input: [2] Previous: ID 1 = "Major Feature" Result: (see labels applied above)

john commented on issue john/McRogueFace#131 2025-10-31 13:47:39 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

Test 1: add_issue_labels with ID [1]

Input: [1] Expected: Unknown (testing to discover) Result: (see labels applied above)

john pushed to master at john/McRogueFace 2025-10-31 13:23:07 +00:00
8042630cca docs: add comprehensive Gitea label system documentation and MCP tool limitations
john closed issue john/McRogueFace#131 2025-10-31 13:23:04 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation
john commented on issue john/McRogueFace#131 2025-10-31 13:22:52 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

Update: MCP Tool Label Application is Unreliable

Attempted to use replace_issue_labels with the documented IDs, but wrong labels were still applied:

Test Case #128 - Tried to apply…

john commented on issue john/McRogueFace#131 2025-10-31 13:22:13 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

Complete Label ID Mapping

Tested all labels by adding IDs 1-22 to this issue. Here are the correct mappings:

john opened issue john/McRogueFace#131 2025-10-31 12:49:11 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation
john pushed to master at john/McRogueFace 2025-10-31 02:53:04 +00:00
8f8b72da4a feat: auto-exit in --headless --exec mode when script completes
john closed issue john/McRogueFace#127 2025-10-31 02:53:04 +00:00
Auto-exit in --headless --exec mode when script completes
john opened issue john/McRogueFace#130 2025-10-31 02:49:37 +00:00
Geometry helper module for orbital mechanics and spatial calculations
john opened issue john/McRogueFace#129 2025-10-31 02:49:04 +00:00
Circle drawing primitives for range visualization
john opened issue john/McRogueFace#128 2025-10-31 02:49:03 +00:00
Line and Arc drawing primitives for path visualization
john opened issue john/McRogueFace#127 2025-10-31 02:48:26 +00:00
Auto-exit in --headless --exec mode when script completes
john pushed to master at john/McRogueFace 2025-10-31 01:22:00 +00:00
4e94291cfb docs: Complete Phase 7 documentation system with parser fixes and man pages
john pushed to master at john/McRogueFace 2025-10-31 00:03:17 +00:00
621d719c25 docs: Phase 3 - Convert 19 module functions to MCRF_FUNCTION macros
29aa6e62be docs: convert Phase 2 classes to documentation macros (Animation, Window, SceneObject)
67aba5ef1f docs: convert Phase 1 classes to documentation macros (Color, Font, Texture, Timer)
6aa4625b76 fix: correct module docstring newline escaping
4c61bee512 docs: update CLAUDE.md with MCRF_* macro documentation system
Compare 16 commits »
john pushed to at john/McRogueFace 2025-10-30 23:38:22 +00:00
621d719c25 docs: Phase 3 - Convert 19 module functions to MCRF_FUNCTION macros
john pushed to at john/McRogueFace 2025-10-30 21:03:28 +00:00
29aa6e62be docs: convert Phase 2 classes to documentation macros (Animation, Window, SceneObject)
john pushed to at john/McRogueFace 2025-10-30 20:59:40 +00:00
67aba5ef1f docs: convert Phase 1 classes to documentation macros (Color, Font, Texture, Timer)