Browse Source

chore: fix trellis script permissions

dev
hechang27-sprt 2 months ago
parent
commit
45abd34b6e
  1. 0
      .claude/hooks/inject-subagent-context.py
  2. 0
      .claude/hooks/session-start.py
  3. 0
      .codex/hooks/session-start.py
  4. 0
      .env.development
  5. 0
      .env.production
  6. 0
      .gitignore
  7. 0
      .trellis/scripts/__init__.py
  8. 0
      .trellis/scripts/add_session.py
  9. 0
      .trellis/scripts/common/__init__.py
  10. 0
      .trellis/scripts/common/cli_adapter.py
  11. 0
      .trellis/scripts/common/config.py
  12. 0
      .trellis/scripts/common/developer.py
  13. 0
      .trellis/scripts/common/git.py
  14. 0
      .trellis/scripts/common/git_context.py
  15. 0
      .trellis/scripts/common/io.py
  16. 0
      .trellis/scripts/common/log.py
  17. 0
      .trellis/scripts/common/packages_context.py
  18. 0
      .trellis/scripts/common/paths.py
  19. 0
      .trellis/scripts/common/phase.py
  20. 0
      .trellis/scripts/common/registry.py
  21. 0
      .trellis/scripts/common/session_context.py
  22. 0
      .trellis/scripts/common/task_context.py
  23. 0
      .trellis/scripts/common/task_queue.py
  24. 0
      .trellis/scripts/common/task_store.py
  25. 0
      .trellis/scripts/common/task_utils.py
  26. 0
      .trellis/scripts/common/tasks.py
  27. 0
      .trellis/scripts/common/types.py
  28. 0
      .trellis/scripts/common/worktree.py
  29. 0
      .trellis/scripts/create_bootstrap.py
  30. 0
      .trellis/scripts/get_context.py
  31. 0
      .trellis/scripts/get_developer.py
  32. 0
      .trellis/scripts/init_developer.py
  33. 0
      .trellis/scripts/multi_agent/__init__.py
  34. 0
      .trellis/scripts/multi_agent/cleanup.py
  35. 0
      .trellis/scripts/multi_agent/create_pr.py
  36. 0
      .trellis/scripts/multi_agent/plan.py
  37. 0
      .trellis/scripts/multi_agent/start.py
  38. 0
      .trellis/scripts/multi_agent/status.py
  39. 0
      .trellis/scripts/multi_agent/status_display.py
  40. 0
      .trellis/scripts/multi_agent/status_monitor.py
  41. 0
      .trellis/scripts/task.py
  42. 0
      README.md
  43. 0
      babel.config.js
  44. 0
      examples/App.vue
  45. 0
      examples/config/language/en.ts
  46. 0
      examples/config/language/index.ts
  47. 0
      examples/config/language/zh.ts
  48. 0
      examples/config/router.ts
  49. 0
      examples/main.ts
  50. 0
      examples/shims-vue.d.ts
  51. 0
      examples/store/actions.ts
  52. 0
      examples/store/index.ts
  53. 0
      examples/store/mutations.ts
  54. 0
      examples/store/state.ts
  55. 0
      examples/view/base/form.vue
  56. 0
      examples/view/base/table.vue
  57. 0
      examples/view/home.vue
  58. 0
      examples/view/tool/color.vue
  59. 0
      examples/view/tool/terminal.vue
  60. 0
      index.html
  61. 0
      index.ts
  62. 0
      package.json
  63. 0
      packages/base/data/descriptions.vue
  64. 0
      packages/base/data/infomation.vue
  65. 0
      packages/base/data/list-table.vue
  66. 0
      packages/base/data/listTableDialog.vue
  67. 0
      packages/base/data/modify-form.vue
  68. 0
      packages/base/data/search-row.vue
  69. 0
      packages/base/data/table-action.vue
  70. 0
      packages/base/item/button.vue
  71. 0
      packages/base/item/buttonWithTooltip.vue
  72. 0
      packages/base/item/confirmCancel.vue
  73. 0
      packages/base/item/datetime.vue
  74. 0
      packages/base/item/input.vue
  75. 0
      packages/base/item/light-box.vue
  76. 0
      packages/base/item/select.vue
  77. 0
      packages/base/item/tag.vue
  78. 0
      packages/base/item/tzDatePicker.vue
  79. 0
      packages/base/item/tzDateTime.vue
  80. 0
      packages/base/item/ws-monitor-toggle.vue
  81. 0
      packages/echarts/line/smoothed.vue
  82. 0
      packages/index.ts
  83. 0
      packages/manage/common/index.ts
  84. 0
      packages/manage/common/login.vue
  85. 0
      packages/manage/common/login2.vue
  86. 0
      packages/manage/head/fullscreen.vue
  87. 0
      packages/manage/head/head.vue
  88. 0
      packages/manage/head/index.ts
  89. 0
      packages/manage/head/lang-change.vue
  90. 0
      packages/manage/head/menu-tree.vue
  91. 0
      packages/manage/head/personal.vue
  92. 0
      packages/manage/head/size-change.vue
  93. 0
      packages/manage/head/style-change.vue
  94. 0
      packages/manage/index.ts
  95. 0
      packages/manage/router/index.vue
  96. 0
      packages/manage/router/zhuBeiDong.vue
  97. 0
      packages/manage/views/buffer.vue
  98. 0
      packages/manage/views/config.vue
  99. 0
      packages/manage/views/dictionary.vue
  100. 0
      packages/manage/views/index.ts
  101. Some files were not shown because too many files have changed in this diff Show More

