add: cli foundation#349
Conversation
|
maxnorm
left a comment
There was a problem hiding this comment.
For now, we will only keep the code inside Compose. We can move the spec and skills folder to the PRD repo.
| - `src/adapters`: External library adapters, currently hashing through `viem`. | ||
| - `src/resolver`: Dependency keys, registry, and resolver. | ||
| - `src/utils`: Generic reusable helpers for files, regex, terminal output, and Solidity text parsing. | ||
| - `src/templates`: Solidity template assets copied into generated projects. |
There was a problem hiding this comment.
We should use the compose package. We will import from there.
Only specific facets or modules could be there like a CounterFacet and error examples that won't be supported in the standard library.
Add architecture foundation for cli under cli/project-template