Describe the bug
The current system appears to require users to place a complytime.yaml file in their repository. In order to be more polite, a .complytime/ directory should be used to house ComplyTime materials.
Expected behavior
I did not expect (yet another) file to clutter up my repository.
Additional context
Not only do flat files confuse humans (anything visible should be important to the subject of the repository) but they also confuse LLMs that are trying to gain context. Moving the configuration (and other) files to .complytime/ would help reduce confusion.
Describe the bug
The current system appears to require users to place a
complytime.yamlfile in their repository. In order to be more polite, a.complytime/directory should be used to house ComplyTime materials.Expected behavior
I did not expect (yet another) file to clutter up my repository.
Additional context
Not only do flat files confuse humans (anything visible should be important to the subject of the repository) but they also confuse LLMs that are trying to gain context. Moving the configuration (and other) files to
.complytime/would help reduce confusion.