Skip to content

[codex] release v0.3.0#2

Draft
milkoor wants to merge 8 commits into
mainfrom
codex/release-v0.3.0
Draft

[codex] release v0.3.0#2
milkoor wants to merge 8 commits into
mainfrom
codex/release-v0.3.0

Conversation

@milkoor

@milkoor milkoor commented Jun 23, 2026

Copy link
Copy Markdown
Owner

What changed

  • Added the AI Behavior Science OS v0.3 stack: descriptor-only BDE, read-only CRDD subset compilation, CERC planning, and feedback integration.
  • Added stable dedup/upsert import paths and metadata behavior-distribution fields.
  • Updated research docs, changelog, and release versioning to 0.3.0.

Why

  • The corpus work has moved from ingestion-only handling into comparable subset design, experiment planning, and external feedback refinement.
  • The release version now matches the surfaced v0.3 boundary.

Impact

  • No runtime execution authority was added. All new planning and feedback paths remain external-only or read-only.
  • Package metadata and CLI self-reported version now align with the release tag.

Validation

  • python3 -m pytest tests/test_metadata_corpus_report.py -v -k "cerc_feedback"
  • python3 -m pytest tests/ -v
  • GitNexus detect_changes run before commit.

Your Name and others added 8 commits June 13, 2026 23:16
Add read-only corpus phase4-status subcommand that reports all 8 Phase 4-3
trigger conditions with current values, thresholds, met/not-met status,
affected theory candidates, and next actions.

All metrics scoped correctly: Trigger 7 (runtime balance) counts only native
strict sessions. Triggers 3/4 count tagged intervention lane sessions.

Output format: table with current value, threshold, and status, followed by
summary and per-trigger action guidance.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Conservative classification using only explicit metadata fields
(data_origin, task_source, intervention_lane, causetrace_tags).
High confidence: data_origin=native + task_source=real_work.
Medium confidence: data_origin=native with no task_source.
Dry-run only — no metadata writes. Tracks skip reasons for all
unmatched sessions.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Writes intervention_lane=direct_prompt_native for high-confidence
proposals only (data_origin=native + task_source=real_work + no
intervention markers). Medium-confidence proposals are never applied.

Adds provenance: classified_from_explicit_metadata.
Fixes native_strict counting in phase4-status to treat
direct_prompt_native as the native baseline lane.

Before: 12/992 classified (1.2%)
After:  113/992 classified (11.4%)
879 unknown sessions remain unmodified.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Documents current state after A2 classification pass:
- 108/992 sessions with explicit intervention_lane (10.9%)
- 101 direct_prompt_native via classified_from_explicit_metadata
- 879 data_origin=unknown sessions cannot be auto-classified

Defines upstream capture requirements (P0-P5), source-specific
defaults, capture points, and explicit non-goals. Trigger 8
should improve through future capture quality, not aggressive
retroactive inference.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Operational checklists for each capture type:
- direct native real work
- routed prompt task
- superpowers workflow
- controlled prompt morphology pilot
- external trajectory
- demo/test run

Includes post-capture verification commands and explicit non-rules
(runtime-only, Skill-only, prompt-style inference are not valid).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
These were committed before the ignore rules were added. Now .gitignore
will prevent them from being re-added.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant