Files
manual_slop/conductor/directives/presets/current_baseline.md
T

7.5 KiB

Preset: current_baseline

The baseline directive composition — all v1 variants lifted verbatim from the current production docs. This is the starting point; alternative presets swap variants to test different encodings.

Directives to warm

Read each file below before any action.

  • ast_parse_insufficient: conductor/directives/ast_parse_insufficient/v1.md
  • ast_verify_class_methods_after_edit: conductor/directives/ast_verify_class_methods_after_edit/v1.md
  • atomic_per_task_commits: conductor/directives/atomic_per_task_commits/v1.md
  • ban_any_type: conductor/directives/ban_any_type/v1.md
  • ban_arbitrary_core_mocking: conductor/directives/ban_arbitrary_core_mocking/v1.md
  • ban_day_estimates: conductor/directives/ban_day_estimates/v1.md
  • ban_dict_any: conductor/directives/ban_dict_any/v1.md
  • ban_dict_get_on_known_fields: conductor/directives/ban_dict_get_on_known_fields/v1.md
  • ban_getattr_dispatch: conductor/directives/ban_getattr_dispatch/v1.md
  • ban_hasattr_dispatch: conductor/directives/ban_hasattr_dispatch/v1.md
  • ban_local_imports: conductor/directives/ban_local_imports/v1.md
  • ban_optional_returns: conductor/directives/ban_optional_returns/v1.md
  • ban_prefix_aliasing: conductor/directives/ban_prefix_aliasing/v1.md
  • ban_repeated_from_dict: conductor/directives/ban_repeated_from_dict/v1.md
  • batch_verification_not_isolation: conductor/directives/batch_verification_not_isolation/v1.md
  • boundary_layer_exception: conductor/directives/boundary_layer_exception/v1.md
  • cache_stable_to_volatile: conductor/directives/cache_stable_to_volatile/v1.md
  • chroma_cache_path: conductor/directives/chroma_cache_path/v1.md
  • comprehensive_logging: conductor/directives/comprehensive_logging/v1.md
  • config_state_owner: conductor/directives/config_state_owner/v1.md
  • contract_change_audit: conductor/directives/contract_change_audit/v1.md
  • convention_enforcement_4_mechanisms: conductor/directives/convention_enforcement_4_mechanisms/v1.md
  • core_value_read_first: conductor/directives/core_value_read_first/v1.md
  • decompose_or_isolate_never_offload: conductor/directives/decompose_or_isolate_never_offload/v1.md
  • decorator_orphan_pitfall: conductor/directives/decorator_orphan_pitfall/v1.md
  • defer_not_catch_for_native_crashes: conductor/directives/defer_not_catch_for_native_crashes/v1.md
  • deduction_loop_limit: conductor/directives/deduction_loop_limit/v1.md
  • dsl_uses_first_class_spans_for_errors: conductor/directives/dsl_uses_first_class_spans_for_errors/v1.md
  • edit_small_incremental: conductor/directives/edit_small_incremental/v1.md
  • feature_flag_delete_to_turn_off: conductor/directives/feature_flag_delete_to_turn_off/v1.md
  • file_id_stable_across_rename: conductor/directives/file_id_stable_across_rename/v1.md
  • file_naming_convention: conductor/directives/file_naming_convention/v1.md
  • git_hard_bans: conductor/directives/git_hard_bans/v1.md
  • imgui_scope_verification: conductor/directives/imgui_scope_verification/v1.md
  • inherited_cruft_ask_first: conductor/directives/inherited_cruft_ask_first/v1.md
  • intent_signal_postfix_not_xml: conductor/directives/intent_signal_postfix_not_xml/v1.md
  • knowledge_harvest_pattern: conductor/directives/knowledge_harvest_pattern/v1.md
  • large_files_are_fine: conductor/directives/large_files_are_fine/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
  • mandatory_research_first: conductor/directives/mandatory_research_first/v1.md
  • metadata_boundary_type: conductor/directives/metadata_boundary_type/v1.md
  • modular_controller_pattern: conductor/directives/modular_controller_pattern/v1.md
  • nil_sentinel_pattern: conductor/directives/nil_sentinel_pattern/v1.md
  • no_comments_in_body: conductor/directives/no_comments_in_body/v1.md
  • no_diagnostic_noise: conductor/directives/no_diagnostic_noise/v1.md
  • no_new_src_files_without_permission: conductor/directives/no_new_src_files_without_permission/v1.md
  • no_output_filtering: conductor/directives/no_output_filtering/v1.md
  • no_real_io_during_tests: conductor/directives/no_real_io_during_tests/v1.md
  • no_skip_markers_as_avoidance: conductor/directives/no_skip_markers_as_avoidance/v1.md
  • one_space_indent: conductor/directives/one_space_indent/v1.md
  • parse_failure_visible_to_conversation: conductor/directives/parse_failure_visible_to_conversation/v1.md
  • pipeline_immediate_mode_no_object: conductor/directives/pipeline_immediate_mode_no_object/v1.md
  • prefer_targeted_tier_runs: conductor/directives/prefer_targeted_tier_runs/v1.md
  • preserve_line_endings: conductor/directives/preserve_line_endings/v1.md
  • rag_six_rules: conductor/directives/rag_six_rules/v1.md
  • report_instead_of_fix_ban: conductor/directives/report_instead_of_fix_ban/v1.md
  • reset_session_preserves_project_path: conductor/directives/reset_session_preserves_project_path/v1.md
  • result_error_pattern: conductor/directives/result_error_pattern/v1.md
  • run_full_tier_after_phase_refactor: conductor/directives/run_full_tier_after_phase_refactor/v1.md
  • scope_creep_track_doc_ban: conductor/directives/scope_creep_track_doc_ban/v1.md
  • sdm_dependency_tags: conductor/directives/sdm_dependency_tags/v1.md
  • search_all_call_sites_after_signature_change: conductor/directives/search_all_call_sites_after_signature_change/v1.md
  • state_visible_at_the_right_layer: conductor/directives/state_visible_at_the_right_layer/v1.md
  • strict_state_management: conductor/directives/strict_state_management/v1.md
  • stub_before_implement: conductor/directives/stub_before_implement/v1.md
  • subagent_returns_artifact_not_transcript: conductor/directives/subagent_returns_artifact_not_transcript/v1.md
  • tdd_red_green_required: conductor/directives/tdd_red_green_required/v1.md
  • test_narrow_not_kitchen_sink: conductor/directives/test_narrow_not_kitchen_sink/v1.md
  • test_sandbox: conductor/directives/test_sandbox/v1.md
  • tier1_orchestrator_no_implementation: conductor/directives/tier1_orchestrator_no_implementation/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
  • type_hints_required: conductor/directives/type_hints_required/v1.md
  • typed_dataclass_fields: conductor/directives/typed_dataclass_fields/v1.md
  • ui_delegation_for_hot_reload: conductor/directives/ui_delegation_for_hot_reload/v1.md
  • undo_redo_100_snapshot_capacity: conductor/directives/undo_redo_100_snapshot_capacity/v1.md
  • verify_before_editing: conductor/directives/verify_before_editing/v1.md
  • verbose_commit_message_ban: conductor/directives/verbose_commit_message_ban/v1.md
  • workspace_paths: conductor/directives/workspace_paths/v1.md

Notes

All v1 (verbatim lifts from current production docs; the initial harvest yielded 51, the 2026-07-02 Phase A expansion added 15 more (from docs/AGENTS.md, conductor/edit_workflow.md, docs/guide_testing.md, docs/guide_state_lifecycle.md) for a total of 66, and the 2026-07-02 scavenge pass added 15 more (5 from docs/MMA_Support/, 5 from conductor/tracks/nagent_review_20260608/, 5 from conductor/tracks/intent_dsl_survey_20260612/ + docs/handoffs/) for a total of 81 — see HARVEST_SUMMARY.md for what was lifted in each pass). No alternative encodings tested yet. This preset is the control group for future experiments.

To create an experimental preset: copy this file, change the variant path for the directives you want to test (e.g., swap v1.md for v2_rationale_first.md), and update the Notes section with your hypothesis.