Private
Public Access
69 lines
5.6 KiB
Markdown
69 lines
5.6 KiB
Markdown
# Preset: tier2_autonomous
|
|
|
|
The compound preset for Tier-2 autonomous sandbox execution. Inherits baseline + adds the 20 TARGETED:tier2-sandbox + 23 TARGETED:testing + 8 PROCESS:delegation directives. This is the preset the `tier2-autonomous.warm.md` agent prompt warms with.
|
|
|
|
## Inherits
|
|
baseline
|
|
|
|
## Directives to warm
|
|
Read each file below before any action.
|
|
|
|
- ban_appdata_paths: conductor/directives/ban_appdata_paths/v1.md
|
|
- use_batched_test_runner: conductor/directives/use_batched_test_runner/v1.md
|
|
- no_output_filtering: conductor/directives/no_output_filtering/v1.md
|
|
- prefer_targeted_tier_runs: conductor/directives/prefer_targeted_tier_runs/v1.md
|
|
- throwaway_scripts_isolated_subdir: conductor/directives/throwaway_scripts_isolated_subdir/v1.md
|
|
- acknowledgment_in_first_commit: conductor/directives/acknowledgment_in_first_commit/v1.md
|
|
- end_of_track_report_required: conductor/directives/end_of_track_report_required/v1.md
|
|
- tier2_pre_commit_deletion_and_diff_check: conductor/directives/tier2_pre_commit_deletion_and_diff_check/v1.md
|
|
- tier2_pre_flight_audit_gates: conductor/directives/tier2_pre_flight_audit_gates/v1.md
|
|
- tier2_post_track_ruff_mypy_audit: conductor/directives/tier2_post_track_ruff_mypy_audit/v1.md
|
|
- per_phase_metric_regression_fix: conductor/directives/per_phase_metric_regression_fix/v1.md
|
|
- run_full_tier_after_phase_refactor: conductor/directives/run_full_tier_after_phase_refactor/v1.md
|
|
- user_corrections_log_in_state_toml: conductor/directives/user_corrections_log_in_state_toml/v1.md
|
|
- surface_gaps_at_discovery_not_checkpoint: conductor/directives/surface_gaps_at_discovery_not_checkpoint/v1.md
|
|
- chronology_must_regenerate_after_every_track_ship: conductor/directives/chronology_must_regenerate_after_every_track_ship/v1.md
|
|
- use_git_history_as_classification_source_of_truth: conductor/directives/use_git_history_as_classification_source_of_truth/v1.md
|
|
- classifier_must_emit_per_row_evidence: conductor/directives/classifier_must_emit_per_row_evidence/v1.md
|
|
- quality_gate_catches_broken_classifier_before_ship: conductor/directives/quality_gate_catches_broken_classifier_before_ship/v1.md
|
|
- manual_compaction_only_no_auto_summarize: conductor/directives/manual_compaction_only_no_auto_summarize/v1.md
|
|
- preserve_before_compact_archive: conductor/directives/preserve_before_compact_archive/v1.md
|
|
- tdd_red_green_required: conductor/directives/tdd_red_green_required/v1.md
|
|
- test_must_fail_for_believed_reason: conductor/directives/test_must_fail_for_believed_reason/v1.md
|
|
- test_passing_immediately_proves_nothing: conductor/directives/test_passing_immediately_proves_nothing/v1.md
|
|
- test_narrow_not_kitchen_sink: conductor/directives/test_narrow_not_kitchen_sink/v1.md
|
|
- batch_verification_not_isolation: conductor/directives/batch_verification_not_isolation/v1.md
|
|
- fragile_test_in_batch_is_failing_test: conductor/directives/fragile_test_in_batch_is_failing_test/v1.md
|
|
- no_skip_markers_as_avoidance: conductor/directives/no_skip_markers_as_avoidance/v1.md
|
|
- ban_arbitrary_core_mocking: conductor/directives/ban_arbitrary_core_mocking/v1.md
|
|
- test_instantiation_not_mock_away: conductor/directives/test_instantiation_not_mock_away/v1.md
|
|
- adapt_test_mocks_to_production_api_change: conductor/directives/adapt_test_mocks_to_production_api_change/v1.md
|
|
- live_gui_poll_not_sleep: conductor/directives/live_gui_poll_not_sleep/v1.md
|
|
- live_gui_session_scoped_no_restart: conductor/directives/live_gui_session_scoped_no_restart/v1.md
|
|
- no_real_io_during_tests: conductor/directives/no_real_io_during_tests/v1.md
|
|
- enforce_no_real_toml_in_tests: conductor/directives/enforce_no_real_toml_in_tests/v1.md
|
|
- test_sandbox: conductor/directives/test_sandbox/v1.md
|
|
- workspace_paths: conductor/directives/workspace_paths/v1.md
|
|
- opt_in_integration_test_via_env_var_marker: conductor/directives/opt_in_integration_test_via_env_var_marker/v1.md
|
|
- deterministic_signal_endpoint_pattern: conductor/directives/deterministic_signal_endpoint_pattern/v1.md
|
|
- failure_message_actionable_not_vague: conductor/directives/failure_message_actionable_not_vague/v1.md
|
|
- three_tier_test_strategy_for_fragile_subsystems: conductor/directives/three_tier_test_strategy_for_fragile_subsystems/v1.md
|
|
- test_classification_via_import_presence: conductor/directives/test_classification_via_import_presence/v1.md
|
|
- surface_dirty_state_in_test_runner: conductor/directives/surface_dirty_state_in_test_runner/v1.md
|
|
- imscope_tuple_return_per_scope_override: conductor/directives/imscope_tuple_return_per_scope_override/v1.md
|
|
- tier3_worker_amnesia: conductor/directives/tier3_worker_amnesia/v1.md
|
|
- tier4_qa_compressed_fix: conductor/directives/tier4_qa_compressed_fix/v1.md
|
|
- token_firewall_prevents_bloat: conductor/directives/token_firewall_prevents_bloat/v1.md
|
|
- never_inherit_session_history_to_subagent: conductor/directives/never_inherit_session_history_to_subagent/v1.md
|
|
- subagent_returns_artifact_not_transcript: conductor/directives/subagent_returns_artifact_not_transcript/v1.md
|
|
- agent_prompt_one_independent_domain: conductor/directives/agent_prompt_one_independent_domain/v1.md
|
|
- decompose_or_isolate_never_offload: conductor/directives/decompose_or_isolate_never_offload/v1.md
|
|
- worker_three_point_abort_check: conductor/directives/worker_three_point_abort_check/v1.md
|
|
|
|
## Non-directive context
|
|
Read each file below as full documents.
|
|
|
|
- tier2 autonomous guide: docs/guide_tier2_autonomous.md
|
|
|
|
## Notes
|
|
Compound preset for Tier-2 autonomous sandbox execution. Inherits baseline (57) + adds 20 TARGETED:tier2-sandbox + 23 TARGETED:testing + 8 PROCESS:delegation. Total: 108 directives + 5 non-directive context files (4 inherited + 1 added). This is the preset `tier2-autonomous.warm.md` warms with. |