Skip to content

docs: add validation requirements for agent tool configs#50

Open
Paveltarno wants to merge 2 commits intomainfrom
claude/issue-49-20260129-0631
Open

docs: add validation requirements for agent tool configs#50
Paveltarno wants to merge 2 commits intomainfrom
claude/issue-49-20260129-0631

Conversation

@Paveltarno
Copy link

Updated agent management skills documentation to clarify validation requirements:

  • Entity tools MUST reference existing entities in base44/entities/
  • Backend function tools MUST reference existing backend functions in base44/functions/
  • Allowed operations must be one or more of: read, create, update, delete

Closes #49

Generated with Claude Code

- Entity tools must reference existing entities in base44/entities/
- Backend function tools must reference existing functions in base44/functions/
- Updated agents-push.md and SKILL.md to clarify these requirements

Closes #49

Co-authored-by: paveltarno <Paveltarno@users.noreply.github.com>
@Paveltarno
Copy link
Author

@claude let's clarify a bit more:

  1. for the entity tool: The entity_name MUST reference an existing name field of an entity configuration defined in base44/entities/
  2. for the backend function tool: The function_name MUST reference an existing name of a backend function configuration defined in `base44/functions

@claude
Copy link
Contributor

claude bot commented Jan 29, 2026

Claude finished @Paveltarno's task in 1m 0s —— View job


Task Progress

  • Read current documentation files
  • Update entity tool clarification
  • Update backend function tool clarification
  • Commit and push changes

Summary

I've updated the documentation to clarify the validation requirements for agent tool configurations:

Changes made:

  1. Entity tool clarification (in both SKILL.md:261 and agents-push.md:92):

    • Changed from: entity_name MUST reference an existing entity in base44/entities/
    • Changed to: entity_name MUST reference an existing name field of an entity configuration defined in base44/entities/
  2. Backend function tool clarification (in both SKILL.md:262 and agents-push.md:93):

    • Changed from: function_name MUST reference an existing function in base44/functions/
    • Changed to: function_name MUST reference an existing name of a backend function configuration defined in base44/functions/

These changes make it explicit that the entity_name and function_name fields must match the name field within the respective configuration files, not just the file names.


Branch: claude/issue-49-20260129-0631 |

- entity_name references the 'name' field in entity configs
- function_name references the 'name' field in backend function configs

Co-authored-by: paveltarno <Paveltarno@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

adjust agent config skills

1 participant