solarwindpy 0.0.1.dev0__py3-none-any.whl → 0.1.1__py3-none-any.whl
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.
Potentially problematic release.
This version of solarwindpy might be problematic. Click here for more details.
- plans/.velocity/metrics.json +96 -0
- plans/0-overview-template.md +268 -0
- plans/N-phase-template.md +106 -0
- plans/PLAN_AUDIT_SUMMARY.md +173 -0
- plans/TEMPLATE-USAGE-GUIDE.md +198 -0
- plans/__init__.py +1 -0
- plans/abandoned/compaction-agent-system/0-Overview.md +123 -0
- plans/abandoned/compaction-agent-system/agents-index-update-plan.md +109 -0
- plans/abandoned/compaction-agent-system/compacted_state.md +85 -0
- plans/abandoned/compaction-agent-system/implementation-plan.md +107 -0
- plans/abandoned/compaction-agent-system/system-validation-report.md +159 -0
- plans/abandoned/compaction-agent-system/usage-guide.md +210 -0
- plans/abandoned/hook-system-enhancement/0-Overview.md +214 -0
- plans/abandoned/hook-system-enhancement/1-Phase1-Core-Infrastructure.md +313 -0
- plans/abandoned/hook-system-enhancement/2-Phase2-Intelligent-Testing.md +385 -0
- plans/abandoned/hook-system-enhancement/3-Phase3-Physics-Validation.md +444 -0
- plans/abandoned/hook-system-enhancement/4-Phase4-Performance-Monitoring.md +458 -0
- plans/abandoned/hook-system-enhancement/5-Phase5-Developer-Experience.md +532 -0
- plans/abandoned/hook-system-enhancement/6-Implementation-Timeline.md +274 -0
- plans/abandoned/hook-system-enhancement/7-Risk-Management.md +376 -0
- plans/abandoned/hook-system-enhancement/8-Testing-Strategy.md +579 -0
- plans/abandoned/readthedocs-automation/0-Overview.md +247 -0
- plans/abandoned/readthedocs-automation/1-Emergency-Documentation-Fixes.md +270 -0
- plans/abandoned/readthedocs-automation/2-Template-System-Enhancement.md +811 -0
- plans/abandoned/readthedocs-automation/3-Quality-Audit-ReadTheDocs-Integration.md +844 -0
- plans/abandoned/readthedocs-automation/4-Plan-Consolidation-Cleanup.md +632 -0
- plans/abandoned/readthedocs-automation/9-Closeout.md +207 -0
- plans/abandoned/readthedocs-automation/ABANDONMENT_REASON.md +72 -0
- plans/cicd-architecture-redesign/0-Overview.md +193 -0
- plans/cicd-architecture-redesign/1-Workflow-Creation.md +103 -0
- plans/cicd-architecture-redesign/2-Version-Detection.md +123 -0
- plans/cicd-architecture-redesign/3-Deployment-Gates.md +169 -0
- plans/cicd-architecture-redesign/4-RC-Testing.md +194 -0
- plans/cicd-architecture-redesign/5-TestPyPI-Validation.md +264 -0
- plans/cicd-architecture-redesign/6-Production-Release.md +263 -0
- plans/cicd-architecture-redesign/7-Cleanup.md +243 -0
- plans/cicd-architecture-redesign/8-Documentation.md +285 -0
- plans/cicd-architecture-redesign/Closeout.md +225 -0
- plans/closeout-template.md +259 -0
- plans/completed/circular-import-audit/0-Overview.md +152 -0
- plans/completed/circular-import-audit/1-Static-Dependency-Analysis.md +62 -0
- plans/completed/circular-import-audit/2-Dynamic-Import-Testing.md +56 -0
- plans/completed/circular-import-audit/3-Performance-Impact-Assessment.md +56 -0
- plans/completed/circular-import-audit/4-Issue-Remediation.md +78 -0
- plans/completed/circular-import-audit/5-Preventive-Infrastructure.md +89 -0
- plans/completed/claude-settings-ecosystem-alignment/0-Overview.md +162 -0
- plans/completed/claude-settings-ecosystem-alignment/1-Security-Foundation.md +148 -0
- plans/completed/claude-settings-ecosystem-alignment/2-Hook-Integration.md +158 -0
- plans/completed/claude-settings-ecosystem-alignment/3-Agent-System-Integration.md +177 -0
- plans/completed/claude-settings-ecosystem-alignment/4-Enhanced-Workflow-Automation.md +159 -0
- plans/completed/claude-settings-ecosystem-alignment/5-Validation-Monitoring.md +181 -0
- plans/completed/claude-settings-ecosystem-alignment/compacted_session_state.md +290 -0
- plans/completed/combined_plan_with_checklist_documentation/1-Overview-and-Goals.md +51 -0
- plans/completed/combined_plan_with_checklist_documentation/2-Toolchain-and-Hosting.md +69 -0
- plans/completed/combined_plan_with_checklist_documentation/3-Repository-Structure.md +61 -0
- plans/completed/combined_plan_with_checklist_documentation/4-Configuration-and-Standards.md +70 -0
- plans/completed/combined_plan_with_checklist_documentation/5-Documentation-Content.md +62 -0
- plans/completed/combined_plan_with_checklist_documentation/6-CI-CD-and-Validation.md +58 -0
- plans/completed/combined_plan_with_checklist_documentation/7-Maintenance.md +55 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/0-Overview.md +135 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/1-Common-fixtures.md +59 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/10-power_laws.md +56 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/2-core.py-FitFunction.md +118 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/3-gaussians.py-Gaussian-GaussianNormalized-GaussianLn.md +69 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/4-trend_fits.py-TrendFit.md +99 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/5-plots.py-FFPlot.md +98 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/6-tex_info.py-TeXinfo.md +79 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/7-Justification.md +49 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/8-exponentials.md +64 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/9-lines.md +58 -0
- plans/completed/combined_test_plan_with_checklist_plotting/0-Overview.md +142 -0
- plans/completed/combined_test_plan_with_checklist_plotting/1-base.py.md +90 -0
- plans/completed/combined_test_plan_with_checklist_plotting/10-labels-special.py.md +102 -0
- plans/completed/combined_test_plan_with_checklist_plotting/11-labels-chemistry.py.md +212 -0
- plans/completed/combined_test_plan_with_checklist_plotting/12-labels-composition.py.md +242 -0
- plans/completed/combined_test_plan_with_checklist_plotting/13-labels-datetime.py.md +247 -0
- plans/completed/combined_test_plan_with_checklist_plotting/14-labels-elemental_abundance.py.md +274 -0
- plans/completed/combined_test_plan_with_checklist_plotting/15-visual-validation.md +256 -0
- plans/completed/combined_test_plan_with_checklist_plotting/16-integration-testing.md +266 -0
- plans/completed/combined_test_plan_with_checklist_plotting/17-performance-benchmarks.md +267 -0
- plans/completed/combined_test_plan_with_checklist_plotting/18-Fixtures-and-Utilities.md +86 -0
- plans/completed/combined_test_plan_with_checklist_plotting/2-agg_plot.py.md +90 -0
- plans/completed/combined_test_plan_with_checklist_plotting/3-histograms.py.md +201 -0
- plans/completed/combined_test_plan_with_checklist_plotting/4-scatter.py.md +167 -0
- plans/completed/combined_test_plan_with_checklist_plotting/5-spiral.py.md +216 -0
- plans/completed/combined_test_plan_with_checklist_plotting/6-orbits.py.md +108 -0
- plans/completed/combined_test_plan_with_checklist_plotting/7-tools.py.md +86 -0
- plans/completed/combined_test_plan_with_checklist_plotting/8-select_data_from_figure.py.md +97 -0
- plans/completed/combined_test_plan_with_checklist_plotting/9-labels-base.py.md +88 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/.gitkeep +0 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/0-Overview.md +170 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/1-Package-Entry-Point-__init__.py.md +121 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/2-Core-Base-Classes-base.py.md +142 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/3-Plotting-Helpers-plots.py.md +123 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/4-LISIRD-Sub-package.md +119 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/5-Extrema-Calculator.md +103 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/6-Sunspot-Number-Sub-package.md +163 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/7-Sunspot-Number-Init.py.md +217 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/compacted_state.md +52 -0
- plans/completed/compaction-agent-modernization/0-Overview.md +156 -0
- plans/completed/compaction-agent-modernization/1-Architecture-Audit-Gap-Analysis.md +132 -0
- plans/completed/compaction-agent-modernization/2-Token-Baseline-Recalibration.md +153 -0
- plans/completed/compaction-agent-modernization/3-Agent-Reference-Updates.md +184 -0
- plans/completed/compaction-agent-modernization/4-Compression-Algorithm-Modernization.md +238 -0
- plans/completed/compaction-agent-modernization/5-Workflow-Integration-Streamlining.md +252 -0
- plans/completed/compaction-agent-modernization/6-Template-Structure-Optimization.md +240 -0
- plans/completed/compaction-agent-modernization/7-Integration-Testing-Validation.md +292 -0
- plans/completed/compaction-hook-enhancement/0-Overview.md +150 -0
- plans/completed/compaction-hook-enhancement/1-Token-Estimation-Enhancement.md +179 -0
- plans/completed/compaction-hook-enhancement/2-Compression-Intelligence.md +294 -0
- plans/completed/compaction-hook-enhancement/3-Git-Integration-Metadata.md +310 -0
- plans/completed/compaction-hook-enhancement/4-Session-Continuity-Features.md +358 -0
- plans/completed/compaction-hook-enhancement/5-Testing-Strategy.md +404 -0
- plans/completed/compaction-hook-enhancement/6-Integration-Roadmap.md +319 -0
- plans/completed/compaction-hook-enhancement/compacted_state.md +142 -0
- plans/completed/docstring-audit-enhancement/0-Overview.md +274 -0
- plans/completed/docstring-audit-enhancement/1-Infrastructure-Setup-and-Validation-Tools.md +206 -0
- plans/completed/docstring-audit-enhancement/2-Core-Physics-Modules-Enhancement.md +237 -0
- plans/completed/docstring-audit-enhancement/3-Fitfunctions-Mathematical-Modules-Enhancement.md +188 -0
- plans/completed/docstring-audit-enhancement/4-Plotting-Visualization-Modules-Enhancement.md +243 -0
- plans/completed/docstring-audit-enhancement/5-Specialized-Modules-Enhancement.md +216 -0
- plans/completed/docstring-audit-enhancement/6-Validation-and-Integration.md +216 -0
- plans/completed/fitfunctions-testing-implementation/0-Overview.md +130 -0
- plans/completed/fitfunctions-testing-implementation/1-Test-Infrastructure-Setup.md +79 -0
- plans/completed/fitfunctions-testing-implementation/2-Common-Fixtures-Test-Utilities.md +104 -0
- plans/completed/fitfunctions-testing-implementation/3-Core-FitFunction-Testing.md +168 -0
- plans/completed/fitfunctions-testing-implementation/4-Specialized-Function-Classes.md +210 -0
- plans/completed/fitfunctions-testing-implementation/5-Advanced-Classes-Testing.md +214 -0
- plans/completed/fitfunctions-testing-implementation/6-Plotting-Integration-Testing.md +231 -0
- plans/completed/fitfunctions-testing-implementation/7-Extended-Coverage-BONUS.md +184 -0
- plans/completed/numpy-docstring-conversion-plan/numpy-docstring-conversion-plan.md +118 -0
- plans/completed/pr-review-remediation/0-Overview.md +138 -0
- plans/completed/pr-review-remediation/1-Critical-Safety-Improvements.md +179 -0
- plans/completed/pr-review-remediation/2-Smart-Timeouts-Validation.md +399 -0
- plans/completed/pr-review-remediation/3-Enhanced-GitHub-Integration.md +258 -0
- plans/completed/pr-review-remediation/compacted_state.md +66 -0
- plans/completed/python-310-migration/0-Overview.md +390 -0
- plans/completed/python-310-migration/1-Planning-Setup.md +164 -0
- plans/completed/python-310-migration/2-Implementation.md +256 -0
- plans/completed/python-310-migration/3-Testing-Validation.md +335 -0
- plans/completed/python-310-migration/4-Documentation-Release.md +274 -0
- plans/completed/python-310-migration/5-Closeout.md +252 -0
- plans/completed/requirements-management-consolidation/0-Overview.md +118 -0
- plans/completed/requirements-management-consolidation/1-Documentation-Validation-Environment-Setup.md +116 -0
- plans/completed/requirements-management-consolidation/2-Requirements-Consolidation.md +161 -0
- plans/completed/requirements-management-consolidation/3-Workflow-Automation-Final-Integration.md +196 -0
- plans/completed/single-ecosystem-plan-implementation/0-Overview.md +83 -0
- plans/completed/single-ecosystem-plan-implementation/1-Plan-Preservation-Session-Management.md +38 -0
- plans/completed/single-ecosystem-plan-implementation/2-File-Structure-Optimization.md +43 -0
- plans/completed/single-ecosystem-plan-implementation/3-Plan-Migration-Archive-Setup.md +82 -0
- plans/completed/single-ecosystem-plan-implementation/4-Agent-System-Transformation.md +108 -0
- plans/completed/single-ecosystem-plan-implementation/5-Template-System-Enhancement.md +131 -0
- plans/completed/single-ecosystem-plan-implementation/6-Final-Validation-Testing.md +120 -0
- plans/completed/test-directory-consolidation/0-Overview.md +51 -0
- plans/completed/test-directory-consolidation/1-Structure-Preparation.md +82 -0
- plans/completed/test-directory-consolidation/2-File-Migration.md +100 -0
- plans/completed/test-directory-consolidation/3-Import-Transformation.md +117 -0
- plans/completed/test-directory-consolidation/4-Configuration-Consolidation.md +140 -0
- plans/completed/test-directory-consolidation/5-Validation.md +152 -0
- plans/completed/test-directory-consolidation/6-Cleanup.md +156 -0
- plans/completed/test-planning-agents-architecture/0-Overview.md +79 -0
- plans/completed/test-planning-agents-architecture/1-Branch-Isolation-Testing.md +49 -0
- plans/completed/test-planning-agents-architecture/2-Cross-Branch-Coordination.md +51 -0
- plans/completed/test-planning-agents-architecture/3-Merge-Workflow-Testing.md +48 -0
- plans/deployment-semver-pypi-rtd/0-Overview.md +463 -0
- plans/deployment-semver-pypi-rtd/1-Semantic-Versioning-Foundation.md +136 -0
- plans/deployment-semver-pypi-rtd/2-PyPI-Deployment-Infrastructure.md +168 -0
- plans/deployment-semver-pypi-rtd/3-Release-Automation.md +214 -0
- plans/deployment-semver-pypi-rtd/4-Plan-Closeout.md +543 -0
- plans/deployment-semver-pypi-rtd/compacted_session_state.md +172 -0
- plans/deployment-semver-pypi-rtd/compacted_state.md +131 -0
- plans/documentation-code-audit/0-Overview.md +393 -0
- plans/documentation-code-audit/1-Discovery-Inventory.md +183 -0
- plans/documentation-code-audit/2-Execution-Environment-Setup.md +263 -0
- plans/documentation-code-audit/3-Systematic-Validation.md +322 -0
- plans/documentation-code-audit/4-Code-Example-Remediation.md +358 -0
- plans/documentation-code-audit/5-Physics-MultiIndex-Compliance.md +464 -0
- plans/documentation-code-audit/6-Doctest-Integration.md +523 -0
- plans/documentation-code-audit/7-Reporting-Documentation.md +498 -0
- plans/documentation-code-audit/8-Closeout.md +456 -0
- plans/documentation-rebuild-session/compacted_state.md +109 -0
- plans/documentation-rendering-fixes/0-Overview.md +104 -0
- plans/documentation-rendering-fixes/1-Sphinx-Build-Diagnostics-Warning-Audit.md +101 -0
- plans/documentation-rendering-fixes/2-Configuration-Infrastructure-Fixes.md +113 -0
- plans/documentation-rendering-fixes/3-Docstring-Syntax-Audit-Repair.md +131 -0
- plans/documentation-rendering-fixes/4-HTML-Page-Rendering-Verification.md +113 -0
- plans/documentation-rendering-fixes/5-Advanced-Documentation-Quality-Assurance.md +119 -0
- plans/documentation-rendering-fixes/6-Documentation-Build-Optimization-Testing.md +129 -0
- plans/documentation-rendering-fixes/compacted_state.md +132 -0
- plans/documentation-template-fix/0-Overview.md +197 -0
- plans/documentation-template-fix/1-Template-System-Analysis.md +269 -0
- plans/documentation-template-fix/2-Template-Modification.md +609 -0
- plans/documentation-template-fix/3-Build-System-Integration.md +766 -0
- plans/documentation-template-fix/4-Testing-Validation.md +1399 -0
- plans/documentation-template-fix/5-Documentation-Training.md +602 -0
- plans/documentation-workflow-fix/0-Overview.md +222 -0
- plans/documentation-workflow-fix/1-Immediate-Fixes.md +238 -0
- plans/documentation-workflow-fix/2-Configuration-Setup.md +298 -0
- plans/documentation-workflow-fix/3-Pre-commit-Integration.md +382 -0
- plans/documentation-workflow-fix/4-Workflow-Improvements.md +446 -0
- plans/documentation-workflow-fix/5-Documentation-and-Training.md +527 -0
- plans/duplicate-object-warnings-fix-plan.md +130 -0
- plans/github-issues-migration/0-Overview.md +510 -0
- plans/github-issues-migration/1-Foundation-Label-System.md +180 -0
- plans/github-issues-migration/2-Migration-Tool-Rewrite.md +235 -0
- plans/github-issues-migration/3-CLI-Integration-Automation.md +169 -0
- plans/github-issues-migration/4-Validated-Migration.md +252 -0
- plans/github-issues-migration/5-Documentation-Training.md +171 -0
- plans/github-issues-migration/6-Closeout.md +179 -0
- plans/github-workflows-repair/repair-plan.md +299 -0
- plans/issues_from_plans.py +342 -0
- plans/pr-270-doc-validation-fixes/0-Overview.md +354 -0
- plans/pr-270-doc-validation-fixes/1-Critical-PR-Fixes.md +117 -0
- plans/pr-270-doc-validation-fixes/2-Framework-Right-Sizing.md +129 -0
- plans/pr-270-doc-validation-fixes/3-Sustainable-Documentation.md +126 -0
- plans/pr-270-doc-validation-fixes/4-Closeout-Migration.md +143 -0
- plans/pr-270-doc-validation-fixes/PLAN_COMPLETED.md +149 -0
- plans/python-310-migration/0-Overview.md +390 -0
- plans/python-310-migration/1-Planning-Setup.md +164 -0
- plans/python-310-migration/2-Implementation.md +256 -0
- plans/python-310-migration/3-Testing-Validation.md +335 -0
- plans/python-310-migration/4-Documentation-Release.md +274 -0
- plans/python-310-migration/5-Closeout.md +252 -0
- plans/readthedocs-simplified/0-Overview.md +243 -0
- plans/readthedocs-simplified/1-Immediate-Fixes.md +216 -0
- plans/readthedocs-simplified/2-Template-Simplification.md +278 -0
- plans/readthedocs-simplified/3-ReadTheDocs-Setup.md +298 -0
- plans/readthedocs-simplified/4-Testing-Validation.md +328 -0
- plans/readthedocs-simplified/5-Closeout.md +231 -0
- plans/readthedocs-simplified/compacted_state.md +127 -0
- plans/session-compaction-2025-08-12/compacted_state.md +114 -0
- plans/session-compaction-2025-08-13/compacted_state.md +145 -0
- plans/session-continuity-protocol/0-Overview.md +35 -0
- plans/session-continuity-protocol/1-Core-Principles-Framework.md +40 -0
- plans/session-continuity-protocol/2-Pre-Session-Validation-System.md +79 -0
- plans/session-continuity-protocol/3-Context-Switching-Prevention.md +87 -0
- plans/session-continuity-protocol/4-Progress-Tracking-Recovery.md +100 -0
- plans/sphinx-warnings-analysis.md +222 -0
- plans/systemprompt-optimization/0-Overview.md +447 -0
- plans/systemprompt-optimization/1-Deploy-SystemPrompt.md +114 -0
- plans/systemprompt-optimization/2-Documentation-Alignment.md +198 -0
- plans/systemprompt-optimization/3-Monitoring-Infrastructure.md +396 -0
- plans/systemprompt-optimization/4-Implementation-Script.md +450 -0
- plans/systemprompt-optimization/9-Closeout.md +165 -0
- plans/systemprompt-optimization/compacted_state.md +143 -0
- plans/template-value-propositions/0-Overview.md +357 -0
- plans/template-value-propositions/1-Value-Proposition-Framework-Design.md +144 -0
- plans/template-value-propositions/2-Plan-Template-Enhancement.md +178 -0
- plans/template-value-propositions/3-Value-Generator-Hook-Implementation.md +291 -0
- plans/template-value-propositions/4-Value-Validator-Hook-Implementation.md +274 -0
- plans/template-value-propositions/5-Documentation-Agent-Updates.md +219 -0
- plans/template-value-propositions/6-Integration-Testing-Validation.md +247 -0
- plans/tests-audit/0-Overview.md +410 -0
- plans/tests-audit/1-Discovery-Inventory.md +170 -0
- plans/tests-audit/2-Physics-Validation-Audit.md +195 -0
- plans/tests-audit/3-Architecture-Compliance.md +195 -0
- plans/tests-audit/4-Numerical-Stability-Analysis.md +203 -0
- plans/tests-audit/5-Documentation-Enhancement.md +220 -0
- plans/tests-audit/6-Audit-Deliverables.md +220 -0
- plans/tests-audit/7-Closeout.md +252 -0
- plans/tests-audit/artifacts/ARCHITECTURE_COMPLIANCE_REPORT.md +315 -0
- plans/tests-audit/artifacts/ARCHITECTURE_RECOMMENDATIONS.md +943 -0
- plans/tests-audit/artifacts/COMPREHENSIVE_AUDIT_REPORT.md +356 -0
- plans/tests-audit/artifacts/CONTRIBUTING_ENHANCED_TEMPLATE.md +419 -0
- plans/tests-audit/artifacts/COVERAGE_GAP_ANALYSIS.md +152 -0
- plans/tests-audit/artifacts/DOCUMENTATION_ENHANCEMENT_REPORT.md +502 -0
- plans/tests-audit/artifacts/EXECUTIVE_AUDIT_SUMMARY.md +129 -0
- plans/tests-audit/artifacts/IMPLEMENTATION_ROADMAP.md +647 -0
- plans/tests-audit/artifacts/NUMERICAL_RECOMMENDATIONS.md +739 -0
- plans/tests-audit/artifacts/NUMERICAL_STABILITY_GUIDE_TEMPLATE.rst +451 -0
- plans/tests-audit/artifacts/NUMERICAL_STABILITY_REPORT.md +301 -0
- plans/tests-audit/artifacts/PHASE_3_SUMMARY.md +280 -0
- plans/tests-audit/artifacts/PHASE_4_SUMMARY.md +229 -0
- plans/tests-audit/artifacts/PHASE_5_SUMMARY.md +292 -0
- plans/tests-audit/artifacts/PHASE_6_CLOSEOUT.md +278 -0
- plans/tests-audit/artifacts/PHYSICS_GUIDE_TEMPLATE.rst +268 -0
- plans/tests-audit/artifacts/PHYSICS_VALIDATION_REPORT.md +235 -0
- plans/tests-audit/artifacts/TECHNICAL_DELIVERABLES_PACKAGE.md +2502 -0
- plans/tests-audit/artifacts/TEST_INVENTORY.csv +1204 -0
- plans/tests-audit/artifacts/TEST_INVENTORY.md +135 -0
- plans/tests-audit/artifacts/test_discovery_analysis.py +231 -0
- plans/tests-audit/artifacts/test_parser.py +395 -0
- solarwindpy/README.md +3 -0
- solarwindpy/Untitled.ipynb +54 -0
- solarwindpy/__init__.py +74 -0
- solarwindpy/core/__init__.py +23 -0
- solarwindpy/core/alfvenic_turbulence.py +804 -0
- solarwindpy/core/base.py +267 -0
- solarwindpy/core/ions.py +309 -0
- solarwindpy/core/plasma.py +2133 -0
- solarwindpy/core/spacecraft.py +256 -0
- solarwindpy/core/tensor.py +90 -0
- solarwindpy/core/units_constants.py +199 -0
- solarwindpy/core/vector.py +328 -0
- solarwindpy/fitfunctions/__init__.py +20 -0
- solarwindpy/fitfunctions/core.py +734 -0
- solarwindpy/fitfunctions/exponentials.py +188 -0
- solarwindpy/fitfunctions/gaussians.py +264 -0
- solarwindpy/fitfunctions/lines.py +116 -0
- solarwindpy/fitfunctions/moyal.py +71 -0
- solarwindpy/fitfunctions/plots.py +751 -0
- solarwindpy/fitfunctions/power_laws.py +209 -0
- solarwindpy/fitfunctions/tex_info.py +568 -0
- solarwindpy/fitfunctions/trend_fits.py +482 -0
- solarwindpy/instabilities/__init__.py +16 -0
- solarwindpy/instabilities/beta_ani.py +82 -0
- solarwindpy/instabilities/verscharen2016.py +631 -0
- solarwindpy/plotting/__init__.py +33 -0
- solarwindpy/plotting/agg_plot.py +489 -0
- solarwindpy/plotting/base.py +465 -0
- solarwindpy/plotting/hist1d.py +405 -0
- solarwindpy/plotting/hist2d.py +1035 -0
- solarwindpy/plotting/histograms.py +1845 -0
- solarwindpy/plotting/labels/__init__.py +104 -0
- solarwindpy/plotting/labels/base.py +686 -0
- solarwindpy/plotting/labels/chemistry.py +19 -0
- solarwindpy/plotting/labels/composition.py +100 -0
- solarwindpy/plotting/labels/datetime.py +235 -0
- solarwindpy/plotting/labels/elemental_abundance.py +73 -0
- solarwindpy/plotting/labels/special.py +794 -0
- solarwindpy/plotting/orbits.py +515 -0
- solarwindpy/plotting/scatter.py +99 -0
- solarwindpy/plotting/select_data_from_figure.py +329 -0
- solarwindpy/plotting/spiral.py +980 -0
- solarwindpy/plotting/tools.py +434 -0
- solarwindpy/scripts/__init__.py +1 -0
- solarwindpy/scripts/logs/.gitignore +1 -0
- solarwindpy/solar_activity/__init__.py +53 -0
- solarwindpy/solar_activity/base.py +605 -0
- solarwindpy/solar_activity/lisird/__init__.py +3 -0
- solarwindpy/solar_activity/lisird/extrema_calculator.py +394 -0
- solarwindpy/solar_activity/lisird/lisird.py +319 -0
- solarwindpy/solar_activity/plots.py +116 -0
- solarwindpy/solar_activity/sunspot_number/.DS_Store +0 -0
- solarwindpy/solar_activity/sunspot_number/__init__.py +3 -0
- solarwindpy/solar_activity/sunspot_number/sidc.py +556 -0
- solarwindpy/solar_activity/sunspot_number/ssn_extrema.csv +72 -0
- solarwindpy/solar_activity/sunspot_number/ssn_extrema.csv.silso +72 -0
- solarwindpy/tools/__init__.py +162 -0
- solarwindpy-0.1.1.dist-info/METADATA +181 -0
- solarwindpy-0.1.1.dist-info/RECORD +409 -0
- {solarwindpy-0.0.1.dev0.dist-info → solarwindpy-0.1.1.dist-info}/WHEEL +1 -1
- solarwindpy-0.1.1.dist-info/licenses/LICENSE.rst +32 -0
- solarwindpy-0.1.1.dist-info/top_level.txt +3 -0
- tests/__init__.py +1 -0
- tests/conftest.py +10 -0
- tests/core/__init__.py +1 -0
- tests/core/test_alfvenic_turbulence.py +544 -0
- tests/core/test_base.py +112 -0
- tests/core/test_base_head_tail.py +29 -0
- tests/core/test_base_mi_tuples.py +11 -0
- tests/core/test_core_verify_datetimeindex.py +32 -0
- tests/core/test_ions.py +325 -0
- tests/core/test_plasma.py +2581 -0
- tests/core/test_plasma_io.py +12 -0
- tests/core/test_quantities.py +507 -0
- tests/core/test_spacecraft.py +210 -0
- tests/core/test_units_constants.py +22 -0
- tests/data/epoch.csv +4 -0
- tests/data/plasma.csv +4 -0
- tests/data/spacecraft.csv +4 -0
- tests/fitfunctions/conftest.py +60 -0
- tests/fitfunctions/test_core.py +193 -0
- tests/fitfunctions/test_exponentials.py +342 -0
- tests/fitfunctions/test_gaussians.py +142 -0
- tests/fitfunctions/test_lines.py +349 -0
- tests/fitfunctions/test_moyal.py +258 -0
- tests/fitfunctions/test_plots.py +258 -0
- tests/fitfunctions/test_power_laws.py +365 -0
- tests/fitfunctions/test_tex_info.py +183 -0
- tests/fitfunctions/test_trend_fit_properties.py +31 -0
- tests/fitfunctions/test_trend_fits.py +244 -0
- tests/plotting/__init__.py +1 -0
- tests/plotting/labels/__init__.py +1 -0
- tests/plotting/labels/test_chemistry.py +243 -0
- tests/plotting/labels/test_composition.py +345 -0
- tests/plotting/labels/test_datetime.py +445 -0
- tests/plotting/labels/test_elemental_abundance.py +366 -0
- tests/plotting/labels/test_init.py +66 -0
- tests/plotting/labels/test_labels_base.py +347 -0
- tests/plotting/labels/test_special.py +550 -0
- tests/plotting/test_agg_plot.py +602 -0
- tests/plotting/test_base.py +752 -0
- tests/plotting/test_fixtures_utilities.py +775 -0
- tests/plotting/test_histograms.py +546 -0
- tests/plotting/test_integration.py +675 -0
- tests/plotting/test_orbits.py +435 -0
- tests/plotting/test_performance.py +708 -0
- tests/plotting/test_scatter.py +752 -0
- tests/plotting/test_select_data_from_figure.py +1209 -0
- tests/plotting/test_spiral.py +573 -0
- tests/plotting/test_tools.py +607 -0
- tests/plotting/test_visual_validation.py +465 -0
- tests/solar_activity/__init__.py +1 -0
- tests/solar_activity/lisird/__init__.py +1 -0
- tests/solar_activity/lisird/test_extrema_calculator.py +593 -0
- tests/solar_activity/lisird/test_lisird_id.py +187 -0
- tests/solar_activity/sunspot_number/__init__.py +1 -0
- tests/solar_activity/sunspot_number/test_init.py +399 -0
- tests/solar_activity/sunspot_number/test_sidc.py +465 -0
- tests/solar_activity/sunspot_number/test_sidc_id.py +223 -0
- tests/solar_activity/sunspot_number/test_sidc_loader.py +275 -0
- tests/solar_activity/sunspot_number/test_ssn_extrema.py +406 -0
- tests/solar_activity/test_base.py +656 -0
- tests/solar_activity/test_init.py +396 -0
- tests/solar_activity/test_plots.py +371 -0
- tests/test_circular_imports.py +408 -0
- tests/test_issue_titles.py +25 -0
- tests/test_statusline.py +298 -0
- solarwindpy-0.0.1.dev0.dist-info/METADATA +0 -14
- solarwindpy-0.0.1.dev0.dist-info/RECORD +0 -4
- solarwindpy-0.0.1.dev0.dist-info/top_level.txt +0 -1
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
# SolarWindPy Plan Template Usage Guide
|
|
2
|
+
|
|
3
|
+
## Template Architecture Overview
|
|
4
|
+
|
|
5
|
+
The SolarWindPy planning system uses a **unified multi-phase architecture** for structured development planning with git branch coordination.
|
|
6
|
+
|
|
7
|
+
### Template Hierarchy
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
solarwindpy/plans/
|
|
11
|
+
├── 0-overview-template.md # Master template for plan coordination
|
|
12
|
+
├── N-phase-template.md # Standard template for individual phases
|
|
13
|
+
├── closeout-template.md # Template for plan completion documentation
|
|
14
|
+
├── plan_template.md # ⚠️ DEPRECATED - Legacy single-file format
|
|
15
|
+
└── TEMPLATE-USAGE-GUIDE.md # This guide
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## 🎯 Template Selection Guide
|
|
19
|
+
|
|
20
|
+
### Default Recommendation: Multi-Phase Architecture
|
|
21
|
+
|
|
22
|
+
**Use multi-phase structure (0-overview-template.md + N-phase-template.md) for:**
|
|
23
|
+
|
|
24
|
+
- ✅ **All plans ≥4 hours estimated duration**
|
|
25
|
+
- ✅ **Any plan with ≥3 distinct work areas or phases**
|
|
26
|
+
- ✅ **Plans requiring multi-session development**
|
|
27
|
+
- ✅ **Plans with potential collaboration**
|
|
28
|
+
- ✅ **Plans with cross-plan dependencies**
|
|
29
|
+
- ✅ **Any plan targeting production systems**
|
|
30
|
+
|
|
31
|
+
### When Multi-Phase is NOT Suitable:
|
|
32
|
+
|
|
33
|
+
- ⚠️ **Quick fixes** (<2 hours, single file changes)
|
|
34
|
+
- ⚠️ **Proof-of-concept exploration** (rapid iteration needed)
|
|
35
|
+
- ⚠️ **Emergency hotfixes** (immediate single-session completion required)
|
|
36
|
+
|
|
37
|
+
*Note: Even for these cases, consider if the work might expand beyond initial scope*
|
|
38
|
+
|
|
39
|
+
## 📋 Template Usage Instructions
|
|
40
|
+
|
|
41
|
+
### Step 1: Create Plan Directory Structure
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
# Create plan directory
|
|
45
|
+
mkdir solarwindpy/plans/[plan-name]/
|
|
46
|
+
|
|
47
|
+
# Copy and customize overview template
|
|
48
|
+
cp solarwindpy/plans/0-overview-template.md solarwindpy/plans/[plan-name]/0-Overview.md
|
|
49
|
+
|
|
50
|
+
# Create phase files using N-phase-template.md
|
|
51
|
+
cp solarwindpy/plans/N-phase-template.md solarwindpy/plans/[plan-name]/1-Phase-Name.md
|
|
52
|
+
cp solarwindpy/plans/N-phase-template.md solarwindpy/plans/[plan-name]/2-Phase-Name.md
|
|
53
|
+
# ... repeat for all phases
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
### Step 2: Customize 0-Overview.md
|
|
57
|
+
|
|
58
|
+
**Required Customizations:**
|
|
59
|
+
1. **Plan Name**: Clear, descriptive name
|
|
60
|
+
2. **Created**: Use YYYY-MM-DD format
|
|
61
|
+
3. **Branch Names**: Follow plan/[name] and feature/[name] convention
|
|
62
|
+
4. **Agent Selection**: Use PlanManager and PlanImplementer
|
|
63
|
+
5. **Total Phases**: Must match number of phase files created
|
|
64
|
+
6. **Dependencies**: List prerequisite plans or "None"
|
|
65
|
+
7. **Affects**: List all files/directories that will be modified
|
|
66
|
+
8. **Phase Overview**: One-line description per phase
|
|
67
|
+
9. **Phase Files**: Update links to match actual filenames
|
|
68
|
+
|
|
69
|
+
**Critical Fields:**
|
|
70
|
+
- **Dependencies**: Enables cross-plan coordination
|
|
71
|
+
- **Affects**: Prevents resource conflicts
|
|
72
|
+
- **Total Phases**: Enables progress tracking
|
|
73
|
+
- **Estimated Duration**: Supports session planning
|
|
74
|
+
|
|
75
|
+
### Step 3: Customize Phase Files
|
|
76
|
+
|
|
77
|
+
**For each N-Phase-Name.md file:**
|
|
78
|
+
1. **Phase Metadata**: Update phase number, duration, dependencies
|
|
79
|
+
2. **Phase Objective**: Specific goals for this phase
|
|
80
|
+
3. **Implementation Tasks**: Break into logical task groups
|
|
81
|
+
4. **Task Tracking**: Use commit checksum tracking for git integration
|
|
82
|
+
5. **Acceptance Criteria**: Phase-specific success metrics
|
|
83
|
+
6. **Cross-References**: Link back to 0-Overview.md
|
|
84
|
+
|
|
85
|
+
### Step 4: Add Closeout Phase (Final Phase)
|
|
86
|
+
|
|
87
|
+
**When plan implementation is complete:**
|
|
88
|
+
```bash
|
|
89
|
+
# Copy closeout template
|
|
90
|
+
cp solarwindpy/plans/closeout-template.md solarwindpy/plans/[plan-name]/[N]-Closeout.md
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
**Required Customizations:**
|
|
94
|
+
1. **Plan Name**: Match the plan being closed out
|
|
95
|
+
2. **Completion Metadata**: Actual duration, phases completed, success rate
|
|
96
|
+
3. **Objectives Achievement**: Status of primary objectives from 0-Overview.md
|
|
97
|
+
4. **Phase-by-Phase Learnings**: Document key challenges and solutions for each phase
|
|
98
|
+
5. **Velocity Intelligence**: Actual vs estimated time for future planning accuracy
|
|
99
|
+
6. **Lessons Learned**: Capture reusable patterns and improvement opportunities
|
|
100
|
+
|
|
101
|
+
**Critical Purpose:**
|
|
102
|
+
- **Knowledge Preservation**: Prevent loss of implementation insights
|
|
103
|
+
- **Velocity Learning**: Improve estimation accuracy for future plans
|
|
104
|
+
- **Pattern Documentation**: Capture reusable approaches for similar work
|
|
105
|
+
- **Cross-Plan Intelligence**: Share learnings across the planning ecosystem
|
|
106
|
+
|
|
107
|
+
## 🏗️ Architecture Benefits
|
|
108
|
+
|
|
109
|
+
- **Resource Conflict Detection**: "Affects" field prevents concurrent modifications
|
|
110
|
+
- **Dependency Management**: Clear prerequisite tracking
|
|
111
|
+
- **Quality Assurance**: Phase-level acceptance criteria ensure thoroughness
|
|
112
|
+
- **Template Consistency**: All plans follow identical structure
|
|
113
|
+
|
|
114
|
+
## 📊 Template Field Specifications
|
|
115
|
+
|
|
116
|
+
### Required Metadata Fields (0-Overview.md)
|
|
117
|
+
|
|
118
|
+
| Field | Format | Purpose | Example |
|
|
119
|
+
|-------|--------|---------|---------|
|
|
120
|
+
| **Plan Name** | String | Human-readable identifier | "Test Directory Consolidation" |
|
|
121
|
+
| **Created** | YYYY-MM-DD | Plan creation date | "2025-08-12" |
|
|
122
|
+
| **Branch** | plan/[name] | Planning branch name | "plan/test-consolidation" |
|
|
123
|
+
| **Implementation Branch** | feature/[name] | Development branch name | "feature/test-consolidation" |
|
|
124
|
+
| **PlanManager** | Fixed | Agent for planning coordination | "PlanManager" |
|
|
125
|
+
| **PlanImplementer** | Fixed | Agent for implementation | "PlanImplementer" |
|
|
126
|
+
| **Structure** | "Multi-Phase" | Fixed value for consistency | "Multi-Phase" |
|
|
127
|
+
| **Total Phases** | Integer | Number of implementation phases | "6" |
|
|
128
|
+
| **Dependencies** | List or "None" | Prerequisite plan names | "Requirements Management Consolidation" |
|
|
129
|
+
| **Affects** | Comma-separated | Files/directories modified | "/tests/, solarwindpy/tests/, conftest.py" |
|
|
130
|
+
| **Estimated Duration** | String | Total time estimate | "5.5 hours" |
|
|
131
|
+
| **Status** | Enum | Current plan state | "Planning \| In Progress \| Completed" |
|
|
132
|
+
|
|
133
|
+
### Required Phase Fields (N-Phase-Name.md)
|
|
134
|
+
|
|
135
|
+
| Field | Purpose | Best Practice |
|
|
136
|
+
|-------|---------|---------------|
|
|
137
|
+
| **Phase N/Total** | Progress indicator | Match 0-Overview.md total |
|
|
138
|
+
| **Estimated Duration** | Time planning | Should sum to overall estimate |
|
|
139
|
+
| **Dependencies** | Phase sequencing | Reference previous phases or external |
|
|
140
|
+
| **Status** | Phase tracking | Update as work progresses |
|
|
141
|
+
| **Task Groups** | Logical organization | Group related tasks together |
|
|
142
|
+
| **Commit Tracking** | Git integration | Update with actual commit hashes |
|
|
143
|
+
|
|
144
|
+
## 🔄 Migration Guidelines
|
|
145
|
+
|
|
146
|
+
### Converting Legacy Single-File Plans
|
|
147
|
+
|
|
148
|
+
**If you encounter plans using the deprecated plan_template.md structure:**
|
|
149
|
+
|
|
150
|
+
1. **Create Directory Structure**:
|
|
151
|
+
```bash
|
|
152
|
+
mkdir solarwindpy/plans/[plan-name]/
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
2. **Extract Metadata**: Copy plan metadata to new 0-Overview.md
|
|
156
|
+
|
|
157
|
+
3. **Split Implementation**: Break "Implementation Plan" section into logical phases
|
|
158
|
+
|
|
159
|
+
4. **Create Phase Files**: Use N-phase-template.md for each phase
|
|
160
|
+
|
|
161
|
+
5. **Update Cross-References**: Ensure phase files link back to overview
|
|
162
|
+
|
|
163
|
+
6. **Validate Consistency**: Check all metadata fields are populated
|
|
164
|
+
|
|
165
|
+
### Quality Checklist
|
|
166
|
+
|
|
167
|
+
**Before Using Any Plan:**
|
|
168
|
+
- [ ] All 12 required metadata fields populated in 0-Overview.md
|
|
169
|
+
- [ ] Phase count matches between overview and actual files
|
|
170
|
+
- [ ] Phase files follow N-phase-template.md structure
|
|
171
|
+
- [ ] "Affects" field comprehensively lists modified files
|
|
172
|
+
- [ ] Dependencies accurately reflect plan relationships
|
|
173
|
+
- [ ] Agent assignments use PlanManager + PlanImplementer
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Agent Usage
|
|
177
|
+
|
|
178
|
+
**All Plans**: Use PlanManager + PlanImplementer
|
|
179
|
+
- Planning coordination with velocity tracking
|
|
180
|
+
- Implementation execution with git integration
|
|
181
|
+
- Automatic time estimation learning
|
|
182
|
+
|
|
183
|
+
## 💡 Best Practices
|
|
184
|
+
|
|
185
|
+
### Plan Development
|
|
186
|
+
1. **Start with Overview**: Complete all metadata before creating phase files
|
|
187
|
+
2. **Realistic Estimates**: Base time estimates on similar completed plans
|
|
188
|
+
3. **Atomic Phases**: Each phase should have clear start/end points
|
|
189
|
+
4. **Progressive Refinement**: Update estimates and tasks as implementation progresses
|
|
190
|
+
5. **Branch Strategy**: Always follow plan/[name] → feature/[name] pattern
|
|
191
|
+
|
|
192
|
+
---
|
|
193
|
+
|
|
194
|
+
*This guide ensures consistent, efficient, and collaborative plan development across the SolarWindPy ecosystem. For questions or template improvements, update this guide and notify the team.*
|
|
195
|
+
|
|
196
|
+
**Template Version**: 2025-08-12
|
|
197
|
+
**Last Updated**: 2025-08-12
|
|
198
|
+
**Maintained By**: SolarWindPy Development Team
|
plans/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Utilities for managing project plans and GitHub issue creation."""
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# Compaction Agent System - Overview
|
|
2
|
+
|
|
3
|
+
## Plan Metadata
|
|
4
|
+
- **Plan Name**: Compaction Agent System Architecture
|
|
5
|
+
- **Created**: 2025-08-11
|
|
6
|
+
- **Branch**: plan/compaction-agent-system
|
|
7
|
+
- **Implementation Branch**: feature/compaction-agent-system
|
|
8
|
+
- **PlanManager**: PlanManager
|
|
9
|
+
- **PlanImplementer**: PlanImplementer
|
|
10
|
+
- **Structure**: Multi-Phase
|
|
11
|
+
- **Total Phases**: 5
|
|
12
|
+
- **Dependencies**: None
|
|
13
|
+
- **Affects**: .claude/agents/, solarwindpy/plans/*/compacted_state.md, all planning agents
|
|
14
|
+
- **Estimated Duration**: 4 hours
|
|
15
|
+
- **Status**: In Progress
|
|
16
|
+
|
|
17
|
+
## Phase Overview
|
|
18
|
+
- [ ] **Phase 1: Universal Compaction Agent Development** (Est: 90 min) - Create core compaction agent with tiered processing
|
|
19
|
+
- [ ] **Phase 2: Agent Integration Updates** (Est: 60 min) - Update all 6 planning/implementation agents
|
|
20
|
+
- [ ] **Phase 3: File Structure & Git Integration** (Est: 45 min) - Plan-specific directories and git workflows
|
|
21
|
+
- [ ] **Phase 4: Compacted State Template** (Est: 30 min) - Structured template system
|
|
22
|
+
- [ ] **Phase 5: Testing & Validation** (Est: 45 min) - Comprehensive testing across agent tiers
|
|
23
|
+
|
|
24
|
+
## Phase Files
|
|
25
|
+
1. [implementation-plan.md](./implementation-plan.md) (Phase 1-5 combined)
|
|
26
|
+
2. [agents-index-update-plan.md](./agents-index-update-plan.md)
|
|
27
|
+
3. [compacted_state.md](./compacted_state.md) (template)
|
|
28
|
+
4. [system-validation-report.md](./system-validation-report.md)
|
|
29
|
+
5. [usage-guide.md](./usage-guide.md)
|
|
30
|
+
|
|
31
|
+
## 🎯 Objective
|
|
32
|
+
Develop a centralized CompactionAgent to eliminate 8,000+ tokens of duplicated context management logic across 6 planning agents, creating a single source of truth for session continuity while reducing token usage by 2,400-4,200 tokens across the ecosystem with plan-specific compaction state management.
|
|
33
|
+
|
|
34
|
+
## 🧠 Context
|
|
35
|
+
The repository's planning agents contain context management and session continuity logic that can be centralized. A CompactionAgent provides tiered compression services while maintaining agent specialization.
|
|
36
|
+
|
|
37
|
+
### Current Token Distribution Analysis
|
|
38
|
+
```
|
|
39
|
+
PlanManager (~1,200 tokens): Core planning with velocity tracking
|
|
40
|
+
PlanImplementer (~1,200 tokens): Core implementation with git integration
|
|
41
|
+
|
|
42
|
+
CompactionAgent provides centralized compression services for both agents
|
|
43
|
+
while maintaining their specialized functionality.
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
## 🔧 Technical Requirements
|
|
47
|
+
- **Agent Architecture**: Universal CompactionAgent supporting all 6 planning agent variants
|
|
48
|
+
- **Compression Targets**: 40-70% token reduction depending on agent complexity
|
|
49
|
+
- **Git Integration**: Automated commits and tagging for compaction events
|
|
50
|
+
- **File Management**: Plan-specific compacted_state.md files for multi-developer safety
|
|
51
|
+
- **Template System**: Structured compaction state format
|
|
52
|
+
- **Quality Preservation**: Maintain development continuity across sessions
|
|
53
|
+
|
|
54
|
+
## 📂 Affected Areas
|
|
55
|
+
- `.claude/agents/agent-compaction.md` - New universal compaction agent
|
|
56
|
+
- `.claude/agents/agent-plan-manager*.md` - All 6 planning agents (integration updates)
|
|
57
|
+
- `solarwindpy/plans/*/compacted_state.md` - Plan-specific compaction states
|
|
58
|
+
- Git workflow integration - Commit patterns and tagging system
|
|
59
|
+
|
|
60
|
+
## ✅ Acceptance Criteria
|
|
61
|
+
- [ ] CompactionAgent implemented with tiered processing for all 6 agent variants
|
|
62
|
+
- [ ] Token reduction achieved: 2,400-4,200 tokens saved across ecosystem (30-50% per agent)
|
|
63
|
+
- [ ] All 6 planning agents successfully integrated with <50 tokens compaction logic each
|
|
64
|
+
- [ ] Plan-specific directory structure prevents multi-developer conflicts
|
|
65
|
+
- [ ] Git integration working with meaningful commits and tags
|
|
66
|
+
- [ ] Compacted state template system operational
|
|
67
|
+
- [ ] Session resumption quality maintained after compression
|
|
68
|
+
- [ ] Comprehensive testing validates all agent tier combinations
|
|
69
|
+
|
|
70
|
+
## 🧪 Testing Strategy
|
|
71
|
+
- **Integration Testing**: Validate all planning agents work with CompactionAgent
|
|
72
|
+
- **Compression Testing**: Measure actual token reduction achieved across tiers
|
|
73
|
+
- **Git Integration Testing**: Verify commit and tag workflows
|
|
74
|
+
- **Multi-Developer Testing**: Test parallel plan compaction scenarios
|
|
75
|
+
- **Session Continuity Testing**: Validate resumption quality after compression
|
|
76
|
+
- **Performance Testing**: Ensure compaction operations complete efficiently
|
|
77
|
+
|
|
78
|
+
## 📊 Progress Tracking
|
|
79
|
+
|
|
80
|
+
### Overall Status
|
|
81
|
+
- **Phases Completed**: 0/5
|
|
82
|
+
- **Tasks Completed**: 0/TBD
|
|
83
|
+
- **Time Invested**: 0h of 4h
|
|
84
|
+
- **Last Updated**: 2025-08-12
|
|
85
|
+
|
|
86
|
+
### Expected Token Savings
|
|
87
|
+
```
|
|
88
|
+
CompactionAgent: ~800 tokens (comprehensive operations)
|
|
89
|
+
Per-Agent Integration: ~50 tokens each (6 agents = 300 tokens)
|
|
90
|
+
TOTAL POST-CONSOLIDATION: ~1,100 tokens
|
|
91
|
+
NET SAVINGS: ~6,900 tokens (86% reduction in context logic)
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Implementation Notes
|
|
95
|
+
<!-- Running log of implementation decisions, blockers, changes -->
|
|
96
|
+
|
|
97
|
+
## 🔗 Related Plans
|
|
98
|
+
- Single Ecosystem Plan Implementation (completed) - Established plan structure standards
|
|
99
|
+
- Session Continuity Protocol - Context management principles
|
|
100
|
+
- Git Integration Agent - Git workflow automation patterns
|
|
101
|
+
|
|
102
|
+
## 💬 Notes & Considerations
|
|
103
|
+
|
|
104
|
+
### Architecture Benefits
|
|
105
|
+
- **Single Source of Truth**: All context management centralized and consistent
|
|
106
|
+
- **Reduced Maintenance**: Changes made once, applied everywhere
|
|
107
|
+
- **Enhanced Features**: Advanced compaction operations available to all agents
|
|
108
|
+
- **Quality Improvement**: Centralized testing ensures higher reliability
|
|
109
|
+
|
|
110
|
+
### Design Principles
|
|
111
|
+
- **Service-Oriented**: CompactionAgent as service, not inheritance
|
|
112
|
+
- **Tiered Processing**: Match compression complexity to agent sophistication
|
|
113
|
+
- **Multi-Developer Safety**: Plan-specific files prevent conflicts
|
|
114
|
+
- **Git-First Integration**: Meaningful version control for compaction events
|
|
115
|
+
|
|
116
|
+
### Risk Mitigation
|
|
117
|
+
- **Phased Implementation**: Systematic rollout with validation at each step
|
|
118
|
+
- **Rollback Strategy**: Original agent files preserved until complete validation
|
|
119
|
+
- **Quality Monitoring**: Session resumption quality metrics tracked
|
|
120
|
+
- **Token Efficiency**: Actual savings measured against projections
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
*This multi-phase plan uses the plan-per-branch architecture where implementation occurs on feature/compaction-agent-system branch with progress tracked via commit checksums across phase files.*
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
# Update Agents Index for Compaction Agent Integration
|
|
2
|
+
|
|
3
|
+
## Objective
|
|
4
|
+
Update the agents index (`/.claude/agents/agents-index.md`) to properly integrate the new CompactionAgent into the SolarWindPy agent ecosystem with appropriate categorization, workflows, and coordination protocols.
|
|
5
|
+
|
|
6
|
+
## Integration Strategy
|
|
7
|
+
|
|
8
|
+
### Category Placement
|
|
9
|
+
**Add to Planning & Implementation Category**: The CompactionAgent is a service agent that supports planning and implementation workflows, making this the natural fit.
|
|
10
|
+
|
|
11
|
+
### Priority Assessment
|
|
12
|
+
**Medium Priority**: CompactionAgent is called by other agents rather than being a primary decision-maker, so it falls between High (core workflow) and Low (maintenance) priority.
|
|
13
|
+
|
|
14
|
+
## Updates Required
|
|
15
|
+
|
|
16
|
+
### 1. Agent Categories Section
|
|
17
|
+
**Add to Planning & Implementation category**:
|
|
18
|
+
```markdown
|
|
19
|
+
### 🎯 Planning & Implementation
|
|
20
|
+
- **[CompactionAgent](./agent-compaction.md)** - Context compression and session continuity service
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### 2. Quick Reference Table
|
|
24
|
+
**Add new row**:
|
|
25
|
+
```markdown
|
|
26
|
+
| CompactionAgent | Medium | Context compression & session continuity | `solarwindpy/plans/*/compacted_state.md` |
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### 3. Agent Coordination Workflows
|
|
30
|
+
**Add new workflow diagram**:
|
|
31
|
+
```mermaid
|
|
32
|
+
### Long-Duration Development Session
|
|
33
|
+
graph LR
|
|
34
|
+
A[Planning Agent] --> B[Implementation Work]
|
|
35
|
+
B --> C{Token Threshold?}
|
|
36
|
+
C -->|Yes| D[CompactionAgent]
|
|
37
|
+
D --> E[Compacted State + Git Commit]
|
|
38
|
+
E --> F[Session Resume]
|
|
39
|
+
C -->|No| G[Continue Work]
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### 4. Agent Communication Protocol
|
|
43
|
+
**Add CompactionAgent usage rules**:
|
|
44
|
+
- **Automatic Triggers**: Token thresholds (80% of agent limit), phase boundaries
|
|
45
|
+
- **Service Model**: Called by planning/implementation agents, not directly invoked
|
|
46
|
+
- **Cross-Session Bridge**: Enables session continuity across token limit boundaries
|
|
47
|
+
|
|
48
|
+
### 5. Common Tasks Section
|
|
49
|
+
**Add new task category**:
|
|
50
|
+
```markdown
|
|
51
|
+
### Managing Long Development Sessions
|
|
52
|
+
1. **PlanningAgent/ImplementationAgent**: Detect compaction triggers
|
|
53
|
+
2. **CompactionAgent**: Compress context and preserve essential state
|
|
54
|
+
3. **Git Integration**: Commit compacted state with metadata
|
|
55
|
+
4. **Session Resumption**: Restore compressed context for continuation
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### 6. Agent Expertise Matrix
|
|
59
|
+
**Add compaction-related tasks**:
|
|
60
|
+
```markdown
|
|
61
|
+
| Context compression | CompactionAgent | Planning/Implementation Agents |
|
|
62
|
+
| Session continuity | CompactionAgent | All agents |
|
|
63
|
+
| Long-term state management | CompactionAgent | PlanManager variants |
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### 7. Best Practices Section
|
|
67
|
+
**Add compaction considerations**:
|
|
68
|
+
```markdown
|
|
69
|
+
### Code Review Checklist
|
|
70
|
+
- [ ] CompactionAgent: Session continuity preserved?
|
|
71
|
+
- [ ] CompactionAgent: Essential context maintained?
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### 8. Future Enhancements Section
|
|
75
|
+
**Move CompactionAgent from "Planned" to current agents**:
|
|
76
|
+
```markdown
|
|
77
|
+
### Recently Added Agents
|
|
78
|
+
- **CompactionAgent**: Context compression and session continuity (2025-08-09)
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Implementation Tasks
|
|
82
|
+
|
|
83
|
+
### Phase 1: Document Structure Updates (30 min)
|
|
84
|
+
- Add CompactionAgent to Planning & Implementation category
|
|
85
|
+
- Update Quick Reference Table with priority and file focus
|
|
86
|
+
- Add CompactionAgent to Agent Communication Protocol
|
|
87
|
+
|
|
88
|
+
### Phase 2: Workflow Integration (20 min)
|
|
89
|
+
- Create Long-Duration Development Session workflow diagram
|
|
90
|
+
- Add CompactionAgent usage rules and trigger conditions
|
|
91
|
+
- Update collaboration rules for service agent model
|
|
92
|
+
|
|
93
|
+
### Phase 3: Task & Expertise Updates (20 min)
|
|
94
|
+
- Add "Managing Long Development Sessions" to Common Tasks
|
|
95
|
+
- Update Agent Expertise Matrix with compaction tasks
|
|
96
|
+
- Add compaction considerations to Best Practices
|
|
97
|
+
|
|
98
|
+
### Phase 4: Validation & Formatting (10 min)
|
|
99
|
+
- Verify Mermaid diagram syntax
|
|
100
|
+
- Check markdown formatting and table alignment
|
|
101
|
+
- Validate links and references
|
|
102
|
+
|
|
103
|
+
## Success Criteria
|
|
104
|
+
- **Proper Categorization**: CompactionAgent correctly placed in Planning & Implementation
|
|
105
|
+
- **Clear Service Model**: Documentation shows CompactionAgent as service called by others
|
|
106
|
+
- **Complete Integration**: All relevant sections updated with compaction workflows
|
|
107
|
+
- **Consistent Formatting**: Maintains existing document style and structure
|
|
108
|
+
|
|
109
|
+
This update establishes CompactionAgent as a first-class citizen in the agent ecosystem while clearly defining its service role and integration points with the existing planning and implementation workflow.
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# Compacted Context State - 2025-08-15T20:45:08Z
|
|
2
|
+
|
|
3
|
+
## Compaction Metadata
|
|
4
|
+
- **Timestamp**: 2025-08-15T20:45:08Z
|
|
5
|
+
- **Branch**: master
|
|
6
|
+
- **Plan**: compaction-agent-system
|
|
7
|
+
- **Pre-Compaction Context**: ~5,355 tokens (1,785 lines)
|
|
8
|
+
- **Target Compression**: light (maintain efficiency)
|
|
9
|
+
- **Target Tokens**: ~5,355 tokens
|
|
10
|
+
|
|
11
|
+
## Git State
|
|
12
|
+
### Current Branch: master
|
|
13
|
+
### Recent Commits:
|
|
14
|
+
```
|
|
15
|
+
361e6bf docs: add comprehensive workflow documentation
|
|
16
|
+
b0d1a4d feat(release): add comprehensive release management workflow
|
|
17
|
+
510314e feat(perf): add performance benchmarking workflow
|
|
18
|
+
2b3e13d feat(deps): add Dependabot and enhance requirements sync
|
|
19
|
+
b032833 feat(workflows): add branch protection automation
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
### Working Directory Status:
|
|
23
|
+
```
|
|
24
|
+
D .claude/agents/agent-compaction.md
|
|
25
|
+
M .claude/agents/agent-dataframe-architect.md
|
|
26
|
+
D .claude/agents/agent-dependency-manager.md
|
|
27
|
+
D .claude/agents/agent-documentation-maintainer.md
|
|
28
|
+
M .claude/agents/agent-fit-function-specialist.md
|
|
29
|
+
D .claude/agents/agent-git-integration.md
|
|
30
|
+
M .claude/agents/agent-numerical-stability-guard.md
|
|
31
|
+
D .claude/agents/agent-performance-optimizer.md
|
|
32
|
+
M .claude/agents/agent-physics-validator.md
|
|
33
|
+
D .claude/agents/agent-plan-implementer.md
|
|
34
|
+
D .claude/agents/agent-plan-manager.md
|
|
35
|
+
D .claude/agents/agent-plan-status-aggregator.md
|
|
36
|
+
M .claude/agents/agent-plotting-engineer.md
|
|
37
|
+
M .claude/agents/agent-test-engineer.md
|
|
38
|
+
D .claude/agents/agents-index.md
|
|
39
|
+
M .claude/settings.json
|
|
40
|
+
M CLAUDE.md
|
|
41
|
+
?? .claude/agents.backup/
|
|
42
|
+
?? .claude/agents/unified-plan-coordinator.md
|
|
43
|
+
?? .claude/hooks/
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
## Session Context Summary
|
|
47
|
+
|
|
48
|
+
### Active Plan: compaction-agent-system
|
|
49
|
+
## Plan Metadata
|
|
50
|
+
- **Plan Name**: Compaction Agent System Architecture
|
|
51
|
+
- **Created**: 2025-08-11
|
|
52
|
+
- **Branch**: plan/compaction-agent-system
|
|
53
|
+
- **Implementation Branch**: feature/compaction-agent-system
|
|
54
|
+
- **PlanManager**: PlanManager
|
|
55
|
+
- **PlanImplementer**: PlanImplementer
|
|
56
|
+
- **Structure**: Multi-Phase
|
|
57
|
+
- **Total Phases**: 5
|
|
58
|
+
- **Dependencies**: None
|
|
59
|
+
- **Affects**: .claude/agents/, solarwindpy/plans/*/compacted_state.md, all planning agents
|
|
60
|
+
- **Estimated Duration**: 4 hours
|
|
61
|
+
- **Status**: In Progress
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Plan Progress Summary
|
|
65
|
+
- Plan directory: plans/compaction-agent-system
|
|
66
|
+
- Last modified: 2025-08-11 23:29
|
|
67
|
+
|
|
68
|
+
## Resumption Instructions
|
|
69
|
+
### Next Session Priorities
|
|
70
|
+
1. **Context Recovery**: Load this compacted state
|
|
71
|
+
2. **Branch Validation**: Ensure correct branch (master)
|
|
72
|
+
3. **Plan Continuation**: Resume compaction-agent-system
|
|
73
|
+
|
|
74
|
+
### Quick Actions Available
|
|
75
|
+
- Continue current work on master
|
|
76
|
+
- Review plan status in plans/compaction-agent-system
|
|
77
|
+
- Check for uncommitted changes
|
|
78
|
+
|
|
79
|
+
### Token Budget
|
|
80
|
+
- Pre-compaction: 5,355 tokens
|
|
81
|
+
- Target: 5,355 tokens
|
|
82
|
+
- Savings: 0 tokens (0.0%)
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
*Automated compaction at token boundary - 2025-08-15T20:45:08Z*
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# Implementation Plan: Compaction Agent System Architecture
|
|
2
|
+
|
|
3
|
+
## Execution Order
|
|
4
|
+
1. **First**: Implement Compaction Agent System Architecture Plan (this document)
|
|
5
|
+
2. **Second**: Update Agents Index for Compaction Agent Integration (see agents-index-update-plan.md)
|
|
6
|
+
|
|
7
|
+
## Phase 1: Universal Compaction Agent Development (90 min)
|
|
8
|
+
|
|
9
|
+
### Create Core Compaction Agent
|
|
10
|
+
**File**: `/.claude/agents/agent-compaction.md`
|
|
11
|
+
- Build universal compaction agent with tiered processing capabilities
|
|
12
|
+
- Implement multi-agent context understanding for all 6 agent variants
|
|
13
|
+
- Create agent-specific compression algorithms (40-70% reduction targets)
|
|
14
|
+
- Add structured `compacted_state.md` generation system
|
|
15
|
+
|
|
16
|
+
### Compression Logic Implementation
|
|
17
|
+
**High-Complexity Processing** (Plan Manager Full, Plan Implementer Full):
|
|
18
|
+
- Deep historical archival and complex dependency management
|
|
19
|
+
- Target: 40-60% compression (3000→1200, 2800→1120 tokens)
|
|
20
|
+
|
|
21
|
+
**Medium-Complexity Processing** (Streamlined, Research-Optimized):
|
|
22
|
+
- Focused summarization and reference optimization
|
|
23
|
+
- Target: 50-70% compression (1400→420, 1000→300 tokens)
|
|
24
|
+
|
|
25
|
+
**Low-Complexity Processing** (Minimal variants):
|
|
26
|
+
- Lightweight consolidation maintaining efficiency
|
|
27
|
+
- Target: Minimal compression (maintain 200-300 token ceiling)
|
|
28
|
+
|
|
29
|
+
## Phase 2: Agent Integration Updates (60 min)
|
|
30
|
+
|
|
31
|
+
### Update All 6 Planning/Implementation Agents
|
|
32
|
+
**Files to Modify**:
|
|
33
|
+
- `/.claude/agents/agent-plan-manager-full.md`
|
|
34
|
+
- `/.claude/agents/agent-plan-manager.md`
|
|
35
|
+
- `/.claude/agents/agent-plan-manager-minimal.md`
|
|
36
|
+
- `/.claude/agents/agent-plan-implementer.md`
|
|
37
|
+
- `/.claude/agents/agent-plan-implementer-full.md`
|
|
38
|
+
- `/.claude/agents/agent-plan-implementer-minimal.md`
|
|
39
|
+
|
|
40
|
+
**Integration Requirements** (~75-100 tokens per agent):
|
|
41
|
+
- Add compaction trigger monitoring (token thresholds + phase boundaries)
|
|
42
|
+
- Implement context formatting for compaction agent transfer
|
|
43
|
+
- Create compaction agent invocation protocol
|
|
44
|
+
- Add resumption summary integration capabilities
|
|
45
|
+
|
|
46
|
+
## Phase 3: File Structure & Git Integration (45 min)
|
|
47
|
+
|
|
48
|
+
### Plan-Specific Directory Structure
|
|
49
|
+
**Implementation**:
|
|
50
|
+
- Update compaction agent to create `solarwindpy/plans/<plan-name>/compacted_state.md`
|
|
51
|
+
- Ensure multi-developer safety with isolated compaction states
|
|
52
|
+
- Add directory creation logic for new plans
|
|
53
|
+
|
|
54
|
+
### Git Integration Protocol
|
|
55
|
+
**Commit Pattern**: `compaction: [plan] phase [N] - [ratio] reduction`
|
|
56
|
+
**Tagging System**: `compaction-[plan-name]-phase-[N]-[timestamp]`
|
|
57
|
+
**Files Committed**: Both plan updates and compacted_state.md
|
|
58
|
+
|
|
59
|
+
## Phase 4: Compacted State Template (30 min)
|
|
60
|
+
|
|
61
|
+
### Create Structured Template
|
|
62
|
+
**File Format** (`compacted_state.md`):
|
|
63
|
+
```markdown
|
|
64
|
+
# Compacted Context State - [Plan Name]
|
|
65
|
+
## Compaction Metadata
|
|
66
|
+
## Current State Summary
|
|
67
|
+
## Progress Snapshot
|
|
68
|
+
## Compacted Context Archive
|
|
69
|
+
## Resumption Instructions
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
**Dynamic Content Generation**:
|
|
73
|
+
- Agent-specific context processing
|
|
74
|
+
- Phase history compression
|
|
75
|
+
- Next session priority identification
|
|
76
|
+
- Quick win opportunity detection
|
|
77
|
+
|
|
78
|
+
## Phase 5: Testing & Validation (45 min)
|
|
79
|
+
|
|
80
|
+
### Comprehensive Testing
|
|
81
|
+
- Test compaction across all 6 agent complexity tiers
|
|
82
|
+
- Validate session resumption quality after compression
|
|
83
|
+
- Verify git integration with proper commits and tags
|
|
84
|
+
- Test parallel plan compaction (multi-developer scenarios)
|
|
85
|
+
- Performance test with various token thresholds
|
|
86
|
+
|
|
87
|
+
### Integration Validation
|
|
88
|
+
- Verify seamless compaction request/response workflow
|
|
89
|
+
- Test cross-agent coordination preservation
|
|
90
|
+
- Validate file isolation prevents conflicts
|
|
91
|
+
- Confirm target compression ratios achieved
|
|
92
|
+
|
|
93
|
+
## Success Criteria
|
|
94
|
+
- **Token Efficiency**: 350+ token savings vs integrated approach
|
|
95
|
+
- **Universal Compatibility**: Single agent handles all 6 planning/implementation variants
|
|
96
|
+
- **Multi-Developer Safety**: No compaction file conflicts in parallel development
|
|
97
|
+
- **Quality Preservation**: Maintain development continuity across sessions
|
|
98
|
+
- **Architecture Cleanliness**: Clean separation between core agents and compaction service
|
|
99
|
+
|
|
100
|
+
## Implementation Approach
|
|
101
|
+
- Build universal compaction agent as centralized service
|
|
102
|
+
- Add minimal integration touchpoints to existing agents
|
|
103
|
+
- Use plan-specific subdirectories for conflict-free multi-developer workflow
|
|
104
|
+
- Implement tiered compression matching agent complexity levels
|
|
105
|
+
- Create seamless git integration with meaningful commit messages and tags
|
|
106
|
+
|
|
107
|
+
This service-oriented architecture will enable sustained development on complex plans while maintaining existing agent quality and coordination capabilities, with significant token efficiency improvements.
|