Full framework overhaul: 100% parity with dev-archaeology#6
Merged
Conversation
Mirror dev-archaeology dashboard redesign into framework: - Rewrite generate_master_dashboard() with hero stats, featured project card, mined projects grid, global viz cards, collapsible API repos with filters - Add _load_git_metrics() CSV fallback for projects without JSON metrics - Fix visualization links (flat href matching serve symlink structure) - Remove all PostHog analytics references - Add API repo deduplication in serve and publish-static commands - Reorganize analyze output to analysis/ subdirectory - Copy global deliverables in publish-static Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New archaeology.api module serves /api/insights, /api/swot, /api/wardley, /api/value-chain, /api/bridge endpoints. CLI serve command routes /api/* to the API handler. Bridge file generation syncs to Factory every pipeline run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Tests were stale after analysis output moved to deliverables/analysis/ and HTML export default changed to deliverables/visuals/report.html. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sync from dev-archaeology: three new strategy generators and /api/bcg, /api/ansoff, /api/blue-ocean endpoints. 100% parity verified. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sync everything from dev-archaeology restructure: - archaeology/: pipeline_ingest, local_pipeline, report, agent_benchmark, dashboard, templates/md-viewer.html - scripts/: content generators, data generators, pipeline, integrations, hooks (pre-commit, pre-push, install) - tests: updated paths for reports/ subdirectory 67 tests passing. 100% parity with dev-archaeology. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Framework audits its own demo project, not liminal. Parity check removed — framework is the downstream, not the source. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes (113 files, +29K/-975)
archaeology/api.py— new JSON API modulearchaeology/cli.py— serve command routes /api/* to API handlerarchaeology/report.py— markdown + HTML export with subdirectory supportarchaeology/analysis_runner.py— outputs to analysis/ subdirectoryarchaeology/templates/md-viewer.html— markdown viewer templatescripts/data/generate_template_deliverables.py— 24 template generatorsscripts/sync/generate-bridge.py— Factory bridge generationTest plan
python3 -m archaeology.cli audit demo-archaeology— cleanpython3 -m archaeology.cli demo --project demo --build-db— generates demo projectpython3 scripts/sync/check_parity.py— 100% parity with dev-archaeology🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmithwith what you need.