solarwindpy 0.0.1.dev0__py3-none-any.whl → 0.1.0__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.0.dist-info/METADATA +181 -0
- solarwindpy-0.1.0.dist-info/RECORD +409 -0
- {solarwindpy-0.0.1.dev0.dist-info → solarwindpy-0.1.0.dist-info}/WHEEL +1 -1
- solarwindpy-0.1.0.dist-info/licenses/LICENSE.rst +32 -0
- solarwindpy-0.1.0.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,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"historical_estimates": {
|
|
3
|
+
"configuration_changes": {
|
|
4
|
+
"estimated_avg": 15,
|
|
5
|
+
"actual_avg": 18,
|
|
6
|
+
"samples": 12,
|
|
7
|
+
"complexity_factor": 1.2,
|
|
8
|
+
"description": "pyproject.toml, workflow files, config updates"
|
|
9
|
+
},
|
|
10
|
+
"workflow_development": {
|
|
11
|
+
"estimated_avg": 40,
|
|
12
|
+
"actual_avg": 48,
|
|
13
|
+
"samples": 8,
|
|
14
|
+
"complexity_factor": 1.2,
|
|
15
|
+
"description": "GitHub Actions workflows with validation and error handling"
|
|
16
|
+
},
|
|
17
|
+
"script_creation": {
|
|
18
|
+
"estimated_avg": 25,
|
|
19
|
+
"actual_avg": 28,
|
|
20
|
+
"samples": 15,
|
|
21
|
+
"complexity_factor": 1.15,
|
|
22
|
+
"description": "Python helper scripts with error handling and validation"
|
|
23
|
+
},
|
|
24
|
+
"documentation_updates": {
|
|
25
|
+
"estimated_avg": 12,
|
|
26
|
+
"actual_avg": 15,
|
|
27
|
+
"samples": 20,
|
|
28
|
+
"complexity_factor": 1.25,
|
|
29
|
+
"description": "README updates, badges, metadata enhancements"
|
|
30
|
+
},
|
|
31
|
+
"integration_testing": {
|
|
32
|
+
"estimated_avg": 35,
|
|
33
|
+
"actual_avg": 42,
|
|
34
|
+
"samples": 10,
|
|
35
|
+
"complexity_factor": 1.2,
|
|
36
|
+
"description": "End-to-end testing of deployment pipelines"
|
|
37
|
+
},
|
|
38
|
+
"python_migration": {
|
|
39
|
+
"estimated_avg": 20,
|
|
40
|
+
"actual_avg": 21,
|
|
41
|
+
"samples": 1,
|
|
42
|
+
"complexity_factor": 1.05,
|
|
43
|
+
"description": "Python version requirement migration with CI optimization"
|
|
44
|
+
},
|
|
45
|
+
"code_formatting": {
|
|
46
|
+
"estimated_avg": 45,
|
|
47
|
+
"actual_avg": 48,
|
|
48
|
+
"samples": 1,
|
|
49
|
+
"complexity_factor": 1.1,
|
|
50
|
+
"description": "Large-scale code formatting (48 files black formatting)"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"deployment_complexity_factors": {
|
|
54
|
+
"semantic_versioning": 1.1,
|
|
55
|
+
"pypi_publishing": 1.3,
|
|
56
|
+
"readthedocs_integration": 1.2,
|
|
57
|
+
"release_automation": 1.25,
|
|
58
|
+
"error_handling": 1.4,
|
|
59
|
+
"graceful_degradation": 1.5
|
|
60
|
+
},
|
|
61
|
+
"plan_velocity": {
|
|
62
|
+
"deployment_pipeline": {
|
|
63
|
+
"estimated_duration": "8-12 hours",
|
|
64
|
+
"phase_count": 4,
|
|
65
|
+
"task_count": 32,
|
|
66
|
+
"complexity_score": 8.2,
|
|
67
|
+
"risk_level": "medium",
|
|
68
|
+
"external_dependencies": ["PyPI tokens", "ReadTheDocs manual setup"]
|
|
69
|
+
},
|
|
70
|
+
"python_310_migration": {
|
|
71
|
+
"estimated_duration": "20 hours",
|
|
72
|
+
"actual_duration": "21 hours",
|
|
73
|
+
"variance": "+5%",
|
|
74
|
+
"accuracy_factor": 1.05,
|
|
75
|
+
"phase_count": 5,
|
|
76
|
+
"task_count": 24,
|
|
77
|
+
"complexity_score": 6.5,
|
|
78
|
+
"risk_level": "low",
|
|
79
|
+
"external_dependencies": [],
|
|
80
|
+
"key_learnings": [
|
|
81
|
+
"Code formatting scope larger than expected",
|
|
82
|
+
"Pre-1.0 software migration simpler than production",
|
|
83
|
+
"Physics validation hooks excellent for safety",
|
|
84
|
+
"CI optimization straightforward for Python versions"
|
|
85
|
+
],
|
|
86
|
+
"success_rate": "100%",
|
|
87
|
+
"test_compatibility": "98%"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"session_metadata": {
|
|
91
|
+
"plan_created": "2025-08-16",
|
|
92
|
+
"coordinator": "UnifiedPlanCoordinator",
|
|
93
|
+
"estimated_completion": "2025-08-26 (accounting for 10-day token delay)",
|
|
94
|
+
"velocity_learning_enabled": true
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
# [Plan Name] - Overview
|
|
2
|
+
|
|
3
|
+
## Plan Metadata
|
|
4
|
+
- **Plan Name**: [Short descriptive name]
|
|
5
|
+
- **Created**: [Date - YYYY-MM-DD format]
|
|
6
|
+
- **Branch**: plan/[plan-name]
|
|
7
|
+
- **Implementation Branch**: feature/[plan-name]
|
|
8
|
+
- **PlanManager**: [PlanManager | PlanManager-Full | PlanManager-Minimal]
|
|
9
|
+
- **PlanImplementer**: [PlanImplementer | PlanImplementer-Full | PlanImplementer-Minimal]
|
|
10
|
+
- **Structure**: Multi-Phase
|
|
11
|
+
- **Total Phases**: [N]
|
|
12
|
+
- **Dependencies**: [List prerequisite plans by name, or "None"]
|
|
13
|
+
- **Affects**: [Files/modules/directories that will be modified - used for resource conflict detection]
|
|
14
|
+
- **Estimated Duration**: [Total time estimate - e.g., "8-12 hours"]
|
|
15
|
+
- **Status**: [Planning | In Progress | Paused | Completed]
|
|
16
|
+
|
|
17
|
+
## Phase Overview
|
|
18
|
+
- [ ] **Phase 1: [Phase Name]** (Est: [time]) - [Brief description]
|
|
19
|
+
- [ ] **Phase 2: [Phase Name]** (Est: [time]) - [Brief description]
|
|
20
|
+
- [ ] **Phase 3: [Phase Name]** (Est: [time]) - [Brief description]
|
|
21
|
+
- [ ] **Phase N: [Final Phase]** (Est: [time]) - [Brief description]
|
|
22
|
+
|
|
23
|
+
## Phase Files
|
|
24
|
+
1. [1-Phase-Name.md](./1-Phase-Name.md)
|
|
25
|
+
2. [2-Phase-Name.md](./2-Phase-Name.md)
|
|
26
|
+
3. [3-Phase-Name.md](./3-Phase-Name.md)
|
|
27
|
+
N. [N-Final-Phase.md](./N-Final-Phase.md)
|
|
28
|
+
|
|
29
|
+
## 🎯 Objective
|
|
30
|
+
[Clear statement of what this plan aims to accomplish]
|
|
31
|
+
|
|
32
|
+
## 🧠 Context
|
|
33
|
+
[Background information, motivation, and relevant links]
|
|
34
|
+
|
|
35
|
+
## 📈 Plan Propositions
|
|
36
|
+
|
|
37
|
+
### Risk Proposition
|
|
38
|
+
**Technical Risks**:
|
|
39
|
+
- [Breaking changes, compatibility issues, complexity factors]
|
|
40
|
+
- [Dependencies on external libraries or APIs]
|
|
41
|
+
- [Integration challenges with existing SolarWindPy components]
|
|
42
|
+
|
|
43
|
+
**Scientific Risks**:
|
|
44
|
+
- [Physics validation requirements and validation complexity]
|
|
45
|
+
- [Numerical stability concerns and edge case handling]
|
|
46
|
+
- [Data integrity and scientific correctness verification needs]
|
|
47
|
+
|
|
48
|
+
**Operational Risks**:
|
|
49
|
+
- [Maintenance burden and long-term support requirements]
|
|
50
|
+
- [Documentation gaps and knowledge transfer challenges]
|
|
51
|
+
- [Performance impact on existing workflows]
|
|
52
|
+
|
|
53
|
+
**Risk Mitigation Strategies**:
|
|
54
|
+
- [Specific approaches to manage and minimize identified risks]
|
|
55
|
+
- [Validation protocols and testing strategies]
|
|
56
|
+
- [Rollback plans and contingency procedures]
|
|
57
|
+
|
|
58
|
+
### Value Proposition
|
|
59
|
+
**Scientific Value**:
|
|
60
|
+
- [Research enablement and new scientific capabilities unlocked]
|
|
61
|
+
- [Reproducibility improvements and methodology advancements]
|
|
62
|
+
- [Accuracy, precision, or efficiency gains for physics calculations]
|
|
63
|
+
|
|
64
|
+
**Developer Value**:
|
|
65
|
+
- [Code quality improvements and maintainability benefits]
|
|
66
|
+
- [Reusability patterns and framework enhancements]
|
|
67
|
+
- [Development velocity improvements for future work]
|
|
68
|
+
|
|
69
|
+
**User Value**:
|
|
70
|
+
- [Performance improvements and new features for end users]
|
|
71
|
+
- [Documentation and usability enhancements]
|
|
72
|
+
- [Workflow efficiency and productivity gains]
|
|
73
|
+
|
|
74
|
+
**ROI Timeline**:
|
|
75
|
+
- [Immediate benefits (0-1 months)]
|
|
76
|
+
- [Medium-term value (1-6 months)]
|
|
77
|
+
- [Long-term strategic value (6+ months)]
|
|
78
|
+
|
|
79
|
+
### Cost Proposition
|
|
80
|
+
**Development Time**:
|
|
81
|
+
- [Estimated implementation hours with confidence intervals]
|
|
82
|
+
- [Phase-by-phase time breakdown with uncertainty ranges]
|
|
83
|
+
- [Complexity factors that may extend timeline]
|
|
84
|
+
|
|
85
|
+
**Review & Testing Time**:
|
|
86
|
+
- [Quality assurance and peer review effort]
|
|
87
|
+
- [Physics validation and scientific testing requirements]
|
|
88
|
+
- [Integration testing and regression validation]
|
|
89
|
+
|
|
90
|
+
**Maintenance Cost**:
|
|
91
|
+
- [Ongoing support and update requirements]
|
|
92
|
+
- [Documentation maintenance and user support]
|
|
93
|
+
- [Long-term compatibility and migration costs]
|
|
94
|
+
|
|
95
|
+
**Opportunity Cost**:
|
|
96
|
+
- [Other high-value work deferred by this plan]
|
|
97
|
+
- [Resource allocation trade-offs and priority decisions]
|
|
98
|
+
- [Strategic alternatives not pursued]
|
|
99
|
+
|
|
100
|
+
### Token Proposition
|
|
101
|
+
**Planning Tokens**:
|
|
102
|
+
- [Estimated tokens for plan development and refinement]
|
|
103
|
+
- [Cross-plan coordination and dependency analysis tokens]
|
|
104
|
+
- [Research and design exploration token costs]
|
|
105
|
+
|
|
106
|
+
**Implementation Tokens**:
|
|
107
|
+
- [Estimated tokens for code development and testing]
|
|
108
|
+
- [Documentation and example development tokens]
|
|
109
|
+
- [Debugging and refinement iteration costs]
|
|
110
|
+
|
|
111
|
+
**Future Token Savings**:
|
|
112
|
+
- [Token reduction for similar future work through reusable patterns]
|
|
113
|
+
- [Reduced planning overhead from documented approaches]
|
|
114
|
+
- [Automated validation reducing manual checking tokens]
|
|
115
|
+
|
|
116
|
+
**Net Token ROI**:
|
|
117
|
+
- [Break-even point for token investment]
|
|
118
|
+
- [Long-term token efficiency improvements]
|
|
119
|
+
- [Multiplicative benefits for subsequent related work]
|
|
120
|
+
|
|
121
|
+
### Usage Proposition
|
|
122
|
+
**Target Users**:
|
|
123
|
+
- [Primary user groups who will benefit from this change]
|
|
124
|
+
- [Secondary beneficiaries and indirect value recipients]
|
|
125
|
+
- [Specific researcher or developer personas addressed]
|
|
126
|
+
|
|
127
|
+
**Usage Frequency**:
|
|
128
|
+
- [Daily, weekly, monthly usage patterns expected]
|
|
129
|
+
- [Peak usage scenarios and seasonal variations]
|
|
130
|
+
- [Growth trajectory and adoption timeline]
|
|
131
|
+
|
|
132
|
+
**Coverage Scope**:
|
|
133
|
+
- [Percentage of SolarWindPy users/workflows affected]
|
|
134
|
+
- [Geographic or institutional coverage considerations]
|
|
135
|
+
- [Integration with existing research methodologies]
|
|
136
|
+
|
|
137
|
+
**Adoption Requirements**:
|
|
138
|
+
- [Training and documentation needs for users]
|
|
139
|
+
- [Migration procedures and transition support]
|
|
140
|
+
- [Change management and communication strategy]
|
|
141
|
+
|
|
142
|
+
## 🔧 Technical Requirements
|
|
143
|
+
[Frameworks, dependencies, versions, and constraints]
|
|
144
|
+
|
|
145
|
+
## 📂 Affected Areas
|
|
146
|
+
[Files, directories, modules that will be modified - used for resource conflict detection]
|
|
147
|
+
|
|
148
|
+
## ✅ Acceptance Criteria
|
|
149
|
+
[Define success criteria for completion]
|
|
150
|
+
- [ ] All phases completed successfully
|
|
151
|
+
- [ ] All tests pass
|
|
152
|
+
- [ ] Code coverage maintained ≥ 95%
|
|
153
|
+
- [ ] Documentation updated
|
|
154
|
+
- [ ] Integration testing completed
|
|
155
|
+
|
|
156
|
+
## 🧪 Testing Strategy
|
|
157
|
+
[How will changes be validated across all phases]
|
|
158
|
+
|
|
159
|
+
## 📊 Value Proposition Analysis [REQUIRED - AUTO-GENERATED]
|
|
160
|
+
<!-- This section will be automatically generated by .claude/hooks/plan-value-generator.py -->
|
|
161
|
+
*To generate value propositions: `python .claude/hooks/plan-value-generator.py --plan-file [path-to-this-file]`*
|
|
162
|
+
|
|
163
|
+
### Scientific Software Development Value
|
|
164
|
+
[Auto-generated analysis of research efficiency improvements and development quality enhancements]
|
|
165
|
+
|
|
166
|
+
### Developer Productivity Value
|
|
167
|
+
[Auto-generated analysis of planning efficiency, resource optimization, and token usage improvements]
|
|
168
|
+
|
|
169
|
+
## 💰 Resource & Cost Analysis [REQUIRED - AUTO-GENERATED]
|
|
170
|
+
<!-- This section will be automatically generated by .claude/hooks/plan-value-generator.py -->
|
|
171
|
+
|
|
172
|
+
### Development Investment
|
|
173
|
+
[Auto-generated implementation time breakdown and maintenance considerations]
|
|
174
|
+
|
|
175
|
+
### Token Usage Economics
|
|
176
|
+
[Auto-generated current vs enhanced token usage comparison and break-even analysis]
|
|
177
|
+
|
|
178
|
+
## ⚠️ Risk Assessment & Mitigation [REQUIRED - AUTO-GENERATED]
|
|
179
|
+
<!-- This section will be automatically generated by .claude/hooks/plan-value-generator.py -->
|
|
180
|
+
|
|
181
|
+
### Technical Implementation Risks
|
|
182
|
+
[Auto-generated risk matrix with probability, impact, and mitigation strategies]
|
|
183
|
+
|
|
184
|
+
### Project Management Risks
|
|
185
|
+
[Auto-generated project timeline and resource allocation risks]
|
|
186
|
+
|
|
187
|
+
### Scientific Workflow Risks
|
|
188
|
+
[Auto-generated assessment of impact on research workflows and computational accuracy]
|
|
189
|
+
|
|
190
|
+
## 🔒 Security Proposition [REQUIRED - AUTO-GENERATED]
|
|
191
|
+
<!-- This section will be automatically generated by .claude/hooks/plan-value-generator.py -->
|
|
192
|
+
|
|
193
|
+
### Code-Level Security Assessment
|
|
194
|
+
[Auto-generated dependency vulnerability analysis, authentication impacts, and attack surface assessment]
|
|
195
|
+
|
|
196
|
+
### Scientific Computing Environment Security
|
|
197
|
+
[Auto-generated development workflow security and CI/CD pipeline considerations]
|
|
198
|
+
|
|
199
|
+
**Note**: This security assessment covers code-level security only. FAIR data compliance is explicitly excluded and not implemented in this system.
|
|
200
|
+
|
|
201
|
+
## 🎯 Scope Audit [REQUIRED - AUTO-GENERATED]
|
|
202
|
+
<!-- This section will be automatically generated by .claude/hooks/plan-value-generator.py -->
|
|
203
|
+
*To generate scope audit: `python .claude/hooks/plan-scope-auditor.py --plan-file [path-to-this-file]`*
|
|
204
|
+
|
|
205
|
+
### SolarWindPy Alignment Assessment
|
|
206
|
+
[Auto-generated alignment score and scientific mission compatibility analysis]
|
|
207
|
+
|
|
208
|
+
### Scientific Research Relevance
|
|
209
|
+
[Auto-generated assessment of research impact and computational science focus]
|
|
210
|
+
|
|
211
|
+
### Module Impact Analysis
|
|
212
|
+
[Auto-generated analysis of affected SolarWindPy modules and architecture compliance]
|
|
213
|
+
|
|
214
|
+
### Scope Boundary Enforcement
|
|
215
|
+
[Auto-generated scope controls and out-of-scope risk identification]
|
|
216
|
+
|
|
217
|
+
## 💾 Token Usage Optimization [REQUIRED - AUTO-GENERATED]
|
|
218
|
+
<!-- This section will be automatically generated by .claude/hooks/plan-value-generator.py -->
|
|
219
|
+
|
|
220
|
+
### Current Token Usage Patterns
|
|
221
|
+
[Auto-generated analysis of manual planning token costs and inefficiency sources]
|
|
222
|
+
|
|
223
|
+
### Optimized Token Usage Strategy
|
|
224
|
+
[Auto-generated hook-based generation efficiency and context preservation benefits]
|
|
225
|
+
|
|
226
|
+
## ⏱️ Time Investment Analysis [REQUIRED - AUTO-GENERATED]
|
|
227
|
+
<!-- This section will be automatically generated by .claude/hooks/plan-value-generator.py -->
|
|
228
|
+
|
|
229
|
+
### Implementation Time Breakdown
|
|
230
|
+
[Auto-generated phase-by-phase time estimates with confidence intervals]
|
|
231
|
+
|
|
232
|
+
### Time Savings Analysis
|
|
233
|
+
[Auto-generated per-plan time savings and long-term efficiency gains]
|
|
234
|
+
|
|
235
|
+
### Break-Even Calculation
|
|
236
|
+
[Auto-generated investment vs returns analysis and payback timeline]
|
|
237
|
+
|
|
238
|
+
## 🎯 Usage & Adoption Metrics [REQUIRED - AUTO-GENERATED]
|
|
239
|
+
<!-- This section will be automatically generated by .claude/hooks/plan-value-generator.py -->
|
|
240
|
+
|
|
241
|
+
### Target Use Cases
|
|
242
|
+
[Auto-generated primary and secondary applications for this plan type]
|
|
243
|
+
|
|
244
|
+
### Adoption Strategy
|
|
245
|
+
[Auto-generated phased rollout approach and success factors]
|
|
246
|
+
|
|
247
|
+
### Success Metrics
|
|
248
|
+
[Auto-generated quantitative and qualitative success indicators]
|
|
249
|
+
|
|
250
|
+
## 📊 Progress Tracking
|
|
251
|
+
|
|
252
|
+
### Overall Status
|
|
253
|
+
- **Phases Completed**: 0/[N]
|
|
254
|
+
- **Tasks Completed**: 0/[total]
|
|
255
|
+
- **Time Invested**: 0h of [estimated]h
|
|
256
|
+
- **Last Updated**: [Date]
|
|
257
|
+
|
|
258
|
+
### Implementation Notes
|
|
259
|
+
[Running log of implementation decisions, blockers, changes]
|
|
260
|
+
|
|
261
|
+
## 🔗 Related Plans
|
|
262
|
+
[Links to dependent or related plans]
|
|
263
|
+
|
|
264
|
+
## 💬 Notes & Considerations
|
|
265
|
+
[Additional context, risks, alternatives considered]
|
|
266
|
+
|
|
267
|
+
---
|
|
268
|
+
*This multi-phase plan uses the plan-per-branch architecture where implementation occurs on feature/[plan-name] branch with progress tracked via commit checksums across phase files.*
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
# Phase [N]: [Phase Name]
|
|
2
|
+
|
|
3
|
+
## Phase Metadata
|
|
4
|
+
- **Phase**: [N]/[Total Phases]
|
|
5
|
+
- **Estimated Duration**: [Time estimate - e.g., "2-3 hours"]
|
|
6
|
+
- **Dependencies**: [Previous phases or external dependencies, or "None"]
|
|
7
|
+
- **Status**: [Not Started | In Progress | Completed]
|
|
8
|
+
|
|
9
|
+
## 🎯 Phase Objective
|
|
10
|
+
[Clear statement of what this specific phase aims to accomplish]
|
|
11
|
+
|
|
12
|
+
## 🧠 Phase Context
|
|
13
|
+
[Background specific to this phase, connection to overall plan]
|
|
14
|
+
|
|
15
|
+
## 📋 Implementation Tasks
|
|
16
|
+
|
|
17
|
+
### Task Group 1: [Logical Task Group Name]
|
|
18
|
+
- [ ] **[Task 1]** (Est: [time]) - [Detailed task description]
|
|
19
|
+
- Commit: `<checksum>`
|
|
20
|
+
- Status: [Pending | In Progress | Completed]
|
|
21
|
+
- Notes: [Implementation notes, blockers, decisions]
|
|
22
|
+
- [ ] **[Task 2]** (Est: [time]) - [Detailed task description]
|
|
23
|
+
- Commit: `<checksum>`
|
|
24
|
+
- Status: [Pending | In Progress | Completed]
|
|
25
|
+
- Notes: [Implementation notes, blockers, decisions]
|
|
26
|
+
|
|
27
|
+
### Task Group 2: [Logical Task Group Name]
|
|
28
|
+
- [ ] **[Task 3]** (Est: [time]) - [Detailed task description]
|
|
29
|
+
- Commit: `<checksum>`
|
|
30
|
+
- Status: [Pending | In Progress | Completed]
|
|
31
|
+
- Notes: [Implementation notes, blockers, decisions]
|
|
32
|
+
- [ ] **[Task 4]** (Est: [time]) - [Detailed task description]
|
|
33
|
+
- Commit: `<checksum>`
|
|
34
|
+
- Status: [Pending | In Progress | Completed]
|
|
35
|
+
- Notes: [Implementation notes, blockers, decisions]
|
|
36
|
+
|
|
37
|
+
### Task Group N: [Additional Task Groups as needed]
|
|
38
|
+
- [ ] **[Task N]** (Est: [time]) - [Detailed task description]
|
|
39
|
+
- Commit: `<checksum>`
|
|
40
|
+
- Status: [Pending | In Progress | Completed]
|
|
41
|
+
- Notes: [Implementation notes, blockers, decisions]
|
|
42
|
+
|
|
43
|
+
## ✅ Phase Acceptance Criteria
|
|
44
|
+
[Define specific success criteria for this phase completion]
|
|
45
|
+
- [ ] [Phase-specific criterion 1]
|
|
46
|
+
- [ ] [Phase-specific criterion 2]
|
|
47
|
+
- [ ] [Phase-specific criterion 3]
|
|
48
|
+
- [ ] Phase tests pass (if applicable)
|
|
49
|
+
- [ ] Integration with previous phases validated
|
|
50
|
+
- [ ] Code coverage maintained for phase changes
|
|
51
|
+
- [ ] Phase documentation updated
|
|
52
|
+
|
|
53
|
+
## 🧪 Phase Testing Strategy
|
|
54
|
+
[How will changes in this phase be validated]
|
|
55
|
+
- **Unit Testing**: [Specific testing approach for this phase]
|
|
56
|
+
- **Integration Testing**: [How this phase integrates with others]
|
|
57
|
+
- **Validation Method**: [Manual testing, automated testing, code review]
|
|
58
|
+
|
|
59
|
+
## 🔧 Phase Technical Requirements
|
|
60
|
+
[Phase-specific technical considerations]
|
|
61
|
+
- **Dependencies**: [Libraries, tools, services needed]
|
|
62
|
+
- **Environment**: [Development environment requirements]
|
|
63
|
+
- **Constraints**: [Limitations or special considerations]
|
|
64
|
+
|
|
65
|
+
## 📂 Phase Affected Areas
|
|
66
|
+
[Files, directories, modules modified in this phase]
|
|
67
|
+
- `[file/directory 1]` - [What changes]
|
|
68
|
+
- `[file/directory 2]` - [What changes]
|
|
69
|
+
- `[file/directory N]` - [What changes]
|
|
70
|
+
|
|
71
|
+
## 📊 Phase Progress Tracking
|
|
72
|
+
|
|
73
|
+
### Current Status
|
|
74
|
+
- **Tasks Completed**: 0/[total phase tasks]
|
|
75
|
+
- **Time Invested**: 0h of [estimated]h
|
|
76
|
+
- **Completion Percentage**: 0%
|
|
77
|
+
- **Last Updated**: [Date]
|
|
78
|
+
|
|
79
|
+
### Blockers & Issues
|
|
80
|
+
- [Current blockers preventing progress]
|
|
81
|
+
- [Technical challenges encountered]
|
|
82
|
+
- [Resource dependencies pending]
|
|
83
|
+
|
|
84
|
+
### Next Actions
|
|
85
|
+
- [Immediate next steps to progress phase]
|
|
86
|
+
- [Upcoming milestones]
|
|
87
|
+
- [Handoff requirements for next phase]
|
|
88
|
+
|
|
89
|
+
## 💬 Phase Implementation Notes
|
|
90
|
+
[Running log of phase-specific implementation decisions, discoveries, changes]
|
|
91
|
+
|
|
92
|
+
### Implementation Decisions
|
|
93
|
+
- [Key architectural or design decisions made during this phase]
|
|
94
|
+
- [Alternative approaches considered and why they were rejected]
|
|
95
|
+
|
|
96
|
+
### Lessons Learned
|
|
97
|
+
- [What worked well in this phase]
|
|
98
|
+
- [What could be improved for future phases]
|
|
99
|
+
|
|
100
|
+
### Phase Dependencies Resolution
|
|
101
|
+
- [How dependencies from previous phases were handled]
|
|
102
|
+
- [What this phase provides for subsequent phases]
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
*Phase [N] of [Total] - [Plan Name] - Last Updated: [Date]*
|
|
106
|
+
*See [0-Overview.md](./0-Overview.md) for complete plan context and cross-phase coordination.*
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
# SolarWindPy Plan Audit Summary
|
|
2
|
+
*Generated: 2025-08-19, Updated: 2025-08-20 (Plan Simplification & Over-Engineering Elimination)*
|
|
3
|
+
|
|
4
|
+
## Audit Overview
|
|
5
|
+
Comprehensive audit of all plans and branches across the repository to determine completion status, organize plans properly, and identify orphaned branches.
|
|
6
|
+
|
|
7
|
+
## Plan Status Summary
|
|
8
|
+
|
|
9
|
+
### ✅ Completed Plans (16 total)
|
|
10
|
+
Located in `plans/completed/`:
|
|
11
|
+
|
|
12
|
+
1. **circular-import-audit** - Import dependency analysis
|
|
13
|
+
2. **claude-settings-ecosystem-alignment** - Security ecosystem deployment ✅ Merged & Archived
|
|
14
|
+
3. **combined_plan_with_checklist_documentation** - Documentation testing framework
|
|
15
|
+
4. **combined_test_plan_with_checklist_fitfunctions** - FitFunctions testing framework
|
|
16
|
+
5. **combined_test_plan_with_checklist_plotting** - Plotting module testing
|
|
17
|
+
6. **combined_test_plan_with_checklist_solar_activity** - Solar activity testing
|
|
18
|
+
7. **compaction-agent-modernization** - Agent system modernization ✅ Merged & Archived
|
|
19
|
+
8. **compaction-hook-enhancement** - Hook system enhancements ✅ Merged & Archived
|
|
20
|
+
9. **docstring-audit-enhancement** - Documentation quality improvements ✅ Merged & Archived
|
|
21
|
+
10. **fitfunctions-testing-implementation** - Testing infrastructure ✅ Merged & Archived
|
|
22
|
+
11. **numpy-docstring-conversion-plan** - NumPy docstring standardization
|
|
23
|
+
12. **pr-review-remediation** - Critical security fixes and PR workflow validation ✅ Merged via PR #264
|
|
24
|
+
13. **requirements-management-consolidation** - Dependency management ✅ Merged & Archived
|
|
25
|
+
14. **single-ecosystem-plan-implementation** - Ecosystem integration
|
|
26
|
+
15. **test-directory-consolidation** - Test organization ✅ Merged & Archived
|
|
27
|
+
16. **test-planning-agents-architecture** - Agent architecture ✅ Merged & Archived
|
|
28
|
+
|
|
29
|
+
### ❌ Abandoned Plans (3 total)
|
|
30
|
+
Located in `plans/abandoned/`:
|
|
31
|
+
|
|
32
|
+
1. **compaction-agent-system** - Over-engineered compaction system
|
|
33
|
+
2. **hook-system-enhancement** - Over-engineered for SolarWindPy scale
|
|
34
|
+
3. **readthedocs-automation** - Over-engineered documentation system (replaced by readthedocs-simplified)
|
|
35
|
+
|
|
36
|
+
### 🚧 Active Plans (3 confirmed)
|
|
37
|
+
|
|
38
|
+
#### High Priority Plans
|
|
39
|
+
1. **deployment-semver-pypi-rtd** - 📍 Branch: `plan/deployment-semver-pypi-rtd`
|
|
40
|
+
- Status: Planning (4 phases structured)
|
|
41
|
+
- **Directory**: `plans/deployment-semver-pypi-rtd/` ✅ (exists on branch)
|
|
42
|
+
- Focus: PyPI deployment, semantic versioning, ReadTheDocs
|
|
43
|
+
- Estimated: 8-12 hours
|
|
44
|
+
- **Note**: Directory exists only on plan branch, not master
|
|
45
|
+
|
|
46
|
+
2. **readthedocs-simplified** - 📍 Directory: `plans/readthedocs-simplified/` ✅ **NEW**
|
|
47
|
+
- Status: Planning (4 phases structured)
|
|
48
|
+
- **Directory**: `plans/readthedocs-simplified/` ✅ (created on master)
|
|
49
|
+
- Focus: Pragmatic ReadTheDocs deployment in 2 hours vs 10+
|
|
50
|
+
- **Priority**: High - Immediate CI/CD unblocking needed
|
|
51
|
+
- **Replaces**: readthedocs-automation (abandoned for over-engineering)
|
|
52
|
+
|
|
53
|
+
3. **github-issues-migration** - 📍 Branch: `plan/github-issues-migration`
|
|
54
|
+
- Status: Active development (recent commits 22 minutes ago)
|
|
55
|
+
- **Directory**: `plans/github-issues-migration/` ✅ (exists on branch)
|
|
56
|
+
- Focus: Migrate plan tracking to GitHub Issues with propositions framework
|
|
57
|
+
- **Note**: Directory exists only on plan branch, not master
|
|
58
|
+
|
|
59
|
+
### 🔍 Plans Requiring Status Verification (5 total)
|
|
60
|
+
|
|
61
|
+
#### Documentation-Related Plans
|
|
62
|
+
1. **documentation-template-fix** - 📍 Directory: `plans/documentation-template-fix/`
|
|
63
|
+
- Status: Planning phases only, no implementation evidence
|
|
64
|
+
- Focus: RST template persistence issues
|
|
65
|
+
- **Assessment**: May be superseded by ReadTheDocs automation
|
|
66
|
+
|
|
67
|
+
2. **documentation-workflow-fix** - 📍 Directory: `plans/documentation-workflow-fix/`
|
|
68
|
+
- Status: Planning phases only, no branch
|
|
69
|
+
- Focus: Documentation build workflow improvements
|
|
70
|
+
- **Assessment**: May be superseded by other documentation work
|
|
71
|
+
|
|
72
|
+
3. **documentation-rendering-fixes** - 📍 Branch: `plan/documentation-rendering-fixes`
|
|
73
|
+
- Status: Lower priority (6 phases structured, feature work available)
|
|
74
|
+
- **Directory**: `plans/documentation-rendering-fixes/` ✅
|
|
75
|
+
- **Feature Branch**: `feature/documentation-rendering-fixes` (6 days ago)
|
|
76
|
+
- Focus: Fix Sphinx build warnings, HTML rendering issues
|
|
77
|
+
- **Assessment**: Active but lower priority compared to ReadTheDocs automation
|
|
78
|
+
|
|
79
|
+
#### Infrastructure Plans
|
|
80
|
+
4. **session-continuity-protocol** - 📍 Directory: `plans/session-continuity-protocol/`
|
|
81
|
+
- Status: 4 planning phases, no branch or implementation
|
|
82
|
+
- Focus: Session management and context switching prevention
|
|
83
|
+
- **Assessment**: Planning only, unclear if active
|
|
84
|
+
|
|
85
|
+
5. **github-workflows-repair** - 📍 Directory: `plans/github-workflows-repair/`
|
|
86
|
+
- Status: Single repair plan file, no phase structure
|
|
87
|
+
- Focus: Comprehensive GitHub workflow security and enhancement
|
|
88
|
+
- **Assessment**: Detailed plan but not following standard phase structure
|
|
89
|
+
|
|
90
|
+
6. **systemprompt-optimization** - 📍 Directory: `plans/systemprompt-optimization/`
|
|
91
|
+
- Status: Has phases and closeout file
|
|
92
|
+
- **Assessment**: May be completed, needs verification
|
|
93
|
+
|
|
94
|
+
### 📦 Archive Candidates
|
|
95
|
+
1. **documentation-rebuild-session** - Single compacted state file
|
|
96
|
+
2. **session-compaction-2025-08-12** - Compacted session state (outdated)
|
|
97
|
+
3. **session-compaction-2025-08-13** - Compacted session state (outdated)
|
|
98
|
+
|
|
99
|
+
### 🧹 Cleanup Actions Performed
|
|
100
|
+
|
|
101
|
+
#### Branch and Plan Analysis (2025-08-19)
|
|
102
|
+
**Total plan branches analyzed**: 13
|
|
103
|
+
**Branch-specific directories discovered**: 2 plans (deployment-semver-pypi-rtd, github-issues-migration)
|
|
104
|
+
|
|
105
|
+
**✅ Completed plans with branches**: 10 branches merged to master
|
|
106
|
+
- feature/compaction-agent-modernization → plans/completed/
|
|
107
|
+
- feature/docstring-audit-enhancement → plans/completed/
|
|
108
|
+
- feature/fitfunctions-testing → plans/completed/
|
|
109
|
+
- feature/requirements-management-consolidation → plans/completed/
|
|
110
|
+
- feature/test-directory-consolidation → plans/completed/
|
|
111
|
+
- feature/test-planning-agents-architecture → plans/completed/
|
|
112
|
+
- plan/claude-settings-ecosystem-alignment → plans/completed/
|
|
113
|
+
- plan/compaction-agent-modernization → plans/completed/
|
|
114
|
+
- plan/compaction-hook-enhancement → plans/completed/
|
|
115
|
+
- plan/docstring-audit-enhancement → plans/completed/
|
|
116
|
+
- plan/fitfunctions-testing → plans/completed/
|
|
117
|
+
- plan/requirements-management-consolidation → plans/completed/
|
|
118
|
+
- plan/test-directory-consolidation → plans/completed/
|
|
119
|
+
|
|
120
|
+
**🗑️ Abandoned plans with branches**: 1 branch
|
|
121
|
+
- plan/hook-system-enhancement → plans/abandoned/
|
|
122
|
+
|
|
123
|
+
**🔄 Active branches with unmerged work**: 3 branches
|
|
124
|
+
- plan/deployment-semver-pypi-rtd (directory exists on branch)
|
|
125
|
+
- plan/documentation-rendering-fixes (feature branch has recent work)
|
|
126
|
+
- plan/github-issues-migration (active development, recent commits)
|
|
127
|
+
|
|
128
|
+
**📋 Feature branches identified**: 1 active
|
|
129
|
+
- feature/documentation-rendering-fixes (6 days ago, unmerged to plan branch)
|
|
130
|
+
|
|
131
|
+
#### Migration Analysis
|
|
132
|
+
- **✅ No solarwindpy/plans/ directory found** - no migration needed
|
|
133
|
+
- **✅ documentation-rendering-fixes**: Already migrated to root `plans/`
|
|
134
|
+
- **✅ All plan content properly organized** in plans/ hierarchy
|
|
135
|
+
|
|
136
|
+
## Next Actions Required
|
|
137
|
+
|
|
138
|
+
### Immediate Priority
|
|
139
|
+
1. **Investigate orphaned branch**:
|
|
140
|
+
- `feature/git-integration-agent` - determine if obsolete (only true orphan)
|
|
141
|
+
2. **Archive old sessions**: Move session-compaction plans to archive
|
|
142
|
+
3. **Clean orphan branches**: Investigate plan/fitfunctions-testing branch
|
|
143
|
+
4. **Continue active development**: All 3 high-priority plans have directories ready
|
|
144
|
+
|
|
145
|
+
### Development Priority
|
|
146
|
+
1. **deployment-semver-pypi-rtd**: Critical for package distribution
|
|
147
|
+
2. **documentation-rendering-fixes**: Addresses critical documentation issues
|
|
148
|
+
|
|
149
|
+
## Statistics
|
|
150
|
+
- **Total plans tracked**: 27 unique plans
|
|
151
|
+
- **Completion rate**: 59% (16/27)
|
|
152
|
+
- **Abandonment rate**: 11% (3/27)
|
|
153
|
+
- **Active development**: 11% (3/27)
|
|
154
|
+
- **Plans requiring verification**: 19% (5/27)
|
|
155
|
+
- **Branch-specific plans**: 2 plans (deployment-semver-pypi-rtd, github-issues-migration)
|
|
156
|
+
- **Repository health**: Good - active plans properly documented, over-engineering eliminated
|
|
157
|
+
|
|
158
|
+
## Recently Completed
|
|
159
|
+
### pr-review-remediation (Completed 2025-08-19)
|
|
160
|
+
- **Duration**: 2 hours actual vs 3.5 hours estimated (43% under budget)
|
|
161
|
+
- **Deliverables**: 5 critical security fixes + PR workflow validation
|
|
162
|
+
- **Impact**: DoS prevention, command injection protection, adaptive timeouts
|
|
163
|
+
- **Files Modified**: 6 files, 300+ lines added
|
|
164
|
+
- **ROI**: HIGH - Prevents multiple attack vectors automatically
|
|
165
|
+
|
|
166
|
+
## Migration Notes
|
|
167
|
+
- Successfully preserved all plan content during migration
|
|
168
|
+
- Maintained commit history and branch associations
|
|
169
|
+
- No data loss during cleanup operations
|
|
170
|
+
- All plan metadata and phase files intact
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
*This audit ensures proper plan organization and enables focused development on high-priority initiatives.*
|