• Site admin.

  • Joined on 2020-09-17
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)
john pushed to at john/McRogueFace 2025-10-30 19:57:17 +00:00
6aa4625b76 fix: correct module docstring newline escaping
john closed issue john/McRogueFace#97 2025-10-30 19:46:03 +00:00
Create automated API documentation extraction tool
john commented on issue john/McRogueFace#97 2025-10-30 19:45:56 +00:00
Create automated API documentation extraction tool

Implementation Complete

The automated API documentation extraction tool is now fully operational.

What Was Delivered

Enhanced Documentation Extraction:

  • `tools/generate_dynamic_d…
john closed issue john/McRogueFace#92 2025-10-30 19:45:55 +00:00
Create inline C++ documentation system
john commented on issue john/McRogueFace#92 2025-10-30 19:45:31 +00:00
Create inline C++ documentation system

Implementation Complete

The inline C++ documentation macro system is now fully implemented and operational.

What Was Delivered

Core Infrastructure:

  • Created src/McRFPy_Doc.h
john pushed to at john/McRogueFace 2025-10-30 16:37:04 +00:00
4c61bee512 docs: update CLAUDE.md with MCRF_* macro documentation system