0
.claude/hooks/inject-subagent-context.py

0
.claude/hooks/session-start.py

0
.codex/hooks/session-start.py

0
.env.development

0
.env.production

0
.gitignore vendored

0
.trellis/scripts/__init__.py

0
.trellis/scripts/add_session.py

0
.trellis/scripts/common/__init__.py

0
.trellis/scripts/common/cli_adapter.py

0
.trellis/scripts/common/config.py

0
.trellis/scripts/common/developer.py

0
.trellis/scripts/common/git.py

0
.trellis/scripts/common/git_context.py

0
.trellis/scripts/common/io.py

0
.trellis/scripts/common/log.py

0
.trellis/scripts/common/packages_context.py

0
.trellis/scripts/common/paths.py

0
.trellis/scripts/common/phase.py

0
.trellis/scripts/common/registry.py

0
.trellis/scripts/common/session_context.py

0
.trellis/scripts/common/task_context.py

0
.trellis/scripts/common/task_queue.py

0
.trellis/scripts/common/task_store.py

0
.trellis/scripts/common/task_utils.py

0
.trellis/scripts/common/tasks.py

0
.trellis/scripts/common/types.py

0
.trellis/scripts/common/worktree.py

0
.trellis/scripts/create_bootstrap.py

0
.trellis/scripts/get_context.py

0
.trellis/scripts/get_developer.py

0
.trellis/scripts/init_developer.py

0
.trellis/scripts/multi_agent/__init__.py

0
.trellis/scripts/multi_agent/cleanup.py

0
.trellis/scripts/multi_agent/create_pr.py

0
.trellis/scripts/multi_agent/plan.py

0
.trellis/scripts/multi_agent/start.py

0
.trellis/scripts/multi_agent/status.py

0
.trellis/scripts/multi_agent/status_display.py

0
.trellis/scripts/multi_agent/status_monitor.py

0
.trellis/scripts/task.py

0
babel.config.js

0
examples/App.vue

0
examples/config/language/en.ts

0
examples/config/language/index.ts

0
examples/config/language/zh.ts

0
examples/config/router.ts

0
examples/main.ts

0
examples/shims-vue.d.ts vendored

0
examples/store/actions.ts

0
examples/store/index.ts

0
examples/store/mutations.ts

0
examples/store/state.ts

0
examples/view/base/form.vue

0
examples/view/base/table.vue

0
examples/view/home.vue

0
examples/view/tool/color.vue

0
examples/view/tool/terminal.vue

0
index.html

0
package.json

0
packages/base/data/descriptions.vue

0
packages/base/data/infomation.vue

0
packages/base/data/list-table.vue

0
packages/base/data/listTableDialog.vue

0
packages/base/data/modify-form.vue

0
packages/base/data/search-row.vue

0
packages/base/data/table-action.vue

0
packages/base/item/button.vue

0
packages/base/item/buttonWithTooltip.vue

0
packages/base/item/confirmCancel.vue

0
packages/base/item/datetime.vue

0
packages/base/item/input.vue

0
packages/base/item/light-box.vue

0
packages/base/item/select.vue

0
packages/base/item/tag.vue

0
packages/base/item/tzDatePicker.vue

0
packages/base/item/tzDateTime.vue

0
packages/base/item/ws-monitor-toggle.vue

0
packages/echarts/line/smoothed.vue

0
packages/index.ts

0
packages/manage/common/index.ts

0
packages/manage/common/login.vue

0
packages/manage/common/login2.vue

0
packages/manage/head/fullscreen.vue

0
packages/manage/head/head.vue

0
packages/manage/head/index.ts

0
packages/manage/head/lang-change.vue

0
packages/manage/head/menu-tree.vue

0
packages/manage/head/personal.vue

0
packages/manage/head/size-change.vue

0
packages/manage/head/style-change.vue

0
packages/manage/index.ts

0
packages/manage/router/index.vue

0
packages/manage/router/zhuBeiDong.vue

0
packages/manage/views/buffer.vue

0
packages/manage/views/config.vue

0
packages/manage/views/dictionary.vue

0
packages/manage/views/index.ts

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save