-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
163 lines (116 loc) · 7.8 KB
/
Copy pathMakefile
File metadata and controls
163 lines (116 loc) · 7.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
PYTHON ?= python3
ROOT ?= .
TARGET ?= .
NAME ?= demo-project
PATTERN ?= *
QUERY ?= TODO
DEVICE ?=
CMD ?= pwd
ARGS ?=
.PHONY: check tree index platforms inventory snapshot scaffold batch search bt-audio-doctor audio-quick-connect kitty-theme wallpaper display i3reorg dashboard preset bridge quick-help quick-help-fzf network network-tui jobs idea-board tg tui crm funnel funnel-check burp mcp scan cento redmine-e2e tracker-migrate agent-work-e2e agent-work-dual-backend-stress agent-work-app-start agent-work-app-stop agent-work-app-status agent-work-app-sync agent-manager agent-manager-janitor terminal-e2e industrial-e2e
check:
$(PYTHON) -m py_compile scripts/agent_coordinator.py scripts/agent_manager.py scripts/agent_pool_kick.py scripts/agent_work.py scripts/agent_work_app_contract_check.py scripts/agent_work_redmine_replacement_visual_validation.py scripts/agent_work_replacement_migration.py scripts/bluetooth_audio_doctor.py scripts/cento_interactive.py scripts/cento_mcp_server.py scripts/cluster_job_runner.py scripts/crm_module.py scripts/dashboard_server.py scripts/deliverables_hub.py scripts/docs_module_e2e.py scripts/factory.py scripts/factory_autopilot.py scripts/factory_autopilot_e2e.py scripts/factory_autopilot_policy.py scripts/factory_autopilot_policy_matrix_e2e.py scripts/factory_autopilot_render.py scripts/factory_autopilot_runtime_e2e.py scripts/factory_autopilot_state.py scripts/factory_console_e2e.py scripts/factory_dispatch_core.py scripts/factory_dispatch_e2e.py scripts/factory_e2e.py scripts/factory_integrate.py scripts/factory_integrated_validate.py scripts/factory_integration.py scripts/factory_integration_e2e.py scripts/factory_integration_state.py scripts/factory_integrator_core.py scripts/factory_merge_readiness.py scripts/factory_patch.py scripts/factory_plan.py scripts/factory_queue.py scripts/factory_registry_gate.py scripts/factory_release_candidate.py scripts/factory_render.py scripts/factory_runtime.py scripts/factory_runtime_adapters_e2e.py scripts/factory_rollback.py scripts/factory_taskstream_sync.py scripts/factory_validate.py scripts/funnel_check.py scripts/funnel_module.py scripts/gather_context.py scripts/idea_board_server.py scripts/incident_response.py scripts/industrial_activity.py scripts/industrial_activity_contract_check.py scripts/industrial_cluster_contract_check.py scripts/industrial_focus.py scripts/industrial_jobs_contract_check.py scripts/industrial_panel.py scripts/industrial_panel_actions_contract_check.py scripts/industrial_status.py scripts/jobs_server.py scripts/manifest_validate.py scripts/mcp_tooling.py scripts/network_web_server.py scripts/no_model_validate_contract_check.py scripts/no_model_validation_e2e.py scripts/platform_report.py scripts/research_map.py scripts/scan_onepager.py scripts/storage.py scripts/storage_e2e.py scripts/story_manifest.py scripts/story_screenshot_runner.py scripts/tool_index.py scripts/validation_manifest.py scripts/validator_tier0.py
$(PYTHON) scripts/agent_manager_contract_check.py
$(PYTHON) scripts/no_model_validate_contract_check.py
go build -o workspace/tmp/cento-interactive-check ./scripts/cento_interactive.go
go build -o workspace/tmp/cento-daily-check ./scripts/daily_tui.go
go build -o workspace/tmp/cento-industrial-aux-tui-check ./scripts/industrial_aux_tui.go
go build -o workspace/tmp/cento-industrial-cluster-tui-check ./scripts/industrial_cluster_tui.go
go build -o workspace/tmp/cento-industrial-jobs-tui-check ./scripts/industrial_jobs_tui.go
go build -o workspace/tmp/cento-network-tui-check ./scripts/network_tui.go
go build -o workspace/tmp/telegram-tui-check ./scripts/telegram_tui.go
$(PYTHON) -c 'import json, pathlib; json.loads(pathlib.Path("data/tools.json").read_text()); json.loads(pathlib.Path(".mcp.json").read_text())'
$(PYTHON) scripts/funnel_check.py
./scripts/industrial_panel_e2e.sh
bash -n scripts/agent_coordinator_daemon.sh scripts/agent_work_dual_backend_stress.sh scripts/agent_work_e2e.sh scripts/agent_work_hygiene.sh scripts/audio_quick_connect.sh scripts/batch_exec.sh scripts/bridge.sh scripts/burp_suite_community.sh scripts/cento.sh scripts/cento_interactive.sh scripts/cento_temp.sh scripts/cluster.sh scripts/cluster_activity_e2e.sh scripts/cluster_health_e2e.sh scripts/daily_tui.sh scripts/dashboard.sh scripts/display_layout_fix.sh scripts/i3reorg.sh scripts/idea_board.sh scripts/industrial_aux_tui.sh scripts/industrial_cluster_tui.sh scripts/industrial_codex_terminal.sh scripts/industrial_jobs_tui.sh scripts/industrial_macos_preset.sh scripts/industrial_os_preset.sh scripts/industrial_panel_e2e.sh scripts/industrial_workspace.sh scripts/install_linux.sh scripts/install_macos.sh scripts/ios_mobile_e2e.sh scripts/jobs.sh scripts/kitty_theme_manager.sh scripts/lib/common.sh scripts/mobile.sh scripts/network.sh scripts/network_tui.sh scripts/notify.sh scripts/opencode.sh scripts/preset.sh scripts/project_scaffold.sh scripts/quick_help.sh scripts/quick_help_fzf.sh scripts/redmine_workflow_e2e.sh scripts/repo_snapshot.sh scripts/restart_discord.sh scripts/search_report.sh scripts/system_inventory.sh scripts/telegram_tui.sh scripts/terminal_integration_e2e.sh scripts/wallpaper_manager.sh
zsh -n scripts/completion/_cento
industrial-e2e:
./scripts/industrial_panel_e2e.sh
tree:
find . -maxdepth 3 -not -path './.git*' | sort
index:
$(PYTHON) scripts/tool_index.py --registry data/tools.json --output docs/tool-index.md
platforms:
$(PYTHON) scripts/platform_report.py --registry data/tools.json --markdown --output docs/platform-support.md
inventory:
./scripts/system_inventory.sh $(ARGS)
snapshot:
./scripts/repo_snapshot.sh --target "$(TARGET)" $(ARGS)
scaffold:
./scripts/project_scaffold.sh --path "$(ROOT)/$(NAME)" $(ARGS)
batch:
./scripts/batch_exec.sh --root "$(ROOT)" --pattern "$(PATTERN)" --command "$(CMD)" $(ARGS)
search:
./scripts/search_report.sh --query "$(QUERY)" --root "$(ROOT)" $(ARGS)
bt-audio-doctor:
$(PYTHON) scripts/bluetooth_audio_doctor.py "$(DEVICE)" $(ARGS)
audio-quick-connect:
./scripts/audio_quick_connect.sh "$(DEVICE)" $(ARGS)
kitty-theme:
./scripts/kitty_theme_manager.sh $(ARGS)
cento:
./scripts/cento.sh $(ARGS)
tracker-migrate:
$(PYTHON) scripts/migrate_redmine_to_tracker.py $(ARGS)
wallpaper:
./scripts/wallpaper_manager.sh $(ARGS)
display:
./scripts/display_layout_fix.sh $(ARGS)
i3reorg:
./scripts/i3reorg.sh $(ARGS)
dashboard:
./scripts/dashboard_server.py $(ARGS)
preset:
./scripts/preset.sh $(ARGS)
jobs:
./scripts/jobs.sh $(ARGS)
bridge:
./scripts/bridge.sh $(ARGS)
tg:
./scripts/telegram_tui.sh $(ARGS)
tui:
./scripts/telegram_tui.sh $(ARGS)
crm:
$(PYTHON) scripts/crm_module.py $(ARGS)
funnel:
$(PYTHON) scripts/funnel_module.py $(ARGS)
funnel-check:
$(PYTHON) scripts/funnel_check.py
burp:
./scripts/burp_suite_community.sh $(ARGS)
quick-help:
./scripts/quick_help.sh $(ARGS)
quick-help-fzf:
./scripts/quick_help_fzf.sh $(ARGS)
network-tui:
./scripts/network_tui.sh $(ARGS)
network:
./scripts/network.sh $(ARGS)
idea-board:
./scripts/idea_board.sh $(ARGS)
mcp:
$(PYTHON) scripts/mcp_tooling.py $(ARGS)
scan:
$(PYTHON) scripts/scan_onepager.py --query "$(QUERY)" $(ARGS)
redmine-e2e:
./scripts/redmine_workflow_e2e.sh $(ARGS)
agent-work-e2e:
./scripts/agent_work_e2e.sh $(ARGS)
agent-work-dual-backend-stress:
./scripts/agent_work_dual_backend_stress.sh $(ARGS)
agent-work-app-start:
./scripts/cento.sh agent-work-app start
agent-work-app-stop:
./scripts/cento.sh agent-work-app stop
agent-work-app-status:
curl -fsS http://127.0.0.1:47910/health
agent-work-app-sync:
$(PYTHON) scripts/agent_work_app.py install-sync
agent-manager:
$(PYTHON) scripts/agent_manager.py $(ARGS)
agent-manager-janitor:
$(PYTHON) scripts/agent_manager.py janitor $(ARGS)
terminal-e2e:
./scripts/terminal_integration_e2e.sh $(ARGS)
agent-tracker-backend:
python3 -m uvicorn backend.main:app --app-dir apps/agent-tracker --host 127.0.0.1 --port 7070 $(ARGS)