John McCardle john
  • Site admin.

  • Joined on 2020-09-17
john pushed to master at john/McRogueFace 2025-11-04 20:55:34 +00:00
acef21593b workaround for gitea label API bugs
354107fc50 version bump for forgejo-mcp binary
Compare 2 commits »
john pushed to at john/McRogueFace 2025-11-03 15:59:56 +00:00
acef21593b workaround for gitea label API bugs
john commented on issue john/McRogueFace#122 2025-11-01 07:39:16 +00:00
Parent-Child UI System

When implementing parent references, consider the Grid children feature (#132) which will need parent-aware behavior.

Grid children will use grid-world pixel coordinates but should be able to…

john opened issue john/McRogueFace#132 2025-11-01 07:38:50 +00:00
Add UIDrawable children collection to Grid
john commented on issue john/McRogueFace#131 2025-10-31 14:00:18 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

ISSUE RESOLVED

All labels have been successfully applied using the single-ID workaround:

Issue #128 (Line/Arc Drawing):

  • Major Feature (ID 1)
  • priority:tier2-foundation (ID…
john commented on issue john/McRogueFace#131 2025-10-31 13:59:17 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

COMPLETE SINGLE-ID MAPPING VERIFIED

After systematic testing, here are the RELIABLE single-ID mappings:

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

INCONSISTENCY FOUND!

Previous test: [4] alone → "Demo Target" This test: [4, 5, 6] → (see result above)

If the MCP tool is consistent, we should see "Demo Target" as one of…

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

Test Results:

[4] → Result: (first result above)

  • If array index: Should be "Major Feature" (position 4 in list)
  • Earlier test showed: "Alpha Release Requirement"

[16] → Result:…

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

Test: ID [0] If array index: Should be "Alpha Release Requirement" (index 0) If actual ID: Could be anything (ID 0 might not exist) Result: (see above)

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

CRITICAL BUG IDENTIFIED!

The MCP tool is using array indices from list_repo_labels output, NOT the actual Gitea label IDs!

Evidence:

When I tested `replace_issue_labels([11, 12,…

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