CmdForge/src/cmdforge
rob 9029286d4c Fix AI review variable name in publish endpoint
The AI review was failing because it referenced 'config' which doesn't
exist in the publish endpoint scope. Changed to 'data' which is the
actual variable containing the parsed tool configuration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 17:00:50 -04:00
..
cli Fix tool argument passing for flag-style arguments 2026-01-16 16:39:36 -04:00
gui Add automatic background sync for tool statuses 2026-01-16 08:11:17 -04:00
registry Fix AI review variable name in publish endpoint 2026-01-16 17:00:50 -04:00
web Add AI-powered secondary review for scrutiny warnings 2026-01-16 16:03:44 -04:00
__init__.py
cli.py
config.py
hash_utils.py Fix hash computation to exclude version/tags metadata 2026-01-16 08:02:42 -04:00
manifest.py
profiles.py
providers.py
registry_client.py Fix publish state tracking and add sync status feature 2026-01-16 07:52:42 -04:00
resolver.py Implement content hash system for integrity verification 2026-01-16 01:31:08 -04:00
runner.py
tool.py Add path attribute to Tool class for config file tracking 2026-01-16 07:16:54 -04:00