Add constraints to project ruleset
reins-add-constraintcommandsetup L2★13
guangtouwangba/weaver ↗What it does
Add new constraint rule to REINS system configuration
Best for
When you need to add new validation/constraint rules to control system behavior
Inputs
- · constraint_name
- · constraint_rule
- · target_scope
Outputs
- · constraint_added
- · validation_rules_updated
- · docs_updated
Requires
- · config_manager
- · validator_engine
Preconditions
REINS system initialized; scope target exists
Failure modes
- · Invalid constraint syntax
- · Scope target not found
- · Constraint conflict
Trust signals
- · Validates constraint syntax
- · Checks for conflicts
- · Updates documentation