@levelcode/cli 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +47 -24
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -74809,7 +74809,8 @@ var init_vp_engineering = __esm(() => {
74809
74809
  "code-searcher",
74810
74810
  "directory-lister",
74811
74811
  "researcher-web",
74812
- "researcher-docs"
74812
+ "researcher-docs",
74813
+ "context-pruner"
74813
74814
  ],
74814
74815
  systemPrompt: `You are a VP of Engineering Agent within a LevelCode swarm team. You are responsible for engineering operations, delivery execution, and organizational effectiveness.
74815
74816
 
@@ -74919,7 +74920,8 @@ var init_director = __esm(() => {
74919
74920
  "code-searcher",
74920
74921
  "directory-lister",
74921
74922
  "researcher-web",
74922
- "researcher-docs"
74923
+ "researcher-docs",
74924
+ "context-pruner"
74923
74925
  ],
74924
74926
  systemPrompt: `You are an Engineering Director Agent within a LevelCode swarm team. You manage multiple teams and ensure cross-team alignment and delivery.
74925
74927
 
@@ -75256,7 +75258,8 @@ var init_principal_engineer = __esm(() => {
75256
75258
  "glob-matcher",
75257
75259
  "commander",
75258
75260
  "researcher-web",
75259
- "researcher-docs"
75261
+ "researcher-docs",
75262
+ "context-pruner"
75260
75263
  ],
75261
75264
  systemPrompt: `You are a Principal Engineer Agent within a LevelCode swarm team. You are the highest-level technical individual contributor, responsible for setting architectural direction and solving the hardest engineering problems.
75262
75265
 
@@ -75370,7 +75373,8 @@ var init_senior_staff_engineer = __esm(() => {
75370
75373
  "glob-matcher",
75371
75374
  "commander",
75372
75375
  "researcher-web",
75373
- "researcher-docs"
75376
+ "researcher-docs",
75377
+ "context-pruner"
75374
75378
  ],
75375
75379
  systemPrompt: `You are a Senior Staff Engineer Agent within a LevelCode swarm team. You are one of the most technically experienced ICs, responsible for driving large-scale technical initiatives and providing cross-team technical leadership.
75376
75380
 
@@ -75481,7 +75485,8 @@ var init_staff_engineer = __esm(() => {
75481
75485
  "code-searcher",
75482
75486
  "directory-lister",
75483
75487
  "glob-matcher",
75484
- "commander"
75488
+ "commander",
75489
+ "context-pruner"
75485
75490
  ],
75486
75491
  systemPrompt: `You are a Staff Engineer Agent within a LevelCode swarm team. You are a senior technical leader who drives complex engineering initiatives and sets technical direction within your domain.
75487
75492
 
@@ -75579,7 +75584,8 @@ var init_manager = __esm(() => {
75579
75584
  ],
75580
75585
  spawnableAgents: [
75581
75586
  "senior-engineer",
75582
- "team-mid-level-engineer"
75587
+ "team-mid-level-engineer",
75588
+ "context-pruner"
75583
75589
  ],
75584
75590
  systemPrompt: `You are a Manager Agent responsible for overseeing a group of engineers within a LevelCode swarm team.
75585
75591
 
@@ -75701,7 +75707,8 @@ var init_sub_manager = __esm(() => {
75701
75707
  "code-searcher",
75702
75708
  "directory-lister",
75703
75709
  "glob-matcher",
75704
- "commander"
75710
+ "commander",
75711
+ "context-pruner"
75705
75712
  ],
75706
75713
  systemPrompt: `You are a Sub-Manager Agent (Team Lead) within a LevelCode swarm team. You coordinate a small group of engineers on a focused workstream.
75707
75714
 
@@ -75829,7 +75836,7 @@ var init_senior_engineer = __esm(() => {
75829
75836
  outputMode: "last_message",
75830
75837
  includeMessageHistory: true,
75831
75838
  toolNames: buildArray("spawn_agents", "read_files", "read_subtree", "str_replace", "write_file", "propose_str_replace", "propose_write_file", "code_search", "find_files", "glob", "list_directory", "run_terminal_command", "write_todos", "set_output", "skill", "think_deeply"),
75832
- spawnableAgents: buildArray("file-picker", "thinker", "code-reviewer", "code-searcher", "directory-lister", "glob-matcher", "commander"),
75839
+ spawnableAgents: buildArray("file-picker", "thinker", "code-reviewer", "code-searcher", "directory-lister", "glob-matcher", "commander", "context-pruner"),
75833
75840
  systemPrompt: `You are Atlas, a Senior Engineer operating within a LevelCode team. You are a strong individual contributor with deep technical expertise who takes ownership of complex engineering tasks.
75834
75841
 
75835
75842
  # Role
@@ -75969,7 +75976,8 @@ var init_mid_level_engineer = __esm(() => {
75969
75976
  "code-searcher",
75970
75977
  "directory-lister",
75971
75978
  "glob-matcher",
75972
- "commander"
75979
+ "commander",
75980
+ "context-pruner"
75973
75981
  ],
75974
75982
  systemPrompt: `You are a Mid-Level Engineer Agent within a LevelCode swarm team. You are a capable individual contributor who handles a wide range of implementation tasks independently.
75975
75983
 
@@ -76074,7 +76082,8 @@ var init_junior_engineer = __esm(() => {
76074
76082
  "code-searcher",
76075
76083
  "directory-lister",
76076
76084
  "glob-matcher",
76077
- "commander"
76085
+ "commander",
76086
+ "context-pruner"
76078
76087
  ],
76079
76088
  systemPrompt: `You are a Junior Engineer Agent within a LevelCode swarm team. You handle well-scoped implementation tasks under the guidance of more senior engineers.
76080
76089
 
@@ -76289,7 +76298,8 @@ var init_scientist = __esm(() => {
76289
76298
  "glob-matcher",
76290
76299
  "commander",
76291
76300
  "researcher-web",
76292
- "researcher-docs"
76301
+ "researcher-docs",
76302
+ "context-pruner"
76293
76303
  ],
76294
76304
  systemPrompt: `You are a Scientist Agent within a LevelCode swarm team. You investigate technical problems through experimentation, measurement, and systematic analysis.
76295
76305
 
@@ -76622,7 +76632,8 @@ var init_tester = __esm(() => {
76622
76632
  "code-searcher",
76623
76633
  "directory-lister",
76624
76634
  "glob-matcher",
76625
- "commander"
76635
+ "commander",
76636
+ "context-pruner"
76626
76637
  ],
76627
76638
  systemPrompt: `You are a Tester Agent within a LevelCode swarm team. You are a testing specialist responsible for ensuring code quality through comprehensive, well-structured tests.
76628
76639
 
@@ -165016,7 +165027,8 @@ Focus on practical, implementable guidance grounded in the existing codebase rat
165016
165027
  "code-searcher",
165017
165028
  "directory-lister",
165018
165029
  "researcher-web",
165019
- "researcher-docs"
165030
+ "researcher-docs",
165031
+ "context-pruner"
165020
165032
  ],
165021
165033
  systemPrompt: `You are an Engineering Director Agent within a LevelCode swarm team. You manage multiple teams and ensure cross-team alignment and delivery.
165022
165034
 
@@ -165397,7 +165409,8 @@ Do not go beyond the scope of what was asked. If the task is unclear, state what
165397
165409
  "code-searcher",
165398
165410
  "directory-lister",
165399
165411
  "glob-matcher",
165400
- "commander"
165412
+ "commander",
165413
+ "context-pruner"
165401
165414
  ],
165402
165415
  systemPrompt: `You are a Junior Engineer Agent within a LevelCode swarm team. You handle well-scoped implementation tasks under the guidance of more senior engineers.
165403
165416
 
@@ -165485,7 +165498,8 @@ Stay focused on the specific task. Do not expand scope or make improvements beyo
165485
165498
  ],
165486
165499
  spawnableAgents: [
165487
165500
  "senior-engineer",
165488
- "team-mid-level-engineer"
165501
+ "team-mid-level-engineer",
165502
+ "context-pruner"
165489
165503
  ],
165490
165504
  systemPrompt: `You are a Manager Agent responsible for overseeing a group of engineers within a LevelCode swarm team.
165491
165505
 
@@ -165600,7 +165614,8 @@ When spawning engineers, provide them with:
165600
165614
  "code-searcher",
165601
165615
  "directory-lister",
165602
165616
  "glob-matcher",
165603
- "commander"
165617
+ "commander",
165618
+ "context-pruner"
165604
165619
  ],
165605
165620
  systemPrompt: `You are a Mid-Level Engineer Agent within a LevelCode swarm team. You are a capable individual contributor who handles a wide range of implementation tasks independently.
165606
165621
 
@@ -165712,7 +165727,8 @@ Work methodically. Gather context first, implement carefully, and validate thoro
165712
165727
  "glob-matcher",
165713
165728
  "commander",
165714
165729
  "researcher-web",
165715
- "researcher-docs"
165730
+ "researcher-docs",
165731
+ "context-pruner"
165716
165732
  ],
165717
165733
  systemPrompt: `You are a Principal Engineer Agent within a LevelCode swarm team. You are the highest-level technical individual contributor, responsible for setting architectural direction and solving the hardest engineering problems.
165718
165734
 
@@ -166037,7 +166053,8 @@ Be thorough but focused. Prioritize information that directly answers the resear
166037
166053
  "glob-matcher",
166038
166054
  "commander",
166039
166055
  "researcher-web",
166040
- "researcher-docs"
166056
+ "researcher-docs",
166057
+ "context-pruner"
166041
166058
  ],
166042
166059
  systemPrompt: `You are a Scientist Agent within a LevelCode swarm team. You investigate technical problems through experimentation, measurement, and systematic analysis.
166043
166060
 
@@ -166146,7 +166163,8 @@ Be rigorous. The value of your work depends on the reliability of your conclusio
166146
166163
  "code-searcher",
166147
166164
  "directory-lister",
166148
166165
  "glob-matcher",
166149
- "commander"
166166
+ "commander",
166167
+ "context-pruner"
166150
166168
  ],
166151
166169
  systemPrompt: `You are Atlas, a Senior Engineer operating within a LevelCode team. You are a strong individual contributor with deep technical expertise who takes ownership of complex engineering tasks.
166152
166170
 
@@ -166290,7 +166308,8 @@ Spawn context-gathering agents before making edits. Spawn the code-reviewer afte
166290
166308
  "glob-matcher",
166291
166309
  "commander",
166292
166310
  "researcher-web",
166293
- "researcher-docs"
166311
+ "researcher-docs",
166312
+ "context-pruner"
166294
166313
  ],
166295
166314
  systemPrompt: `You are a Senior Staff Engineer Agent within a LevelCode swarm team. You are one of the most technically experienced ICs, responsible for driving large-scale technical initiatives and providing cross-team technical leadership.
166296
166315
 
@@ -166395,7 +166414,8 @@ You are a senior staff IC responsible for:
166395
166414
  "code-searcher",
166396
166415
  "directory-lister",
166397
166416
  "glob-matcher",
166398
- "commander"
166417
+ "commander",
166418
+ "context-pruner"
166399
166419
  ],
166400
166420
  systemPrompt: `You are a Staff Engineer Agent within a LevelCode swarm team. You are a senior technical leader who drives complex engineering initiatives and sets technical direction within your domain.
166401
166421
 
@@ -166497,7 +166517,8 @@ You are a staff-level IC responsible for:
166497
166517
  "code-searcher",
166498
166518
  "directory-lister",
166499
166519
  "glob-matcher",
166500
- "commander"
166520
+ "commander",
166521
+ "context-pruner"
166501
166522
  ],
166502
166523
  systemPrompt: `You are a Sub-Manager Agent (Team Lead) within a LevelCode swarm team. You coordinate a small group of engineers on a focused workstream.
166503
166524
 
@@ -166595,7 +166616,8 @@ Provide engineers with all the context they need upfront to minimize back-and-fo
166595
166616
  "code-searcher",
166596
166617
  "directory-lister",
166597
166618
  "glob-matcher",
166598
- "commander"
166619
+ "commander",
166620
+ "context-pruner"
166599
166621
  ],
166600
166622
  systemPrompt: `You are a Tester Agent within a LevelCode swarm team. You are a testing specialist responsible for ensuring code quality through comprehensive, well-structured tests.
166601
166623
 
@@ -166708,7 +166730,8 @@ Be thorough. A test suite that only covers happy paths is incomplete. Think adve
166708
166730
  "code-searcher",
166709
166731
  "directory-lister",
166710
166732
  "researcher-web",
166711
- "researcher-docs"
166733
+ "researcher-docs",
166734
+ "context-pruner"
166712
166735
  ],
166713
166736
  systemPrompt: `You are a VP of Engineering Agent within a LevelCode swarm team. You are responsible for engineering operations, delivery execution, and organizational effectiveness.
166714
166737
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levelcode/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "LevelCode CLI - Terminal-based AI coding agent that outperforms Claude Code",
5
5
  "author": {
6
6
  "name": "Yethikrishna R",