MANIFEST.in
README.md
pyproject.toml
requirements.txt
core/__init__.py
core/prompts.py
core/state.py
nova_bridgeye.egg-info/PKG-INFO
nova_bridgeye.egg-info/SOURCES.txt
nova_bridgeye.egg-info/dependency_links.txt
nova_bridgeye.egg-info/entry_points.txt
nova_bridgeye.egg-info/requires.txt
nova_bridgeye.egg-info/top_level.txt
nova_cli/__init__.py
nova_cli/__main__.py
nova_cli/config.py
nova_cli/version.py
nova_cli/agent/__init__.py
nova_cli/agent/budget.py
nova_cli/agent/context.py
nova_cli/agent/contracts.py
nova_cli/agent/errors.py
nova_cli/agent/events.py
nova_cli/agent/loop.py
nova_cli/agent/prompt.py
nova_cli/agent/registry.py
nova_cli/agent/routing.py
nova_cli/agent/session.py
nova_cli/agent/subagent.py
nova_cli/agent/tiers.py
nova_cli/agent/transport.py
nova_cli/cli/__init__.py
nova_cli/cli/commands.py
nova_cli/cli/headless.py
nova_cli/cli/headless_args.py
nova_cli/cli/main.py
nova_cli/cli/prompt.py
nova_cli/cli/pull_ops.py
nova_cli/cli/registry.py
nova_cli/cli/runtime.py
nova_cli/cli/shell.py
nova_cli/cli/skill_commands.py
nova_cli/cli/turn.py
nova_cli/cli/shell_parts/agent_turn.py
nova_cli/cli/shell_parts/handlers.py
nova_cli/cli/shell_parts/handlers_build.py
nova_cli/cli/shell_parts/handlers_context.py
nova_cli/cli/shell_parts/handlers_files.py
nova_cli/cli/shell_parts/handlers_memory.py
nova_cli/cli/shell_parts/handlers_run.py
nova_cli/cli/shell_parts/handlers_system.py
nova_cli/cli/shell_parts/handlers_vcs.py
nova_cli/cli/shell_parts/ui_utils.py
nova_cli/local/assets.py
nova_cli/local/browser_check.py
nova_cli/local/checkpoint.py
nova_cli/local/encoding.py
nova_cli/local/file_manager.py
nova_cli/local/frontend_fixers.py
nova_cli/local/guarded_write.py
nova_cli/local/install_progress.py
nova_cli/local/languages.py
nova_cli/local/launcher.py
nova_cli/local/logging_setup.py
nova_cli/local/plan_document.py
nova_cli/local/skills_loader.py
nova_cli/local/sysutils.py
nova_cli/local/telemetry.py
nova_cli/local/textutils.py
nova_cli/local/ui.py
nova_cli/local/update_check.py
nova_cli/local/uploads.py
nova_cli/local/utils.py
nova_cli/local/venvs.py
nova_cli/local/contextifier/__init__.py
nova_cli/local/contextifier/engine.py
nova_cli/local/file_manager/__init__.py
nova_cli/local/file_manager/commands.py
nova_cli/local/file_manager/edit_ops.py
nova_cli/local/file_manager/io_ops.py
nova_cli/local/file_manager/path_ops.py
nova_cli/local/healer/__init__.py
nova_cli/local/healer/attached.py
nova_cli/local/healer/prechecks.py
nova_cli/local/healer/runner.py
nova_cli/local/index/__init__.py
nova_cli/local/index/astmap.py
nova_cli/local/index/cache.py
nova_cli/local/index/treesitter.py
nova_cli/local/memory/__init__.py
nova_cli/local/memory/brief.py
nova_cli/local/memory/drift.py
nova_cli/local/memory/index.py
nova_cli/local/memory/migration.py
nova_cli/local/memory/project_memory.py
nova_cli/local/memory/retrieval.py
nova_cli/local/memory/router.py
nova_cli/local/memory/selector.py
nova_cli/local/memory/tools.py
nova_cli/local/memory/user_memory.py
nova_cli/local/memory/viewer.py
nova_cli/local/memory/services/__init__.py
nova_cli/local/memory/services/embedding_cache.py
nova_cli/local/memory/services/git_lookup.py
nova_cli/local/memory/services/semantic_search.py
nova_cli/local/memory/utils/__init__.py
nova_cli/local/memory/utils/summarizer.py
nova_cli/local/scripts/console_scan.mjs
nova_cli/local/scripts/package.json
nova_cli/local/tools/__init__.py
nova_cli/local/tools/ask.py
nova_cli/local/tools/bash.py
nova_cli/local/tools/edit.py
nova_cli/local/tools/escalate.py
nova_cli/local/tools/frontend.py
nova_cli/local/tools/glob.py
nova_cli/local/tools/grep.py
nova_cli/local/tools/policy.py
nova_cli/local/tools/read.py
nova_cli/local/tools/read_guard.py
nova_cli/local/tools/todo.py
nova_cli/local/tools/workdir.py
nova_cli/local/tools/write.py
nova_cli/local/verify/__init__.py
nova_cli/local/verify/design.py
nova_cli/local/verify/detect.py
nova_cli/local/verify/gate.py
nova_cli/local/verify/runner.py
nova_cli/local/verify/runtime.py
nova_cli/local/verify/parsers/__init__.py
nova_cli/local/verify/parsers/cargo.py
nova_cli/local/verify/parsers/eslint.py
nova_cli/local/verify/parsers/go.py
nova_cli/local/verify/parsers/mypy.py
nova_cli/local/verify/parsers/pytest.py
nova_cli/local/verify/parsers/ruff.py
nova_cli/local/verify/parsers/tsc.py
nova_cli/local/verify/parsers/vite.py
nova_cli/mcp/__init__.py
nova_cli/mcp/client.py
nova_cli/mcp/manager.py
nova_cli/mcp/protocol.py
nova_cli/mcp/tools.py
nova_cli/mcp/transports.py
nova_cli/nova_core/__init__.py
nova_cli/nova_core/entitlements.py
nova_cli/nova_core/pull_client.py
nova_cli/nova_core/ai/__init__.py
nova_cli/nova_core/ai/api_client.py
nova_cli/nova_core/auth/__init__.py
nova_cli/nova_core/auth/client.py
nova_cli/nova_core/auth/storage.py
nova_cli/platform/__init__.py
nova_cli/platform/bottombar.py
nova_cli/platform/build_brief.py
nova_cli/platform/build_mode.py
nova_cli/platform/data_mode.py
nova_cli/platform/diff.py
nova_cli/platform/flavour.py
nova_cli/platform/handover.py
nova_cli/platform/hooks.py
nova_cli/platform/interrupt.py
nova_cli/platform/mentions.py
nova_cli/platform/notes.py
nova_cli/platform/partial_args.py
nova_cli/platform/permissions.py
nova_cli/platform/plan.py
nova_cli/platform/progress.py
nova_cli/platform/redact.py
nova_cli/platform/render.py
nova_cli/platform/select.py
nova_cli/platform/session_commands.py
nova_cli/platform/settings.py
nova_cli/platform/skill_router.py
nova_cli/platform/status.py
nova_cli/platform/theme.py
nova_cli/platform/tool_restriction.py
nova_cli/platform/transcript.py
nova_cli/platform/trust.py
nova_cli/platform/turn_stages.py
nova_cli/platform/workdir.py
nova_cli/vcs/__init__.py
nova_cli/vcs/git_ops.py
nova_cli/vcs/tools.py
nova_cli/vcs/workflow.py
skills/__init__.py
skills/registry_platform.py
skills/data-analysis/BA_skill.md
skills/data-analysis/SKILL.md
skills/data-analysis/analyst.py
skills/data-analysis/dashboard.md
skills/data-analysis/pipeline.py
skills/data-analysis/streamlit_dashboard.md
skills/data-science/SKILL.md
skills/data-science/scientist.py
skills/frontend-web/KNOWN_PATTERNS.md
skills/frontend-web/SKILL.md
skills/frontend-web/__init__.py
skills/frontend-web/builder.py
skills/frontend-web/design_context.py
skills/frontend-web/dna_scanner.py
skills/frontend-web/nova_registry_service.py
skills/frontend-web/Vite_pipeline/__init__.py
skills/frontend-web/Vite_pipeline/pipeline.py
skills/frontend-web/reference/design-tokens.md
skills/frontend-web/reference/motion-system.md
skills/frontend-web/registry/registry.json
skills/frontend-web/registry/registry_index.json
skills/frontend-web/registry/backgrounds/AnimatedGradient.tsx
skills/frontend-web/registry/backgrounds/AuroraBackground.tsx
skills/frontend-web/registry/backgrounds/BGPattern.tsx
skills/frontend-web/registry/backgrounds/BackgroundBeamsWithCollision.tsx
skills/frontend-web/registry/backgrounds/BackgroundBoxes.tsx
skills/frontend-web/registry/backgrounds/BackgroundGradientAnimation.tsx
skills/frontend-web/registry/backgrounds/BeamsBackground.tsx
skills/frontend-web/registry/backgrounds/BlueprintShader.tsx
skills/frontend-web/registry/backgrounds/Dark Veil.tsx
skills/frontend-web/registry/backgrounds/DottedSurface.tsx
skills/frontend-web/registry/backgrounds/Entropy.tsx
skills/frontend-web/registry/backgrounds/EtherealShadow.tsx
skills/frontend-web/registry/backgrounds/FallingPattern.tsx
skills/frontend-web/registry/backgrounds/Ferrofluid.tsx
skills/frontend-web/registry/backgrounds/FlickeringGrid.tsx
skills/frontend-web/registry/backgrounds/GradientBackground.tsx
skills/frontend-web/registry/backgrounds/GradientDots.tsx
skills/frontend-web/registry/backgrounds/GridPattern.tsx
skills/frontend-web/registry/backgrounds/Light Pillar.tsx
skills/frontend-web/registry/backgrounds/Lightfall.tsx
skills/frontend-web/registry/backgrounds/Liquid Ether.tsx
skills/frontend-web/registry/backgrounds/NeonMaze.tsx
skills/frontend-web/registry/backgrounds/Particles.tsx
skills/frontend-web/registry/backgrounds/PixelTrail.tsx
skills/frontend-web/registry/backgrounds/Prism.tsx
skills/frontend-web/registry/backgrounds/RetroGrid.tsx
skills/frontend-web/registry/backgrounds/Silk.tsx
skills/frontend-web/registry/backgrounds/SmokeBackground.tsx
skills/frontend-web/registry/backgrounds/Sparkles.tsx
skills/frontend-web/registry/backgrounds/SpiralAnimation.tsx
skills/frontend-web/registry/backgrounds/Tiles.tsx
skills/frontend-web/registry/backgrounds/Vortex.tsx
skills/frontend-web/registry/backgrounds/VortexFullPage.tsx
skills/frontend-web/registry/backgrounds/Waves.tsx
skills/frontend-web/registry/cards/AnimatedBanner.tsx
skills/frontend-web/registry/cards/HoverPlayCard.tsx
skills/frontend-web/registry/cards/InfoCard.tsx
skills/frontend-web/registry/cards/VideoGeneratorCard.tsx
skills/frontend-web/registry/cards/VideoUploadCard.tsx
skills/frontend-web/registry/core/utils.ts
skills/frontend-web/registry/effects/BorderBeam.tsx
skills/frontend-web/registry/effects/Glow.tsx
skills/frontend-web/registry/effects/GooeyFilter.tsx
skills/frontend-web/registry/effects/Magnetic.tsx
skills/frontend-web/registry/effects/ShineBorder.tsx
skills/frontend-web/registry/elements/AnimatedLink.tsx
skills/frontend-web/registry/elements/Counter.tsx
skills/frontend-web/registry/elements/SocialLinks.tsx
skills/frontend-web/registry/elements/Timestamp.tsx
skills/frontend-web/registry/elements/TopBanner.tsx
skills/frontend-web/registry/footers/AnimatedSubscribeFooter.tsx
skills/frontend-web/registry/footers/AnimatedWaveFooter.tsx
skills/frontend-web/registry/footers/AppDownloadFooter.tsx
skills/frontend-web/registry/footers/BadgeFooter.tsx
skills/frontend-web/registry/footers/BorderedGridFooter.tsx
skills/frontend-web/registry/footers/BoxedMinimalFooter.tsx
skills/frontend-web/registry/footers/CenteredFooter.tsx
skills/frontend-web/registry/footers/CinematicFooter.tsx
skills/frontend-web/registry/footers/CorporateFooter.tsx
skills/frontend-web/registry/footers/FadeInFooter.tsx
skills/frontend-web/registry/footers/FlickeringGridFooter.tsx
skills/frontend-web/registry/footers/FloatingLogoFooter.tsx
skills/frontend-web/registry/footers/Footer1.tsx
skills/frontend-web/registry/footers/Footer2.tsx
skills/frontend-web/registry/footers/Footer4Col.tsx
skills/frontend-web/registry/footers/Footer7.tsx
skills/frontend-web/registry/footers/FooterNewsletter.tsx
skills/frontend-web/registry/footers/GradientCenteredFooter.tsx
skills/frontend-web/registry/footers/HoverTextFooter.tsx
skills/frontend-web/registry/footers/IconFooter.tsx
skills/frontend-web/registry/footers/LargeNameFooter.tsx
skills/frontend-web/registry/footers/MinimalFooter.tsx
skills/frontend-web/registry/footers/RadialGlowFooter.tsx
skills/frontend-web/registry/footers/StackedCircularFooter.tsx
skills/frontend-web/registry/footers/StatusFooter.tsx
skills/frontend-web/registry/footers/StickyFooter.tsx
skills/frontend-web/registry/footers/StickyRevealFooter.tsx
skills/frontend-web/registry/footers/TapedFooter.tsx
skills/frontend-web/registry/footers/TerminalFooter.tsx
skills/frontend-web/registry/footers/ThemeToggleFooter.tsx
skills/frontend-web/registry/footers/WordmarkFooter.tsx
skills/frontend-web/registry/hero/BackgroundCircles.tsx
skills/frontend-web/registry/hero/BackgroundPaths.tsx
skills/frontend-web/registry/hero/HeroGeometric.tsx
skills/frontend-web/registry/hero/HeroHighlight.tsx
skills/frontend-web/registry/hero/HeroSection.tsx
skills/frontend-web/registry/hero/HeroWithVideo.tsx
skills/frontend-web/registry/hero/VHSHero.tsx
skills/frontend-web/registry/hero/VideoScrollHero.tsx
skills/frontend-web/registry/media/DynamicFrameLayout.tsx
skills/frontend-web/registry/media/HeroVideo.tsx
skills/frontend-web/registry/media/HeroVideoDialog.tsx
skills/frontend-web/registry/media/ScrollExpandMedia.tsx
skills/frontend-web/registry/media/ThumbnailButton.tsx
skills/frontend-web/registry/media/VideoModal.tsx
skills/frontend-web/registry/media/VideoPlayer.tsx
skills/frontend-web/registry/media/VideoPlayerPro.tsx
skills/frontend-web/registry/media/VideoThumbnailPlayer.tsx
skills/frontend-web/registry/modals/AnimatedDialog.tsx
skills/frontend-web/registry/modals/MorphingDialog.tsx
skills/frontend-web/registry/modals/PublishDialog.tsx
skills/frontend-web/registry/navigation/AnimatedSidebar.tsx
skills/frontend-web/registry/navigation/Breadcrumbs.tsx
skills/frontend-web/registry/navigation/FloatingHeader.tsx
skills/frontend-web/registry/navigation/MacDock.tsx
skills/frontend-web/registry/navigation/MegaMenuHeader.tsx
skills/frontend-web/registry/sections/AboutGrid.tsx
skills/frontend-web/registry/sections/ClippedVideoTab.tsx
skills/frontend-web/registry/sections/LinkInBioSection.tsx
skills/frontend-web/registry/sections/OnboardingChecklist.tsx
skills/frontend-web/registry/sections/WorkspaceWelcome.tsx
skills/frontend-web/registry/text_effects/Blur Text.tsx
skills/frontend-web/registry/text_effects/GradientText.tsx
skills/frontend-web/registry/text_effects/ParticleText.tsx
skills/frontend-web/registry/text_effects/Scroll Float.tsx
skills/frontend-web/registry/text_effects/Shiny Text.tsx
skills/frontend-web/registry/text_effects/Shuffle.tsx
skills/frontend-web/registry/text_effects/Split Text.tsx
skills/frontend-web/registry/text_effects/Text Type.tsx
skills/frontend-web/registry/text_effects/UnderlineAnimation.tsx
skills/frontend-web/ui-ux-pro-max/data/colors.csv
skills/frontend-web/ui-ux-pro-max/data/products.csv
skills/frontend-web/ui-ux-pro-max/data/styles.csv
skills/frontend-web/ui-ux-pro-max/data/typography.csv
skills/frontend-web/ui-ux-pro-max/scripts/core.py
skills/frontend-web/ui-ux-pro-max/scripts/design_system.py
skills/frontend-web/ui-ux-pro-max/scripts/search.py
skills/pdf/SKILL.md
skills/pdf/builder.py
skills/pdf/harness/gate_probe.py
skills/pdf/harness/render_harness.py
skills/pdf/templates/academic/styles.css
skills/pdf/templates/academic/styles.py
skills/pdf/templates/business/styles.css
skills/pdf/templates/business/styles.py
skills/pdf/templates/business_case/styles.css
skills/pdf/templates/business_case/styles.py
skills/pdf/templates/campaign_report/styles.css
skills/pdf/templates/campaign_report/styles.py
skills/pdf/templates/consulting/styles.css
skills/pdf/templates/consulting/styles.py
skills/pdf/templates/cover_letter/styles.css
skills/pdf/templates/cover_letter/styles.py
skills/pdf/templates/ieee/styles.css
skills/pdf/templates/ieee/styles.py
skills/pdf/templates/invoice/styles.css
skills/pdf/templates/invoice/styles.py
skills/pdf/templates/prep_notes/styles.css
skills/pdf/templates/prep_notes/styles.py
skills/pdf/templates/startup/styles.css
skills/pdf/templates/startup/styles.py
skills/pdf/utils/doc_themes.py
skills/pdf/utils/docx_designer.py
skills/pdf/utils/docx_engine.py
skills/pdf/utils/html_engine.py
skills/pdf/utils/input_parser.py
skills/pdf/utils/pdf_designer.py
skills/pdf/utils/processor_engine.py
skills/pdf/utils/reportlab_engine.py
skills/pptx/SKILL.md
skills/pptx/__init__.py
skills/pptx/builder.py
skills/pptx/scripts/validate.py
tests/test_foundation.py