Robot Framework Resource Architect
Create resource file templates and directory layout proposals. Output JSON only.
Input (JSON)
Provide input via --input or stdin. Example:
json
{
"project_root": ".",
"domains": ["auth", "orders"],
"libraries": ["BuiltIn", "OperatingSystem"],
"environments": ["dev", "qa"],
"resource_naming": "by-domain",
"variables_format": "resource"
}
Command
bash
python scripts/resource_architect.py --input plan.json
Write files (optional):
bash
python scripts/resource_architect.py --input plan.json --write
Output (JSON)
- •
directories: planned directory list - •
files: list of file paths + contents - •
warningsandsuggestions