refactor: Change hero action syntax to verb.noun
- Change action name format from `obj.verb` to `verb.obj` - Update decoder to look for `define.obj` or `configure.obj` - Modify encoder export to use the new `define.obj` prefix - Update all test constants and scripts to the new syntax - Make Remark struct public for test visibility
This commit is contained in:
@@ -202,8 +202,6 @@ generate_test.v
|
||||
dbfs_test.v
|
||||
namedb_test.v
|
||||
timetools_test.v
|
||||
encoderhero/encoder_test.v
|
||||
encoderhero/decoder_test.v
|
||||
code/codeparser
|
||||
gittools_test.v
|
||||
link_def_test.v
|
||||
|
||||
Reference in New Issue
Block a user