diff --git a/.aiox-core/.claude/agent-memory/aiox-po/MEMORY.md b/.aiox-core/.claude/agent-memory/aiox-po/MEMORY.md new file mode 100644 index 000000000..df7b8d9d8 --- /dev/null +++ b/.aiox-core/.claude/agent-memory/aiox-po/MEMORY.md @@ -0,0 +1,22 @@ +# Pax (PO) Agent Memory + +## Ciclo das Estacoes - Story Validation (2026-03-05) +- 24 stories validated (E1.1 to E4.7), ALL approved GO +- Added executor/quality_gate/quality_gate_tools to all story frontmatter +- Changed all status from Draft to Ready +- Key schema gaps documented in E1.2 Dev Notes (8 missing fields/entities) +- PRD has 7 stories for Epic 3 but stories merged E3.2+E3.3 gateways into 1 (documented) +- All stories reference PRD correctly; no invented features detected +- Project type: greenfield, stack Next.js 15 + Prisma + Supabase + MercadoPago + Stripe + +## Schema Gap Pattern +- Stories E2.6, E3.4, E3.5, E3.6, E4.1, E4.3 reference fields not in E1.2 schema +- Resolution: added NOTA PO-VALIDATION block to E1.2 Dev Notes listing all missing fields +- This is a common pattern in multi-story epics -- always check consuming stories for schema gaps + +## Key PRD Principles (Ciclo das Estacoes) +- TUDO editavel pelo admin -- zero hardcode +- RBAC 5 niveis: VISITOR, USER, THERAPIST, FACILITATOR, ADMIN +- Cancelamento editavel: +15d=80%, 7-14d=50%, <7d=0% +- PWA offline-first (QR Code funciona sem internet) +- Hardware limitado: MacBook Air 2015, 8GB RAM -- sem Docker diff --git a/.aiox-core/.claude/agent-memory/aiox-sm/MEMORY.md b/.aiox-core/.claude/agent-memory/aiox-sm/MEMORY.md new file mode 100644 index 000000000..572412f44 --- /dev/null +++ b/.aiox-core/.claude/agent-memory/aiox-sm/MEMORY.md @@ -0,0 +1,35 @@ +# SM Agent Memory — River (Facilitator) + +## Project: Ciclo das Estacoes + +### Story Location +- Stories ativas: `docs/stories/active/` +- Numeracao: `E{epic}.{story}.story.md` +- Config `devStoryLocation: docs/stories` (nao `docs/stories/active`) — stories ficam em `active/` + +### Story Template Padrao (sem story-tmpl.yaml disponivel) +Estrutura usada com sucesso neste projeto: +- Frontmatter YAML (id, title, status, epic, story, created, prd_ref, sprint) +- Story (Como / Quero / Para) +- Description (contexto + PRD reference) +- Acceptance Criteria (checkboxes `- [ ]`) +- Tasks / Subtasks (checkboxes `- [ ]`) +- Dev Notes (detalhes tecnicos + source references) +- CodeRabbit Integration (story type, complexity, agents, quality gates) +- File List (placeholder vazio) + +### PRD do Projeto +- Path: `docs/prd/ciclo-das-estacoes-app.md` +- Stack: Next.js 15, Turborepo, pnpm, Prisma, Supabase, NextAuth v5, MercadoPago, Stripe, Resend, Vercel +- RBAC: 5 roles — VISITOR, USER, THERAPIST, FACILITATOR, ADMIN + +### Agrupamentos de Stories Decididos +- E3.2 + E3.3 (PRD) → E3.2 "Payment Gateway" (MercadoPago + Stripe numa story) +- E3.4 (webhooks PRD) → E3.3 +- E3.5 (QR Code) → E3.4 +- E3.6 (cancelamento) → E3.5 +- E3.7 (cross-selling) → E3.6 +- Total: 24 stories (5+6+6+7) para 21 items do PRD + +### template-tmpl.yaml +Nao existe em `.aiox-core/development/templates/story-tmpl.yaml` — apenas templates YAML de squads e workflows. diff --git a/.aiox-core/core-config.yaml b/.aiox-core/core-config.yaml index c20f8176f..82b4100e5 100644 --- a/.aiox-core/core-config.yaml +++ b/.aiox-core/core-config.yaml @@ -1,9 +1,27 @@ markdownExploder: true project: - type: EXISTING_AIOX - installedAt: '2025-01-14T00:00:00Z' + type: greenfield + installedAt: '2026-03-05T18:16:05.034Z' version: 2.1.0 user_profile: advanced +ide: + selected: + - claude-code + - codex + configs: + vscode: false + codex: true + gemini: false + cursor: false + github-copilot: false + antigravity: false + zed: false + claude-desktop: false + claude-code: true +mcp: + enabled: false + configLocation: .claude/mcp.json + servers: [] qa: qaLocation: docs/qa prd: @@ -23,114 +41,14 @@ devLoadAlwaysFiles: - docs/framework/tech-stack.md - docs/framework/source-tree.md devLoadAlwaysFilesFallback: - - docs/pt/framework/coding-standards.md - - docs/pt/framework/tech-stack.md - - docs/pt/framework/source-tree.md - - docs/es/framework/coding-standards.md - - docs/es/framework/tech-stack.md - - docs/es/framework/source-tree.md + - docs/architecture/padroes-de-codigo.md + - docs/architecture/pilha-tecnologica.md + - docs/architecture/arvore-de-origem.md devDebugLog: .ai/debug-log.md devStoryLocation: docs/stories slashPrefix: AIOX -toolsLocation: .aiox-core/tools -scriptsLocation: - core: .aiox-core/core - development: .aiox-core/development/scripts - infrastructure: .aiox-core/infrastructure/scripts - legacy: .aiox-core/scripts -dataLocation: .aiox-core/data -elicitationLocation: .aiox-core/elicitation -squadsTemplateLocation: templates/squad -mindsLocation: outputs/minds -ide: - selected: - - vscode - - codex - - gemini - - cursor - - claude-code - configs: - vscode: true - codex: true - gemini: true - cursor: true - zed: false - claude-desktop: false - claude-code: true -mcp: - enabled: true - configLocation: .claude/mcp.json - docker_mcp: - enabled: true - gateway: - transport: http - url: http://localhost:8080/mcp - port: 8080 - watch: true - service_file: .docker/mcp/gateway-service.yml - presets: - minimal: - servers: - - context7 - - desktop-commander - - playwright - description: Core MCPs - no API keys required - api_keys_required: false - estimated_tokens: 10-15k - full: - servers: - - context7 - - desktop-commander - - playwright - - exa - description: All MCPs - requires EXA_API_KEY for exa - api_keys_required: true - estimated_tokens: 20-25k - defaultPreset: minimal - defaultServers: - - name: context7 - description: Up-to-date library documentation for LLMs - config: {} - required: true - api_key_required: false - - name: desktop-commander - description: File management, terminal commands, and system operations - config: - paths: - - ${USER_HOME} - required: true - api_key_required: false - - name: playwright - description: Browser automation for testing and web interaction - config: {} - required: true - api_key_required: false - - name: exa - description: AI-powered web search and content extraction - config: - apiKeys: - EXA_API_KEY: ${EXA_API_KEY} - required: false - api_key_required: true - commands: - start_gateway: docker compose -f .docker/mcp/gateway-service.yml up -d - stop_gateway: docker compose -f .docker/mcp/gateway-service.yml down - gateway_health: curl http://localhost:8080/health - list_servers: docker mcp server ls - enable_server: docker mcp server enable {name} - disable_server: docker mcp server disable {name} - read_config: docker mcp config read - write_config: docker mcp config write - troubleshooting: - timeout_issue: | - If Claude Code shows "Failed to connect to docker-gateway": - 1. Ensure gateway is running: docker compose -f .docker/mcp/gateway-service.yml up -d - 2. Check health: curl http://localhost:8080/health - 3. Verify ~/.claude.json uses HTTP transport, NOT stdio - gateway_not_starting: | - 1. Check Docker Desktop is running - 2. Check port 8080 is available: netstat -an | grep 8080 - 3. Try alternate port in gateway-service.yml +frameworkDocsLocation: docs/framework +projectDocsLocation: docs/architecture/project-decisions lazyLoading: enabled: true heavySections: @@ -148,6 +66,12 @@ decisionLogging: format: adr performance: maxOverhead: 50 +toolsLocation: .aiox-core/tools +scriptsLocation: .aiox-core/scripts +dataLocation: .aiox-core/data +elicitationLocation: .aiox-core/elicitation +squadsLocation: squads +mindsLocation: outputs/minds projectStatus: enabled: true autoLoadOnAgentActivation: true @@ -162,212 +86,8 @@ projectStatus: statusFile: .aiox/project-status.yaml maxModifiedFiles: 5 maxRecentCommits: 2 -synapse: - session: - staleTTLHours: 168 # 7 days — sessions older than this are cleaned up on first prompt -agentIdentity: - greeting: - preference: auto - contextDetection: true - sessionDetection: hybrid - workflowDetection: hardcoded - performance: - gitCheckCache: true - gitCheckTTL: 300 -github: - enabled: true - cli_required: false - features: - pr_creation: true - issue_management: true - pr: - title_format: conventional - include_story_id: true - conventional_commits: - enabled: true - branch_type_map: - feature/: feat - feat/: feat - fix/: fix - bugfix/: fix - hotfix/: fix - docs/: docs - chore/: chore - refactor/: refactor - test/: test - perf/: perf - ci/: ci - style/: style - build/: build - default_type: feat - auto_assign_reviewers: false - draft_by_default: false - semantic_release: - enabled: true -coderabbit_integration: - enabled: true - installation_mode: wsl - wsl_config: - distribution: Ubuntu - installation_path: ~/.local/bin/coderabbit - working_directory: ${PROJECT_ROOT} - self_healing: - enabled: true - type: full - max_iterations: 3 - timeout_minutes: 30 - severity_handling: - CRITICAL: auto_fix - HIGH: auto_fix - MEDIUM: document_as_debt - LOW: ignore - graceful_degradation: - skip_if_not_installed: true - fallback_message: 'CodeRabbit CLI not found. Skipping automated review. Install via: pip install coderabbit-cli' - commands: - qa_pre_review_uncommitted: | - wsl bash -c 'cd ${PROJECT_ROOT} && ~/.local/bin/coderabbit --prompt-only -t uncommitted' - qa_story_review_committed: | - wsl bash -c 'cd ${PROJECT_ROOT} && ~/.local/bin/coderabbit --prompt-only -t committed --base main' - report_location: docs/qa/coderabbit-reports/ -squads: - templateLocation: templates/squad - autoLoad: false -pvMindContext: - enabled: true - location: outputs/minds/pedro_valerio - features: - persona_voice: true - technical_depth: advanced - communication_style: structured -storyBacklog: - enabled: true - location: docs/stories/backlog - prioritization: value_risk -utils: - helpers: - - batch-creator - - capability-analyzer - - change-propagation-predictor - - clickup-helpers - - code-quality-improver - - compatibility-checker - - component-metadata - - component-preview - - conflict-manager - - coverage-analyzer - - dependency-analyzer - - diff-generator - - framework-analyzer - - git-wrapper - - manifest-preview - - migration-path-generator - - migration-tester - - modification-history - - modification-risk-assessment - - modification-validator - - performance-analyzer - - redundancy-analyzer - - refactoring-suggester - - sandbox-tester - - template-validator - - test-quality-assessment - - validate-filenames - - version-tracker - - visual-impact-generator - executors: - - approval-workflow - - branch-manager - - commit-message-generator - - component-generator - - component-search - - conflict-resolver - - deprecation-manager - - dependency-impact-analyzer - - documentation-synchronizer - - migration-generator - - migration-rollback - - modification-synchronizer - - performance-optimizer - - rollback-handler - - safe-removal-handler - - test-generator - - test-updater - framework: - - elicitation-engine - - elicitation-session-manager - - improvement-engine - - improvement-validator - - metrics-tracker - - pattern-learner - - template-engine - - test-template-system - - transaction-manager - - usage-analytics - - usage-tracker -ideSync: - enabled: true - source: .aiox-core/development/agents - targets: - claude-code: - enabled: true - path: .claude/commands/AIOX/agents - format: full-markdown-yaml - codex: - enabled: true - path: .codex/agents - format: full-markdown-yaml - gemini: - enabled: true - path: .gemini/rules/AIOX/agents - format: full-markdown-yaml - github-copilot: - enabled: true - path: .github/agents - format: github-copilot - cursor: - enabled: true - path: .cursor/rules/agents - format: condensed-rules - antigravity: - enabled: true - path: .antigravity/rules/agents - format: cursor-style - redirects: {} - validation: - strictMode: true - failOnDrift: true - failOnOrphaned: false -autoClaude: - enabled: true - version: '3.0' - migratedAt: '2026-01-29T02:25:00Z' - worktree: - enabled: true - autoCreate: on_story_start - autoCleanup: manual - maxWorktrees: 10 - staleDays: 30 - branchPrefix: auto-claude/ - specPipeline: - enabled: false - execution: - enabled: false - qa: - enabled: false -# Boundary Mapping — Framework-Project Separation (Epic BM) -# Controls deterministic protection of framework core files via Claude Code deny rules. -# When frameworkProtection is true (default), .claude/settings.json includes deny rules -# that block Edit/Write operations on L1/L2 paths listed in 'protected' below. -# Set to false for framework contributors who need to edit core files directly. -# NOTE: This flag is read by the installer during settings.json generation. -# Changing this value alone does NOT add/remove deny rules — re-run the installer. -# SINGLE SOURCE OF TRUTH: Both pre-commit hook (framework-guard.js) and -# the installer read protected/exceptions from here. Do NOT hardcode paths elsewhere. boundary: - frameworkProtection: false # TEMPORARY: TOK-3 contributor mode — re-enable after story - # L1/L2 paths — blocked from editing in project mode - # Glob syntax: ** matches any depth, * matches single segment + frameworkProtection: true protected: - .aiox-core/core/** - .aiox-core/development/tasks/** @@ -378,11 +98,16 @@ boundary: - .aiox-core/constitution.md - bin/aiox.js - bin/aiox-init.js - # L3 paths — mutable exceptions (allowed even within .aiox-core/) exceptions: - .aiox-core/data/** - .aiox-core/development/agents/*/MEMORY.md - .aiox-core/core/config/schemas/** - .aiox-core/core/config/template-overrides.js - -# Memory Intelligence System (Epic MIS) configuration placeholder — MIS-2+ +agentIdentity: + greeting: + contextDetection: true + sessionDetection: hybrid + workflowDetection: hardcoded + performance: + gitCheckCache: true + gitCheckTTL: 300 diff --git a/.aiox-core/data/entity-registry.yaml b/.aiox-core/data/entity-registry.yaml index 7856c1edf..fe287fb60 100644 --- a/.aiox-core/data/entity-registry.yaml +++ b/.aiox-core/data/entity-registry.yaml @@ -1,7 +1,7 @@ metadata: version: 1.0.0 - lastUpdated: '2026-03-04T16:20:30.363Z' - entityCount: 769 + lastUpdated: '2026-03-07T18:10:26.956Z' + entityCount: 745 checksumAlgorithm: sha256 resolutionRate: 100 entities: @@ -16,14 +16,19 @@ entities: - mcp - server - task - usedBy: [] - dependencies: [] + usedBy: + - devops + dependencies: + - analyst + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:badc8a9859cb313e908d4ea0f4c4d7bc1be723214e38f26d55c366689fe5e3f0 - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:58.796Z' advanced-elicitation: path: .aiox-core/development/tasks/advanced-elicitation.md layer: L2 @@ -33,14 +38,22 @@ entities: - advanced - elicitation - advanced-elicitation - usedBy: [] + usedBy: + - aiox-master + - analyst dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:897f36c94fc1e4e40c9e5728f3c7780515b40742d6a99366a5fdb5df109f6636 - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:58.844Z' analyst-facilitate-brainstorming: path: .aiox-core/development/tasks/analyst-facilitate-brainstorming.md layer: L2 @@ -56,12 +69,18 @@ entities: - facilitates usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:85bef3ab05f3e3422ff450e7d39f04f49e59fa981df2f126eeb0f8395e4a1625 - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.844Z' analyze-brownfield: path: .aiox-core/development/tasks/analyze-brownfield.md layer: L2 @@ -76,13 +95,20 @@ entities: usedBy: [] dependencies: - brownfield-analyzer + - brownfield-analyzer.js + - mode-detector.js + externalDeps: [] + plannedDeps: - documentation-integrity module + - package.js + - tsconfig.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0d1c35b32db5ae058ee29c125b1a7ce6d39bfd37d82711aad3abe780ef99cef3 - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.845Z' analyze-cross-artifact: path: .aiox-core/development/tasks/analyze-cross-artifact.md layer: L2 @@ -98,13 +124,17 @@ entities: - analysis - task usedBy: [] - dependencies: [] + dependencies: + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:ce335d997ddd6438c298b18386ab72414959f24e6176736f12ee26ea5764432b - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.846Z' analyze-framework: path: .aiox-core/development/tasks/analyze-framework.md layer: L2 @@ -114,19 +144,26 @@ entities: - analyze - framework - 'task:' - usedBy: [] + usedBy: + - aiox-master dependencies: - framework-analyzer - usage-analytics - performance-analyzer - - redundancy-analyzer - improvement-engine + externalDeps: [] + plannedDeps: + - redundancy-analyzer + - code-analyzer.js + - Node.js + - analyze-codebase.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:6f3bb2f12ad42600cb38d6a1677608772bf8cb63a1e5971c987400ebf3e1d685 - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.847Z' analyze-performance: path: .aiox-core/development/tasks/analyze-performance.md layer: L2 @@ -136,14 +173,21 @@ entities: - analyze - performance - 'task:' - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - code-analyzer.js + - Node.js + - analyze-codebase.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:4c3a78a8794d2edfbf44525e1bbe286bb957dcc0fbbee5d9b8a7876a8d0cdce4 - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.848Z' analyze-project-structure: path: .aiox-core/development/tasks/analyze-project-structure.md layer: L2 @@ -155,18 +199,27 @@ entities: - analyze - project - structure - usedBy: [] + usedBy: + - architect dependencies: - code-intel - planning-helper + - dev + - qa + - architect + - devops + - data-engineer + externalDeps: [] + plannedDeps: - filesystem access - glob tool + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0f6acf877e5fa93796418576c239ea300226c4fb6fe28639239da8cc8225a57e - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.848Z' apply-qa-fixes: path: .aiox-core/development/tasks/apply-qa-fixes.md layer: L2 @@ -176,14 +229,23 @@ entities: - apply - qa - fixes - usedBy: [] - dependencies: [] + usedBy: + - dev + dependencies: + - qa + - dev + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:614731439a27c15ecc02d84abf3d320c2cf18f016075c222ca1d7bfda12d6625 - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.849Z' architect-analyze-impact: path: .aiox-core/development/tasks/architect-analyze-impact.md layer: L2 @@ -193,19 +255,28 @@ entities: - architect - analyze - impact - usedBy: [] + usedBy: + - architect dependencies: - dependency-impact-analyzer - - change-propagation-predictor - modification-risk-assessment - visual-impact-generator - approval-workflow + - analyst + - pm + externalDeps: [] + plannedDeps: + - change-propagation-predictor + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:251d2c073b917f0285672568f074ec0c77372e110e234b42f043c605e438d9ee - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.850Z' audit-codebase: path: .aiox-core/development/tasks/audit-codebase.md layer: L2 @@ -216,14 +287,21 @@ entities: - codebase - pattern - redundancy - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - code-analyzer.js + - Node.js + - analyze-codebase.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:11a136d6e7cd6d5238a06a9298eff28d381799667612aa7668d923cc40c74ff7 - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.850Z' audit-tailwind-config: path: .aiox-core/development/tasks/audit-tailwind-config.md layer: L2 @@ -236,14 +314,19 @@ entities: - configuration - utility - health - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - analyze-codebase.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:6a555a7b86f2b447b0393b9ac1a7f2be84f5705c293259c83c082b25ec849fbb - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.853Z' audit-utilities: path: .aiox-core/development/tasks/audit-utilities.md layer: L2 @@ -257,12 +340,18 @@ entities: - audit-utilities usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - code-analyzer.js + - Node.js + - analyze-codebase.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:1a1e4cb6be031f144d223321c6977a88108843b05b933143784ce8340198acd3 - lastVerified: '2026-03-04T16:20:30.331Z' + lastVerified: '2026-03-06T18:57:58.853Z' bootstrap-shadcn-library: path: .aiox-core/development/tasks/bootstrap-shadcn-library.md layer: L2 @@ -274,14 +363,21 @@ entities: - library - shadcn/radix - component - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:3fe06f13e2ff550bab6b74cf2105f5902800e568fd7afc982dd3987c5579e769 - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:58.871Z' brownfield-create-epic: path: .aiox-core/development/tasks/brownfield-create-epic.md layer: L2 @@ -294,17 +390,33 @@ entities: - create - epic - task - usedBy: [] + usedBy: + - pm dependencies: - code-intel - planning-helper - executor-assignment + - po-master-checklist + - change-checklist + - dev + - data-engineer + - devops + - ux-design-expert + - analyst + - architect + - pm + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:554a403bdd14fdc0aa6236818d47b273e275f73b39971c3918e74978e28d9b68 - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:58.872Z' brownfield-create-story: path: .aiox-core/development/tasks/brownfield-create-story.md layer: L2 @@ -317,14 +429,24 @@ entities: - create - story - task - usedBy: [] - dependencies: [] + usedBy: + - pm + dependencies: + - po-master-checklist + - po + - sm + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:29ba1fe81cda46bdece3e698cc797370c63df56903e38ca71523352b98e08dd2 - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:58.872Z' build-autonomous: path: .aiox-core/development/tasks/build-autonomous.md layer: L2 @@ -334,14 +456,23 @@ entities: - build - autonomous - 'task:' - usedBy: [] - dependencies: [] + usedBy: + - dev + dependencies: + - autonomous-build-loop.js + - plan-execute-subtask + - self-critique-checklist + - dev + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:90ea4c17a6a131082df1546fbe1f30817b951bba7a8b9a41a371578ce8034b39 - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:58.872Z' build-component: path: .aiox-core/development/tasks/build-component.md layer: L2 @@ -353,13 +484,20 @@ entities: - production-ready usedBy: - run-design-system-pipeline - dependencies: [] + - ux-design-expert + dependencies: + - component-generator.js + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:026adaf174a29692f4eef293a94f5909de9c79d25d7ed226740db1708cde4389 - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:58.873Z' build-resume: path: .aiox-core/development/tasks/build-resume.md layer: L2 @@ -369,14 +507,20 @@ entities: - build - resume - 'task:' - usedBy: [] - dependencies: [] + usedBy: + - dev + dependencies: + - dev + externalDeps: [] + plannedDeps: + - build-state.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:920b1faa39d021fd7c0013b5d2ac4f66ac6de844723821b65dfaceba41d37885 - lastVerified: '2026-03-04T16:20:01.630Z' + lastVerified: '2026-03-06T18:57:58.873Z' build-status: path: .aiox-core/development/tasks/build-status.md layer: L2 @@ -386,14 +530,19 @@ entities: - build - status - 'task:' - usedBy: [] - dependencies: [] + usedBy: + - dev + dependencies: + - dev + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:47a5f95ab59ff99532adf442700f4b949e32bd5bd2131998d8f271327108e4e1 - lastVerified: '2026-03-04T16:20:01.630Z' + lastVerified: '2026-03-06T18:57:58.874Z' build: path: .aiox-core/development/tasks/build.md layer: L2 @@ -404,13 +553,18 @@ entities: - 'task:' - (autonomous) usedBy: [] - dependencies: [] + dependencies: + - build-orchestrator.js + - dev + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:2f09d24cc0e5f9e4cf527fcb5341461a7ac30fcadf82e4f78f98be161e0ea4ec - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:58.874Z' calculate-roi: path: .aiox-core/development/tasks/calculate-roi.md layer: L2 @@ -423,13 +577,20 @@ entities: - savings usedBy: - run-design-system-pipeline + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:fa8c2073ee845a42b30eea44e2452898ebb8e5d4fceb207c9b42984f817732cc - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:58.875Z' check-docs-links: path: .aiox-core/development/tasks/check-docs-links.md layer: L2 @@ -440,14 +601,18 @@ entities: - docs - links - check-docs-links - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:9a7e1400d894777caa607486ff78b77ea454e4ace1c16d54308533ecc7f2c015 - lastVerified: '2026-03-04T16:20:01.630Z' + lastVerified: '2026-03-06T18:57:58.875Z' ci-cd-configuration: path: .aiox-core/development/tasks/ci-cd-configuration.md layer: L2 @@ -462,14 +627,20 @@ entities: - configure - ci/cd - pipeline - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: + - github-devops-checklist + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:115634392c1838eac80c7a5b760f43f96c92ad69c7a88d9932debed64e5ad23a - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:58.876Z' cleanup-utilities: path: .aiox-core/development/tasks/cleanup-utilities.md layer: L2 @@ -482,13 +653,22 @@ entities: - utilities - task usedBy: [] - dependencies: [] + dependencies: + - dev + - po + - qa + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:8945dee3b0ea9afcab4aba1f4651be00d79ae236710a36821cf04238bee3890f - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:58.877Z' cleanup-worktrees: path: .aiox-core/development/tasks/cleanup-worktrees.md layer: L2 @@ -498,14 +678,20 @@ entities: - cleanup - worktrees - cleanup-worktrees - usedBy: [] + usedBy: + - list-worktrees + - remove-worktree + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:10d9fab42ba133a03f76094829ab467d2ef53b80bcc3de39245805679cedfbbd - lastVerified: '2026-03-04T16:20:01.630Z' + lastVerified: '2026-03-06T18:57:58.877Z' collaborative-edit: path: .aiox-core/development/tasks/collaborative-edit.md layer: L2 @@ -517,16 +703,23 @@ entities: - collaborative - edit - collaborative-edit - usedBy: [] - dependencies: + usedBy: + - architect + dependencies: [] + externalDeps: [] + plannedDeps: - modification-synchronizer - conflict-manager + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:9295eae7a7c8731ff06131f76dcd695d30641d714a64c164989b98d8631532d8 - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.881Z' compose-molecule: path: .aiox-core/development/tasks/compose-molecule.md layer: L2 @@ -536,17 +729,24 @@ entities: - compose - molecule - atoms - usedBy: [] + usedBy: + - ux-design-expert dependencies: + - component-generator.js + externalDeps: [] + plannedDeps: - Label - Input - HelperText + - Node.js + - create-component.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:596b8a8e1a6068e02aceeb9d1164d64fe8686b492ff39d25ec8dcd67ad1f9c09 - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.882Z' consolidate-patterns: path: .aiox-core/development/tasks/consolidate-patterns.md layer: L2 @@ -558,14 +758,21 @@ entities: - using - intelligent - clustering - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:c45d9337c0aac9fcea56e216e172234a4f09a09f45db311f013973f9d5efc05a - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.883Z' correct-course: path: .aiox-core/development/tasks/correct-course.md layer: L2 @@ -575,14 +782,25 @@ entities: - correct - course - task - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + - pm + - po + - sm + dependencies: + - change-checklist + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:ec55430908fb25c99bd0ae0bbf8aad6b1aff36306488abb07cf6e8f2e03306cc - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.883Z' create-agent: path: .aiox-core/development/tasks/create-agent.md layer: L2 @@ -595,14 +813,18 @@ entities: - agent - 'task:' - squad - usedBy: [] + usedBy: + - aiox-master dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:538954ecee93c0b4467d4dc00ce4315b2fac838ad298a11c6bc4e45366430e17 - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.886Z' create-brownfield-story: path: .aiox-core/development/tasks/create-brownfield-story.md layer: L2 @@ -615,14 +837,24 @@ entities: - brownfield - story - task - usedBy: [] - dependencies: [] + usedBy: + - po + dependencies: + - po-master-checklist + - component-generator.js + - dev + - architect + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:88dc7949dbfde53773135650a6864c2b7a36cbfe93239cee8edf8a9c082b0fcf - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.887Z' create-deep-research-prompt: path: .aiox-core/development/tasks/create-deep-research-prompt.md layer: L2 @@ -637,14 +869,27 @@ entities: - needed - task - creates - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + - analyst + - architect + - data-engineer + - pm + dependencies: + - component-generator.js + - pm + - architect + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:c432fad72d00722db2525b3b68555ab02bb38e80f85e55b7354b389771ed943b - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.888Z' create-doc: path: .aiox-core/development/tasks/create-doc.md layer: L2 @@ -658,16 +903,28 @@ entities: - determined - dynamically - during - usedBy: [] - dependencies: - - code-intel - - planning-helper - adaptability: + usedBy: + - aiox-master + - analyst + - architect + - data-engineer + - pm + - ux-design-expert + dependencies: + - code-intel + - planning-helper + - component-generator.js + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + lifecycle: production + adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:078b2e5ac900f5d48fc82792198e59108a32891c77ed18aa062d87db442d155e - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.888Z' create-next-story: path: .aiox-core/development/tasks/create-next-story.md layer: L2 @@ -680,14 +937,37 @@ entities: - next - story - task - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + - sm + dependencies: + - po-master-checklist + - component-generator.js + - dev + - architect + - qa + - po + externalDeps: [] + plannedDeps: + - tech-stack + - coding-standards + - testing-strategy + - data-models + - database-schema + - backend-architecture + - external-apis + - frontend-architecture + - components + - Node.js + - create-component.js + - .story + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0705fe3750d229b47fe194109d3ec398cb90adfdfe1a6d7cf80ca8bdf73b6ad0 - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.889Z' create-service: path: .aiox-core/development/tasks/create-service.md layer: L2 @@ -698,16 +978,21 @@ entities: keywords: - create - service - usedBy: [] + usedBy: + - dev dependencies: - code-intel - dev-helper + - dev + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:dd9467f3e646ca4058f0cc524f99ae102c91750fa70f412f41f50f89d8f4b4e9 - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.890Z' create-suite: path: .aiox-core/development/tasks/create-suite.md layer: L2 @@ -720,14 +1005,24 @@ entities: - test-suite-checklist.md - validation - (follow-up - usedBy: [] - dependencies: [] + usedBy: + - qa + dependencies: + - component-generator.js + - dev + - qa + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + - team-manifest.yaml + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0c5e7fa10bcb37d571ae3003f79fb6f98f46ed26c35234912b23b13d47091cb1 - lastVerified: '2026-03-04T16:20:30.333Z' + lastVerified: '2026-03-06T18:57:58.890Z' create-task: path: .aiox-core/development/tasks/create-task.md layer: L2 @@ -742,14 +1037,21 @@ entities: - task-validation-checklist.md - validation - (follow-up - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + dependencies: + - component-generator.js + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:2adfe4c3c8b73fbe3998444e24af796542342265b102ce52d3fc85d69d5e12af - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.890Z' create-workflow: path: .aiox-core/development/tasks/create-workflow.md layer: L2 @@ -764,14 +1066,21 @@ entities: - workflow-validation-checklist.md - validation - (follow-up - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + dependencies: + - component-generator.js + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:64abe2114fc3ab6b0494375c6401aa6a8213c63b1dc18ffac729d2acf1161a2c - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.891Z' create-worktree: path: .aiox-core/development/tasks/create-worktree.md layer: L2 @@ -782,15 +1091,27 @@ entities: - worktree - create-worktree usedBy: + - list-worktrees + - remove-worktree + - dev + - devops - auto-worktree dependencies: - worktree-manager + - worktree-manager.js + - list-worktrees + - remove-worktree + - merge-worktree + - devops + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:143b9bdf87a4eed0faac612e137965483dec1224a7579399a68b68b6bc0689b7 - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.919Z' db-analyze-hotpaths: path: .aiox-core/development/tasks/db-analyze-hotpaths.md layer: L2 @@ -806,12 +1127,17 @@ entities: - paths usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0993cb6e5d0c4fb22f081060e47f303c3c745889cf7b583ea2a29ab0f3b0ac6e - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.920Z' db-apply-migration: path: .aiox-core/development/tasks/db-apply-migration.md layer: L2 @@ -824,14 +1150,20 @@ entities: - 'task:' - (with - snapshot - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:73ca77d0858dde76a1979d6c0dce1cd6760666ea67fdc60283da0d027d73eaa2 - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.921Z' db-bootstrap: path: .aiox-core/development/tasks/db-bootstrap.md layer: L2 @@ -843,14 +1175,20 @@ entities: - 'task:' - supabase - project - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:b50effd8d5d63bcbb7f42a02223678306c4b10a3d7cdbd94b024e0dc716d1e69 - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.921Z' db-domain-modeling: path: .aiox-core/development/tasks/db-domain-modeling.md layer: L2 @@ -862,14 +1200,20 @@ entities: - modeling - 'task:' - session - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:afd2911ebdb4d4164885efb6d71cb2578da1e60ca3c37397f19261a99e5bb22b - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.924Z' db-dry-run: path: .aiox-core/development/tasks/db-dry-run.md layer: L2 @@ -882,14 +1226,20 @@ entities: - 'task:' - migration - dry-run - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:ce848fdf956175b5dd96d6864376011972d2a7512ce37519592589eca442ec2b - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.924Z' db-env-check: path: .aiox-core/development/tasks/db-env-check.md layer: L2 @@ -900,14 +1250,20 @@ entities: - env - check - 'task:' - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:8a4674f5858ee709186690b45dd51fe5cbb28097a641f178e0e624e2a5331a44 - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.924Z' db-explain: path: .aiox-core/development/tasks/db-explain.md layer: L2 @@ -921,12 +1277,17 @@ entities: - buffers) usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:b96391756f45fc99b5cbd129921541060dc9ced1d1c269b820109d36fcd53530 - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.925Z' db-impersonate: path: .aiox-core/development/tasks/db-impersonate.md layer: L2 @@ -941,12 +1302,17 @@ entities: - testing) usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:31891339b082706882c3529d5fbae5a77e566dbe94dfb2cc011a70aef6721abd - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.926Z' db-load-csv: path: .aiox-core/development/tasks/db-load-csv.md layer: L2 @@ -959,14 +1325,20 @@ entities: - 'task:' - data - safely - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:a4cf24a705ad7669aef945a71dcc95b7e156e2c41ee20be9d63819818422bd23 - lastVerified: '2026-03-04T16:20:30.334Z' + lastVerified: '2026-03-06T18:57:58.926Z' db-policy-apply: path: .aiox-core/development/tasks/db-policy-apply.md layer: L2 @@ -979,14 +1351,20 @@ entities: - 'task:' - rls - template - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:5069a7786ac2f5c032f9b4aeedaa90808bccb0ecc01456d72b11d111281c8497 - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.927Z' db-rls-audit: path: .aiox-core/development/tasks/db-rls-audit.md layer: L2 @@ -999,12 +1377,17 @@ entities: - 'task:' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:b25183564fe08abdb5c563a19eac526ebbe14c10397cfb27e9b2f2c53f1c189b - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.927Z' db-rollback: path: .aiox-core/development/tasks/db-rollback.md layer: L2 @@ -1015,14 +1398,20 @@ entities: - rollback - 'task:' - database - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:cc8b5ccbfb8184724452bd4fbaf93a5e43b137428f7cd1c6562b8bc7c10887e2 - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.928Z' db-run-sql: path: .aiox-core/development/tasks/db-run-sql.md layer: L2 @@ -1033,14 +1422,20 @@ entities: - run - sql - 'task:' - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:90b771db8d68c2cc3236aa371d24c2553175c4d39931fe3eb690cdd2ebaded1e - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.929Z' db-schema-audit: path: .aiox-core/development/tasks/db-schema-audit.md layer: L2 @@ -1053,12 +1448,17 @@ entities: - 'task:' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:4a70508b9d6bbe2b2e62265231682df371dc3a9295e285ef2e4356f81ed941e9 - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.929Z' db-seed: path: .aiox-core/development/tasks/db-seed.md layer: L2 @@ -1070,14 +1470,20 @@ entities: - 'task:' - apply - data - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:e3553aff9781731e75c2017a7038cbb843a6945d69fb26365300aae3fd68d97e - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.930Z' db-smoke-test: path: .aiox-core/development/tasks/db-smoke-test.md layer: L2 @@ -1088,14 +1494,20 @@ entities: - smoke - test - 'task:' - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:7f0672e95bedf5d5ac83f34acdd07f32d88bab743a2f210a49b6bea9bcdd04c7 - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.930Z' db-snapshot: path: .aiox-core/development/tasks/db-snapshot.md layer: L2 @@ -1107,14 +1519,20 @@ entities: - 'task:' - create - database - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:60955c4ec4894233ef891424900d134ff4ac987ccf6fa2521f704e476865ef79 - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.931Z' db-squad-integration: path: .aiox-core/development/tasks/db-squad-integration.md layer: L2 @@ -1128,12 +1546,17 @@ entities: - analysis usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:13ce5e3226dadffad490752064169e124e2c989514e2e7b3c249445b9ad3485c - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.931Z' db-supabase-setup: path: .aiox-core/development/tasks/db-supabase-setup.md layer: L2 @@ -1146,13 +1569,19 @@ entities: - 'task:' - guide usedBy: [] - dependencies: [] + dependencies: + - README + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:64e02b6c69bb87d0082590484fadc0510cb88e4a6dc01b3c7015e5e6e6bcb585 - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.932Z' db-verify-order: path: .aiox-core/development/tasks/db-verify-order.md layer: L2 @@ -1165,14 +1594,20 @@ entities: - 'task:' - ddl - ordering - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - db-query-validator.js + - db-query.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:478a1f94e0e4d9da5488ce5df41538308454a64e534d587d5d8361dbd9cff701 - lastVerified: '2026-03-04T16:20:30.335Z' + lastVerified: '2026-03-06T18:57:58.933Z' deprecate-component: path: .aiox-core/development/tasks/deprecate-component.md layer: L2 @@ -1186,17 +1621,24 @@ entities: - deprecation-checklist.md - validation - (follow-up - usedBy: [] + usedBy: + - aiox-master dependencies: - - deprecation-manager - usage-tracker - component-search + externalDeps: [] + plannedDeps: + - deprecation-manager + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:72dfca4d222b990ed868e5fd4c0d5793848cd1a9fda6d48fb7caec93e02c59ed - lastVerified: '2026-03-04T16:20:30.336Z' + lastVerified: '2026-03-06T18:57:58.933Z' dev-apply-qa-fixes: path: .aiox-core/development/tasks/dev-apply-qa-fixes.md layer: L2 @@ -1210,12 +1652,18 @@ entities: usedBy: - qa-loop dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:a5b993cbc89e46f3669748da0f33e5cae28af4e6552d7f492b7f640f735736ba - lastVerified: '2026-03-04T16:20:30.336Z' + lastVerified: '2026-03-06T18:57:58.934Z' dev-backlog-debt: path: .aiox-core/development/tasks/dev-backlog-debt.md layer: L2 @@ -1231,12 +1679,20 @@ entities: usedBy: [] dependencies: - backlog-manager + - dev + - po + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:e5aa74b0fb90697be71cb5c1914d8b632d7edac0b9e42d87539a4ea1519c7ed3 - lastVerified: '2026-03-04T16:20:30.336Z' + lastVerified: '2026-03-06T18:57:58.934Z' dev-develop-story: path: .aiox-core/development/tasks/dev-develop-story.md layer: L2 @@ -1249,15 +1705,24 @@ entities: - develop - story - task - usedBy: [] + usedBy: + - dev dependencies: - decision-recorder + - sm + - po + - dev + - qa + externalDeps: [] + plannedDeps: + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:24ef3f76f37f82c8caa0bfaec4ac1ccf14ebd1cd60c6f0fe5c355d63b113784c - lastVerified: '2026-03-04T16:20:30.336Z' + lastVerified: '2026-03-06T18:57:58.935Z' dev-improve-code-quality: path: .aiox-core/development/tasks/dev-improve-code-quality.md layer: L2 @@ -1275,15 +1740,22 @@ entities: - task - performs - automated - usedBy: [] + usedBy: + - dev dependencies: - code-quality-improver + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:6cf78aed6cca48bf13cc1f677f2cde86aea591785f428f9f56733de478107e2f - lastVerified: '2026-03-04T16:20:30.336Z' + lastVerified: '2026-03-06T18:57:58.936Z' dev-optimize-performance: path: .aiox-core/development/tasks/dev-optimize-performance.md layer: L2 @@ -1298,15 +1770,23 @@ entities: - aiox - developer - task - usedBy: [] + usedBy: + - dev dependencies: - performance-optimizer + externalDeps: [] + plannedDeps: + - dev-master-checklist + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:acd5a1b14732f4d2526ebee2571897eb5ccb4c106d2388eb3560298ed85ce20d - lastVerified: '2026-03-04T16:20:30.336Z' + lastVerified: '2026-03-06T18:57:58.937Z' dev-suggest-refactoring: path: .aiox-core/development/tasks/dev-suggest-refactoring.md layer: L2 @@ -1321,15 +1801,23 @@ entities: - aiox - developer - task - usedBy: [] + usedBy: + - dev dependencies: - refactoring-suggester + externalDeps: [] + plannedDeps: + - dev-master-checklist + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:51eebcbb72786df561ee0f25176ee4534166d71f2cfd4db1ea6eae7e8f3f6188 - lastVerified: '2026-03-04T16:20:30.336Z' + lastVerified: '2026-03-06T18:57:58.937Z' dev-validate-next-story: path: .aiox-core/development/tasks/dev-validate-next-story.md layer: L2 @@ -1344,13 +1832,20 @@ entities: - story - task usedBy: [] - dependencies: [] + dependencies: + - po-master-checklist + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:6dda51884ce7a5dd814d026aab3f2125d399e89b468b2125673c19ade9091ace - lastVerified: '2026-03-04T16:20:30.336Z' + lastVerified: '2026-03-06T18:57:58.938Z' document-gotchas: path: .aiox-core/development/tasks/document-gotchas.md layer: L2 @@ -1365,13 +1860,18 @@ entities: usedBy: [] dependencies: - gotchas-documenter + - gotchas + - gotchas-documenter.js + externalDeps: [] + plannedDeps: - capture-session-insights + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:84858f6252bc2a85beda75971fed74e087edee3bdd537eb29f43132f0141fbf5 - lastVerified: '2026-03-04T16:20:30.336Z' + lastVerified: '2026-03-06T18:57:58.939Z' document-project: path: .aiox-core/development/tasks/document-project.md layer: L2 @@ -1387,14 +1887,23 @@ entities: - project-documentation-checklist.md - validation - (follow-up - usedBy: [] + usedBy: + - aiox-master + - analyst + - architect dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:8123a2c9105391b46857cfb3e236a912f47bfb598fb21df1cea0a12eabbf7337 - lastVerified: '2026-03-04T16:20:30.336Z' + lastVerified: '2026-03-06T18:57:58.939Z' environment-bootstrap: path: .aiox-core/development/tasks/environment-bootstrap.md layer: L2 @@ -1408,18 +1917,31 @@ entities: - environment-bootstrap usedBy: - setup-github + - devops dependencies: - config-resolver - github-cli.yaml - supabase-cli.yaml - railway-cli.yaml + - greenfield-fullstack + - README + - devops + - analyst + - pm + - aiox-master + externalDeps: - coderabbit + plannedDeps: + - cli-checker.js + - prd + - architecture + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:02ed701bea38ee11ad7e83a310ad55b3d84f36f37a344fda6b252fe3230d50cb - lastVerified: '2026-03-04T16:20:30.337Z' + lastVerified: '2026-03-06T18:57:58.940Z' execute-checklist: path: .aiox-core/development/tasks/execute-checklist.md layer: L2 @@ -1433,33 +1955,60 @@ entities: - task - executes - existing - usedBy: [] - dependencies: [] - adaptability: - score: 0.8 - constraints: [] - extensionPoints: [] - checksum: sha256:9bd751605efd593e0708bac6e3f1c66a91ba5f33a5069c655b6d16cf6621859c - lastVerified: '2026-03-04T16:20:30.337Z' - execute-epic-plan: - path: .aiox-core/development/tasks/execute-epic-plan.md - layer: L2 - type: task + usedBy: + - aiox-master + - architect + - data-engineer + - dev + - pm + - po + - sm + - ux-design-expert + dependencies: + - qa + - dev + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production + adaptability: + score: 0.8 + constraints: [] + extensionPoints: [] + checksum: sha256:9bd751605efd593e0708bac6e3f1c66a91ba5f33a5069c655b6d16cf6621859c + lastVerified: '2026-03-06T18:57:58.941Z' + execute-epic-plan: + path: .aiox-core/development/tasks/execute-epic-plan.md + layer: L2 + type: task purpose: Orchestrate the execution of an epic by reading a project-specific EXECUTION.yaml plan, keywords: - execute - epic - plan - task - usedBy: [] + usedBy: + - pm dependencies: + - pm + - po + - devops + - dev + - architect + - qa + externalDeps: [] + plannedDeps: - epic-orchestration.yaml (template) + - '-state.yaml' + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0c3ee4e1802927fb8f21be172daeb356797033ff082fea07523025a373bea387 - lastVerified: '2026-03-04T16:20:30.337Z' + lastVerified: '2026-03-06T18:57:58.941Z' export-design-tokens-dtcg: path: .aiox-core/development/tasks/export-design-tokens-dtcg.md layer: L2 @@ -1471,14 +2020,21 @@ entities: - tokens - dtcg - w3c - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:8819918bd7c4b6b0b0b0aadd66f5aecb2d6ca0b949206c16cb497d6d1d7a72f9 - lastVerified: '2026-03-04T16:20:30.337Z' + lastVerified: '2026-03-06T18:57:58.942Z' extend-pattern: path: .aiox-core/development/tasks/extend-pattern.md layer: L2 @@ -1488,14 +2044,21 @@ entities: - extend - pattern - existing - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - Node.js + - ast-parser.js + - modify-file.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:7eaccc1d33f806bbcd2e7a90e701d6c88c00e4e98f14c14b4f705ff618ef17f8 - lastVerified: '2026-03-04T16:20:30.337Z' + lastVerified: '2026-03-06T18:57:58.943Z' extract-patterns: path: .aiox-core/development/tasks/extract-patterns.md layer: L2 @@ -1509,12 +2072,17 @@ entities: usedBy: [] dependencies: - pattern-extractor + - dev + externalDeps: [] + plannedDeps: + - spec-write + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:aa8981c254d00a76c66c6c4f9569b0be1785f4537137ee23129049abae92f3b4 - lastVerified: '2026-03-04T16:20:30.337Z' + lastVerified: '2026-03-06T18:57:58.943Z' extract-tokens: path: .aiox-core/development/tasks/extract-tokens.md layer: L2 @@ -1526,14 +2094,21 @@ entities: - design - consolidated - patterns - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:8266d4caf51507fe82510c04a54b6a33c7e2d1f10862e4e242f009b214edd7ee - lastVerified: '2026-03-04T16:20:30.337Z' + lastVerified: '2026-03-06T18:57:58.945Z' facilitate-brainstorming-session: path: .aiox-core/development/tasks/facilitate-brainstorming-session.md layer: L2 @@ -1545,14 +2120,20 @@ entities: - facilitate - brainstorming - session - usedBy: [] + usedBy: + - analyst dependencies: [] + externalDeps: [] + plannedDeps: + - aiox-master-checklist + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:c351428e7aa1af079046bbf357af98668675943fd13920b98b7ecfd9f87a6081 - lastVerified: '2026-03-04T16:20:30.337Z' + lastVerified: '2026-03-06T18:57:58.958Z' generate-ai-frontend-prompt: path: .aiox-core/development/tasks/generate-ai-frontend-prompt.md layer: L2 @@ -1570,14 +2151,21 @@ entities: - task - generates - prompts, - usedBy: [] - dependencies: [] + usedBy: + - ux-design-expert + dependencies: + - component-generator.js + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:d4c2abf28b065922f1e67c95fa2a69dd792c9828c6dd31d2fc173a5361b021aa - lastVerified: '2026-03-04T16:20:30.337Z' + lastVerified: '2026-03-06T18:57:58.958Z' generate-documentation: path: .aiox-core/development/tasks/generate-documentation.md layer: L2 @@ -1590,13 +2178,20 @@ entities: - library usedBy: - run-design-system-pipeline - dependencies: [] + - ux-design-expert + dependencies: + - component-generator.js + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:ec03841e1f72b8b55a156e03a7d6ef061f0cf942beb7d66f61d3bf6bdbaaa93b - lastVerified: '2026-03-04T16:20:30.337Z' + lastVerified: '2026-03-06T18:57:58.959Z' generate-migration-strategy: path: .aiox-core/development/tasks/generate-migration-strategy.md layer: L2 @@ -1607,14 +2202,21 @@ entities: - migration - strategy - phased - usedBy: [] - dependencies: [] + usedBy: + - ux-design-expert + dependencies: + - component-generator.js + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:9a944f9294553cad38c4e2a13143388a48dc330667e5b1b04dfcd1f5a2644541 - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:58.959Z' generate-shock-report: path: .aiox-core/development/tasks/generate-shock-report.md layer: L2 @@ -1625,14 +2227,21 @@ entities: - shock - report - visual - usedBy: [] - dependencies: [] + usedBy: + - ux-design-expert + dependencies: + - component-generator.js + externalDeps: [] + plannedDeps: + - Node.js + - create-component.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:04ebdca5f8bad14504f76d3e1fde4b426a4cd4ce8fe8dc4f9391f3c711bb6970 - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:58.960Z' github-devops-github-pr-automation: path: .aiox-core/development/tasks/github-devops-github-pr-automation.md layer: L2 @@ -1644,17 +2253,28 @@ entities: - pr - automation - github-pr-automation.md - usedBy: [] + usedBy: + - resolve-github-issue + - devops dependencies: - repository-detector - devops-helper - code-intel + - dev + - qa + - po + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:2149c952074e661e77cfe6caa1bc2cb7366c930c9782eb308a8513a54f3d1629 - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:58.960Z' github-devops-pre-push-quality-gate: path: .aiox-core/development/tasks/github-devops-pre-push-quality-gate.md layer: L2 @@ -1670,16 +2290,23 @@ entities: - pre-push-quality-gate.md usedBy: - publish-npm + - resolve-github-issue + - devops dependencies: - repository-detector - devops-helper - code-intel + - devops + - dev + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:3709049cefce2dc03f54a16830114e67fa6b4cf37f0f999638d5d1521f0979d8 - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:58.976Z' github-devops-repository-cleanup: path: .aiox-core/development/tasks/github-devops-repository-cleanup.md layer: L2 @@ -1691,14 +2318,21 @@ entities: - repository - cleanup - repository-cleanup.md - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:34135e86820be5218daf7031f4daa115d6ef9a727c7c0cb3a6f28c59f8e694c1 - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:58.976Z' github-devops-version-management: path: .aiox-core/development/tasks/github-devops-version-management.md layer: L2 @@ -1710,15 +2344,22 @@ entities: - version - management - version-management.md - usedBy: [] + usedBy: + - devops dependencies: - repository-detector + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:1e217bea7df36731cfa5c3fb5a3b97399a57fef5989e59c303c3163bb3e5ecd7 - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:58.977Z' github-issue-triage: path: .aiox-core/development/tasks/github-issue-triage.md layer: L2 @@ -1729,13 +2370,17 @@ entities: - issue - triage usedBy: [] - dependencies: [] + dependencies: + - devops + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:61178caa7bc647dcae5e53d3f0515d6dab0cdc927e245b2db5844dc35d9e3d6f - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:58.977Z' gotcha: path: .aiox-core/development/tasks/gotcha.md layer: L2 @@ -1745,14 +2390,22 @@ entities: - gotcha - 'task:' - add - usedBy: [] - dependencies: [] + usedBy: + - dev + dependencies: + - gotchas-memory.js + - gotchas + - dev + externalDeps: [] + plannedDeps: + - gotchas.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:a9117d8a4c85c1be044975d829c936be0037c1751ef42b0fb2d19861702aecc6 - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:58.980Z' gotchas: path: .aiox-core/development/tasks/gotchas.md layer: L2 @@ -1762,14 +2415,23 @@ entities: - gotchas - 'task:' - list - usedBy: [] - dependencies: [] + usedBy: + - document-gotchas + - gotcha + - dev + dependencies: + - gotchas-memory.js + - dev + externalDeps: [] + plannedDeps: + - gotchas.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:ecf526697d6c55416aaea97939cd2002e8f32eaa7001d31e823d7766688d2bf5 - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:58.981Z' ids-governor: path: .aiox-core/development/tasks/ids-governor.md layer: L2 @@ -1780,14 +2442,20 @@ entities: - governor - 'task:' - commands - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + dependencies: + - aiox-master + - dev + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:cfb1aefffdf2db0d35cae8fdde2f5afbcea62b9b616e78a43390756c9b8e6b9c - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:58.981Z' ids-health: path: .aiox-core/development/tasks/ids-health.md layer: L2 @@ -1802,12 +2470,15 @@ entities: usedBy: [] dependencies: - registry-healer + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:d5196b3741fb537707e1a99c71514e439447121df500002644dfebe43da4a70f - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.981Z' ids-query: path: .aiox-core/development/tasks/ids-query.md layer: L2 @@ -1820,15 +2491,18 @@ entities: - query - basic usedBy: [] - dependencies: + dependencies: [] + externalDeps: [] + plannedDeps: - registry-loader.js (IDS-1) - incremental-decision-engine.js (IDS-2) + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:c15596fdfc0bf86e4b6053313e7e91195c073d6c9066df4d626c5a3e2c13e99b - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.982Z' improve-self: path: .aiox-core/development/tasks/improve-self.md layer: L2 @@ -1840,7 +2514,8 @@ entities: - improve - self - improve-self - usedBy: [] + usedBy: + - aiox-master dependencies: - capability-analyzer - improvement-validator @@ -1851,12 +2526,17 @@ entities: - improvement-validator.js - sandbox-tester.js - backup-manager.js + - git-wrapper.js + externalDeps: [] + plannedDeps: + - modification-history.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:ccabfaad3cdba01a151b313afdf0e1c41c8a981ec2140531f24500149b4a7646 - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.982Z' index-docs: path: .aiox-core/development/tasks/index-docs.md layer: L2 @@ -1872,14 +2552,22 @@ entities: - task - maintains - documentation - usedBy: [] + usedBy: + - aiox-master dependencies: [] + externalDeps: [] + plannedDeps: + - generate-docs.js + - document + - another + - file + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:d8553b437ad8a4dc9dc37bd38939164ee0d0f76f2bb46d30a8318cf4413415f5 - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.983Z' init-project-status: path: .aiox-core/development/tasks/init-project-status.md layer: L2 @@ -1893,12 +2581,21 @@ entities: usedBy: [] dependencies: - project-status-loader + - devops + externalDeps: [] + plannedDeps: + - story-6.1.2.4 + - project-scaffolder.js + - config-manager.js + - project-status-feature + - core-config.yaml + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0c2f801d30da8f926542e8d29507886cb79ec324e717c75607b9fbb5555dc16b - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.983Z' integrate-squad: path: .aiox-core/development/tasks/integrate-squad.md layer: L2 @@ -1909,12 +2606,18 @@ entities: - squad usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:c1dbded4048033ea0a5f10c8bb53e045e14930d8442a1bf35c67bb16c0c8939a - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.985Z' kb-mode-interaction: path: .aiox-core/development/tasks/kb-mode-interaction.md layer: L2 @@ -1930,14 +2633,21 @@ entities: - needed - interactive - facilitation - usedBy: [] + usedBy: + - aiox-master dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:73ef3d164b2576f80f37bfc5bc6ea2276a59778f9bcc41a77fd288fab7f2e61f - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.985Z' learn-patterns: path: .aiox-core/development/tasks/learn-patterns.md layer: L2 @@ -1950,14 +2660,20 @@ entities: usedBy: [] dependencies: - pattern-learner + externalDeps: [] + plannedDeps: - modification-history - component-registry + - task-runner.js + - logger.js + - execute-task.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0042edaa7d638aa4e476607d026a406411a6b9177f3a29a25d78773ee27e9c0f - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.986Z' list-mcps: path: .aiox-core/development/tasks/list-mcps.md layer: L2 @@ -1967,14 +2683,18 @@ entities: - list - mcps - list-mcps - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:c2eca1a9c8d0be7c83a3e2eea59b33155bf7955f534eb0b36b27ed3852ea7dd1 - lastVerified: '2026-03-04T16:20:01.640Z' + lastVerified: '2026-03-06T18:57:58.986Z' list-worktrees: path: .aiox-core/development/tasks/list-worktrees.md layer: L2 @@ -1984,15 +2704,26 @@ entities: - list - worktrees - list-worktrees - usedBy: [] + usedBy: + - create-worktree + - remove-worktree + - dev + - devops dependencies: - worktree-manager + - create-worktree + - remove-worktree + - cleanup-worktrees + - devops + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:a29055766b289c22597532b5623e6e56dbbf6ca8d59193da6e6a0159213cb00b - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.987Z' mcp-workflow: path: .aiox-core/development/tasks/mcp-workflow.md layer: L2 @@ -2004,14 +2735,17 @@ entities: - creation - task usedBy: [] - dependencies: + dependencies: [] + externalDeps: [] + plannedDeps: - 'Template: .aiox-core/product/templates/mcp-workflow.js' + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:4c09227efc590cc68ae9d32fe010de2dd8db621a2102b36d92a6fbb30f8f27cf - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.987Z' merge-worktree: path: .aiox-core/development/tasks/merge-worktree.md layer: L2 @@ -2021,14 +2755,19 @@ entities: - merge - worktree - merge-worktree - usedBy: [] + usedBy: + - create-worktree + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:e33a96e1961bbaba60f2258f4a98b8c9d384754a07eba705732f41d61ed2d4f4 - lastVerified: '2026-03-04T16:20:01.640Z' + lastVerified: '2026-03-06T18:57:58.987Z' modify-agent: path: .aiox-core/development/tasks/modify-agent.md layer: L2 @@ -2040,14 +2779,23 @@ entities: - modify - agent - task - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + dependencies: + - change-checklist + externalDeps: [] + plannedDeps: + - existing-task + - Node.js + - ast-parser.js + - modify-file.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:74e6ef74967508f8a05cfc629bac7d5ffd5bd67c7d598cc623fd426442049824 - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.988Z' modify-task: path: .aiox-core/development/tasks/modify-task.md layer: L2 @@ -2058,14 +2806,22 @@ entities: keywords: - modify - task - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + dependencies: + - change-checklist + externalDeps: [] + plannedDeps: + - Node.js + - ast-parser.js + - modify-file.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:e81346cb686226a2bca0657e9c6367adcbf76d6cbd5d81cc892702c3a655d96a - lastVerified: '2026-03-04T16:20:30.339Z' + lastVerified: '2026-03-06T18:57:58.988Z' modify-workflow: path: .aiox-core/development/tasks/modify-workflow.md layer: L2 @@ -2077,14 +2833,22 @@ entities: - modify - workflow - task - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + dependencies: + - change-checklist + externalDeps: [] + plannedDeps: + - Node.js + - ast-parser.js + - modify-file.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:7cbfc3488912240b0782d116b27c5410d724c7822f94efe6cd64df954c3b4b50 - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.989Z' next: path: .aiox-core/development/tasks/next.md layer: L2 @@ -2098,15 +2862,19 @@ entities: - suggestions usedBy: [] dependencies: - - suggestion-engine - workflow-state-manager - output-formatter - adaptability: - score: 0.8 - constraints: [] - extensionPoints: [] + - dev + externalDeps: [] + plannedDeps: + - suggestion-engine + lifecycle: experimental + adaptability: + score: 0.8 + constraints: [] + extensionPoints: [] checksum: sha256:f3f685218c1df95ef399a9ba3c8ea7c29607e591acc2a7fbc2847a2883f08e02 - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.989Z' orchestrate-resume: path: .aiox-core/development/tasks/orchestrate-resume.md layer: L2 @@ -2119,12 +2887,15 @@ entities: - command usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:c15ca8e699269246cc48a581ca6a956acf6ba9b717024274836d6447cfbccc76 - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.990Z' orchestrate-status: path: .aiox-core/development/tasks/orchestrate-status.md layer: L2 @@ -2137,12 +2908,15 @@ entities: - command usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:fe47c904e6329f758c001f6cc56383ea32059ce988c3d190e8d6ebcc42376ec9 - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.990Z' orchestrate-stop: path: .aiox-core/development/tasks/orchestrate-stop.md layer: L2 @@ -2155,12 +2929,15 @@ entities: - command usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:87f82b66a711ed468ea2f97ce5201469c2990010fed95ddbd975bb8ab49a3547 - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.991Z' orchestrate: path: .aiox-core/development/tasks/orchestrate.md layer: L2 @@ -2172,12 +2949,15 @@ entities: - command usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:ca30ad1efa28ea5c7eeebd07f944fa0202ab9522ae6c32c8a19ca9ff2d30a8ce - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.991Z' patterns: path: .aiox-core/development/tasks/patterns.md layer: L2 @@ -2191,13 +2971,17 @@ entities: - management usedBy: [] dependencies: + - dev + externalDeps: [] + plannedDeps: - learning + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:99dc215422f88e1dafa138e577c2c96bc65cf9657ca99b9ca00e72b3d17ec843 - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.991Z' plan-create-context: path: .aiox-core/development/tasks/plan-create-context.md layer: L2 @@ -2210,17 +2994,25 @@ entities: - create - context - 'pipeline:' - usedBy: [] + usedBy: + - architect dependencies: - code-intel - planning-helper + - architect + - dev + externalDeps: [] + plannedDeps: - 'symbol: ''{symbol}''' + - project-context.yaml + - files-context.yaml + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:2374473d1984288dc37c80c298fc564facadf0b8b886b8a98520c8b39c9bc82a - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.992Z' plan-create-implementation: path: .aiox-core/development/tasks/plan-create-implementation.md layer: L2 @@ -2234,16 +3026,22 @@ entities: - implementation - execution - 'pipeline:' - usedBy: [] + usedBy: + - architect dependencies: - code-intel - planning-helper + - architect + externalDeps: [] + plannedDeps: + - implementation.yaml + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:3c186ead114afe21638b933d2e312538ed3a7bb9ee3dfee0ee0dc86fcc0025cc - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.994Z' plan-execute-subtask: path: .aiox-core/development/tasks/plan-execute-subtask.md layer: L2 @@ -2257,15 +3055,24 @@ entities: - subtask - (coder - agent) - usedBy: [] + usedBy: + - build-autonomous + - dev dependencies: - plan-tracker + - dev + externalDeps: [] + plannedDeps: + - implementation.yaml + - project-context.yaml + - files-context.yaml + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:a6c9c283579d0b5d3f337816ed192f4dda99c3634ac55da98fa0c0d332e4d963 - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.994Z' po-backlog-add: path: .aiox-core/development/tasks/po-backlog-add.md layer: L2 @@ -2280,12 +3087,19 @@ entities: usedBy: [] dependencies: - backlog-manager + - po + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:6f553ba9bf2638c183c4a59caa56d73baa641263080125ed0f9d87a18e9f376f - lastVerified: '2026-03-04T16:20:30.340Z' + lastVerified: '2026-03-06T18:57:58.995Z' po-close-story: path: .aiox-core/development/tasks/po-close-story.md layer: L2 @@ -2296,15 +3110,22 @@ entities: - close - story - 'task:' - usedBy: [] + usedBy: + - po dependencies: - validate-next-story + - po + - pm + - sm + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:df93883e8af967351586dff250f79748008f6dc2ac15b78ac85715023a8d3ba4 - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:58.995Z' po-manage-story-backlog: path: .aiox-core/development/tasks/po-manage-story-backlog.md layer: L2 @@ -2316,14 +3137,23 @@ entities: - story - backlog - manage-story-backlog - usedBy: [] + usedBy: + - dev + - po dependencies: [] + externalDeps: [] + plannedDeps: + - backlog-management-checklist + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:ed619e87c9753428eaea969d05d046b7f26af4f825d792ffcf026dc4f475b6e5 - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:58.996Z' po-pull-story-from-clickup: path: .aiox-core/development/tasks/po-pull-story-from-clickup.md layer: L2 @@ -2338,15 +3168,23 @@ entities: - from - clickup - pull-story-from-clickup - usedBy: [] + usedBy: + - po dependencies: - story-manager + - po-master-checklist + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:27fa2887a3da901319bafd7bd714c0abb31c638554aecaf924d412d25a7072bc - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:58.997Z' po-pull-story: path: .aiox-core/development/tasks/po-pull-story.md layer: L2 @@ -2357,16 +3195,23 @@ entities: - pull - story - pull-story - usedBy: [] + usedBy: + - po dependencies: - pm-adapter-factory - story-manager + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:d6f23501d4f35011fddf5242ed739208e9ec4d767210cd961e6d48373f33a2a3 - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:58.997Z' po-stories-index: path: .aiox-core/development/tasks/po-stories-index.md layer: L2 @@ -2382,12 +3227,19 @@ entities: usedBy: [] dependencies: - story-index-generator + - po + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:9e078929826bdec66e9cddbc9f0883568d32cc130e119e3a1da3345b54121dd3 - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:58.998Z' po-sync-story-to-clickup: path: .aiox-core/development/tasks/po-sync-story-to-clickup.md layer: L2 @@ -2402,15 +3254,23 @@ entities: - to - clickup - sync-story-to-clickup - usedBy: [] + usedBy: + - po dependencies: - story-manager + - po-master-checklist + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:03f25fea39d33c6f4febd1dfd467b643bef5cd3d89ceb4766282c173ce810698 - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:58.998Z' po-sync-story: path: .aiox-core/development/tasks/po-sync-story.md layer: L2 @@ -2423,16 +3283,23 @@ entities: - sync - story - sync-story - usedBy: [] + usedBy: + - po dependencies: - pm-adapter-factory - story-manager + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:67c5e1b02c0d499f12c6727d88a18407f926f440741fb5f8f6e2afa937adec2e - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:58.998Z' pr-automation: path: .aiox-core/development/tasks/pr-automation.md layer: L2 @@ -2450,12 +3317,19 @@ entities: - open-source usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - github-devops-checklist + - pr-quality-checklist + - execute-task.js + - CONTRIBUTING + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:90bba47136ccc37c74454a4537728b958955fd487e46e3b8dca869b994c8d1c1 - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:58.999Z' propose-modification: path: .aiox-core/development/tasks/propose-modification.md layer: L2 @@ -2467,17 +3341,25 @@ entities: - aiox - developer - task - usedBy: [] + usedBy: + - aiox-master dependencies: - - proposal-system - dependency-impact-analyzer + - change-checklist + externalDeps: [] + plannedDeps: + - proposal-system - notification-service + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:fa340dc0749f40ba7f1ed12ebe107c53f212f764cf7318ee7a816d059528f69e - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:59.000Z' publish-npm: path: .aiox-core/development/tasks/publish-npm.md layer: L2 @@ -2494,12 +3376,16 @@ entities: dependencies: - release-management - github-devops-pre-push-quality-gate + - release-checklist + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:d69f833690fd01256c9b99cc7bd7bb67704f5894ffa9171af7cb94253ecd98cd - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:59.001Z' qa-after-creation: path: .aiox-core/development/tasks/qa-after-creation.md layer: L2 @@ -2512,12 +3398,15 @@ entities: - 'task:' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:e9f6ceff7a0bc00d4fc035e890b7f1178c6ea43f447d135774b46a00713450e6 - lastVerified: '2026-03-04T16:20:01.644Z' + lastVerified: '2026-03-06T18:57:59.002Z' qa-backlog-add-followup: path: .aiox-core/development/tasks/qa-backlog-add-followup.md layer: L2 @@ -2533,12 +3422,21 @@ entities: usedBy: [] dependencies: - backlog-manager + - qa + - po + - dev + externalDeps: [] + plannedDeps: + - validation-engine.js + - run-validation.js + - backlog + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:167e6f253eaf69e5751c294eec6a677153996b148ce70ba242506c2812f41535 - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:59.003Z' qa-browser-console-check: path: .aiox-core/development/tasks/qa-browser-console-check.md layer: L2 @@ -2550,14 +3448,18 @@ entities: - console - check - task - usedBy: [] + usedBy: + - qa dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:deddbb5aed026e5b8b4d100a84baea6f4f85b3a249e56033f6e35e7ac08e2f80 - lastVerified: '2026-03-04T16:20:01.644Z' + lastVerified: '2026-03-06T18:57:59.004Z' qa-create-fix-request: path: .aiox-core/development/tasks/qa-create-fix-request.md layer: L2 @@ -2570,15 +3472,23 @@ entities: - request - task usedBy: + - qa - qa-loop dependencies: - qa-review-story + - dev + - qa + externalDeps: [] + plannedDeps: + - qa_report + - parse-qa-report.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:709ed6f4c0260bf95e9801e22ef75f2b02958f967aaf6b1b6ffc4b7ee34b3e03 - lastVerified: '2026-03-04T16:20:30.341Z' + lastVerified: '2026-03-06T18:57:59.004Z' qa-evidence-requirements: path: .aiox-core/development/tasks/qa-evidence-requirements.md layer: L2 @@ -2589,14 +3499,19 @@ entities: - evidence - requirements - task - usedBy: [] - dependencies: [] + usedBy: + - qa + dependencies: + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:cfa30b79bf1eac27511c94de213dbae761f3fb5544da07cc38563bcbd9187569 - lastVerified: '2026-03-04T16:20:01.644Z' + lastVerified: '2026-03-06T18:57:59.005Z' qa-false-positive-detection: path: .aiox-core/development/tasks/qa-false-positive-detection.md layer: L2 @@ -2608,14 +3523,19 @@ entities: - positive - detection - task - usedBy: [] - dependencies: [] + usedBy: + - qa + dependencies: + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:f1a816365c588e7521617fc3aa7435e6f08d1ed06f4f51cce86f9529901d86ce - lastVerified: '2026-03-04T16:20:01.644Z' + lastVerified: '2026-03-06T18:57:59.005Z' qa-fix-issues: path: .aiox-core/development/tasks/qa-fix-issues.md layer: L2 @@ -2630,15 +3550,22 @@ entities: - issue - fixer - task - usedBy: [] + usedBy: + - dev dependencies: - plan-tracker + - dev + - qa + - po + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:b5db49f2709dbe27bb50d68f46f48b2d1c9a6b176a6025158d8f299e552eb2c3 - lastVerified: '2026-03-04T16:20:30.342Z' + lastVerified: '2026-03-06T18:57:59.008Z' qa-gate: path: .aiox-core/development/tasks/qa-gate.md layer: L2 @@ -2650,14 +3577,25 @@ entities: - qa - gate - qa-gate - usedBy: [] - dependencies: [] + usedBy: + - qa + dependencies: + - qa + - devops + - dev + - po + externalDeps: [] + plannedDeps: + - qa-master-checklist + - validation-engine.js + - run-validation.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:25fc098d7c71554836925632c4a3f99aff9ade392e1ab1c669ae0983f49c6070 - lastVerified: '2026-03-04T16:20:30.342Z' + lastVerified: '2026-03-06T18:57:59.008Z' qa-generate-tests: path: .aiox-core/development/tasks/qa-generate-tests.md layer: L2 @@ -2674,19 +3612,25 @@ entities: - test-generation-checklist.md - validation - (follow-up - usedBy: [] + usedBy: + - qa dependencies: - - test-template-system - test-generator - coverage-analyzer - test-quality-assessment - component-search + externalDeps: [] + plannedDeps: + - test-template-system + - validation-engine.js + - run-validation.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:245885950328b086ffbe9320bba2e814b3f6b5e3e5342bac904ccd814d4e8519 - lastVerified: '2026-03-04T16:20:30.342Z' + lastVerified: '2026-03-06T18:57:59.096Z' qa-library-validation: path: .aiox-core/development/tasks/qa-library-validation.md layer: L2 @@ -2697,15 +3641,19 @@ entities: - library - validation - task - usedBy: [] + usedBy: + - qa dependencies: - context7 + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:366df913fe32f08ec4bf883c4b6f9781af22cc4bfa23ce25cfdbe56f562b013e - lastVerified: '2026-03-04T16:20:30.342Z' + lastVerified: '2026-03-06T18:57:59.097Z' qa-migration-validation: path: .aiox-core/development/tasks/qa-migration-validation.md layer: L2 @@ -2716,14 +3664,18 @@ entities: - migration - validation - task - usedBy: [] + usedBy: + - qa dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:2f855a1b918066755b8b16d0db7c347b32df372996217542905713459eb29bc4 - lastVerified: '2026-03-04T16:20:30.342Z' + lastVerified: '2026-03-06T18:57:59.097Z' qa-nfr-assess: path: .aiox-core/development/tasks/qa-nfr-assess.md layer: L2 @@ -2734,14 +3686,21 @@ entities: - nfr - assess - nfr-assess - usedBy: [] + usedBy: + - qa dependencies: [] + externalDeps: [] + plannedDeps: + - architect-master-checklist + - validation-engine.js + - run-validation.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:f2816ad58335c6d3b68bfc18d95f58b75358f8cb2cab844c7712ef36635a5e37 - lastVerified: '2026-03-04T16:20:30.342Z' + lastVerified: '2026-03-06T18:57:59.098Z' qa-review-build: path: .aiox-core/development/tasks/qa-review-build.md layer: L2 @@ -2757,14 +3716,21 @@ entities: - 10-phase - quality - assurance - usedBy: [] - dependencies: [] + usedBy: + - qa + dependencies: + - qa + - dev + - architect + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:9fcc1fd52b5cd18cf0039478c817e17aacf93e09f3e06de4ed308dc36075b5d5 - lastVerified: '2026-03-04T16:20:30.342Z' + lastVerified: '2026-03-06T18:57:59.099Z' qa-review-proposal: path: .aiox-core/development/tasks/qa-review-proposal.md layer: L2 @@ -2777,18 +3743,25 @@ entities: - aiox - developer - task - usedBy: [] + usedBy: + - qa dependencies: - - proposal-system - dependency-impact-analyzer - - notification-service - diff-generator + - change-checklist + externalDeps: [] + plannedDeps: + - proposal-system + - notification-service + - validation-engine.js + - run-validation.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:928c0c1929f9935966ba24c27e590ae98b402095f3f54de6aa209d0e5ec9220c - lastVerified: '2026-03-04T16:20:30.342Z' + lastVerified: '2026-03-06T18:57:59.099Z' qa-review-story: path: .aiox-core/development/tasks/qa-review-story.md layer: L2 @@ -2801,14 +3774,24 @@ entities: - review-story usedBy: - qa-create-fix-request + - qa - qa-loop - dependencies: [] + dependencies: + - qa + - dev + - devops + externalDeps: [] + plannedDeps: + - qa-master-checklist + - validation-engine.js + - run-validation.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:cc3e189824c656ff6ed2db04bd0a2a03d6293bccbec7e9b7a321daf64b9f1563 - lastVerified: '2026-03-04T16:20:30.342Z' + lastVerified: '2026-03-06T18:57:59.100Z' qa-risk-profile: path: .aiox-core/development/tasks/qa-risk-profile.md layer: L2 @@ -2821,14 +3804,21 @@ entities: - risk - profile - risk-profile - usedBy: [] + usedBy: + - qa dependencies: [] + externalDeps: [] + plannedDeps: + - architect-master-checklist + - validation-engine.js + - run-validation.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:69b2b6edb38330234766bef8ed3c27469843e88fb30e130837922541c717432d - lastVerified: '2026-03-04T16:20:30.342Z' + lastVerified: '2026-03-06T18:57:59.101Z' qa-run-tests: path: .aiox-core/development/tasks/qa-run-tests.md layer: L2 @@ -2841,14 +3831,22 @@ entities: - (with - code - quality - usedBy: [] - dependencies: [] + usedBy: + - qa + dependencies: + - dev + - qa + externalDeps: [] + plannedDeps: + - validation-engine.js + - run-validation.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:f40850e70ffea9aecfb266e784575e0aa0483ea390ab8aae59df3829fd5fa6d8 - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.102Z' qa-security-checklist: path: .aiox-core/development/tasks/qa-security-checklist.md layer: L2 @@ -2859,14 +3857,18 @@ entities: - security - checklist - task - usedBy: [] + usedBy: + - qa dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:e155fba83e78f55830558def7ffe03b23c65dd6c2bbe63733b3966d1df6946ab - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.102Z' qa-test-design: path: .aiox-core/development/tasks/qa-test-design.md layer: L2 @@ -2879,14 +3881,21 @@ entities: - test - design - test-design - usedBy: [] + usedBy: + - qa dependencies: [] + externalDeps: [] + plannedDeps: + - qa-master-checklist + - validation-engine.js + - run-validation.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:00e2aac4ec1587949b4bbdbd52f84adb8dc10a06395e9f68cc339c4a6fdb7405 - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.103Z' qa-trace-requirements: path: .aiox-core/development/tasks/qa-trace-requirements.md layer: L2 @@ -2899,14 +3908,21 @@ entities: - trace - requirements - trace-requirements - usedBy: [] - dependencies: [] + usedBy: + - qa + dependencies: + - po-master-checklist + externalDeps: [] + plannedDeps: + - validation-engine.js + - run-validation.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:5c4a95d42d33b16ab77606d7a2dd5b18bb78f81f3872150454f10950bc0ee047 - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.104Z' release-management: path: .aiox-core/development/tasks/release-management.md layer: L2 @@ -2920,14 +3936,22 @@ entities: - releases usedBy: - publish-npm + - devops dependencies: + - po + - devops + externalDeps: [] + plannedDeps: - package + - github-devops-checklist + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:80a9a1ead93c66bfe59cb75215661052e7b4abccc483cd9d01a07034fca2311c - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.105Z' remove-mcp: path: .aiox-core/development/tasks/remove-mcp.md layer: L2 @@ -2937,14 +3961,18 @@ entities: - remove - mcp - remove-mcp - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:3f4bf3f8d4d651109dc783e95598ab21569447295f22a7b868d3973f0848aa4c - lastVerified: '2026-03-04T16:20:01.646Z' + lastVerified: '2026-03-06T18:57:59.105Z' remove-worktree: path: .aiox-core/development/tasks/remove-worktree.md layer: L2 @@ -2954,15 +3982,26 @@ entities: - remove - worktree - remove-worktree - usedBy: [] + usedBy: + - create-worktree + - list-worktrees + - dev + - devops dependencies: - worktree-manager + - create-worktree + - list-worktrees + - cleanup-worktrees + - devops + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0ac9497e0a85e16f9e0a5357da43ae8571d1bf2ba98028f9968d2656df3ee36f - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.105Z' resolve-github-issue: path: .aiox-core/development/tasks/resolve-github-issue.md layer: L2 @@ -2973,14 +4012,23 @@ entities: - github - issue - resolve-github-issue.md - usedBy: [] - dependencies: [] + usedBy: + - triage-github-issues + - devops + dependencies: + - triage-github-issues + - github-devops-pre-push-quality-gate + - github-devops-github-pr-automation + - devops + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:d1e8f775eee3367f0a553f3e767477bad1833e72a731a2df94cde56d5b5eda97 - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.110Z' review-contributor-pr: path: .aiox-core/development/tasks/review-contributor-pr.md layer: L2 @@ -2994,12 +4042,15 @@ entities: - external usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:dfb5f03fae16171777742b06a9e54ee25711d1d94cedc2152ef9c9331310b608 - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.110Z' run-design-system-pipeline: path: .aiox-core/development/tasks/run-design-system-pipeline.md layer: L2 @@ -3010,17 +4061,22 @@ entities: - design - system - pipeline - usedBy: [] + usedBy: + - ux-design-expert dependencies: - build-component - generate-documentation - calculate-roi + - ux-design-expert + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:ff4c225b922da347b63aeb6d8aa95484c1c9281eb1e4b4c4ab0ecef0a1a54c26 - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.112Z' run-workflow-engine: path: .aiox-core/development/tasks/run-workflow-engine.md layer: L2 @@ -3036,15 +4092,20 @@ entities: - task usedBy: - run-workflow + - aiox-master dependencies: - workflow-state-manager.js - workflow-validator.js + - aiox-master + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:885b63bbfb3506740398768bc4979947acfc4063c5638d89566f6e6da74aaabb - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.116Z' run-workflow: path: .aiox-core/development/tasks/run-workflow.md layer: L2 @@ -3056,15 +4117,21 @@ entities: - run - workflow - task - usedBy: [] + usedBy: + - aiox-master dependencies: - run-workflow-engine + - aiox-master + externalDeps: [] + plannedDeps: + - '-state.yaml' + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:01a7addd0554399249541012f93f3ab2dd46e69336ba4f96737bc4e271b22b4b - lastVerified: '2026-03-04T16:20:30.343Z' + lastVerified: '2026-03-06T18:57:59.117Z' search-mcp: path: .aiox-core/development/tasks/search-mcp.md layer: L2 @@ -3075,14 +4142,18 @@ entities: - mcp - catalog - task - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:4c7d9239c740b250baf9d82a5aa3baf1cd0bb8c671f0889c9a6fc6c0a668ac9c - lastVerified: '2026-03-04T16:20:01.647Z' + lastVerified: '2026-03-06T18:57:59.122Z' security-audit: path: .aiox-core/development/tasks/security-audit.md layer: L2 @@ -3092,14 +4163,19 @@ entities: - security - audit - 'task:' - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - security-scan.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:8ae6068628080d67c4c981d0c6e87d6347ddcc2e363d985ef578de22e94d6ae1 - lastVerified: '2026-03-04T16:20:30.344Z' + lastVerified: '2026-03-06T18:57:59.122Z' security-scan: path: .aiox-core/development/tasks/security-scan.md layer: L2 @@ -3112,13 +4188,17 @@ entities: - scan - security-scan usedBy: [] - dependencies: [] + dependencies: + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:2232ced35524452c49197fb4c09099dfc61c4980f31a8cd7fda3cc1b152068ca - lastVerified: '2026-03-04T16:20:30.344Z' + lastVerified: '2026-03-06T18:57:59.124Z' session-resume: path: .aiox-core/development/tasks/session-resume.md layer: L2 @@ -3128,16 +4208,20 @@ entities: - session - resume - task - usedBy: [] + usedBy: + - pm dependencies: - - orchestration - session-state.js + externalDeps: [] + plannedDeps: + - orchestration + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0130ea9c24b5c74a7803985f485663dd373edd366c8cbaa5d0143119a4e3cc3e - lastVerified: '2026-03-04T16:20:30.344Z' + lastVerified: '2026-03-06T18:57:59.124Z' setup-database: path: .aiox-core/development/tasks/setup-database.md layer: L2 @@ -3147,14 +4231,21 @@ entities: - setup - database - 'task:' - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - project-scaffolder.js + - config-manager.js + - init-project.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:3240013a44d42143a63280f0a1d6a8756a2572027e39b6fe913c1ed956442a38 - lastVerified: '2026-03-04T16:20:30.344Z' + lastVerified: '2026-03-06T18:57:59.125Z' setup-design-system: path: .aiox-core/development/tasks/setup-design-system.md layer: L2 @@ -3165,14 +4256,21 @@ entities: - design - system - structure - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - project-scaffolder.js + - config-manager.js + - init-project.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:9cb43d28c66a6b7a8d36a16fc0256ea25c9bb49e214e37bce42cae4908450677 - lastVerified: '2026-03-04T16:20:30.344Z' + lastVerified: '2026-03-06T18:57:59.125Z' setup-github: path: .aiox-core/development/tasks/setup-github.md layer: L2 @@ -3184,16 +4282,22 @@ entities: - setup - github - setup-github - usedBy: [] + usedBy: + - devops dependencies: - environment-bootstrap - github-cli.yaml + - devops + externalDeps: [] + plannedDeps: + - story-5.10-github-devops-user-projects + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:515cc5f26383c6fde61e38acb4678ead15d701ddc32c668a9b9bcfc9a02f2850 - lastVerified: '2026-03-04T16:20:30.344Z' + lastVerified: '2026-03-06T18:57:59.132Z' setup-llm-routing: path: .aiox-core/development/tasks/setup-llm-routing.md layer: L2 @@ -3210,12 +4314,16 @@ entities: dependencies: - install-llm-routing.js - llm-routing.yaml + - dev + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:97334fdf1e679d9bd1deecf048f54760c3efdebf38af4daafe82094323f05865 - lastVerified: '2026-03-04T16:20:30.344Z' + lastVerified: '2026-03-06T18:57:59.138Z' setup-mcp-docker: path: .aiox-core/development/tasks/setup-mcp-docker.md layer: L2 @@ -3228,15 +4336,20 @@ entities: - mcp - docker - toolkit - usedBy: [] + usedBy: + - devops dependencies: + - devops + externalDeps: [] + plannedDeps: - gateway-service.yml (.docker/mcp/) + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:b65a663641b6667ac46848eab02ecb75da28e09e2cfa4d7d12f979c423eef999 - lastVerified: '2026-03-04T16:20:30.344Z' + lastVerified: '2026-03-06T18:57:59.138Z' setup-project-docs: path: .aiox-core/development/tasks/setup-project-docs.md layer: L2 @@ -3251,14 +4364,24 @@ entities: - documentation usedBy: [] dependencies: + - index.js + - deployment-config-loader.js + - mode-detector.js + - doc-generator.js + - config-generator.js + - gitignore-generator.js + externalDeps: [] + plannedDeps: - documentation-integrity - documentation-integrity module + - core-config.yaml + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:5e2969779d62d05a26fb49d5959d25224de748d2c70aaa72b6f219fb149decee - lastVerified: '2026-03-04T16:20:30.344Z' + lastVerified: '2026-03-06T18:57:59.139Z' shard-doc: path: .aiox-core/development/tasks/shard-doc.md layer: L2 @@ -3272,14 +4395,26 @@ entities: - document - processing - task - usedBy: [] + usedBy: + - aiox-master + - pm + - po dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + - section-name-1 + - section-name-2 + - section-name-3 + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:614fb73a40c4569d30e42a6a5536fbb374f2174bd709a73ad1026df595f50f52 - lastVerified: '2026-03-04T16:20:30.344Z' + lastVerified: '2026-03-06T18:57:59.140Z' sm-create-next-story: path: .aiox-core/development/tasks/sm-create-next-story.md layer: L2 @@ -3294,13 +4429,30 @@ entities: - story - task usedBy: [] - dependencies: [] + dependencies: + - po-master-checklist + externalDeps: [] + plannedDeps: + - tech-stack + - coding-standards + - testing-strategy + - data-models + - database-schema + - backend-architecture + - external-apis + - frontend-architecture + - components + - task-runner.js + - logger.js + - execute-task.js + - .story + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:86ee70cbe6ac6812dd9bbacc6e591046a9def3455efba19581155258173f91ba - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.142Z' spec-assess-complexity: path: .aiox-core/development/tasks/spec-assess-complexity.md layer: L2 @@ -3314,14 +4466,19 @@ entities: - complexity - 'pipeline:' usedBy: + - architect - spec-pipeline - dependencies: [] + dependencies: + - architect + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:860d6c4641282a426840ccea8bed766c8eddeb9806e4e0a806a330f70e5b6eca - lastVerified: '2026-03-04T16:20:01.649Z' + lastVerified: '2026-03-06T18:57:59.142Z' spec-critique: path: .aiox-core/development/tasks/spec-critique.md layer: L2 @@ -3335,14 +4492,22 @@ entities: - 'pipeline:' - specification usedBy: + - qa - spec-pipeline - dependencies: [] + dependencies: + - qa + - architect + - pm + externalDeps: [] + plannedDeps: + - spec + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:d2c3615b84dff942bb1c36fe1d89d025a5c52eedf15a382e75bba6cee085e7dd - lastVerified: '2026-03-04T16:20:01.649Z' + lastVerified: '2026-03-06T18:57:59.143Z' spec-gather-requirements: path: .aiox-core/development/tasks/spec-gather-requirements.md layer: L2 @@ -3356,14 +4521,20 @@ entities: - requirements - 'pipeline:' usedBy: + - pm - spec-pipeline - dependencies: [] + dependencies: + - pm + - architect + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:b2ae9cd6da1233bd610a0a8023dcf1dfece81ab75a1cb6da6b9016e0351a7d40 - lastVerified: '2026-03-04T16:20:01.650Z' + lastVerified: '2026-03-06T18:57:59.144Z' spec-research-dependencies: path: .aiox-core/development/tasks/spec-research-dependencies.md layer: L2 @@ -3377,14 +4548,20 @@ entities: - dependencies - 'pipeline:' usedBy: + - analyst - spec-pipeline - dependencies: [] + dependencies: + - analyst + - architect + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:c13f6fed7af8e1f8e20295e697637fc6831e559ba9d67d7649786626f2619a43 - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.144Z' spec-write-spec: path: .aiox-core/development/tasks/spec-write-spec.md layer: L2 @@ -3398,14 +4575,25 @@ entities: - 'pipeline:' - specification usedBy: + - pm - spec-pipeline - dependencies: [] + dependencies: + - pm + - architect + - qa + externalDeps: [] + plannedDeps: + - spec + - requirements.js + - complexity.js + - research.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:1ecef348cf83403243398c362629e016ff299b4e0634d7a0581b39d779a113bf - lastVerified: '2026-03-04T16:20:01.650Z' + lastVerified: '2026-03-06T18:57:59.144Z' squad-creator-analyze: path: .aiox-core/development/tasks/squad-creator-analyze.md layer: L2 @@ -3418,16 +4606,21 @@ entities: - creator - analyze - task - usedBy: [] + usedBy: + - squad-creator dependencies: - squad-loader - squad-analyzer + - squad-loader.js + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:8aeeae86b0afd75c4f79e8a5f1cca02b3633c9d925ee39725a66795befecc8a8 - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.145Z' squad-creator-create: path: .aiox-core/development/tasks/squad-creator-create.md layer: L2 @@ -3438,15 +4631,24 @@ entities: - creator - create - '*create-squad' - usedBy: [] + usedBy: + - squad-creator dependencies: + - squad-generator.js + - squad-validator.js + - squad-loader.js + externalDeps: [] + plannedDeps: - squad + - example-agent-task + - example-agent + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:e4a8b8799837fb0ea60eb9baf3bbe57a27f1c1c7dd67ec8fd0c9d5d8a17bbce2 - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.145Z' squad-creator-design: path: .aiox-core/development/tasks/squad-creator-design.md layer: L2 @@ -3457,15 +4659,21 @@ entities: - creator - design - '*design-squad' - usedBy: [] + usedBy: + - squad-creator dependencies: + - squad-designer.js + externalDeps: [] + plannedDeps: - squad + - squad-design-schema.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:b5851f22a2466107bf506707a01be7ff857b27b19d5d4ec4c5d0506cb6719e80 - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.156Z' squad-creator-download: path: .aiox-core/development/tasks/squad-creator-download.md layer: L2 @@ -3476,14 +4684,18 @@ entities: - creator - download - '*download-squad' - usedBy: [] + usedBy: + - squad-creator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:5d75af6d41624a4c40d6734031ebc2a8f7eb4eb3ec22f10de32c92d600ddf332 - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.167Z' squad-creator-extend: path: .aiox-core/development/tasks/squad-creator-extend.md layer: L2 @@ -3496,17 +4708,23 @@ entities: - creator - extend - task - usedBy: [] + usedBy: + - squad-creator dependencies: - squad-loader - squad-extender - squad-validator + - squad-loader.js + - agent-template + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:2d4a0bbe65d21aea5869b8df3a1e1d81a67e027402c4270b8dd1cc8b7c595573 - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.208Z' squad-creator-list: path: .aiox-core/development/tasks/squad-creator-list.md layer: L2 @@ -3517,15 +4735,20 @@ entities: - creator - list - '*list-squads' - usedBy: [] + usedBy: + - squad-creator dependencies: + - squad-generator.js + externalDeps: [] + plannedDeps: - squad + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:6bc04c23b31daa2f4e8448a5c28540ed8c35903c1b2c77e3ce7b0986268c8710 - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.208Z' squad-creator-migrate: path: .aiox-core/development/tasks/squad-creator-migrate.md layer: L2 @@ -3536,15 +4759,22 @@ entities: - creator - migrate - '*migrate-squad' - usedBy: [] + usedBy: + - squad-creator dependencies: + - squad-migrator.js + - squad-validator.js + externalDeps: [] + plannedDeps: - squad + - squad-schema.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:69a15d3db12cc1268740378fcd411a0a011c3f441e3eea6feaaf0b95f4bf8c1e - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.209Z' squad-creator-publish: path: .aiox-core/development/tasks/squad-creator-publish.md layer: L2 @@ -3555,14 +4785,18 @@ entities: - creator - publish - '*publish-squad' - usedBy: [] + usedBy: + - squad-creator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:9f744f0c1e70e18945bfdc22ea48a103862cdb7fffcbc36ac61d44473248b124 - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.209Z' squad-creator-sync-ide-command: path: .aiox-core/development/tasks/squad-creator-sync-ide-command.md layer: L2 @@ -3577,12 +4811,15 @@ entities: - \*command usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:4221574f07adb5fb53c7c0c9f85656222a97e623b5e4072cee37e34b82f3f379 - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.209Z' squad-creator-sync-synkra: path: .aiox-core/development/tasks/squad-creator-sync-synkra.md layer: L2 @@ -3594,14 +4831,18 @@ entities: - sync - synkra - '*sync-squad-synkra' - usedBy: [] + usedBy: + - squad-creator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:dd03f844de8aa1f1caac31b7791ae96b4a221a650728fb13ff6a6245f2e5f75a - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.210Z' squad-creator-validate: path: .aiox-core/development/tasks/squad-creator-validate.md layer: L2 @@ -3612,15 +4853,22 @@ entities: - creator - validate - '*validate-squad' - usedBy: [] + usedBy: + - squad-creator dependencies: + - squad-loader.js + - squad-validator.js + externalDeps: [] + plannedDeps: - squad + - squad-schema.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:782cc7e67b8d061475d94eff8312d5ec23d3ea84630797d9190384d3b3fafd8e - lastVerified: '2026-03-04T16:20:30.345Z' + lastVerified: '2026-03-06T18:57:59.210Z' story-checkpoint: path: .aiox-core/development/tasks/story-checkpoint.md layer: L2 @@ -3633,13 +4881,20 @@ entities: - checkpoint - 'task:' usedBy: [] - dependencies: [] + dependencies: + - development-cycle.yaml + - workflow-executor.js + - po + - dev + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:467fabe8b0c0c7fcd1bd122fdbdc883992a54656c6774c8cea2963789873ee4a - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.210Z' sync-documentation: path: .aiox-core/development/tasks/sync-documentation.md layer: L2 @@ -3651,15 +4906,19 @@ entities: - sync - documentation - sync-documentation - usedBy: [] + usedBy: + - dev dependencies: - documentation-synchronizer + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:8be6c2123aa935ddab5e845375c28213f70476cc9dfb10fd0e444c6d40a7e4ae - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.212Z' sync-registry-intel: path: .aiox-core/development/tasks/sync-registry-intel.md layer: L2 @@ -3670,15 +4929,20 @@ entities: - registry - intel - 'task:' - usedBy: [] + usedBy: + - aiox-master dependencies: - registry-syncer + - aiox-master + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:908df7d093442ccfd15805dabbd9f16e1f34b92ddb692f408a77484bb3d69a53 - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.212Z' tailwind-upgrade: path: .aiox-core/development/tasks/tailwind-upgrade.md layer: L2 @@ -3689,14 +4953,21 @@ entities: - upgrade - css - playbook - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:fa0bea0fc5513e13782bbb0bdb0564f15d7cc2d30b7954f26e52c980767d4469 - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.212Z' test-as-user: path: .aiox-core/development/tasks/test-as-user.md layer: L2 @@ -3709,14 +4980,21 @@ entities: - 'task:' - (rls - testing) - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:9117f1cf85c63be672b0e0f7207274ad73f384cf0299f5c32f9c2f7ad092a701 - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.213Z' test-validation-task: path: .aiox-core/development/tasks/test-validation-task.md layer: L2 @@ -3730,12 +5008,15 @@ entities: - task usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:2868bd169192b345cba423f2134d46a0d0337f9fe7135476b593e8e9b81617db - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.214Z' triage-github-issues: path: .aiox-core/development/tasks/triage-github-issues.md layer: L2 @@ -3746,14 +5027,21 @@ entities: - github - issues - triage-github-issues.md - usedBy: [] - dependencies: [] + usedBy: + - resolve-github-issue + - devops + dependencies: + - resolve-github-issue + - devops + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:73e1e42f0998a701f8855de6e8666150a284e44efd41878927defa17eded4cfe - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.214Z' undo-last: path: .aiox-core/development/tasks/undo-last.md layer: L2 @@ -3767,14 +5055,20 @@ entities: - rollback - operation - built-in - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + dependencies: + - backup-manager.js + externalDeps: [] + plannedDeps: + - rollback-changes.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:c038fd862dadcf7a4ad62e347ffa66e6335bc9bbd63d2e675a810381fb257f8a - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.214Z' update-aiox: path: .aiox-core/development/tasks/update-aiox.md layer: L2 @@ -3788,13 +5082,17 @@ entities: - 'task:' - framework usedBy: [] - dependencies: [] + dependencies: + - devops + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:a88b1f79f52aad5aaaf2c7d385314718fd5f09316f37b65553b838b2cb445f95 - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.215Z' update-manifest: path: .aiox-core/development/tasks/update-manifest.md layer: L2 @@ -3805,14 +5103,22 @@ entities: keywords: - update - manifest - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + dependencies: + - change-checklist + externalDeps: [] + plannedDeps: + - Node.js + - ast-parser.js + - modify-file.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0ef0a5ed8638d1fa00317796acbd8419ca1bbbfa0c5e42109dda3d82300d8c12 - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.215Z' update-source-tree: path: .aiox-core/development/tasks/update-source-tree.md layer: L2 @@ -3825,14 +5131,18 @@ entities: - source - tree - task - usedBy: [] + usedBy: + - aiox-master dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:1d7eb7cbc8fa582375edc0275e98415f110e0507cb77744954fa342592ac1c56 - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.215Z' ux-create-wireframe: path: .aiox-core/development/tasks/ux-create-wireframe.md layer: L2 @@ -3845,14 +5155,19 @@ entities: - wireframes - interaction - flows - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:d3fe6c03050d98d0a46024c6c6aae32d4fb5e6d7b4a06b01401c54b0853469ce - lastVerified: '2026-03-04T16:20:30.346Z' + lastVerified: '2026-03-06T18:57:59.216Z' ux-ds-scan-artifact: path: .aiox-core/development/tasks/ux-ds-scan-artifact.md layer: L2 @@ -3866,14 +5181,21 @@ entities: - design - system - scanner - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:5a6eb9d40350c3cc15099f8f42beb8a15d64021916e4ec2e82142b33cecb1635 - lastVerified: '2026-03-04T16:20:30.347Z' + lastVerified: '2026-03-06T18:57:59.216Z' ux-user-research: path: .aiox-core/development/tasks/ux-user-research.md layer: L2 @@ -3885,14 +5207,21 @@ entities: - research - needs - analysis - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - task-runner.js + - logger.js + - execute-task.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:0c497783693c6b49d71a99c136f3c016f94afe1fd7556eb6c050aa05a60adade - lastVerified: '2026-03-04T16:20:30.347Z' + lastVerified: '2026-03-06T18:57:59.217Z' validate-agents: path: .aiox-core/development/tasks/validate-agents.md layer: L2 @@ -3904,12 +5233,15 @@ entities: - task usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:b278ba27cf8171d143aba30bd2f708b9226526dae70e9b881f52b5e1e908525f - lastVerified: '2026-03-04T16:20:30.347Z' + lastVerified: '2026-03-06T18:57:59.217Z' validate-next-story: path: .aiox-core/development/tasks/validate-next-story.md layer: L2 @@ -3924,13 +5256,30 @@ entities: - task usedBy: - po-close-story - dependencies: [] + - dev + - po + dependencies: + - po-master-checklist + - dev + - data-engineer + - devops + - ux-design-expert + - analyst + - architect + - pm + - qa + - sm + externalDeps: [] + plannedDeps: + - validation-engine.js + - run-validation.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:a7e0dbd89753d72248a6171d6bd4aa88d97e9c5051a5889d566c509d048d113c - lastVerified: '2026-03-04T16:20:30.347Z' + lastVerified: '2026-03-06T18:57:59.218Z' validate-tech-preset: path: .aiox-core/development/tasks/validate-tech-preset.md layer: L2 @@ -3941,14 +5290,19 @@ entities: - tech - preset - \*validate-tech-preset - usedBy: [] - dependencies: [] + usedBy: + - architect + dependencies: + - architect + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:50a65289c223c1a79b0bebe4120f3f703df45d42522309e658f6d0f5c9fdb54e - lastVerified: '2026-03-04T16:20:30.347Z' + lastVerified: '2026-03-06T18:57:59.218Z' validate-workflow: path: .aiox-core/development/tasks/validate-workflow.md layer: L2 @@ -3960,15 +5314,20 @@ entities: - validate - workflow - task - usedBy: [] + usedBy: + - aiox-master dependencies: - workflow-validator.js + externalDeps: [] + plannedDeps: + - Node.js + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:97d591c9ce8a932e7fa21206b58448c85c5340e254460d221e6b3bd0b5278565 - lastVerified: '2026-03-04T16:20:30.347Z' + lastVerified: '2026-03-06T18:57:59.223Z' verify-subtask: path: .aiox-core/development/tasks/verify-subtask.md layer: L2 @@ -3979,14 +5338,20 @@ entities: keywords: - verify - subtask - usedBy: [] - dependencies: [] + usedBy: + - dev + dependencies: + - dev + - architect + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:4ad9d89256ed9c34f104ae951e7d3b3739f6c5611f22fcf98ab5b666b60cc39f - lastVerified: '2026-03-04T16:20:30.347Z' + lastVerified: '2026-03-06T18:57:59.223Z' waves: path: .aiox-core/development/tasks/waves.md layer: L2 @@ -3998,15 +5363,20 @@ entities: - '`*waves`' - wave - analysis - usedBy: [] + usedBy: + - dev dependencies: + - dev + externalDeps: [] + plannedDeps: - workflow-intelligence + lifecycle: production adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:f5bfc1c3d03bf9fbf7c7ac859dd5c388d327abc154f6c064e33dcbae3f94dbd9 - lastVerified: '2026-03-04T16:20:30.347Z' + lastVerified: '2026-03-06T18:57:59.223Z' yolo-toggle: path: .aiox-core/development/tasks/yolo-toggle.md layer: L2 @@ -4017,16 +5387,19 @@ entities: - toggle - yolo-toggle usedBy: [] - dependencies: + dependencies: [] + externalDeps: [] + plannedDeps: - permissions - .aiox-core/core/permissions/permission-mode.js - .aiox-core/core/permissions/index.js + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:4fd6b6d8b2dc0130377ab66fcdf328e48df7701fb621cf919932245886642405 - lastVerified: '2026-03-04T16:20:30.347Z' + lastVerified: '2026-03-06T18:57:59.224Z' README: path: .aiox-core/development/tasks/blocks/README.md layer: L2 @@ -4049,7 +5422,7 @@ entities: constraints: [] extensionPoints: [] checksum: sha256:484409d3b069c30a14ba28873388567f06d613e6feb9acb14537434d1db03446 - lastVerified: '2026-03-04T16:06:22.187Z' + lastVerified: '2026-03-06T18:57:59.224Z' agent-prompt-template: path: .aiox-core/development/tasks/blocks/agent-prompt-template.md layer: L2 @@ -4063,14 +5436,17 @@ entities: - template - 'block:' usedBy: [] - dependencies: + dependencies: [] + externalDeps: [] + plannedDeps: - block-loader + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:7f61c142e66622159ed2ef119ed0abbc95ed514f21749a957f1aaa3babc57b36 - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:59.224Z' context-loading: path: .aiox-core/development/tasks/blocks/context-loading.md layer: L2 @@ -4085,12 +5461,15 @@ entities: usedBy: [] dependencies: - context-loader + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:281c958fa18a2a104c41a3b4b0d0338298034e4bf4e4f5b5085d10d8f603d797 - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:59.224Z' execution-pattern: path: .aiox-core/development/tasks/blocks/execution-pattern.md layer: L2 @@ -4104,12 +5483,15 @@ entities: - 'block:' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:9a29498d6f59be665a1fe494f3d2ce138da1b7f7eb62028f60acbe7a577bb2bd - lastVerified: '2026-03-04T16:20:30.332Z' + lastVerified: '2026-03-06T18:57:59.225Z' finalization: path: .aiox-core/development/tasks/blocks/finalization.md layer: L2 @@ -4122,30 +5504,15 @@ entities: - 'block:' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.8 constraints: [] extensionPoints: [] checksum: sha256:8414839ac579a6e25c8ad8cc3218bb5f216288ef30a0a995dde59d3d7dc9130e - lastVerified: '2026-03-04T16:20:01.629Z' - health-check: - path: .aiox-core/development/tasks/health-check.yaml - layer: L2 - type: task - purpose: '|' - keywords: - - health - - check - - task - - definition - usedBy: [] - dependencies: [] - adaptability: - score: 0.8 - constraints: [] - extensionPoints: [] - checksum: sha256:f464eb7047b5c078c3734654e7d969527e8cd8804634053a64f441a965e89c9c - lastVerified: '2026-03-04T16:20:30.338Z' + lastVerified: '2026-03-06T18:57:59.225Z' templates: activation-instructions-inline-greeting: path: .aiox-core/product/templates/activation-instructions-inline-greeting.yaml @@ -4160,12 +5527,15 @@ entities: - template usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:d4d3dc2bf0c06c0094ab0e76029c0ad322222e3420240ac3abcac6c150a4ae01 - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:57:59.231Z' activation-instructions-template: path: .aiox-core/product/templates/activation-instructions-template.md layer: L2 @@ -4178,12 +5548,15 @@ entities: - agent usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:b4df5343728e565d975c28cad8a1a9dac370d0cf827689ced1c553268dc265e7 - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:57:59.232Z' agent-template: path: .aiox-core/product/templates/agent-template.yaml layer: L2 @@ -4194,14 +5567,19 @@ entities: - template - synkra - aiox - usedBy: [] + usedBy: + - squad-creator-extend + - aiox-master dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:98676fcc493c0d5f09264dcc52fcc2cf1129f9a195824ecb4c2ec035c2515121 - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:57:59.232Z' aiox-ai-config: path: .aiox-core/product/templates/aiox-ai-config.yaml layer: L2 @@ -4215,12 +5593,15 @@ entities: - configuration usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:58023a5108ee66b16f93c82ee8a7c0414852f7c887257a8ff9040f060b140746 - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:57:59.232Z' architecture-tmpl: path: .aiox-core/product/templates/architecture-tmpl.yaml layer: L2 @@ -4229,14 +5610,19 @@ entities: keywords: - architecture - tmpl - usedBy: [] + usedBy: + - aiox-master + - architect dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:9483f38486932842e1bc1a73c35b3f90fa2cd9c703c7d5effabea7dc8f76350a - lastVerified: '2026-03-04T16:20:30.359Z' + lastVerified: '2026-03-06T18:57:59.233Z' brainstorming-output-tmpl: path: .aiox-core/product/templates/brainstorming-output-tmpl.yaml layer: L2 @@ -4246,14 +5632,18 @@ entities: - brainstorming - output - tmpl - usedBy: [] + usedBy: + - analyst dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:acd98caed4a32328afdf3f3f42554a4f45e507cc527e95593fb7e63ccb8e66a1 - lastVerified: '2026-03-04T16:20:30.359Z' + lastVerified: '2026-03-06T18:57:59.233Z' brownfield-architecture-tmpl: path: .aiox-core/product/templates/brownfield-architecture-tmpl.yaml layer: L2 @@ -4263,14 +5653,19 @@ entities: - brownfield - architecture - tmpl - usedBy: [] + usedBy: + - aiox-master + - architect dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:5d399d93a42b674758515e5cf70ffb21cd77befc9f54a8fe0b9dba0773bbbf66 - lastVerified: '2026-03-04T16:20:01.677Z' + lastVerified: '2026-03-06T18:57:59.234Z' brownfield-prd-tmpl: path: .aiox-core/product/templates/brownfield-prd-tmpl.yaml layer: L2 @@ -4280,14 +5675,19 @@ entities: - brownfield - prd - tmpl - usedBy: [] + usedBy: + - aiox-master + - pm dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:bc1852d15e3a383c7519e5976094de3055c494fdd467acd83137700c900c4c61 - lastVerified: '2026-03-04T16:20:01.677Z' + lastVerified: '2026-03-06T18:57:59.240Z' brownfield-risk-report-tmpl: path: .aiox-core/product/templates/brownfield-risk-report-tmpl.yaml layer: L2 @@ -4300,13 +5700,17 @@ entities: - tmpl - template usedBy: [] - dependencies: [] + dependencies: + - analyst + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:2aca2b93e48ea944bce3c933f7466b4e520e4c26ec486e23f0a82cccf6e0356b - lastVerified: '2026-03-04T16:20:30.359Z' + lastVerified: '2026-03-06T18:57:59.241Z' changelog-template: path: .aiox-core/product/templates/changelog-template.md layer: L2 @@ -4315,14 +5719,18 @@ entities: keywords: - changelog - template - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:af44d857c9bf8808e89419d1d859557c3c827de143be3c0f36f2a053c9ee9197 - lastVerified: '2026-03-04T16:20:01.678Z' + lastVerified: '2026-03-06T18:57:59.241Z' command-rationalization-matrix: path: .aiox-core/product/templates/command-rationalization-matrix.md layer: L2 @@ -4334,13 +5742,17 @@ entities: - matrix - template usedBy: [] - dependencies: [] + dependencies: + - pm + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:651157c5e6ad75323e24d5685660addb4f2cfe8bfa01e0c64a8e7e10c90f1d12 - lastVerified: '2026-03-04T16:20:30.359Z' + lastVerified: '2026-03-06T18:57:59.241Z' competitor-analysis-tmpl: path: .aiox-core/product/templates/competitor-analysis-tmpl.yaml layer: L2 @@ -4350,14 +5762,19 @@ entities: - competitor - analysis - tmpl - usedBy: [] + usedBy: + - aiox-master + - analyst dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:690cde6406250883a765eddcbad415c737268525340cf2c8679c8f3074c9d507 - lastVerified: '2026-03-04T16:20:01.678Z' + lastVerified: '2026-03-06T18:57:59.242Z' current-approach-tmpl: path: .aiox-core/product/templates/current-approach-tmpl.md layer: L2 @@ -4372,12 +5789,15 @@ entities: - '{{subtaskid}}' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:ec258049a5cda587b24523faf6b26ed0242765f4e732af21c4f42e42cf326714 - lastVerified: '2026-03-04T16:20:01.678Z' + lastVerified: '2026-03-06T18:57:59.242Z' design-story-tmpl: path: .aiox-core/product/templates/design-story-tmpl.yaml layer: L2 @@ -4388,13 +5808,23 @@ entities: - story - tmpl usedBy: [] - dependencies: [] + dependencies: + - ux-design-expert + - architect + - analyst + - po + - qa + - pm + - sm + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:2bfefc11ae2bcfc679dbd924c58f8b764fa23538c14cb25344d6edef41968f29 - lastVerified: '2026-03-04T16:20:30.359Z' + lastVerified: '2026-03-06T18:57:59.243Z' ds-artifact-analysis: path: .aiox-core/product/templates/ds-artifact-analysis.md layer: L2 @@ -4406,14 +5836,18 @@ entities: - analysis - report - '#{{artifact_id}}' - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:2ef1866841e4dcd55f9510f7ca14fd1f754f1e9c8a66cdc74d37ebcee13ede5d - lastVerified: '2026-03-04T16:20:01.678Z' + lastVerified: '2026-03-06T18:57:59.243Z' front-end-architecture-tmpl: path: .aiox-core/product/templates/front-end-architecture-tmpl.yaml layer: L2 @@ -4424,14 +5858,19 @@ entities: - end - architecture - tmpl - usedBy: [] + usedBy: + - aiox-master + - architect dependencies: [] - adaptability: - score: 0.5 + externalDeps: [] + plannedDeps: [] + lifecycle: production + adaptability: + score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:de0432b4f98236c3a1d6cc9975b90fbc57727653bdcf6132355c0bcf0b4dbb9c - lastVerified: '2026-03-04T16:20:01.679Z' + lastVerified: '2026-03-06T18:57:59.243Z' front-end-spec-tmpl: path: .aiox-core/product/templates/front-end-spec-tmpl.yaml layer: L2 @@ -4442,14 +5881,19 @@ entities: - end - spec - tmpl - usedBy: [] + usedBy: + - aiox-master + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:9033c7cccbd0893c11545c680f29c6743de8e7ad8e761c6c2487e2985b0a4411 - lastVerified: '2026-03-04T16:20:01.679Z' + lastVerified: '2026-03-06T18:57:59.243Z' fullstack-architecture-tmpl: path: .aiox-core/product/templates/fullstack-architecture-tmpl.yaml layer: L2 @@ -4459,14 +5903,19 @@ entities: - fullstack - architecture - tmpl - usedBy: [] + usedBy: + - aiox-master + - architect dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:1ac74304138be53d87808b8e4afe6f870936a1f3a9e35e18c3321b3d42145215 - lastVerified: '2026-03-04T16:20:01.679Z' + lastVerified: '2026-03-06T18:57:59.245Z' github-actions-cd: path: .aiox-core/product/templates/github-actions-cd.yml layer: L2 @@ -4477,14 +5926,18 @@ entities: - actions - cd - template - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:e6d6f2da3909a76d188137962076988f8e639a8f580e278ddb076b917a159a63 - lastVerified: '2026-03-04T16:20:30.359Z' + lastVerified: '2026-03-06T18:57:59.246Z' github-actions-ci: path: .aiox-core/product/templates/github-actions-ci.yml layer: L2 @@ -4495,14 +5948,18 @@ entities: - actions - ci - template - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:5628f43737eb39ba06d9c127dc42c9d89dc1ac712560ea948dee4cc3707fb517 - lastVerified: '2026-03-04T16:20:30.359Z' + lastVerified: '2026-03-06T18:57:59.247Z' github-pr-template: path: .aiox-core/product/templates/github-pr-template.md layer: L2 @@ -4514,14 +5971,18 @@ entities: - template - pull - request - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:472729ec721fbf37ece2027861bb44e0d7a8f5a5f12d6fddb5b4a58a1fc34dd6 - lastVerified: '2026-03-04T16:20:30.359Z' + lastVerified: '2026-03-06T18:57:59.247Z' gordon-mcp: path: .aiox-core/product/templates/gordon-mcp.yaml layer: L2 @@ -4535,12 +5996,15 @@ entities: - template usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:54d961455a216f968bcb8234c5bf6cda3676e683f43dfcad7a18abc92dc767ab - lastVerified: '2026-03-04T16:20:30.359Z' + lastVerified: '2026-03-06T18:57:59.247Z' index-strategy-tmpl: path: .aiox-core/product/templates/index-strategy-tmpl.yaml layer: L2 @@ -4550,14 +6014,18 @@ entities: - index - strategy - tmpl - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:6db2b40f6eef47f4faa31ce513ee7b0d5f04d9a5e081a72e0cdbad402eb444ae - lastVerified: '2026-03-04T16:20:01.680Z' + lastVerified: '2026-03-06T18:57:59.247Z' market-research-tmpl: path: .aiox-core/product/templates/market-research-tmpl.yaml layer: L2 @@ -4567,14 +6035,19 @@ entities: - market - research - tmpl - usedBy: [] + usedBy: + - aiox-master + - analyst dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:a908f070009aa0403f9db542585401912aabe7913726bd2fa26b7954f162b674 - lastVerified: '2026-03-04T16:20:01.680Z' + lastVerified: '2026-03-06T18:57:59.248Z' migration-plan-tmpl: path: .aiox-core/product/templates/migration-plan-tmpl.yaml layer: L2 @@ -4584,14 +6057,18 @@ entities: - migration - plan - tmpl - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:d0b8580cab768484a2730b7a7f1032e2bab9643940d29dd3c351b7ac930e8ea1 - lastVerified: '2026-03-04T16:20:01.681Z' + lastVerified: '2026-03-06T18:57:59.248Z' migration-strategy-tmpl: path: .aiox-core/product/templates/migration-strategy-tmpl.md layer: L2 @@ -4603,14 +6080,18 @@ entities: - tmpl - 'strategy:' - '{{project_name}}' - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:957ffccbe9eb1f1ea90a8951ef9eb187d22e50c2f95c2ff048580892d2f2e25b - lastVerified: '2026-03-04T16:20:01.681Z' + lastVerified: '2026-03-06T18:57:59.249Z' personalized-agent-template: path: .aiox-core/product/templates/personalized-agent-template.md layer: L2 @@ -4623,12 +6104,15 @@ entities: - '{agent-id}' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:64062d7d4756859c3522e2a228b9079d1c7a5e22c8d1da69a7f0aa148f6181f2 - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.249Z' personalized-checklist-template: path: .aiox-core/product/templates/personalized-checklist-template.md layer: L2 @@ -4644,12 +6128,16 @@ entities: - title} usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: + - AGENT-PERSONALIZATION-STANDARD-V1 + lifecycle: experimental adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:269ea02fb70b16e94f84ca1910e1911b1fe9fb190f6ed6e22ced869bde3a2e2d - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.249Z' personalized-task-template-v2: path: .aiox-core/product/templates/personalized-task-template-v2.md layer: L2 @@ -4664,12 +6152,15 @@ entities: - name} usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:50dae1fdfd967c1713c76e51a418bb0d00f5d9546cade796973da94faac978d3 - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.250Z' personalized-task-template: path: .aiox-core/product/templates/personalized-task-template.md layer: L2 @@ -4683,12 +6174,15 @@ entities: - name} usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:7d47e5603d8c950afcfd64dc54820bb93681c35f040a842dfcf7f77ead16f53f - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.250Z' personalized-template-file: path: .aiox-core/product/templates/personalized-template-file.yaml layer: L2 @@ -4703,12 +6197,15 @@ entities: - aiox usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:8de995f022e873f8230000c07b55510c52c1477f30c4cd868f1c6fc5ffa9fd9b - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.251Z' personalized-workflow-template: path: .aiox-core/product/templates/personalized-workflow-template.yaml layer: L2 @@ -4723,12 +6220,15 @@ entities: - agent usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:2e61ec76a8638046aad135b3a8538810f32b1c7abc6353e35af61766453f74ba - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.274Z' prd-tmpl: path: .aiox-core/product/templates/prd-tmpl.yaml layer: L2 @@ -4737,14 +6237,19 @@ entities: keywords: - prd - tmpl - usedBy: [] + usedBy: + - aiox-master + - pm dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:25c239f40e05f24aee1986601a98865188dbe3ea00a705028efc3adad6d420f3 - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.275Z' project-brief-tmpl: path: .aiox-core/product/templates/project-brief-tmpl.yaml layer: L2 @@ -4754,14 +6259,19 @@ entities: - project - brief - tmpl - usedBy: [] + usedBy: + - aiox-master + - analyst dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:b8d388268c24dc5018f48a87036d591b11cb122fafe9b59c17809b06ea5d9d58 - lastVerified: '2026-03-04T16:20:01.682Z' + lastVerified: '2026-03-06T18:57:59.275Z' qa-gate-tmpl: path: .aiox-core/product/templates/qa-gate-tmpl.yaml layer: L2 @@ -4771,14 +6281,18 @@ entities: - qa - gate - tmpl - usedBy: [] + usedBy: + - qa dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:a0d3e4a37ee8f719aacb8a31949522bfa239982198d0f347ea7d3f44ad8003ca - lastVerified: '2026-03-04T16:20:01.682Z' + lastVerified: '2026-03-06T18:57:59.275Z' qa-report-tmpl: path: .aiox-core/product/templates/qa-report-tmpl.md layer: L2 @@ -4792,12 +6306,15 @@ entities: - '{{storyid}}' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:b2b0059050648fad63bfad7fa128225990b2fa6a6fb914902b2a5baf707c1cc6 - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.276Z' rls-policies-tmpl: path: .aiox-core/product/templates/rls-policies-tmpl.yaml layer: L2 @@ -4807,14 +6324,18 @@ entities: - rls - policies - tmpl - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:3c303ab5a5f95c89f0caf9c632296e8ca43e29a921484523016c1c5bc320428f - lastVerified: '2026-03-04T16:20:01.682Z' + lastVerified: '2026-03-06T18:57:59.278Z' schema-design-tmpl: path: .aiox-core/product/templates/schema-design-tmpl.yaml layer: L2 @@ -4824,14 +6345,18 @@ entities: - schema - design - tmpl - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:7c5b7dfc67e1332e1fbf39657169094e2b92cd4fd6c7b441c3586981c732af95 - lastVerified: '2026-03-04T16:20:01.682Z' + lastVerified: '2026-03-06T18:57:59.279Z' spec-tmpl: path: .aiox-core/product/templates/spec-tmpl.md layer: L2 @@ -4844,12 +6369,15 @@ entities: - '{{story-title}}' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:5ff625ad82e4e0f07c137ab5cd0567caac7980ab985783d2f76443dc900bffa5 - lastVerified: '2026-03-04T16:20:30.361Z' + lastVerified: '2026-03-06T18:57:59.280Z' state-persistence-tmpl: path: .aiox-core/product/templates/state-persistence-tmpl.yaml layer: L2 @@ -4860,14 +6388,20 @@ entities: - persistence - tmpl - .state.yaml - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: + - tokens.yaml + - tokens.tailwind.js + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:7ff9caabce83ccc14acb05e9d06eaf369a8ebd54c2ddf4988efcc942f6c51037 - lastVerified: '2026-03-04T16:20:01.682Z' + lastVerified: '2026-03-06T18:57:59.280Z' story-tmpl: path: .aiox-core/product/templates/story-tmpl.yaml layer: L2 @@ -4876,14 +6410,29 @@ entities: keywords: - story - tmpl - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + - po + - qa + - sm + dependencies: + - dev + - architect + - data-engineer + - devops + - ux-design-expert + - analyst + - pm + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:0b64b49e5332cbce7d36da1ff40495628cb6ce650855b752dc82372706d41e13 - lastVerified: '2026-03-04T16:20:30.361Z' + lastVerified: '2026-03-06T18:57:59.281Z' task-execution-report: path: .aiox-core/product/templates/task-execution-report.md layer: L2 @@ -4896,12 +6445,15 @@ entities: - template usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:e0f08a3e199234f3d2207ba8f435786b7d8e1b36174f46cb82fc3666b9a9309e - lastVerified: '2026-03-04T16:20:30.361Z' + lastVerified: '2026-03-06T18:57:59.281Z' task-template: path: .aiox-core/product/templates/task-template.md layer: L2 @@ -4911,14 +6463,18 @@ entities: - task - template - '{{task_title}}' - usedBy: [] + usedBy: + - aiox-master dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:aeb3a2843c1ca70a094601573899a47bb5956f3b5cd7a8bbad9d624ae39cf1fe - lastVerified: '2026-03-04T16:20:30.361Z' + lastVerified: '2026-03-06T18:57:59.282Z' tokens-schema-tmpl: path: .aiox-core/product/templates/tokens-schema-tmpl.yaml layer: L2 @@ -4929,14 +6485,18 @@ entities: - schema - tmpl - design - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:66a7c164278cbe8b41dcc8525e382bdf5c59673a6694930aa33b857f199b4c2b - lastVerified: '2026-03-04T16:20:01.683Z' + lastVerified: '2026-03-06T18:57:59.282Z' workflow-template: path: .aiox-core/product/templates/workflow-template.yaml layer: L2 @@ -4947,14 +6507,18 @@ entities: - template - yamllint - disable - usedBy: [] + usedBy: + - aiox-master dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:7185fbc069702ef6c4444c2c0cbf3d95f692435406ab3cad811768de4b7d4a28 - lastVerified: '2026-03-04T16:20:30.361Z' + lastVerified: '2026-03-06T18:57:59.282Z' antigravity-rules: path: .aiox-core/product/templates/ide-rules/antigravity-rules.md layer: L2 @@ -4967,13 +6531,23 @@ entities: - aiox - development usedBy: [] - dependencies: [] + dependencies: + - dev + - qa + - architect + - pm + - po + - sm + - analyst + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:150fd84d590c2d41f169afdc2368743cb5a90a94a29df2f217b5e5a8e9c3ee1b - lastVerified: '2026-03-04T16:20:30.359Z' + lastVerified: '2026-03-06T18:57:59.283Z' claude-rules: path: .aiox-core/product/templates/ide-rules/claude-rules.md layer: L2 @@ -4986,13 +6560,27 @@ entities: - aiox - development usedBy: [] - dependencies: [] + dependencies: + - dev + - qa + - architect + - pm + - po + - sm + - analyst + - data-engineer + - ux-design-expert + - devops + - aiox-master + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:d5723c0a6d77b7137e9b8699937841f7452302b60905cd35276a319e6ce01742 - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.283Z' codex-rules: path: .aiox-core/product/templates/ide-rules/codex-rules.md layer: L2 @@ -5007,13 +6595,27 @@ entities: - (codex - cli) usedBy: [] - dependencies: [] + dependencies: + - architect + - dev + - qa + - pm + - po + - sm + - analyst + - devops + - data-engineer + - ux-design-expert + - aiox-master + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:18302f137bda51c687b7c7ad76a17f73d84a1e254801ab9e72837d577962b7c5 - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.283Z' copilot-rules: path: .aiox-core/product/templates/ide-rules/copilot-rules.md layer: L2 @@ -5028,12 +6630,15 @@ entities: - github usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:5f7ecf4f6dbac28bc49b3a61d0902dcc28023b2918082195aab721b0a24847be - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.284Z' cursor-rules: path: .aiox-core/product/templates/ide-rules/cursor-rules.md layer: L2 @@ -5046,13 +6651,23 @@ entities: - aiox - development usedBy: [] - dependencies: [] + dependencies: + - dev + - qa + - architect + - pm + - po + - sm + - analyst + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:40c5a75ec40a9d2da713336ced608eb4606bf7e76fe9b34827e888ed27903464 - lastVerified: '2026-03-04T16:20:30.360Z' + lastVerified: '2026-03-06T18:57:59.284Z' gemini-rules: path: .aiox-core/product/templates/ide-rules/gemini-rules.md layer: L2 @@ -5065,181 +6680,57 @@ entities: - aiox usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:20f687384c4deb909e9171f8e83f40b962a9cc717755b62d88db285316b2188a - lastVerified: '2026-03-04T16:20:30.360Z' - elicitation: - path: .aiox-core/product/templates/engine/elicitation.js + lastVerified: '2026-03-06T18:57:59.284Z' + scripts: + activation-runtime: + path: .aiox-core/development/scripts/activation-runtime.js layer: L2 - type: template - purpose: Entity at .aiox-core/product/templates/engine/elicitation.js + type: script + purpose: Entity at .aiox-core/development/scripts/activation-runtime.js keywords: - - elicitation + - activation + - runtime usedBy: - - index - dependencies: [] + - generate-greeting + dependencies: + - unified-activation-pipeline + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: - score: 0.5 + score: 0.7 constraints: [] extensionPoints: [] - checksum: sha256:01e327bee674ff9d01ed0f4f553b42a3cf178780811c6f88bbd86c30ffaeb6cc - lastVerified: '2026-03-04T16:20:01.678Z' - index: - path: .aiox-core/product/templates/engine/index.js + checksum: sha256:3750084310b5a88e2f8d345ad4b417a408f2633d10dab11f4d648e8e10caa90c + lastVerified: '2026-03-06T18:57:59.288Z' + agent-assignment-resolver: + path: .aiox-core/development/scripts/agent-assignment-resolver.js layer: L2 - type: template - purpose: v.prompt, - keywords: - - index - usedBy: [] - dependencies: - - loader - - elicitation - - renderer - - validator - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:6f2d9e32d1bd0b7c1d018b7586c829de6f2e51bf2575350816f9a6e4bf6b22a7 - lastVerified: '2026-03-04T16:20:30.359Z' - loader: - path: .aiox-core/product/templates/engine/loader.js - layer: L2 - type: template - purpose: Entity at .aiox-core/product/templates/engine/loader.js - keywords: - - loader - usedBy: - - index - dependencies: [] - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:19320147959f29cb3b5d64ef32735482c017d9e8f543a4d4feb80e218b230df6 - lastVerified: '2026-03-04T16:20:30.359Z' - renderer: - path: .aiox-core/product/templates/engine/renderer.js - layer: L2 - type: template - purpose: Entity at .aiox-core/product/templates/engine/renderer.js - keywords: - - renderer - usedBy: - - index - dependencies: [] - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:9b1de0f583462b72215f24e0b02e635110e75459cffeab165a03c7f91088ae39 - lastVerified: '2026-03-04T16:20:01.679Z' - validator: - path: .aiox-core/product/templates/engine/validator.js - layer: L2 - type: template - purpose: Entity at .aiox-core/product/templates/engine/validator.js - keywords: - - validator - usedBy: [] - dependencies: [] - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:2c7f8dc6422708907533f9c7c093f4d1d0de7923813084e2bebdbc0f6e72db62 - lastVerified: '2026-03-04T16:20:30.359Z' - mcp-workflow: - path: .aiox-core/product/templates/mcp-workflow.js - layer: L2 - type: template - purpose: '''{{WORKFLOW_DESCRIPTION:-Example MCP workflow template}}'',' - keywords: - - mcp - - workflow - usedBy: [] - dependencies: [] - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:9709239f935825fb7bb78a771da4d91111ced087ec7bbdaa12b3c23b563e4260 - lastVerified: '2026-03-04T16:20:30.360Z' - statusline-script: - path: .aiox-core/product/templates/statusline/statusline-script.js - layer: L2 - type: template - purpose: Entity at .aiox-core/product/templates/statusline/statusline-script.js - keywords: - - statusline - - script - usedBy: [] - dependencies: [] - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:f045ce9857c8664a4568bed558fdfa78f126f8fc9cb399f8557f591500c0befb - lastVerified: '2026-03-04T16:20:30.361Z' - token-exports-tailwind-tmpl: - path: .aiox-core/product/templates/token-exports-tailwind-tmpl.js - layer: L2 - type: template - purpose: Entity at .aiox-core/product/templates/token-exports-tailwind-tmpl.js - keywords: - - token - - exports - - tailwind - - tmpl - usedBy: [] - dependencies: - - tokens.tailwind - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:1e99f1be493b4b3dac1b2a9abc1ae1dd9146f26f86bed229c232690114c3a377 - lastVerified: '2026-03-04T16:20:01.683Z' - scripts: - activation-runtime: - path: .aiox-core/development/scripts/activation-runtime.js - layer: L2 - type: script - purpose: Entity at .aiox-core/development/scripts/activation-runtime.js - keywords: - - activation - - runtime - usedBy: - - generate-greeting - dependencies: - - unified-activation-pipeline - adaptability: - score: 0.7 - constraints: [] - extensionPoints: [] - checksum: sha256:3750084310b5a88e2f8d345ad4b417a408f2633d10dab11f4d648e8e10caa90c - lastVerified: '2026-03-04T16:20:30.325Z' - agent-assignment-resolver: - path: .aiox-core/development/scripts/agent-assignment-resolver.js - layer: L2 - type: script - purpose: 'Resolve {TODO: Agent Name} placeholders in all 114 task files' + type: script + purpose: 'Resolve {TODO: Agent Name} placeholders in all 114 task files' keywords: - agent - assignment - resolver usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:ae8a89d038cd9af894d9ec45d8b97ed930f84f70e88f17dbf1a3c556e336c75e - lastVerified: '2026-03-04T16:20:01.615Z' + lastVerified: '2026-03-06T18:57:59.288Z' agent-config-loader: path: .aiox-core/development/scripts/agent-config-loader.js layer: L2 @@ -5256,12 +6747,15 @@ entities: - config-cache - performance-tracker - config-resolver + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:6935a5574f887d88101c44340a96f2a4f8d01b2bdeb433108b84253178a106c7 - lastVerified: '2026-03-04T16:20:30.325Z' + lastVerified: '2026-03-06T18:57:59.289Z' agent-exit-hooks: path: .aiox-core/development/scripts/agent-exit-hooks.js layer: L2 @@ -5274,12 +6768,15 @@ entities: usedBy: [] dependencies: - context-detector + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:7aee7f33cae1bc4192a5085898caaf57f4866ce68488637d0f90a6372b616ce8 - lastVerified: '2026-03-04T16:20:30.325Z' + lastVerified: '2026-03-06T18:57:59.289Z' apply-inline-greeting-all-agents: path: .aiox-core/development/scripts/apply-inline-greeting-all-agents.js layer: L2 @@ -5293,12 +6790,15 @@ entities: - agents usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:5de6a7ddcab1ae34043b8a030b664deb9ce79e187ca30d22656716240e76a030 - lastVerified: '2026-03-04T16:20:30.325Z' + lastVerified: '2026-03-06T18:57:59.289Z' approval-workflow: path: .aiox-core/development/scripts/approval-workflow.js layer: L2 @@ -5309,12 +6809,15 @@ entities: - workflow usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:06979905e62b61e6dde1d2e1714ce61b9a4538a31f31ae1e5f41365f36395b09 - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.290Z' audit-agent-config: path: .aiox-core/development/scripts/audit-agent-config.js layer: L2 @@ -5326,12 +6829,15 @@ entities: - config usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d3908286737b3951a0140224aae604d63ab485d503d1f0fb83bc902112637db0 - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.290Z' backlog-manager: path: .aiox-core/development/scripts/backlog-manager.js layer: L2 @@ -5345,12 +6851,15 @@ entities: - po-backlog-add - qa-backlog-add-followup dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:7790e867301aed155dcad303feb8113ffd45abe99052e70749ceaae894e9620b - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.291Z' backup-manager: path: .aiox-core/development/scripts/backup-manager.js layer: L2 @@ -5361,13 +6870,17 @@ entities: - manager usedBy: - improve-self + - undo-last dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: deprecated adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:81c9fd6a4b8a8e7feb1f7a9d6ba790e597ad8113a9ca0723ae20eb111bfb3cee - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.291Z' batch-update-agents-session-context: path: .aiox-core/development/scripts/batch-update-agents-session-context.js layer: L2 @@ -5381,12 +6894,15 @@ entities: - context usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d6fa38b55d788f0832021a15492d6b19d8967b481c05b87ab67d33a90ff7269b - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.291Z' branch-manager: path: .aiox-core/development/scripts/branch-manager.js layer: L2 @@ -5398,12 +6914,15 @@ entities: usedBy: [] dependencies: - git-wrapper + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:5d292b329fea370ee9e0930c5d6e9cb5c69af78ec1435ee194ddba0c3d2232a1 - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.294Z' code-quality-improver: path: .aiox-core/development/scripts/code-quality-improver.js layer: L2 @@ -5415,12 +6934,15 @@ entities: - improver usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d0c844089e53dcd6c06755d4cb432a60fbebcedcf5a86ed635650573549a1941 - lastVerified: '2026-03-04T16:20:01.617Z' + lastVerified: '2026-03-06T18:57:59.298Z' commit-message-generator: path: .aiox-core/development/scripts/commit-message-generator.js layer: L2 @@ -5434,12 +6956,15 @@ entities: dependencies: - diff-generator - modification-validator + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c5990a5a012a2994d9a4d29ded445fef21d51e0b8203292104fbbd76b3e23826 - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.299Z' conflict-resolver: path: .aiox-core/development/scripts/conflict-resolver.js layer: L2 @@ -5451,12 +6976,15 @@ entities: usedBy: [] dependencies: - git-wrapper + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:8971b9aca2ab23a9478ac70e59710ec843f483fcbe088371444f4fc9b56c5278 - lastVerified: '2026-03-04T16:20:01.617Z' + lastVerified: '2026-03-06T18:57:59.299Z' decision-context: path: .aiox-core/development/scripts/decision-context.js layer: L2 @@ -5468,12 +6996,15 @@ entities: usedBy: - decision-recorder dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:7deca4e738f078e2ccded6e8e26d2322697ea7b9fedf5a48fe8eec18e227c347 - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.299Z' decision-log-generator: path: .aiox-core/development/scripts/decision-log-generator.js layer: L2 @@ -5492,12 +7023,15 @@ entities: - decision-recorder - dev dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:15f1c67d72d2572c68cf8738dfc549166c424475f6706502496f4e21596db504 - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.299Z' decision-log-indexer: path: .aiox-core/development/scripts/decision-log-indexer.js layer: L2 @@ -5510,12 +7044,15 @@ entities: usedBy: - decision-recorder dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:4525176b92aefc6ea7387fc350e325192af044769b4774fde5bf35d74f93fd56 - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.300Z' decision-recorder: path: .aiox-core/development/scripts/decision-recorder.js layer: L2 @@ -5530,12 +7067,15 @@ entities: - decision-context - decision-log-generator - decision-log-indexer + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:73a259407434e4c4653232e578d408ea6dbde5b809a8c16b7cb169933b941c1c - lastVerified: '2026-03-04T16:20:30.326Z' + lastVerified: '2026-03-06T18:57:59.300Z' dependency-analyzer: path: .aiox-core/development/scripts/dependency-analyzer.js layer: L2 @@ -5546,12 +7086,15 @@ entities: - analyzer usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:0ab1a54c3df1cd81c8bc4b7f4d769f91c7b0bfa6ce38b8c7e1d7d5b223d2245f - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.300Z' dev-context-loader: path: .aiox-core/development/scripts/dev-context-loader.js layer: L2 @@ -5563,12 +7106,15 @@ entities: - loader usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:0db8d8c4ec863935b02263560d90a901462fb51a87e922baee26882c9d3b8f7c - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.301Z' diff-generator: path: .aiox-core/development/scripts/diff-generator.js layer: L2 @@ -5579,12 +7125,15 @@ entities: - generator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:cad97b0096fc034fa6ed6cbd14a963abe32d880c1ce8034b6aa62af2e2239833 - lastVerified: '2026-03-04T16:20:01.618Z' + lastVerified: '2026-03-06T18:57:59.301Z' elicitation-engine: path: .aiox-core/development/scripts/elicitation-engine.js layer: L2 @@ -5597,12 +7146,15 @@ entities: dependencies: - security-checker - elicitation-session-manager + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:5ce7ea9b9c7e3600fcec27eee444a2860c15ec187ca449f3b63564f453d71c50 - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.301Z' elicitation-session-manager: path: .aiox-core/development/scripts/elicitation-session-manager.js layer: L2 @@ -5615,12 +7167,15 @@ entities: usedBy: - elicitation-engine dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:0a7141f2cf61e8fa32f8c861633b50e87e75bc6023b650756c1b55ad947d314b - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.301Z' generate-greeting: path: .aiox-core/development/scripts/generate-greeting.js layer: L2 @@ -5632,12 +7187,15 @@ entities: usedBy: [] dependencies: - activation-runtime + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:49b857fe36a0216a0df8395a6847f14608bd6a228817276201d22598a6862a4f - lastVerified: '2026-03-04T16:20:01.619Z' + lastVerified: '2026-03-06T18:57:59.302Z' git-wrapper: path: .aiox-core/development/scripts/git-wrapper.js layer: L2 @@ -5646,14 +7204,18 @@ entities: keywords: - git - wrapper - usedBy: [] + usedBy: + - improve-self dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:cb3abc56f9c001a80f18766d949b0d8916eb91d4644c0ee2d642ac62a03a73d3 - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.302Z' greeting-builder: path: .aiox-core/development/scripts/greeting-builder.js layer: L2 @@ -5665,24 +7227,26 @@ entities: usedBy: - test-greeting-system - unified-activation-pipeline - - session-update-pattern dependencies: - context-detector - git-config-detector - workflow-navigator - greeting-preference-manager - project-status-loader - - permissions - config-resolver - validate-user-profile - session-state - surface-checker + externalDeps: [] + plannedDeps: + - permissions + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:6f7aad3bd400c77463af5665cec45e0256350671a113d2fcad83a6adfa5dbbac - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.303Z' greeting-config-cli: path: .aiox-core/development/scripts/greeting-config-cli.js layer: L2 @@ -5695,12 +7259,15 @@ entities: usedBy: [] dependencies: - greeting-preference-manager + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c6e5c4dac08349b17cae64562311a5c2fab8d7c29bc96d86cbe2b43846312b3d - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.303Z' greeting-preference-manager: path: .aiox-core/development/scripts/greeting-preference-manager.js layer: L2 @@ -5715,12 +7282,15 @@ entities: - greeting-config-cli - unified-activation-pipeline dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:f6e8034fb7eb27a05f0ef186351282073c3e9b7d5d1db67fb88814c9b72fc219 - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.304Z' issue-triage: path: .aiox-core/development/scripts/issue-triage.js layer: L2 @@ -5731,12 +7301,15 @@ entities: - triage usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:a9f9741b1426732f19803bf9f292b15d8eed0fb875cf02df70735f48512f2310 - lastVerified: '2026-03-04T16:20:01.620Z' + lastVerified: '2026-03-06T18:57:59.304Z' manifest-preview: path: .aiox-core/development/scripts/manifest-preview.js layer: L2 @@ -5747,14 +7320,17 @@ entities: - preview usedBy: - component-generator - dependencies: + dependencies: [] + externalDeps: [] + plannedDeps: - component-preview + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:93fff0b2f1993f1f03352a8d9162b93368a7f3b0caf1223ea23b228d092d2084 - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.304Z' metrics-tracker: path: .aiox-core/development/scripts/metrics-tracker.js layer: L2 @@ -5766,12 +7342,15 @@ entities: usedBy: - improve-self dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:ac90ed08276a66591c8170ef5b5501f46cb1ba9d276b383e20fc77a563083312 - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.305Z' migrate-task-to-v2: path: .aiox-core/development/scripts/migrate-task-to-v2.js layer: L2 @@ -5784,12 +7363,15 @@ entities: - v2 usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:6bfef70de9592d53657f10a4e5c4582ac0ff11868d29e78b86676db45816152d - lastVerified: '2026-03-04T16:20:30.327Z' + lastVerified: '2026-03-06T18:57:59.305Z' modification-validator: path: .aiox-core/development/scripts/modification-validator.js layer: L2 @@ -5803,12 +7385,15 @@ entities: - yaml-validator - dependency-analyzer - security-checker + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:8bff78c5ce3a7c1add30f21f3b835aafd1b54b1752b7f24fc687a672026d7b13 - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.305Z' pattern-learner: path: .aiox-core/development/scripts/pattern-learner.js layer: L2 @@ -5820,12 +7405,15 @@ entities: usedBy: - learn-patterns dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d562b095bd15dc12a4f474883a1ddb25fa4b7353729c1ff1eaa53675b964de52 - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.306Z' performance-analyzer: path: .aiox-core/development/scripts/performance-analyzer.js layer: L2 @@ -5836,12 +7424,15 @@ entities: - analyzer usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:52fc6c7dd22d7bdbbdfe51393c845075ee4fad75067fd91665682b9f0654e7c4 - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.306Z' populate-entity-registry: path: .aiox-core/development/scripts/populate-entity-registry.js layer: L2 @@ -5854,12 +7445,15 @@ entities: usedBy: [] dependencies: - layer-classifier + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:3021b425f334c63d6462e64f6316f8b4036bd77b0b49ae419f20695fe3d1a89d - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.307Z' refactoring-suggester: path: .aiox-core/development/scripts/refactoring-suggester.js layer: L2 @@ -5870,12 +7464,15 @@ entities: - suggester usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d50ea6b609c9cf8385979386fee4b4385d11ebcde15460260f66d04c705f6cd9 - lastVerified: '2026-03-04T16:20:01.621Z' + lastVerified: '2026-03-06T18:57:59.307Z' rollback-handler: path: .aiox-core/development/scripts/rollback-handler.js layer: L2 @@ -5888,12 +7485,15 @@ entities: dependencies: - transaction-manager - modification-validator + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:1017334a2fcc7c13cf46f12da127525435c0689e4d123d44156699431e941cd8 - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.308Z' security-checker: path: .aiox-core/development/scripts/security-checker.js layer: L2 @@ -5904,12 +7504,15 @@ entities: - checker usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:e567af91b0b79e7ba51399cf6bfe4279417e632465f923bc8334c28f9405883c - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.308Z' skill-validator: path: .aiox-core/development/scripts/skill-validator.js layer: L2 @@ -5920,12 +7523,15 @@ entities: - validator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:b6bab880896a6fdb16d288c11e1d8fe3fa9f57f144b213bcb6eca1560ec38af1 - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.308Z' story-index-generator: path: .aiox-core/development/scripts/story-index-generator.js layer: L2 @@ -5938,12 +7544,15 @@ entities: usedBy: - po-stories-index dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c9ce1d2f89e76b9b2250aaa2b49a2881fc331dfbdec0bc0c5b7e1ec7767af140 - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.308Z' story-manager: path: .aiox-core/development/scripts/story-manager.js layer: L2 @@ -5961,12 +7570,15 @@ entities: - story-update-hook - tool-resolver - pm-adapter-factory + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:ba05c6dc3b29dad5ca57b0dafad8951d750bc30bdc04a9b083d4878c6f84f8f2 - lastVerified: '2026-03-04T16:20:01.624Z' + lastVerified: '2026-03-06T18:57:59.311Z' story-update-hook: path: .aiox-core/development/scripts/story-update-hook.js layer: L2 @@ -5980,12 +7592,15 @@ entities: - story-manager dependencies: - clickup-helpers + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:554a162e434717f86858ef04d8fdfe3ac40decf060cdc3d4d4987959fb2c51df - lastVerified: '2026-03-04T16:20:01.624Z' + lastVerified: '2026-03-06T18:57:59.311Z' task-identifier-resolver: path: .aiox-core/development/scripts/task-identifier-resolver.js layer: L2 @@ -5997,12 +7612,15 @@ entities: - resolver usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:ef63e5302a7393d4409e50fc437fdf33bd85f40b1907862ccfd507188f072d22 - lastVerified: '2026-03-04T16:20:01.624Z' + lastVerified: '2026-03-06T18:57:59.311Z' template-engine: path: .aiox-core/development/scripts/template-engine.js layer: L2 @@ -6013,12 +7631,15 @@ entities: - engine usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:b97d091cb9a09e64d8632ae106cd00b3fd8a25bfbdb60d8cda6e5591c7dfd67f - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.312Z' template-validator: path: .aiox-core/development/scripts/template-validator.js layer: L2 @@ -6030,12 +7651,15 @@ entities: usedBy: [] dependencies: - template-engine + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:fb87e8d076b57469d33034f2cae32fd01eae81900317a267d26ab18eebaacb17 - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.314Z' test-generator: path: .aiox-core/development/scripts/test-generator.js layer: L2 @@ -6046,12 +7670,15 @@ entities: - generator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c49f0d828ba4e5d996f6dc4fedd540fe2a95091de5e45093018686181493d164 - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.316Z' test-greeting-system: path: .aiox-core/development/scripts/test-greeting-system.js layer: L2 @@ -6064,12 +7691,15 @@ entities: usedBy: [] dependencies: - greeting-builder + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:598f32f09db543e67c0e79da78aaa6e2c78eb54b8f91a5014a27c67468e663bb - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.316Z' transaction-manager: path: .aiox-core/development/scripts/transaction-manager.js layer: L2 @@ -6081,12 +7711,15 @@ entities: usedBy: [] dependencies: - component-metadata + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c1049e40ffa489206b48a8c95b0a55093ebf95fc2b2fb522e33b0fc8023d7d2a - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.316Z' unified-activation-pipeline: path: .aiox-core/development/scripts/unified-activation-pipeline.js layer: L2 @@ -6104,18 +7737,21 @@ entities: - context-loader - project-status-loader - git-config-detector - - permissions - greeting-preference-manager - context-detector - workflow-navigator - atomic-write + externalDeps: [] + plannedDeps: + - permissions - pro-detector + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:de2d4a10b01da32d31c1f810feed429804da6869bb958d5a5ebe626589d0a2f6 - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.317Z' usage-tracker: path: .aiox-core/development/scripts/usage-tracker.js layer: L2 @@ -6127,12 +7763,15 @@ entities: usedBy: - deprecate-component dependencies: [] - adaptability: + externalDeps: [] + plannedDeps: [] + lifecycle: production + adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:6057623755bf0ee1d9e0fb36740fc41914a5f8ca8ad994d40edec260e273744b - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:59.318Z' validate-filenames: path: .aiox-core/development/scripts/validate-filenames.js layer: L2 @@ -6143,12 +7782,15 @@ entities: - filenames usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:0228b1538ff02dfe1f747038cbb5e86630683a3c950e27d6315bcd762b1a93fd - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:59.318Z' validate-task-v2: path: .aiox-core/development/scripts/validate-task-v2.js layer: L2 @@ -6160,12 +7802,15 @@ entities: - v2 usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:4abe50b097c2d0f7a722b691ecd84021ea48b76a017ad76f4c49f748d002fe09 - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:59.319Z' verify-workflow-gaps: path: .aiox-core/development/scripts/verify-workflow-gaps.js layer: L2 @@ -6183,12 +7828,15 @@ entities: - framework-analyzer - workflow-state-manager - workflow-navigator + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:a06a3fac2c4fdf995f18d6108d48855a1156b763ef906a3943b94dc9a709c167 - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:59.326Z' version-tracker: path: .aiox-core/development/scripts/version-tracker.js layer: L2 @@ -6199,12 +7847,15 @@ entities: - tracker usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d11804b82497e2a9c6e83191095681f5d57ac956b69975294f3f9d2efd0a7bdd - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:59.326Z' workflow-navigator: path: .aiox-core/development/scripts/workflow-navigator.js layer: L2 @@ -6218,12 +7869,15 @@ entities: - unified-activation-pipeline - verify-workflow-gaps dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:45bd9f0317b6a0b9e9577b5b26550f1b7fafec2c45c1b542a6947ffd69a70fec - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:59.327Z' workflow-state-manager: path: .aiox-core/development/scripts/workflow-state-manager.js layer: L2 @@ -6238,12 +7892,15 @@ entities: - run-workflow-engine - verify-workflow-gaps dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:3a896079b32b8efb8c532c0626c4ce14fb52cc92afbb086f6f2d2a0367d60dec - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:59.328Z' workflow-validator: path: .aiox-core/development/scripts/workflow-validator.js layer: L2 @@ -6259,12 +7916,15 @@ entities: - squad-validator - framework-analyzer dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:55bd8375e570cf0c738c10ebc52637462b89cb9cde16c3b53b48e60c3cac49f4 - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:59.328Z' yaml-validator: path: .aiox-core/development/scripts/yaml-validator.js layer: L2 @@ -6275,12 +7935,15 @@ entities: - validator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:916864f9e56e1ccb7fc1596bd2da47400e4037f848a0d4e2bc46d0fa24cc544f - lastVerified: '2026-03-04T16:20:30.330Z' + lastVerified: '2026-03-06T18:57:59.328Z' index: path: .aiox-core/development/scripts/squad/index.js layer: L2 @@ -6288,7 +7951,8 @@ entities: purpose: Entity at .aiox-core/development/scripts/squad/index.js keywords: - index - usedBy: [] + usedBy: + - setup-project-docs dependencies: - squad-loader - squad-validator @@ -6297,12 +7961,15 @@ entities: - squad-migrator - squad-downloader - squad-publisher + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d9bab56298104c00cc55d5e68bcf8bf660bc0f2a3f8c7609dc2ed911d34a4492 - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.329Z' squad-analyzer: path: .aiox-core/development/scripts/squad/squad-analyzer.js layer: L2 @@ -6314,12 +7981,15 @@ entities: usedBy: - squad-creator-analyze dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:3aa6fd5273ee0cc35331d4150ed98ef43e8ab678c7c7eaaf4b6ea4b40c657b0c - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.329Z' squad-designer: path: .aiox-core/development/scripts/squad/squad-designer.js layer: L2 @@ -6331,14 +8001,18 @@ entities: - generated - '*design-squad' usedBy: + - squad-creator-design - index dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:101cbb7d6ded0d6f991b29ac63dfee2c7bb86cbc8c4fefef728b7d12c3352829 - lastVerified: '2026-03-04T16:20:01.622Z' + lastVerified: '2026-03-06T18:57:59.329Z' squad-downloader: path: .aiox-core/development/scripts/squad/squad-downloader.js layer: L2 @@ -6352,12 +8026,15 @@ entities: dependencies: - squad-validator - squad-loader + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:e171444c33222c3ee7b34a874ce2298de010ddf9f883d9741084621084564dc9 - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.330Z' squad-extender: path: .aiox-core/development/scripts/squad/squad-extender.js layer: L2 @@ -6370,12 +8047,15 @@ entities: usedBy: - squad-creator-extend dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:de3ee647aa5d1fb32a4216777f3bd4716022fec64f0566c0a004b0ea4d110cca - lastVerified: '2026-03-04T16:20:30.328Z' + lastVerified: '2026-03-06T18:57:59.330Z' squad-generator: path: .aiox-core/development/scripts/squad/squad-generator.js layer: L2 @@ -6387,14 +8067,19 @@ entities: - '*${taskname.replace(/-/g,' - '''-'')}' usedBy: + - squad-creator-create + - squad-creator-list - index dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c8c75b71af915c95b781662ba5cdee5899fd6842966fd8b90019923e091be575 - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.338Z' squad-loader: path: .aiox-core/development/scripts/squad/squad-loader.js layer: L2 @@ -6405,17 +8090,22 @@ entities: - loader usedBy: - squad-creator-analyze + - squad-creator-create - squad-creator-extend + - squad-creator-validate - index - squad-downloader - squad-publisher dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:7093b9457c93da6845722bf7eac660164963d5007c459afae2149340a7979f1f - lastVerified: '2026-03-04T16:20:01.623Z' + lastVerified: '2026-03-06T18:57:59.339Z' squad-migrator: path: .aiox-core/development/scripts/squad/squad-migrator.js layer: L2 @@ -6425,14 +8115,18 @@ entities: - squad - migrator usedBy: + - squad-creator-migrate - index dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:38d7906b3718701130c79ed66f2916710f0f13fb2d445b13e8cdb1c199192a0d - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.340Z' squad-publisher: path: .aiox-core/development/scripts/squad/squad-publisher.js layer: L2 @@ -6446,12 +8140,15 @@ entities: dependencies: - squad-validator - squad-loader + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:73b3adcf1b6edb16cd1679fe37852d1f2fde5c89cee4ea7b0ae8ca95f7ff85d2 - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.341Z' squad-validator: path: .aiox-core/development/scripts/squad/squad-validator.js layer: L2 @@ -6461,20 +8158,26 @@ entities: - squad - validator usedBy: + - squad-creator-create - squad-creator-extend + - squad-creator-migrate + - squad-creator-validate - verify-workflow-gaps - index - squad-downloader - squad-publisher dependencies: - - squad-schema - workflow-validator + externalDeps: [] + plannedDeps: + - squad-schema + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:bba0ca266653ca7d6162de011165256e6e49ebe34f2136ae16a4c3393901ab27 - lastVerified: '2026-03-04T16:20:30.329Z' + lastVerified: '2026-03-06T18:57:59.341Z' modules: index.esm: path: .aiox-core/core/index.esm.js @@ -6497,29 +8200,46 @@ entities: - workflow-elicitation - output-formatter - yaml-validator + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:10586193db3efc151c4347d24786a657a01f611a0ffb55ce4008e62c6fe89e40 - lastVerified: '2026-03-04T16:20:30.316Z' + lastVerified: '2026-03-06T18:57:59.406Z' index: - path: .aiox-core/core/ui/index.js + path: .aiox-core/core/index.js layer: L1 type: module - purpose: Entity at .aiox-core/core/ui/index.js + purpose: Entity at .aiox-core/core/index.js keywords: - index usedBy: [] dependencies: - - observability-panel - - panel-renderer + - config-cache + - config-loader + - context-detector + - context-loader + - elicitation-engine + - session-manager + - agent-elicitation + - task-elicitation + - workflow-elicitation + - output-formatter + - yaml-validator + - registry-loader + externalDeps: [] + plannedDeps: + - health-check + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] - checksum: sha256:49f683bbedad4f161006e7317c409ec12af2aa9f7ba0750c4d1d15ac3df05350 - lastVerified: '2026-03-04T16:20:30.321Z' + checksum: sha256:970b617b0e723e8248065f698eca2298a5a0b72e3e43ee820ea85294555736e2 + lastVerified: '2026-03-06T18:57:59.406Z' code-intel-client: path: .aiox-core/core/code-intel/code-intel-client.js layer: L1 @@ -6533,12 +8253,15 @@ entities: dependencies: - code-graph-provider - registry-provider + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:6c9a08a37775acf90397aa079a4ad2c5edcc47f2cfd592b26ae9f3d154d1deb8 - lastVerified: '2026-03-04T16:20:01.578Z' + lastVerified: '2026-03-06T18:57:59.407Z' code-intel-enricher: path: .aiox-core/core/code-intel/code-intel-enricher.js layer: L1 @@ -6550,28 +8273,35 @@ entities: - enricher usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:ee54acdce08258a5f52ee51b38e5c4ffe727e42c8682818120addf7f6863549f - lastVerified: '2026-03-04T16:20:30.306Z' + lastVerified: '2026-03-06T18:57:59.407Z' hook-runtime: - path: .aiox-core/core/synapse/runtime/hook-runtime.js + path: .aiox-core/core/code-intel/hook-runtime.js layer: L1 type: module - purpose: Entity at .aiox-core/core/synapse/runtime/hook-runtime.js + purpose: Entity at .aiox-core/core/code-intel/hook-runtime.js keywords: - hook - runtime usedBy: [] - dependencies: [] + dependencies: + - registry-provider + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] - checksum: sha256:c1422bda2983600f1e175fbe4a6e2b0d87c73122b06b17c31fe09edd0135199a - lastVerified: '2026-03-04T16:20:30.321Z' + checksum: sha256:4d812dc503650ef90249ad2993b3f713aea806138a27455a6a9757329d829c8e + lastVerified: '2026-03-06T18:57:59.407Z' registry-syncer: path: .aiox-core/core/code-intel/registry-syncer.js layer: L1 @@ -6585,12 +8315,15 @@ entities: dependencies: - code-intel - registry-loader + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:701102a519457938d5b9187b75a1f97d85cb5466cef23bce5edfb48b34c69ab8 - lastVerified: '2026-03-04T16:20:30.306Z' + lastVerified: '2026-03-06T18:57:59.411Z' config-cache: path: .aiox-core/core/config/config-cache.js layer: L1 @@ -6601,12 +8334,15 @@ entities: - cache usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:527a788cbe650aa6b13d1101ebc16419489bfef20b2ee93042f6eb6a51e898e9 - lastVerified: '2026-03-04T16:20:01.580Z' + lastVerified: '2026-03-06T18:57:59.411Z' config-loader: path: .aiox-core/core/config/config-loader.js layer: L1 @@ -6619,12 +8355,15 @@ entities: dependencies: - config-resolver - agent-config-loader + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e19fee885b060c85ee75df71a016259b8e4c21e6c7045a58514afded3a2386a8 - lastVerified: '2026-03-04T16:20:30.306Z' + lastVerified: '2026-03-06T18:57:59.411Z' config-resolver: path: .aiox-core/core/config/config-resolver.js layer: L1 @@ -6643,12 +8382,15 @@ entities: - merge-utils - env-interpolator - config-cache + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:3b29df6954cec440debef87cb4e4e7610c94dc74e562d32c74b8ec57d893213b - lastVerified: '2026-03-04T16:20:30.306Z' + lastVerified: '2026-03-06T18:57:59.412Z' env-interpolator: path: .aiox-core/core/config/env-interpolator.js layer: L1 @@ -6661,12 +8403,15 @@ entities: - config-resolver dependencies: - merge-utils + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:d9d9782d1c685fc1734034f656903ff35ac71665c0bedb3fc479544c89d1ece1 - lastVerified: '2026-03-04T16:20:01.581Z' + lastVerified: '2026-03-06T18:57:59.412Z' merge-utils: path: .aiox-core/core/config/merge-utils.js layer: L1 @@ -6679,12 +8424,15 @@ entities: - config-resolver - env-interpolator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e25cb65f4c4e855cfeb4acced46d64a8c9cf7e55a97ac051ec3d985b8855c823 - lastVerified: '2026-03-04T16:20:01.581Z' + lastVerified: '2026-03-06T18:57:59.412Z' migrate-config: path: .aiox-core/core/config/migrate-config.js layer: L1 @@ -6695,12 +8443,15 @@ entities: - config usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:5f46e718e0891d6bf5f46d0f9375960a8e12d010b9699cb287bd0fe71f252f41 - lastVerified: '2026-03-04T16:20:30.306Z' + lastVerified: '2026-03-06T18:57:59.412Z' template-overrides: path: .aiox-core/core/config/template-overrides.js layer: L1 @@ -6711,12 +8462,15 @@ entities: - overrides usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:1708dc8764e7f88dfefd7684240afcd5f13657170ac104aed99145e2bb8ae82c - lastVerified: '2026-03-04T16:20:01.581Z' + lastVerified: '2026-03-06T18:57:59.413Z' fix-handler: path: .aiox-core/core/doctor/fix-handler.js layer: L1 @@ -6729,12 +8483,15 @@ entities: dependencies: - rules-files - agent-memory + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:c8255536f08a622b2773819080bdbf5d65f8f3f43b77eb257d98064cd74903a3 - lastVerified: '2026-03-04T16:20:30.309Z' + lastVerified: '2026-03-06T18:57:59.413Z' agent-elicitation: path: .aiox-core/core/elicitation/agent-elicitation.js layer: L1 @@ -6745,13 +8502,17 @@ entities: - elicitation usedBy: - index.esm + - index dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:ef13ebff1375279e7b8f0f0bbd3699a0d201f9a67127efa64c4142159a26f417 - lastVerified: '2026-03-04T16:20:01.584Z' + lastVerified: '2026-03-06T18:57:59.413Z' elicitation-engine: path: .aiox-core/core/elicitation/elicitation-engine.js layer: L1 @@ -6762,19 +8523,23 @@ entities: - engine usedBy: - index.esm + - index - batch-creator - component-generator dependencies: - session-manager - security-checker + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:256f31ef3a5dd0ba085beb2a1556194e5f2e47d4d15cfeba6896b0022933400c - lastVerified: '2026-03-04T16:20:30.309Z' + lastVerified: '2026-03-06T18:57:59.414Z' session-manager: - path: .aiox-core/core/synapse/session/session-manager.js + path: .aiox-core/core/elicitation/session-manager.js layer: L1 type: module purpose: Entity at .aiox-core/core/elicitation/session-manager.js @@ -6783,14 +8548,18 @@ entities: - manager usedBy: - index.esm + - index - elicitation-engine dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:79e410d808c4b15802d04c9c7f806796c048e846a69d1a69783c619954771f9b - lastVerified: '2026-03-04T16:20:30.310Z' + lastVerified: '2026-03-06T18:57:59.415Z' task-elicitation: path: .aiox-core/core/elicitation/task-elicitation.js layer: L1 @@ -6801,13 +8570,17 @@ entities: - elicitation usedBy: - index.esm + - index dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:cc44ad635e60cbdb67d18209b4b50d1fb2824de2234ec607a6639eb1754bfc75 - lastVerified: '2026-03-04T16:20:01.584Z' + lastVerified: '2026-03-06T18:57:59.415Z' workflow-elicitation: path: .aiox-core/core/elicitation/workflow-elicitation.js layer: L1 @@ -6819,13 +8592,17 @@ entities: usedBy: - verify-workflow-gaps - index.esm + - index dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:722d9b28d2485e3b5b89af6ea136e6d3907b805b9870f6e07e943d0264dc7fff - lastVerified: '2026-03-04T16:20:30.310Z' + lastVerified: '2026-03-06T18:57:59.415Z' dashboard-emitter: path: .aiox-core/core/events/dashboard-emitter.js layer: L1 @@ -6838,12 +8615,15 @@ entities: - bob-orchestrator dependencies: - types + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:20f3d2297c29a64bae34ac8097cc0b54f4f706b19f0dbd6c752a20d7c4ad9eb1 - lastVerified: '2026-03-04T16:20:30.310Z' + lastVerified: '2026-03-06T18:57:59.415Z' types: path: .aiox-core/core/events/types.js layer: L1 @@ -6854,12 +8634,15 @@ entities: usedBy: - dashboard-emitter dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:b9b69520fb8f51aaa9c768006282dfbf17846df9edc829ddc6557d7fa9930865 - lastVerified: '2026-03-04T16:20:30.310Z' + lastVerified: '2026-03-06T18:57:59.416Z' autonomous-build-loop: path: .aiox-core/core/execution/autonomous-build-loop.js layer: L1 @@ -6870,17 +8653,22 @@ entities: - build - loop usedBy: + - build-autonomous - build-orchestrator + - dev dependencies: - build-state-manager - recovery-tracker - worktree-manager + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:22246474800340c7a97c8b865f5f9e3cb162efd45c5db1be2f9f729969a0b6d0 - lastVerified: '2026-03-04T16:20:30.310Z' + lastVerified: '2026-03-06T18:57:59.417Z' build-orchestrator: path: .aiox-core/core/execution/build-orchestrator.js layer: L1 @@ -6889,18 +8677,23 @@ entities: keywords: - build - orchestrator - usedBy: [] + usedBy: + - build + - dev dependencies: - autonomous-build-loop - build-state-manager - worktree-manager - gotchas-memory + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:3698635011a845dfc43c46dfd7f15c0aa3ab488938ea3bd281de29157f5c4687 - lastVerified: '2026-03-04T16:20:30.310Z' + lastVerified: '2026-03-06T18:57:59.417Z' build-state-manager: path: .aiox-core/core/execution/build-state-manager.js layer: L1 @@ -6913,15 +8706,19 @@ entities: usedBy: - autonomous-build-loop - build-orchestrator + - dev dependencies: - stuck-detector - recovery-tracker + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:595523caf6db26624e7a483489345b9498ae15d99c2568073a2c0c45d5b46a54 - lastVerified: '2026-03-04T16:20:30.310Z' + lastVerified: '2026-03-06T18:57:59.418Z' context-injector: path: .aiox-core/core/execution/context-injector.js layer: L1 @@ -6932,32 +8729,38 @@ entities: - injector usedBy: [] dependencies: - - memory-query - gotchas-memory + externalDeps: [] + plannedDeps: + - memory-query - session-memory + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:a183255eb4831f701086f23f371f94a9ce10c46ea18c8369ec0fd756777f042f - lastVerified: '2026-03-04T16:20:30.310Z' + lastVerified: '2026-03-06T18:57:59.419Z' parallel-executor: - path: .aiox-core/core/orchestration/parallel-executor.js + path: .aiox-core/core/execution/parallel-executor.js layer: L1 type: module - purpose: '{' + purpose: Entity at .aiox-core/core/execution/parallel-executor.js keywords: - parallel - executor usedBy: - workflow-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] - checksum: sha256:17b9669337d080509cb270eb8564a0f5684b2abbad1056f81b6947bb0b2b594f - lastVerified: '2026-03-04T16:20:01.601Z' + checksum: sha256:46870e5c8ff8db3ee0386e477d427cc98eeb008f630818b093a9524b410590ae + lastVerified: '2026-03-06T18:57:59.419Z' parallel-monitor: path: .aiox-core/core/execution/parallel-monitor.js layer: L1 @@ -6968,12 +8771,15 @@ entities: - monitor usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:58ecd92f5de9c688f28cf952ae6cc5ee07ddf14dc89fb0ea13b2f0a527e29fae - lastVerified: '2026-03-04T16:20:01.586Z' + lastVerified: '2026-03-06T18:57:59.419Z' rate-limit-manager: path: .aiox-core/core/execution/rate-limit-manager.js layer: L1 @@ -6986,12 +8792,15 @@ entities: usedBy: - wave-executor dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:1b6e2ca99cf59a9dfa5a4e48109d0a47f36262efcc73e69f11a1c0c727d48abb - lastVerified: '2026-03-04T16:20:01.586Z' + lastVerified: '2026-03-06T18:57:59.420Z' result-aggregator: path: .aiox-core/core/execution/result-aggregator.js layer: L1 @@ -7002,12 +8811,15 @@ entities: - aggregator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:fc662bbc649bf704a8f6e70d0203fab389c664a6b4b2932510f84c251ae26610 - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.421Z' semantic-merge-engine: path: .aiox-core/core/execution/semantic-merge-engine.js layer: L1 @@ -7020,12 +8832,15 @@ entities: usedBy: - active-modules.verify dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:26f2a057407cf114a0611944960a8e6d58d93c5e03abe905489e6b699cb98a75 - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.422Z' subagent-dispatcher: path: .aiox-core/core/execution/subagent-dispatcher.js layer: L1 @@ -7036,15 +8851,18 @@ entities: - dispatcher usedBy: [] dependencies: + - gotchas-memory + externalDeps: [] + plannedDeps: - ai-providers - memory-query - - gotchas-memory + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:7affbc04de9be2bc53427670009a885f0b35e1cc183f82c2e044abf9611344b6 - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.422Z' wave-executor: path: .aiox-core/core/execution/wave-executor.js layer: L1 @@ -7055,14 +8873,17 @@ entities: - executor usedBy: [] dependencies: - - wave-analyzer - rate-limit-manager + externalDeps: [] + plannedDeps: + - wave-analyzer + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4e2324edb37ae0729062b5ac029f2891e050e7efd3a48d0f4a1dc4f227a6716b - lastVerified: '2026-03-04T16:20:01.587Z' + lastVerified: '2026-03-06T18:57:59.423Z' cli: path: .aiox-core/core/graph-dashboard/cli.js layer: L1 @@ -7082,12 +8903,15 @@ entities: - dot-formatter - mermaid-formatter - html-formatter + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:1f2fd6c6b5ace42f3bddc89695fe32d01949321d96057bbf50e2e48892f2c8f5 - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.423Z' base-check: path: .aiox-core/core/health-check/base-check.js layer: L1 @@ -7099,8 +8923,6 @@ entities: usedBy: - check-registry - engine - - node-version - - json - console - markdown - build-config @@ -7137,12 +8959,15 @@ entities: - github-cli - mcp-integration dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4bdc81b92825c72ab185fa8f161aa0348d63071f2bc0d894317199e00c269f8d - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.424Z' check-registry: path: .aiox-core/core/health-check/check-registry.js layer: L1 @@ -7154,19 +8979,22 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: - project - local - repository - deployment - services + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:131564effd0499f61a2420914be706b9134db955b4adf09bd03eee511c323867 - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.425Z' engine: - path: .aiox-core/core/synapse/engine.js + path: .aiox-core/core/health-check/engine.js layer: L1 type: module purpose: Entity at .aiox-core/core/health-check/engine.js @@ -7175,12 +9003,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:7a53405621243960ce482e8d3052a40caf8704d670a9f3388eca294056971497 - lastVerified: '2026-03-04T16:20:30.314Z' + lastVerified: '2026-03-06T18:57:59.425Z' ideation-engine: path: .aiox-core/core/ideation/ideation-engine.js layer: L1 @@ -7192,12 +9023,15 @@ entities: usedBy: [] dependencies: - gotchas-memory + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:d9108fa47ed7a9131703739befb214b97d5b8e546faf1b49d8ae9d083756c589 - lastVerified: '2026-03-04T16:20:30.315Z' + lastVerified: '2026-03-06T18:57:59.426Z' circuit-breaker: path: .aiox-core/core/ids/circuit-breaker.js layer: L1 @@ -7209,12 +9043,15 @@ entities: usedBy: - verification-gate dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:1b35331ba71a6ce17869bab255e087fc540291243f9884fc21ed89f7efc122a4 - lastVerified: '2026-03-04T16:20:01.594Z' + lastVerified: '2026-03-06T18:57:59.426Z' framework-governor: path: .aiox-core/core/ids/framework-governor.js layer: L1 @@ -7228,12 +9065,15 @@ entities: - registry-loader - incremental-decision-engine - registry-updater + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:ef7a3b7444a51f2f122c114c662b1db544d1c9e7833dc6f77dce30ac3a2005a2 - lastVerified: '2026-03-04T16:20:30.315Z' + lastVerified: '2026-03-06T18:57:59.427Z' incremental-decision-engine: path: .aiox-core/core/ids/incremental-decision-engine.js layer: L1 @@ -7246,12 +9086,15 @@ entities: usedBy: - framework-governor dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:257b1f67f6df8eb91fe0a95405563611b8bf2f836cbca2398a0a394e40d6c219 - lastVerified: '2026-03-04T16:20:01.595Z' + lastVerified: '2026-03-06T18:57:59.427Z' layer-classifier: path: .aiox-core/core/ids/layer-classifier.js layer: L1 @@ -7263,12 +9106,15 @@ entities: usedBy: - populate-entity-registry dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4ae1e7d341076a13d08b8b5baf7a687ad2c7df673d50fc3554d522fe79debcdc - lastVerified: '2026-03-04T16:20:30.315Z' + lastVerified: '2026-03-06T18:57:59.435Z' registry-healer: path: .aiox-core/core/ids/registry-healer.js layer: L1 @@ -7280,32 +9126,39 @@ entities: usedBy: - ids-health dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:2b128ea4c1e8bc8f9324390ab55c1b3623c9ad3352522cbecec1acaefe472c5d - lastVerified: '2026-03-04T16:20:30.315Z' + lastVerified: '2026-03-06T18:57:59.436Z' registry-loader: - path: .aiox-core/core/registry/registry-loader.js + path: .aiox-core/core/ids/registry-loader.js layer: L1 type: module - purpose: Entity at .aiox-core/core/registry/registry-loader.js + purpose: Entity at .aiox-core/core/ids/registry-loader.js keywords: - registry - loader usedBy: + - index - registry-syncer - framework-governor - code-intel-source - registry-source dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] - checksum: sha256:40310943d29e4ecffe8dab1f7eb7388c73d959b7176d5277b066b97ef556a85a - lastVerified: '2026-03-04T16:20:30.320Z' + checksum: sha256:88c67bace0a5ab6a14cb1d096e3f9cab9f5edc0dd8377788e27b692ccefbd487 + lastVerified: '2026-03-06T18:57:59.436Z' registry-updater: path: .aiox-core/core/ids/registry-updater.js layer: L1 @@ -7317,12 +9170,15 @@ entities: usedBy: - framework-governor dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4873507324efab32ba59e1ade70aaa79f318f9c5d689bdb747d8721effba38d1 - lastVerified: '2026-03-04T16:20:30.315Z' + lastVerified: '2026-03-06T18:57:59.437Z' verification-gate: path: .aiox-core/core/ids/verification-gate.js layer: L1 @@ -7334,12 +9190,15 @@ entities: usedBy: [] dependencies: - circuit-breaker + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:96050661c90fa52bfc755911d02c9194ec35c00e71fc6bbc92a13686dd53bb91 - lastVerified: '2026-03-04T16:20:01.596Z' + lastVerified: '2026-03-06T18:57:59.437Z' manifest-generator: path: .aiox-core/core/manifest/manifest-generator.js layer: L1 @@ -7350,12 +9209,15 @@ entities: - generator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:81b796990dd747bbb9785d205dbe5f6d5556754fc51745fb84b7ce4675acbdbf - lastVerified: '2026-03-04T16:20:30.316Z' + lastVerified: '2026-03-06T18:57:59.438Z' manifest-validator: path: .aiox-core/core/manifest/manifest-validator.js layer: L1 @@ -7366,12 +9228,15 @@ entities: - validator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:3558e7dbf653eac385222a299d0eddaaf77e119a70ec034f7a7291c401d7be2c - lastVerified: '2026-03-04T16:20:30.316Z' + lastVerified: '2026-03-06T18:57:59.438Z' config-migrator: path: .aiox-core/core/mcp/config-migrator.js layer: L1 @@ -7384,12 +9249,15 @@ entities: dependencies: - global-config-manager - symlink-manager + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:0603a288d79e8526a2c757834bab5191bbc240b1b9dcb548b09d10cee97de322 - lastVerified: '2026-03-04T16:20:30.316Z' + lastVerified: '2026-03-06T18:57:59.438Z' global-config-manager: path: .aiox-core/core/mcp/global-config-manager.js layer: L1 @@ -7403,12 +9271,15 @@ entities: - config-migrator dependencies: - os-detector + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:c010cfff03119c8369a3c4c3cc73ce31d79108dc15c5c66e67f63766a2a2c5d8 - lastVerified: '2026-03-04T16:20:30.316Z' + lastVerified: '2026-03-06T18:57:59.438Z' os-detector: path: .aiox-core/core/mcp/os-detector.js layer: L1 @@ -7421,12 +9292,15 @@ entities: - global-config-manager - symlink-manager dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:7c5eb398bf1e53ddc5e31a9367d01709eba56bc53f653430ea7de07e32aa2a11 - lastVerified: '2026-03-04T16:20:30.316Z' + lastVerified: '2026-03-06T18:57:59.439Z' symlink-manager: path: .aiox-core/core/mcp/symlink-manager.js layer: L1 @@ -7439,12 +9313,15 @@ entities: - config-migrator dependencies: - os-detector + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:b2c68e5664f7f8595b81cbfba69be16d7f37f8d21608c99ddd066808aa2653c1 - lastVerified: '2026-03-04T16:20:30.316Z' + lastVerified: '2026-03-06T18:57:59.439Z' gotchas-memory: path: .aiox-core/core/memory/gotchas-memory.js layer: L1 @@ -7454,18 +9331,24 @@ entities: - gotchas - memory usedBy: + - gotcha + - gotchas - build-orchestrator - context-injector - subagent-dispatcher - ideation-engine - active-modules.verify + - dev dependencies: [] - adaptability: + externalDeps: [] + plannedDeps: [] + lifecycle: production + adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:0063eff42caf0dda759c0390ac323e7b102f5507f27b8beb7b0acc2fbec407c4 - lastVerified: '2026-03-04T16:20:30.316Z' + lastVerified: '2026-03-06T18:57:59.440Z' agent-invoker: path: .aiox-core/core/orchestration/agent-invoker.js layer: L1 @@ -7477,12 +9360,15 @@ entities: usedBy: - master-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:5e1e3428163c35b0c91f694b76a5ca1e520249de1f7f65aae87e6723c01a45e7 - lastVerified: '2026-03-04T16:20:30.317Z' + lastVerified: '2026-03-06T18:57:59.440Z' bob-orchestrator: path: .aiox-core/core/orchestration/bob-orchestrator.js layer: L1 @@ -7507,12 +9393,15 @@ entities: - bob-status-writer - dashboard-emitter - message-formatter + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:35219c5113c262a39f249866e66c76f9f1206465dd68a66eb27d82c623b46048 - lastVerified: '2026-03-04T16:20:30.317Z' + lastVerified: '2026-03-06T18:57:59.441Z' bob-status-writer: path: .aiox-core/core/orchestration/bob-status-writer.js layer: L1 @@ -7525,12 +9414,15 @@ entities: usedBy: - bob-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:d0368d44b8b45549f503d737b0fdb21afb02db8d544b19f4d0289828501ac016 - lastVerified: '2026-03-04T16:20:30.317Z' + lastVerified: '2026-03-06T18:57:59.441Z' brownfield-handler: path: .aiox-core/core/orchestration/brownfield-handler.js layer: L1 @@ -7545,12 +9437,15 @@ entities: - workflow-executor - surface-checker - session-state + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:370599a3de3c936e8ebf2f5d14a1d09b8b33c3ccda3027d68740171314888215 - lastVerified: '2026-03-04T16:20:30.317Z' + lastVerified: '2026-03-06T18:57:59.442Z' checklist-runner: path: .aiox-core/core/orchestration/checklist-runner.js layer: L1 @@ -7562,12 +9457,15 @@ entities: usedBy: - workflow-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:40f17b74c2fe6746f45aa5750c0b85b5af22221e010951eb6e93f5796fb70a8f - lastVerified: '2026-03-04T16:20:30.317Z' + lastVerified: '2026-03-06T18:57:59.442Z' cli-commands: path: .aiox-core/core/orchestration/cli-commands.js layer: L1 @@ -7579,12 +9477,15 @@ entities: usedBy: [] dependencies: - master-orchestrator + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:cedd09f6938b3e1e0e19c06f4763de00281ddb31529d16ab9e4f74d194a3bd3b - lastVerified: '2026-03-04T16:20:30.317Z' + lastVerified: '2026-03-06T18:57:59.462Z' condition-evaluator: path: .aiox-core/core/orchestration/condition-evaluator.js layer: L1 @@ -7596,12 +9497,15 @@ entities: usedBy: - workflow-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:8bf565cf56194340ff4e1d642647150775277bce649411d0338faa2c96106745 - lastVerified: '2026-03-04T16:20:01.598Z' + lastVerified: '2026-03-06T18:57:59.463Z' context-manager: path: .aiox-core/core/orchestration/context-manager.js layer: L1 @@ -7613,12 +9517,15 @@ entities: usedBy: - workflow-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:7bf273723a2c08cb84e670b9d4c55aacec51819b1fbd5f3b0c46c4ccfa2ec192 - lastVerified: '2026-03-04T16:20:30.317Z' + lastVerified: '2026-03-06T18:57:59.464Z' dashboard-integration: path: .aiox-core/core/orchestration/dashboard-integration.js layer: L1 @@ -7629,14 +9536,17 @@ entities: - integration usedBy: - master-orchestrator - dependencies: + dependencies: [] + externalDeps: [] + plannedDeps: - events + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:8f2dd7d3885a9eaf58957505d312923e149f2771ae3ca0cda879631683f826c9 - lastVerified: '2026-03-04T16:20:30.317Z' + lastVerified: '2026-03-06T18:57:59.464Z' data-lifecycle-manager: path: .aiox-core/core/orchestration/data-lifecycle-manager.js layer: L1 @@ -7651,12 +9561,15 @@ entities: - pm dependencies: - lock-manager + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:031c351aa28e96eb232db709741eb3474fbe8c25bfc834f607834fdddd8cb632 - lastVerified: '2026-03-04T16:20:30.318Z' + lastVerified: '2026-03-06T18:57:59.464Z' epic-context-accumulator: path: .aiox-core/core/orchestration/epic-context-accumulator.js layer: L1 @@ -7668,12 +9581,15 @@ entities: - accumulator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4f342f7fc05f404de2b899358f86143106737b56d6c486c98e988a67d420078b - lastVerified: '2026-03-04T16:20:01.599Z' + lastVerified: '2026-03-06T18:57:59.465Z' execution-profile-resolver: path: .aiox-core/core/orchestration/execution-profile-resolver.js layer: L1 @@ -7686,12 +9602,15 @@ entities: usedBy: - workflow-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:bb35f1c16c47c9306128c5f3e6c90df3ed91f9358576ea97a59007b74f5e9927 - lastVerified: '2026-03-04T16:20:01.599Z' + lastVerified: '2026-03-06T18:57:59.465Z' executor-assignment: path: .aiox-core/core/orchestration/executor-assignment.js layer: L1 @@ -7705,12 +9624,15 @@ entities: - bob-orchestrator - workflow-executor dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:c046e3e837dbbb82d3877985192d3438d49f369274ac709789b913c502ada617 - lastVerified: '2026-03-04T16:20:30.318Z' + lastVerified: '2026-03-06T18:57:59.465Z' gate-evaluator: path: .aiox-core/core/orchestration/gate-evaluator.js layer: L1 @@ -7722,12 +9644,15 @@ entities: usedBy: - master-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:66a6ff6afefcdbf3e5149100b8e10aad95feaa5a84a0a993255ddb939b1c0eb4 - lastVerified: '2026-03-04T16:20:30.318Z' + lastVerified: '2026-03-06T18:57:59.466Z' gemini-model-selector: path: .aiox-core/core/orchestration/gemini-model-selector.js layer: L1 @@ -7740,12 +9665,15 @@ entities: usedBy: [] dependencies: - task-complexity-classifier + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:2fe54c401ae60c0b5dc07f74c7a464992a0558b10c0b61f183c06943441d0d57 - lastVerified: '2026-03-04T16:20:01.600Z' + lastVerified: '2026-03-06T18:57:59.467Z' greenfield-handler: path: .aiox-core/core/orchestration/greenfield-handler.js layer: L1 @@ -7761,12 +9689,15 @@ entities: - surface-checker - session-state - terminal-spawner + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e4e951e1347f846f4df0af2a7692838a734418030331cb25ce6fa86721beafdf - lastVerified: '2026-03-04T16:20:30.318Z' + lastVerified: '2026-03-06T18:57:59.468Z' lock-manager: path: .aiox-core/core/orchestration/lock-manager.js layer: L1 @@ -7779,12 +9710,15 @@ entities: - bob-orchestrator - data-lifecycle-manager dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:3917ef9443f8a0e0de0c79715de54fe1e9451faa9860ee2f0c0f588dfaaf7a09 - lastVerified: '2026-03-04T16:20:30.318Z' + lastVerified: '2026-03-06T18:57:59.468Z' master-orchestrator: path: .aiox-core/core/orchestration/master-orchestrator.js layer: L1 @@ -7797,17 +9731,20 @@ entities: - cli-commands dependencies: - tech-stack-detector - - executors - recovery-handler - gate-evaluator - agent-invoker - dashboard-integration + externalDeps: [] + plannedDeps: + - executors + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:61b874d74fae62e9307861b02b7505538f1c94362fe638fc3941b0665dcbbdf6 - lastVerified: '2026-03-04T16:20:30.319Z' + lastVerified: '2026-03-06T18:57:59.469Z' message-formatter: path: .aiox-core/core/orchestration/message-formatter.js layer: L1 @@ -7819,12 +9756,15 @@ entities: usedBy: - bob-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:b7413c04fa22db1c5fc2f5c2aa47bb8ca0374e079894a44df21b733da6c258ae - lastVerified: '2026-03-04T16:20:01.601Z' + lastVerified: '2026-03-06T18:57:59.472Z' recovery-handler: path: .aiox-core/core/orchestration/recovery-handler.js layer: L1 @@ -7839,12 +9779,15 @@ entities: - stuck-detector - rollback-manager - recovery-tracker + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:6a9ef025f95885849aa893188299aca698cea2ea428cc302012833032c9e106e - lastVerified: '2026-03-04T16:20:30.319Z' + lastVerified: '2026-03-06T18:57:59.473Z' session-state: path: .aiox-core/core/orchestration/session-state.js layer: L1 @@ -7861,12 +9804,15 @@ entities: - greenfield-handler - workflow-executor dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:72aa24d7a7a256a56973d7b4e7b03c968eabeb0d22be23af75f65f2e45ac88b3 - lastVerified: '2026-03-04T16:20:30.319Z' + lastVerified: '2026-03-06T18:57:59.473Z' skill-dispatcher: path: .aiox-core/core/orchestration/skill-dispatcher.js layer: L1 @@ -7878,12 +9824,15 @@ entities: usedBy: - workflow-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:5ebee66973a1df5d9dfed195ac6d83765a92023ba504e1814674345094fb8117 - lastVerified: '2026-03-04T16:20:30.319Z' + lastVerified: '2026-03-06T18:57:59.474Z' subagent-prompt-builder: path: .aiox-core/core/orchestration/subagent-prompt-builder.js layer: L1 @@ -7896,12 +9845,15 @@ entities: usedBy: - workflow-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:c014eaae229e6c84742273701a6ef21a19343e34ef8be38d5d6a9bc59ecd8b02 - lastVerified: '2026-03-04T16:20:30.319Z' + lastVerified: '2026-03-06T18:57:59.474Z' surface-checker: path: .aiox-core/core/orchestration/surface-checker.js layer: L1 @@ -7916,12 +9868,15 @@ entities: - brownfield-handler - greenfield-handler dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:92e9d5bea78c3db4940c39f79e537821b36451cd524d69e6b738272aa63c08b6 - lastVerified: '2026-03-04T16:20:01.602Z' + lastVerified: '2026-03-06T18:57:59.474Z' task-complexity-classifier: path: .aiox-core/core/orchestration/task-complexity-classifier.js layer: L1 @@ -7934,12 +9889,15 @@ entities: usedBy: - gemini-model-selector dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:33b3b7c349352d607c156e0018c508f0869a1c7d233d107bed194a51bc608c93 - lastVerified: '2026-03-04T16:20:01.602Z' + lastVerified: '2026-03-06T18:57:59.474Z' tech-stack-detector: path: .aiox-core/core/orchestration/tech-stack-detector.js layer: L1 @@ -7953,12 +9911,15 @@ entities: - master-orchestrator - workflow-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:074c52757e181cc1e344b26ae191ac67488d18e9da2b06b5def23abb6c64c056 - lastVerified: '2026-03-04T16:20:01.602Z' + lastVerified: '2026-03-06T18:57:59.475Z' terminal-spawner: path: .aiox-core/core/orchestration/terminal-spawner.js layer: L1 @@ -7971,12 +9932,15 @@ entities: - greenfield-handler - workflow-executor dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:a6453c6acf0ff007444adeaa5e4620890fff38f0b31b058a2da04d790fb098ab - lastVerified: '2026-03-04T16:20:30.319Z' + lastVerified: '2026-03-06T18:57:59.475Z' workflow-executor: path: .aiox-core/core/orchestration/workflow-executor.js layer: L1 @@ -7986,6 +9950,7 @@ entities: - workflow - executor usedBy: + - story-checkpoint - bob-orchestrator - brownfield-handler - greenfield-handler @@ -7993,12 +9958,15 @@ entities: - executor-assignment - terminal-spawner - session-state + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:49372791e5729fd7987c80efe1400168e8d59eac000a009b88d9fde6735cf4db - lastVerified: '2026-03-04T16:20:30.319Z' + lastVerified: '2026-03-06T18:57:59.493Z' workflow-orchestrator: path: .aiox-core/core/orchestration/workflow-orchestrator.js layer: L1 @@ -8017,12 +9985,15 @@ entities: - condition-evaluator - skill-dispatcher - execution-profile-resolver + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:82816bd5e6fecc9bbb77292444e53254c72bf93e5c04260784743354c6a58627 - lastVerified: '2026-03-04T16:20:30.319Z' + lastVerified: '2026-03-06T18:57:59.494Z' operation-guard: path: .aiox-core/core/permissions/operation-guard.js layer: L1 @@ -8035,12 +10006,15 @@ entities: - permission-mode.test dependencies: - permission-mode + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:f9b1b1bd547145c0d8a0f47534af0678ee852df6236acd05c53e479cb0e3f0bd - lastVerified: '2026-03-04T16:20:01.603Z' + lastVerified: '2026-03-06T18:57:59.494Z' permission-mode: path: .aiox-core/core/permissions/permission-mode.js layer: L1 @@ -8053,12 +10027,15 @@ entities: - operation-guard - permission-mode.test dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:84f09067c7154d97cb2252b9a7def00562acf569cfc3b035d6d4e39fb40d4033 - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.495Z' base-layer: path: .aiox-core/core/quality-gates/base-layer.js layer: L1 @@ -8072,12 +10049,15 @@ entities: - layer2-pr-automation - layer3-human-review dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:9a9a3921da08176b0bd44f338a59abc1f5107f3b1ee56571e840bf4e8ed233f4 - lastVerified: '2026-03-04T16:20:01.603Z' + lastVerified: '2026-03-06T18:57:59.512Z' checklist-generator: path: .aiox-core/core/quality-gates/checklist-generator.js layer: L1 @@ -8089,12 +10069,15 @@ entities: usedBy: - layer3-human-review dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:7f2800f6e2465a846c9bef8a73403e7b91bf18d1d1425804d31244bd883ec55a - lastVerified: '2026-03-04T16:20:01.603Z' + lastVerified: '2026-03-06T18:57:59.518Z' focus-area-recommender: path: .aiox-core/core/quality-gates/focus-area-recommender.js layer: L1 @@ -8107,12 +10090,15 @@ entities: usedBy: - human-review-orchestrator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:f6364e2d444d19a8a3d0fb59d5264ae55137d48e008f5a3efe57f92465c4b53e - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.519Z' human-review-orchestrator: path: .aiox-core/core/quality-gates/human-review-orchestrator.js layer: L1 @@ -8127,12 +10113,15 @@ entities: dependencies: - focus-area-recommender - notification-manager + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:3462b577d1bfa561156e72483241cb3bd0a6756448bd17acb3f4d92ead144781 - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.521Z' layer1-precommit: path: .aiox-core/core/quality-gates/layer1-precommit.js layer: L1 @@ -8145,12 +10134,15 @@ entities: - quality-gate-manager dependencies: - base-layer + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:250b62740b473383e41b371bb59edddabd8a312f5f48a5a8e883e6196a48b8f3 - lastVerified: '2026-03-04T16:20:01.604Z' + lastVerified: '2026-03-06T18:57:59.522Z' layer2-pr-automation: path: .aiox-core/core/quality-gates/layer2-pr-automation.js layer: L1 @@ -8164,12 +10156,15 @@ entities: - quality-gate-manager dependencies: - base-layer + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:af31e7ac60b74b52ee983d0fcff7457042eea553b6127538cab41eb94eaee8e0 - lastVerified: '2026-03-04T16:20:01.604Z' + lastVerified: '2026-03-06T18:57:59.522Z' layer3-human-review: path: .aiox-core/core/quality-gates/layer3-human-review.js layer: L1 @@ -8184,12 +10179,15 @@ entities: dependencies: - base-layer - checklist-generator + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:9bf79d5adfddae55d7dddfda777cd2775aa76f82204ddd0f660f6edbd093b16b - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.523Z' notification-manager: path: .aiox-core/core/quality-gates/notification-manager.js layer: L1 @@ -8202,12 +10200,15 @@ entities: - human-review-orchestrator - quality-gate-manager dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:89466b448383f8021075f43b870036b2e1d0277e543bd4357dd4988dc7c31b14 - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.523Z' quality-gate-manager: path: .aiox-core/core/quality-gates/quality-gate-manager.js layer: L1 @@ -8224,12 +10225,15 @@ entities: - layer3-human-review - human-review-orchestrator - notification-manager + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:b0d5ce2653218eae63121e892d886c3234a87bf98536369c75b537163e07fb26 - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.523Z' build-registry: path: .aiox-core/core/registry/build-registry.js layer: L1 @@ -8240,12 +10244,15 @@ entities: - registry usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e23f7e4f2d378de42204698eb0a818f6f8a4868a97341c8fbb92158c3e7d4767 - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.524Z' validate-registry: path: .aiox-core/core/registry/validate-registry.js layer: L1 @@ -8256,12 +10263,15 @@ entities: - registry usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:d9805ce445661a3a2d9e6c73bf35cbd1bc2403419825442cd7b8f01cc1409cb3 - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.525Z' context-detector: path: .aiox-core/core/session/context-detector.js layer: L1 @@ -8275,15 +10285,19 @@ entities: - greeting-builder - unified-activation-pipeline - index.esm + - index - context-loader dependencies: - atomic-write + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:5537563d5dfc613e16fd610c9e1407e7811c4f19745a78a4fc81c34af20000f4 - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.527Z' context-loader: path: .aiox-core/core/session/context-loader.js layer: L1 @@ -8296,14 +10310,18 @@ entities: - context-loading - unified-activation-pipeline - index.esm + - index dependencies: - context-detector + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e810e119059dce081d1143b16e4e6bb7aa65684169b4ebc36f55ecbaf109bd63 - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.527Z' observability-panel: path: .aiox-core/core/ui/observability-panel.js layer: L1 @@ -8313,16 +10331,18 @@ entities: - observability - panel usedBy: - - index - bob-orchestrator dependencies: - panel-renderer + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:f73bb7b80e60d8158c5044b13bb4dd4945270d3d44b8ac3e2c30635e5040f0f8 - lastVerified: '2026-03-04T16:20:01.609Z' + lastVerified: '2026-03-06T18:57:59.528Z' panel-renderer: path: .aiox-core/core/ui/panel-renderer.js layer: L1 @@ -8332,15 +10352,17 @@ entities: - panel - renderer usedBy: - - index - observability-panel dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:d51a8a9d1dd76ce6bc08d38eaf53f4f7df948cc4edc8e7f56d68c39522f64dc6 - lastVerified: '2026-03-04T16:20:01.609Z' + lastVerified: '2026-03-06T18:57:59.528Z' output-formatter: path: .aiox-core/core/utils/output-formatter.js layer: L1 @@ -8351,12 +10373,15 @@ entities: - formatter usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:6fdfee469b7c108ec24a045b9b2719d836a242052abd285957a9ac732c6fc594 - lastVerified: '2026-03-04T16:20:30.321Z' + lastVerified: '2026-03-06T18:57:59.528Z' security-utils: path: .aiox-core/core/utils/security-utils.js layer: L1 @@ -8367,12 +10392,15 @@ entities: - utils usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:00c938eda0e142b8c204b50afdd662864b5209b60a32a0e6e847e4e4cbceee09 - lastVerified: '2026-03-04T16:20:30.321Z' + lastVerified: '2026-03-06T18:57:59.529Z' yaml-validator: path: .aiox-core/core/utils/yaml-validator.js layer: L1 @@ -8383,12 +10411,15 @@ entities: - validator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:41e3715845262c2e49f58745a773e81f4feaaa2325e54bcb0226e4bf08f709dd - lastVerified: '2026-03-04T16:20:30.321Z' + lastVerified: '2026-03-06T18:57:59.529Z' creation-helper: path: .aiox-core/core/code-intel/helpers/creation-helper.js layer: L1 @@ -8400,12 +10431,15 @@ entities: usedBy: [] dependencies: - index + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e674fdbe6979dbe961853f080d5971ba264dee23ab70abafcc21ee99356206e7 - lastVerified: '2026-03-04T16:20:01.578Z' + lastVerified: '2026-03-06T18:57:59.529Z' dev-helper: path: .aiox-core/core/code-intel/helpers/dev-helper.js layer: L1 @@ -8418,12 +10452,15 @@ entities: - create-service dependencies: - index + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:2418a5f541003c73cc284e88a6b0cb666896a47ffd5ed4c08648269d281efc4c - lastVerified: '2026-03-04T16:20:01.578Z' + lastVerified: '2026-03-06T18:57:59.529Z' devops-helper: path: .aiox-core/core/code-intel/helpers/devops-helper.js layer: L1 @@ -8437,12 +10474,15 @@ entities: - github-devops-pre-push-quality-gate dependencies: - index + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:c40cfa9ac2f554a707ff68c7709ae436349041bf00ad2f42811ccbe8ba842462 - lastVerified: '2026-03-04T16:20:01.578Z' + lastVerified: '2026-03-06T18:57:59.557Z' planning-helper: path: .aiox-core/core/code-intel/helpers/planning-helper.js layer: L1 @@ -8459,12 +10499,15 @@ entities: - plan-create-implementation dependencies: - index + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:2edcf275122125205a9e737035c8b25efdc4af13e7349ffc10c3ebe8ebe7654d - lastVerified: '2026-03-04T16:20:01.578Z' + lastVerified: '2026-03-06T18:57:59.557Z' qa-helper: path: .aiox-core/core/code-intel/helpers/qa-helper.js layer: L1 @@ -8476,12 +10519,15 @@ entities: usedBy: [] dependencies: - index + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:ca069dad294224dd5c3369826fb39d5c24287d49d74360049f8bbc55f190eeda - lastVerified: '2026-03-04T16:20:01.579Z' + lastVerified: '2026-03-06T18:57:59.557Z' story-helper: path: .aiox-core/core/code-intel/helpers/story-helper.js layer: L1 @@ -8493,12 +10539,15 @@ entities: usedBy: [] dependencies: - index + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:778466253ac66103ebc3b1caf71f44b06a0d5fb3d39fe8d3d473dd4bc73fefc6 - lastVerified: '2026-03-04T16:20:01.579Z' + lastVerified: '2026-03-06T18:57:59.558Z' code-graph-provider: path: .aiox-core/core/code-intel/providers/code-graph-provider.js layer: L1 @@ -8512,12 +10561,15 @@ entities: - code-intel-client dependencies: - provider-interface + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:83251871bc2d65864a4e148e3921408e74662a2739bfbd12395a2daaa4bde9a0 - lastVerified: '2026-03-04T16:20:01.580Z' + lastVerified: '2026-03-06T18:57:59.558Z' provider-interface: path: .aiox-core/core/code-intel/providers/provider-interface.js layer: L1 @@ -8530,12 +10582,15 @@ entities: - code-graph-provider - registry-provider dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:74df278e31f240ee4499f10989c4b6f8c7c7cba6e8f317cb433a23fd6693c487 - lastVerified: '2026-03-04T16:20:01.580Z' + lastVerified: '2026-03-06T18:57:59.558Z' registry-provider: path: .aiox-core/core/code-intel/providers/registry-provider.js layer: L1 @@ -8546,14 +10601,18 @@ entities: - provider usedBy: - code-intel-client + - hook-runtime dependencies: - provider-interface + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:d7173384a1c0ff33326d1f45ee3fba0a6cbf7d7fe0476c1a60fda5442f5486e3 - lastVerified: '2026-03-04T16:20:30.306Z' + lastVerified: '2026-03-06T18:57:59.558Z' agent-memory: path: .aiox-core/core/doctor/checks/agent-memory.js layer: L1 @@ -8565,12 +10624,15 @@ entities: usedBy: - fix-handler dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:08d5d685e4fdaaedf081020229844f4a58c9fd00244e4c37eb5b3fd78f4feb61 - lastVerified: '2026-03-04T16:20:30.308Z' + lastVerified: '2026-03-06T18:57:59.558Z' claude-md: path: .aiox-core/core/doctor/checks/claude-md.js layer: L1 @@ -8581,12 +10643,15 @@ entities: - md usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:88162c90d0b671c1a924fd6e18aeeb0fb229d19fb4204c12551feafbdef5d01d - lastVerified: '2026-03-04T16:20:30.308Z' + lastVerified: '2026-03-06T18:57:59.559Z' code-intel: path: .aiox-core/core/doctor/checks/code-intel.js layer: L1 @@ -8608,12 +10673,15 @@ entities: - code-intel-source - metrics-source dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:5ed69815b54a686ef1076964f1eb667059712d35487fc2f1785a9897f59436fb - lastVerified: '2026-03-04T16:20:30.308Z' + lastVerified: '2026-03-06T18:57:59.559Z' commands-count: path: .aiox-core/core/doctor/checks/commands-count.js layer: L1 @@ -8624,28 +10692,34 @@ entities: - count usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:eb3be16a561337ed64883ba578df1cb74790fcb6edee47bfd309d2480e66fbee - lastVerified: '2026-03-04T16:20:30.308Z' + lastVerified: '2026-03-06T18:57:59.559Z' core-config: path: .aiox-core/core/doctor/checks/core-config.js layer: L1 type: module - purpose: Entity at .aiox-core/core/doctor/checks/core-config.js + purpose: Entity at .aiox-core/core-config.yaml keywords: - core - config usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] - checksum: sha256:53ddc48091f64805c100d08fb8cac5d1b4d74e844c8cfcde122f881a428b650b - lastVerified: '2026-03-04T16:20:30.308Z' + checksum: sha256:f37570c1b5c4f1ecbc94c3207c60845f863429a9f1cb551e59593affc7c4f1b4 + lastVerified: '2026-03-07T18:10:26.945Z' entity-registry: path: .aiox-core/core/doctor/checks/entity-registry.js layer: L1 @@ -8656,12 +10730,15 @@ entities: - registry usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:bed5f0881102fecf77e7a4f990a1363b840422701f736e806c1c69908acae0aa - lastVerified: '2026-03-04T16:20:30.308Z' + lastVerified: '2026-03-06T18:57:59.560Z' git-hooks: path: .aiox-core/core/doctor/checks/git-hooks.js layer: L1 @@ -8672,12 +10749,15 @@ entities: - hooks usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:3fe9411a64265c581952f40044b70cc21b324773f54e4b902e4ce390c976fa2f - lastVerified: '2026-03-04T16:20:30.308Z' + lastVerified: '2026-03-06T18:57:59.561Z' graph-dashboard: path: .aiox-core/core/doctor/checks/graph-dashboard.js layer: L1 @@ -8688,12 +10768,15 @@ entities: - dashboard usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4c4a16ab33117169aac7e4e29d841eec4f28a076f6d93fb9d872749831a14a17 - lastVerified: '2026-03-04T16:20:30.308Z' + lastVerified: '2026-03-06T18:57:59.561Z' hooks-claude-count: path: .aiox-core/core/doctor/checks/hooks-claude-count.js layer: L1 @@ -8705,12 +10788,15 @@ entities: - count usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:026ddf0248819b89b1147e0876a2934e38e0113d3c6380d68a752d432060e7ec - lastVerified: '2026-03-04T16:20:30.308Z' + lastVerified: '2026-03-06T18:57:59.561Z' ide-sync: path: .aiox-core/core/doctor/checks/ide-sync.js layer: L1 @@ -8721,29 +10807,34 @@ entities: - sync usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:0941feb55b6dc5d3afde7e4e9ef11afbc1d9781197c9e52630056fab1c1ebea2 - lastVerified: '2026-03-04T16:20:30.308Z' + lastVerified: '2026-03-06T18:57:59.562Z' node-version: - path: .aiox-core/core/health-check/checks/project/node-version.js + path: .aiox-core/core/doctor/checks/node-version.js layer: L1 type: module - purpose: '''Verifies Node.js version meets minimum requirements'',' + purpose: Entity at .aiox-core/core/doctor/checks/node-version.js keywords: - node - version usedBy: [] - dependencies: - - base-check + dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] - checksum: sha256:9bcebbd153d89b3f04d58850f48f2c2bcd9648286db656832197b429b7fc3391 - lastVerified: '2026-03-04T16:20:30.313Z' + checksum: sha256:9e8bd100affa46131ac495c1e60ce87c88bbe879d459601a502589824d1aeac1 + lastVerified: '2026-03-06T18:57:59.562Z' npm-packages: path: .aiox-core/core/doctor/checks/npm-packages.js layer: L1 @@ -8754,12 +10845,15 @@ entities: - packages usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:6c54cb15dc3492ec50b4edc4733ecc5c41d5a00536aed87a5a5d815f472ee9f7 - lastVerified: '2026-03-04T16:20:30.309Z' + lastVerified: '2026-03-06T18:57:59.562Z' rules-files: path: .aiox-core/core/doctor/checks/rules-files.js layer: L1 @@ -8771,12 +10865,15 @@ entities: usedBy: - fix-handler dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:3996e6343a224021fa684d7930dc99b66469c59cb15d416b0c024a770d722ab6 - lastVerified: '2026-03-04T16:20:30.309Z' + lastVerified: '2026-03-06T18:57:59.562Z' settings-json: path: .aiox-core/core/doctor/checks/settings-json.js layer: L1 @@ -8787,12 +10884,15 @@ entities: - json usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:bd26841b966fcfa003eca6f85416d4f877b9dcfea0e4017df9f2a97c14c33fbb - lastVerified: '2026-03-04T16:20:30.309Z' + lastVerified: '2026-03-06T18:57:59.562Z' skills-count: path: .aiox-core/core/doctor/checks/skills-count.js layer: L1 @@ -8803,28 +10903,33 @@ entities: - count usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:0b6a19fca1765904c31a33caeeefacbe76df4641154f2f93a8300b4cacce34b8 - lastVerified: '2026-03-04T16:20:30.309Z' + lastVerified: '2026-03-06T18:57:59.563Z' json: - path: .aiox-core/core/health-check/reporters/json.js + path: .aiox-core/core/doctor/formatters/json.js layer: L1 type: module - purpose: data.summary, + purpose: Entity at .aiox-core/core/doctor/formatters/json.js keywords: - json usedBy: [] - dependencies: - - base-check + dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] - checksum: sha256:56b97bb379b7f9e35cd0796ae51c17d990429b0b17f4a34f4350c65333b40b12 - lastVerified: '2026-03-04T16:20:30.315Z' + checksum: sha256:ea3f28f168f48ca3002661210932846f0e82c3dd9261d5e9115036f67e5a1ea4 + lastVerified: '2026-03-06T18:57:59.563Z' text: path: .aiox-core/core/doctor/formatters/text.js layer: L1 @@ -8834,12 +10939,15 @@ entities: - text usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:bd582b33c2d915516798627351c46d6d8edb56f655bb91037dfdbac159de77eb - lastVerified: '2026-03-04T16:20:30.309Z' + lastVerified: '2026-03-06T18:57:59.563Z' code-intel-source: path: .aiox-core/core/graph-dashboard/data-sources/code-intel-source.js layer: L1 @@ -8854,12 +10962,15 @@ entities: dependencies: - code-intel - registry-loader + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e508d6cbadcd2358fa7756dcaceefbaa510bd89155e036e2cbd386585408ff8f - lastVerified: '2026-03-04T16:20:01.587Z' + lastVerified: '2026-03-06T18:57:59.563Z' metrics-source: path: .aiox-core/core/graph-dashboard/data-sources/metrics-source.js layer: L1 @@ -8872,12 +10983,15 @@ entities: - cli dependencies: - code-intel + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:b1e4027f82350760b67ea8f58e04a5e739f87f010838487043e29dab7301ae9e - lastVerified: '2026-03-04T16:20:01.587Z' + lastVerified: '2026-03-06T18:57:59.564Z' registry-source: path: .aiox-core/core/graph-dashboard/data-sources/registry-source.js layer: L1 @@ -8890,12 +11004,15 @@ entities: - cli dependencies: - registry-loader + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:32d2a4bd5b102823d5933e5f9a648ae7e647cb1918092063161fed80d32b844b - lastVerified: '2026-03-04T16:20:01.587Z' + lastVerified: '2026-03-06T18:57:59.564Z' dot-formatter: path: .aiox-core/core/graph-dashboard/formatters/dot-formatter.js layer: L1 @@ -8907,12 +11024,15 @@ entities: usedBy: - cli dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4c369343f2b617a730951eb137d5ba74087bfd9f5dddbbf439e1fc2f87117d7a - lastVerified: '2026-03-04T16:20:01.587Z' + lastVerified: '2026-03-06T18:57:59.564Z' html-formatter: path: .aiox-core/core/graph-dashboard/formatters/html-formatter.js layer: L1 @@ -8924,12 +11044,15 @@ entities: usedBy: - cli dependencies: [] - adaptability: + externalDeps: [] + plannedDeps: [] + lifecycle: production + adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:81bfd3d61234cf17a0d7e25fbcdb86ddddc3f911e25a95f21604f7fe1d8d6a84 - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.566Z' json-formatter: path: .aiox-core/core/graph-dashboard/formatters/json-formatter.js layer: L1 @@ -8941,12 +11064,15 @@ entities: usedBy: - cli dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:0544ec384f716130a5141edc7ad6733dccd82b86e37fc1606f1120b0037c3f8d - lastVerified: '2026-03-04T16:20:01.588Z' + lastVerified: '2026-03-06T18:57:59.566Z' mermaid-formatter: path: .aiox-core/core/graph-dashboard/formatters/mermaid-formatter.js layer: L1 @@ -8958,12 +11084,15 @@ entities: usedBy: - cli dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:a6a5361cb7cdce2632d348ad32c659a3c383471fd338e76d578cc83c0888b2d7 - lastVerified: '2026-03-04T16:20:01.588Z' + lastVerified: '2026-03-06T18:57:59.566Z' stats-renderer: path: .aiox-core/core/graph-dashboard/renderers/stats-renderer.js layer: L1 @@ -8975,12 +11104,15 @@ entities: usedBy: - cli dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:375f904e8592a546f594f63b2c717db03db500e7070372db6de5524ac74ba474 - lastVerified: '2026-03-04T16:20:01.588Z' + lastVerified: '2026-03-06T18:57:59.566Z' status-renderer: path: .aiox-core/core/graph-dashboard/renderers/status-renderer.js layer: L1 @@ -8992,12 +11124,15 @@ entities: usedBy: - cli dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:8e971ae267a570fac96782ee2d1ddb7787cc1efde9e17a2f23c9261ae0286acb - lastVerified: '2026-03-04T16:20:01.588Z' + lastVerified: '2026-03-06T18:57:59.567Z' tree-renderer: path: .aiox-core/core/graph-dashboard/renderers/tree-renderer.js layer: L1 @@ -9009,12 +11144,15 @@ entities: usedBy: - cli dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:067bb5aefdfff0442a6132b89cec9ac61e84c9a9295097209a71c839978cef10 - lastVerified: '2026-03-04T16:20:01.588Z' + lastVerified: '2026-03-06T18:57:59.567Z' backup-manager: path: .aiox-core/core/health-check/healers/backup-manager.js layer: L1 @@ -9025,12 +11163,15 @@ entities: - manager usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: deprecated adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:2827c219b84ef9a133a057c7b15b752a7681807711de47c0807b87b16973ffb1 - lastVerified: '2026-03-04T16:20:30.314Z' + lastVerified: '2026-03-06T18:57:59.567Z' console: path: .aiox-core/core/health-check/reporters/console.js layer: L1 @@ -9041,12 +11182,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:573f28a6c9c2a4087ccd349398f47351aa9a752c92a1f2e4a3c3f396682d5516 - lastVerified: '2026-03-04T16:20:30.315Z' + lastVerified: '2026-03-06T18:57:59.567Z' markdown: path: .aiox-core/core/health-check/reporters/markdown.js layer: L1 @@ -9057,12 +11201,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:9bc17bd3bc540f60bd3ea102586cd1e04b8b7ae10e8980fad75f185eec29ad51 - lastVerified: '2026-03-04T16:20:30.315Z' + lastVerified: '2026-03-06T18:57:59.583Z' g1-epic-creation: path: .aiox-core/core/ids/gates/g1-epic-creation.js layer: L1 @@ -9074,12 +11221,15 @@ entities: - creation usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:ba7c342b176f38f2c80cb141fe820b9a963a1966e33fef3a4ec568363b011c5f - lastVerified: '2026-03-04T16:20:01.594Z' + lastVerified: '2026-03-06T18:57:59.586Z' g2-story-creation: path: .aiox-core/core/ids/gates/g2-story-creation.js layer: L1 @@ -9091,12 +11241,15 @@ entities: - creation usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:cb6312358a3d1c92a0094d25861e0747d0c1d63ffb08c82d8ed0a115a73ca1c5 - lastVerified: '2026-03-04T16:20:01.595Z' + lastVerified: '2026-03-06T18:57:59.587Z' g3-story-validation: path: .aiox-core/core/ids/gates/g3-story-validation.js layer: L1 @@ -9108,12 +11261,15 @@ entities: - validation usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:7b24912d9e80c5ca52d11950b133df6782b1c0c0914127ccef0dc8384026b4ae - lastVerified: '2026-03-04T16:20:01.595Z' + lastVerified: '2026-03-06T18:57:59.592Z' g4-dev-context: path: .aiox-core/core/ids/gates/g4-dev-context.js layer: L1 @@ -9125,12 +11281,15 @@ entities: - context usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:a0fdd59eb0c3a8a59862397b1af5af84971ce051929ae9d32361b7ca99a444fb - lastVerified: '2026-03-04T16:20:01.595Z' + lastVerified: '2026-03-06T18:57:59.592Z' active-modules.verify: path: .aiox-core/core/memory/__tests__/active-modules.verify.js layer: L1 @@ -9144,12 +11303,15 @@ entities: dependencies: - gotchas-memory - semantic-merge-engine + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:895ec75f6a303edf4cffa0ab7adbb8a4876f62626cc0d7178420efd5758f21a9 - lastVerified: '2026-03-04T16:20:30.316Z' + lastVerified: '2026-03-06T18:57:59.592Z' epic-3-executor: path: .aiox-core/core/orchestration/executors/epic-3-executor.js layer: L1 @@ -9161,12 +11323,15 @@ entities: usedBy: [] dependencies: - epic-executor + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:1cadb0544660cead45f940839a0bec51f6a8ef143b7ab1dc006b89c4abb0c1c0 - lastVerified: '2026-03-04T16:20:30.318Z' + lastVerified: '2026-03-06T18:57:59.593Z' epic-4-executor: path: .aiox-core/core/orchestration/executors/epic-4-executor.js layer: L1 @@ -9183,12 +11348,15 @@ entities: - epic-executor - plan-tracker - subtask-verifier + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:b2f8944114839f9b02a0b46d037fa64e2d1584d3aab6ff74537e32a16b6a793d - lastVerified: '2026-03-04T16:20:30.318Z' + lastVerified: '2026-03-06T18:57:59.593Z' epic-5-executor: path: .aiox-core/core/orchestration/executors/epic-5-executor.js layer: L1 @@ -9202,12 +11370,15 @@ entities: - epic-executor - stuck-detector - rollback-manager + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:d334dc728dec74fdb744f14d83f9fd2b7dabc46bcaa0d2dfae482cc131e0107b - lastVerified: '2026-03-04T16:20:30.318Z' + lastVerified: '2026-03-06T18:57:59.593Z' epic-6-executor: path: .aiox-core/core/orchestration/executors/epic-6-executor.js layer: L1 @@ -9220,12 +11391,15 @@ entities: dependencies: - epic-executor - qa-loop-orchestrator + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:1bbc14e8236f87c074db46833345a724ee5056a28b97fbb2528d4eedd350ab12 - lastVerified: '2026-03-04T16:20:30.318Z' + lastVerified: '2026-03-06T18:57:59.593Z' epic-executor: path: .aiox-core/core/orchestration/executors/epic-executor.js layer: L1 @@ -9240,12 +11414,15 @@ entities: - epic-5-executor - epic-6-executor dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:f2b20cd8cc4f3473bfcc7afdc0bc20e21665bab92274433ede58eabc4691a6b9 - lastVerified: '2026-03-04T16:20:01.600Z' + lastVerified: '2026-03-06T18:57:59.597Z' permission-mode.test: path: .aiox-core/core/permissions/__tests__/permission-mode.test.js layer: L1 @@ -9267,7 +11444,7 @@ entities: constraints: [] extensionPoints: [] checksum: sha256:8c8a48c75933a7bf3cf4588f8e4af3911cbb6b67fb07fa526a79bada8949ce2c - lastVerified: '2026-03-04T16:06:22.282Z' + lastVerified: '2026-03-06T18:57:59.597Z' context-builder: path: .aiox-core/core/synapse/context/context-builder.js layer: L1 @@ -9278,12 +11455,15 @@ entities: - builder usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:121cd0a1df8a44098831cd4335536e8facf4e65b8aec48f4ce9c2d432dc6252a - lastVerified: '2026-03-04T16:20:01.605Z' + lastVerified: '2026-03-06T18:57:59.597Z' context-tracker: path: .aiox-core/core/synapse/context/context-tracker.js layer: L1 @@ -9295,12 +11475,15 @@ entities: usedBy: - pipeline-collector dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:48e94db7b1778dedecc8eae829139579ad7778ff47668597ebe766610696553f - lastVerified: '2026-03-04T16:20:01.605Z' + lastVerified: '2026-03-06T18:57:59.597Z' report-formatter: path: .aiox-core/core/synapse/diagnostics/report-formatter.js layer: L1 @@ -9312,12 +11495,15 @@ entities: usedBy: - synapse-diagnostics dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e6d26c1cd9910d8311306111cc3fef3a4bb1c4bd6b1ef0e4bb8f407da9baf7f1 - lastVerified: '2026-03-04T16:20:30.321Z' + lastVerified: '2026-03-06T18:57:59.598Z' synapse-diagnostics: path: .aiox-core/core/synapse/diagnostics/synapse-diagnostics.js layer: L1 @@ -9335,12 +11521,15 @@ entities: - uap-collector - report-formatter - domain-loader + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:de9dffce0e380637027cbd64b062d3eeffc37e42a84a337e5758fbef39fe3a00 - lastVerified: '2026-03-04T16:20:01.606Z' + lastVerified: '2026-03-06T18:57:59.598Z' domain-loader: path: .aiox-core/core/synapse/domain/domain-loader.js layer: L1 @@ -9360,12 +11549,15 @@ entities: - l7-star-command - manifest-collector dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:af788f9da956b89eef1e5eb4ef4efdf05ca758c8969a2c375f568119495ebc05 - lastVerified: '2026-03-04T16:20:01.606Z' + lastVerified: '2026-03-06T18:57:59.598Z' l0-constitution: path: .aiox-core/core/synapse/layers/l0-constitution.js layer: L1 @@ -9378,12 +11570,15 @@ entities: dependencies: - domain-loader - layer-processor + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:2123a6a44915aaac2a6bbd26c67c285c9d1e12b50fe42a8ada668306b07d1c4a - lastVerified: '2026-03-04T16:20:01.607Z' + lastVerified: '2026-03-06T18:57:59.598Z' l1-global: path: .aiox-core/core/synapse/layers/l1-global.js layer: L1 @@ -9396,12 +11591,15 @@ entities: dependencies: - domain-loader - layer-processor + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:21f6969e6d64e9a85c876be6799db4ca7d090f0009057f4a06ead8da12392d45 - lastVerified: '2026-03-04T16:20:01.607Z' + lastVerified: '2026-03-06T18:57:59.599Z' l2-agent: path: .aiox-core/core/synapse/layers/l2-agent.js layer: L1 @@ -9414,12 +11612,15 @@ entities: dependencies: - domain-loader - layer-processor + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:a8677dc58ae7927c5292a4b52883bbc905c8112573b8b8631f0b8bc01ea2b6e6 - lastVerified: '2026-03-04T16:20:01.607Z' + lastVerified: '2026-03-06T18:57:59.599Z' l3-workflow: path: .aiox-core/core/synapse/layers/l3-workflow.js layer: L1 @@ -9432,12 +11633,15 @@ entities: dependencies: - domain-loader - layer-processor + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:496cbd71d7dac9c1daa534ffac45c622d0c032f334fedf493e9322a565b2b181 - lastVerified: '2026-03-04T16:20:01.607Z' + lastVerified: '2026-03-06T18:57:59.599Z' l4-task: path: .aiox-core/core/synapse/layers/l4-task.js layer: L1 @@ -9449,12 +11653,15 @@ entities: usedBy: [] dependencies: - layer-processor + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:30df70c04b16e3aff95899211ef6ae3d9f0a8097ebdc7de92599fc6cb792e5f0 - lastVerified: '2026-03-04T16:20:01.607Z' + lastVerified: '2026-03-06T18:57:59.599Z' l5-squad: path: .aiox-core/core/synapse/layers/l5-squad.js layer: L1 @@ -9467,12 +11674,15 @@ entities: dependencies: - domain-loader - layer-processor + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:fabc2bcb01543ef7d249631da02297d67e42f4d0fcf9e159b79564793ce8f7bb - lastVerified: '2026-03-04T16:20:01.607Z' + lastVerified: '2026-03-06T18:57:59.599Z' l6-keyword: path: .aiox-core/core/synapse/layers/l6-keyword.js layer: L1 @@ -9485,12 +11695,15 @@ entities: dependencies: - domain-loader - layer-processor + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:8e5405999a2ce2f3ca4e62e863cf702ba27448914241f5eb8f02760bc7477523 - lastVerified: '2026-03-04T16:20:01.607Z' + lastVerified: '2026-03-06T18:57:59.601Z' l7-star-command: path: .aiox-core/core/synapse/layers/l7-star-command.js layer: L1 @@ -9504,12 +11717,15 @@ entities: dependencies: - domain-loader - layer-processor + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:3b8372ac1c51830c1ef560b1012b112a3559651b0750e42f2037f7fe9e6787d6 - lastVerified: '2026-03-04T16:20:01.607Z' + lastVerified: '2026-03-06T18:57:59.601Z' layer-processor: path: .aiox-core/core/synapse/layers/layer-processor.js layer: L1 @@ -9528,12 +11744,15 @@ entities: - l6-keyword - l7-star-command dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:73cb0e5b4bada80d8e256009004679e483792077fac4358c6466cd77136f79fa - lastVerified: '2026-03-04T16:20:01.607Z' + lastVerified: '2026-03-06T18:57:59.604Z' memory-bridge: path: .aiox-core/core/synapse/memory/memory-bridge.js layer: L1 @@ -9546,12 +11765,15 @@ entities: dependencies: - tokens - synapse-memory-provider + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:820875f97ceea80fc6402c0dab1706cfe58de527897b22dea68db40b0d6ec368 - lastVerified: '2026-03-04T16:20:01.608Z' + lastVerified: '2026-03-06T18:57:59.604Z' synapse-memory-provider: path: .aiox-core/core/synapse/memory/synapse-memory-provider.js layer: L1 @@ -9565,13 +11787,16 @@ entities: - memory-bridge dependencies: - tokens + externalDeps: [] + plannedDeps: - memory-loader + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:5d613d1fac7ee82c49a3f03b38735fd3cabfe87dd868494672ddfef300ea3145 - lastVerified: '2026-03-04T16:20:01.608Z' + lastVerified: '2026-03-06T18:57:59.604Z' formatter: path: .aiox-core/core/synapse/output/formatter.js layer: L1 @@ -9582,12 +11807,15 @@ entities: usedBy: [] dependencies: - tokens + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:fe4f6c2f6091defb6af66dad71db0640f919b983111087f8cc5821e3d44ca864 - lastVerified: '2026-03-04T16:20:01.608Z' + lastVerified: '2026-03-06T18:57:59.605Z' generate-constitution: path: .aiox-core/core/synapse/scripts/generate-constitution.js layer: L1 @@ -9598,12 +11826,15 @@ entities: - constitution usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:9010d6b34667c96602b76baa1857f0629c797d911b7c42dc11414b007e5e2b91 - lastVerified: '2026-03-04T16:20:30.321Z' + lastVerified: '2026-03-06T18:57:59.605Z' atomic-write: path: .aiox-core/core/synapse/utils/atomic-write.js layer: L1 @@ -9616,12 +11847,15 @@ entities: - unified-activation-pipeline - context-detector dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:efeef0fbcebb184df5b79f4ba4b4b7fe274c3ba7d1c705ce1af92628e920bd8b - lastVerified: '2026-03-04T16:20:01.609Z' + lastVerified: '2026-03-06T18:57:59.605Z' paths: path: .aiox-core/core/synapse/utils/paths.js layer: L1 @@ -9631,12 +11865,15 @@ entities: - paths usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:bf8cf93c1a16295e7de055bee292e2778a152b6e7d6c648dbc054a4b04dffc10 - lastVerified: '2026-03-04T16:20:01.609Z' + lastVerified: '2026-03-06T18:57:59.606Z' tokens: path: .aiox-core/core/synapse/utils/tokens.js layer: L1 @@ -9649,12 +11886,15 @@ entities: - synapse-memory-provider - formatter dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:3b927daec51d0a791f3fe4ef9aafc362773450e7cf50eb4b6d8ae9011d70df9a - lastVerified: '2026-03-04T16:20:01.609Z' + lastVerified: '2026-03-06T18:57:59.606Z' build-config: path: .aiox-core/core/health-check/checks/deployment/build-config.js layer: L1 @@ -9666,12 +11906,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:2be009177bf26ca7e1ac2f1f6bc973e409ba1feac83906c96cab0b70e60c1af7 - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.606Z' ci-config: path: .aiox-core/core/health-check/checks/deployment/ci-config.js layer: L1 @@ -9683,12 +11926,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:ad8399d53c01cb989cc17e60a3547aec2a0c31ba62d2664ef47482ccd0c6b144 - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.606Z' deployment-readiness: path: .aiox-core/core/health-check/checks/deployment/deployment-readiness.js layer: L1 @@ -9700,12 +11946,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:7c4706e829968ddae47f9f372140c36fd96e3148eec5dade3e1d5b7c3b276d38 - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.606Z' docker-config: path: .aiox-core/core/health-check/checks/deployment/docker-config.js layer: L1 @@ -9717,12 +11966,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:a4558144220078fcc203ae662756df4f0715ffe56d94853996f01a7100a8b11a - lastVerified: '2026-03-04T16:20:30.311Z' + lastVerified: '2026-03-06T18:57:59.606Z' env-file: path: .aiox-core/core/health-check/checks/deployment/env-file.js layer: L1 @@ -9734,12 +11986,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:2864d9210c0fcf58ac11016077ac24c23edd1dbb570ace46c1762de5f0d4ebae - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.607Z' disk-space: path: .aiox-core/core/health-check/checks/local/disk-space.js layer: L1 @@ -9751,12 +12006,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:fa400f15c9bc1a61233472639bb44b6a5f4785fbe10690f8254e54edffb7dead - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.607Z' environment-vars: path: .aiox-core/core/health-check/checks/local/environment-vars.js layer: L1 @@ -9768,12 +12026,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4da9aefdf717e267d5a0e60408b866f49ca5f49cde0e6b1fb14050046a9458d0 - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.607Z' git-install: path: .aiox-core/core/health-check/checks/local/git-install.js layer: L1 @@ -9785,12 +12046,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:f17dd15a5696de04b6530f6eb99d1c29d2a19486c7220be42f87712cb0858df2 - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.608Z' ide-detection: path: .aiox-core/core/health-check/checks/local/ide-detection.js layer: L1 @@ -9802,12 +12066,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:632ccbc44b3cd4306ba2391e6cea8e91e20ccedd62bb421f46ca33cd7daa7230 - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.608Z' memory: path: .aiox-core/core/health-check/checks/local/memory.js layer: L1 @@ -9819,12 +12086,15 @@ entities: - component-metadata dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e959adc1f7f41ab5054bb8786967722d0364700b8e5139f94f5181a0d3dfc819 - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.608Z' network: path: .aiox-core/core/health-check/checks/local/network.js layer: L1 @@ -9835,12 +12105,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:77915bfd3f27b8f02c3eb8bb4d8c37f1e34541766633dde3b0d509b223435c98 - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.615Z' npm-install: path: .aiox-core/core/health-check/checks/local/npm-install.js layer: L1 @@ -9852,12 +12125,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:592a7ed7468d4f5dc28c5261a363035545b84d4b32c2601bd52075e02f0cbdc2 - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.616Z' shell-environment: path: .aiox-core/core/health-check/checks/local/shell-environment.js layer: L1 @@ -9869,12 +12145,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:6c98b9d4f3636d8c229c8031ed5126fc0fe35b6b740af320e21e05aaf1b5c402 - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.616Z' agent-config: path: .aiox-core/core/health-check/checks/project/agent-config.js layer: L1 @@ -9886,12 +12165,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:0195e2b95c94fcea2c7fae5636664e24657e182a0b3d8e95ce4ccf7b15809de2 - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.616Z' aiox-directory: path: .aiox-core/core/health-check/checks/project/aiox-directory.js layer: L1 @@ -9903,12 +12185,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:332d298d2ac7eb89ca6f3471f3a0970175f80c9a8735582af2ad5eb3331a8523 - lastVerified: '2026-03-04T16:20:30.312Z' + lastVerified: '2026-03-06T18:57:59.617Z' dependencies: path: .aiox-core/core/health-check/checks/project/dependencies.js layer: L1 @@ -9919,12 +12204,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:70feccca72c7eacd5740ec9b194a80d24f997f5300487633eba9a272cbf749df - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.618Z' framework-config: path: .aiox-core/core/health-check/checks/project/framework-config.js layer: L1 @@ -9936,12 +12224,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:6ca4088a1b5399d47bc6bd04a4867b807b7003e7a91e35ddafcfcc3996f171fc - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.619Z' package-json: path: .aiox-core/core/health-check/checks/project/package-json.js layer: L1 @@ -9953,12 +12244,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:ba15da8cc0aaec18e7320db8c4942e04d3c159beb8605fa58a5939d6b77debe3 - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.619Z' task-definitions: path: .aiox-core/core/health-check/checks/project/task-definitions.js layer: L1 @@ -9970,12 +12264,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:87c6edf9210856e065cd8c491a14b8a016aad429dbae7b0f814ac8b9b3989770 - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.619Z' workflow-dependencies: path: .aiox-core/core/health-check/checks/project/workflow-dependencies.js layer: L1 @@ -9987,12 +12284,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:0eb04100b5c5a56b44b09ab7ca03426e01513c4eb109cc989603484329bc49d9 - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.634Z' branch-protection: path: .aiox-core/core/health-check/checks/repository/branch-protection.js layer: L1 @@ -10004,12 +12304,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4ee18e46c088005e2f39399dbd80a4fc3e8251baf1c9cbff698d7a941af8416f - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.635Z' commit-history: path: .aiox-core/core/health-check/checks/repository/commit-history.js layer: L1 @@ -10021,12 +12324,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:ae9d221803f518b0167d71a1c9c2ea5f2392c83d6279e87fbfb3dea95f5845ba - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.637Z' conflicts: path: .aiox-core/core/health-check/checks/repository/conflicts.js layer: L1 @@ -10037,12 +12343,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:6e9eb41c2a560a8cdc9154475be65ab1a110017d28c15a991af9dca5ebf9515e - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.637Z' git-repo: path: .aiox-core/core/health-check/checks/repository/git-repo.js layer: L1 @@ -10054,12 +12363,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:80e1a09561f744772c40575f3f4c0d3a1847fbdf9825fbf616631c5edc67a833 - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.637Z' git-status: path: .aiox-core/core/health-check/checks/repository/git-status.js layer: L1 @@ -10071,12 +12383,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:aad6379855e89558b43584e8812f04e6a2f771331bbebee116a451f9f4b177d1 - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.638Z' gitignore: path: .aiox-core/core/health-check/checks/repository/gitignore.js layer: L1 @@ -10087,12 +12402,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:bec3b6a29ed336920a55d21f888ce29a4589a421d8a6695d40954ddd49eb4106 - lastVerified: '2026-03-04T16:20:30.313Z' + lastVerified: '2026-03-06T18:57:59.640Z' large-files: path: .aiox-core/core/health-check/checks/repository/large-files.js layer: L1 @@ -10104,12 +12422,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:8b1405280dd929c3ba5a47cf0a52bc7fd1f7efbc1ba3e8e4fdcbbcd56fe2a76e - lastVerified: '2026-03-04T16:20:30.314Z' + lastVerified: '2026-03-06T18:57:59.640Z' lockfile-integrity: path: .aiox-core/core/health-check/checks/repository/lockfile-integrity.js layer: L1 @@ -10121,12 +12442,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:6b2d42f1d228f64079929c4d6cdeb9f5ed7217bb390ecfe2e00727c6f59527e0 - lastVerified: '2026-03-04T16:20:30.314Z' + lastVerified: '2026-03-06T18:57:59.641Z' api-endpoints: path: .aiox-core/core/health-check/checks/services/api-endpoints.js layer: L1 @@ -10138,12 +12462,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:2233d5af1610d5553353e21e720c9cb0ecfbb968ab605d14896705458ae7ca55 - lastVerified: '2026-03-04T16:20:30.314Z' + lastVerified: '2026-03-06T18:57:59.641Z' claude-code: path: .aiox-core/core/health-check/checks/services/claude-code.js layer: L1 @@ -10155,12 +12482,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:69af55e5ad7e941e5e6d0a9e3aab7a4e6c2aaec491aa5955fd6c23be432b5ab7 - lastVerified: '2026-03-04T16:20:30.314Z' + lastVerified: '2026-03-06T18:57:59.641Z' gemini-cli: path: .aiox-core/core/health-check/checks/services/gemini-cli.js layer: L1 @@ -10172,12 +12502,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:1c37af5d3cd598c44bce4d37c9d90b3c72167841882d6ea3563cc55e2bfa147e - lastVerified: '2026-03-04T16:20:30.314Z' + lastVerified: '2026-03-06T18:57:59.641Z' github-cli: path: .aiox-core/core/health-check/checks/services/github-cli.js layer: L1 @@ -10189,12 +12522,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:b94fa0d8917a8506ce80620d390e9344935a700f87bf8034c3c24d12256cd85a - lastVerified: '2026-03-04T16:20:30.314Z' + lastVerified: '2026-03-06T18:57:59.641Z' mcp-integration: path: .aiox-core/core/health-check/checks/services/mcp-integration.js layer: L1 @@ -10206,12 +12542,15 @@ entities: usedBy: [] dependencies: - base-check + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:139b29b91e4f2d0abf50b08a272a688036132abba8f71adca9b26c3fb8eb671e - lastVerified: '2026-03-04T16:20:30.314Z' + lastVerified: '2026-03-06T18:57:59.641Z' consistency-collector: path: .aiox-core/core/synapse/diagnostics/collectors/consistency-collector.js layer: L1 @@ -10223,12 +12562,15 @@ entities: usedBy: [] dependencies: - safe-read-json + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:65f4255f87c9900400649dc8b9aedaac4851b5939d93e127778bd93cee99db12 - lastVerified: '2026-03-04T16:20:01.605Z' + lastVerified: '2026-03-06T18:57:59.642Z' hook-collector: path: .aiox-core/core/synapse/diagnostics/collectors/hook-collector.js layer: L1 @@ -10240,12 +12582,15 @@ entities: usedBy: - synapse-diagnostics dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:c2cfa1b760bcb05decf5ad05f9159140cbe0cdc6b0f91581790e44d83dc6b660 - lastVerified: '2026-03-04T16:20:01.605Z' + lastVerified: '2026-03-06T18:57:59.642Z' manifest-collector: path: .aiox-core/core/synapse/diagnostics/collectors/manifest-collector.js layer: L1 @@ -10258,12 +12603,15 @@ entities: - synapse-diagnostics dependencies: - domain-loader + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:3dc895eb94485320ecbaca3a1d29e3776cfb691dd7dcc71cf44b34af30e8ebb6 - lastVerified: '2026-03-04T16:20:01.605Z' + lastVerified: '2026-03-06T18:57:59.642Z' output-analyzer: path: .aiox-core/core/synapse/diagnostics/collectors/output-analyzer.js layer: L1 @@ -10275,12 +12623,15 @@ entities: usedBy: [] dependencies: - safe-read-json + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e6846b1aba0a6cba17c297a871861d4f8199d7500220bff296a6a3291e32493e - lastVerified: '2026-03-04T16:20:01.605Z' + lastVerified: '2026-03-06T18:57:59.642Z' pipeline-collector: path: .aiox-core/core/synapse/diagnostics/collectors/pipeline-collector.js layer: L1 @@ -10293,12 +12644,15 @@ entities: - synapse-diagnostics dependencies: - context-tracker + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:8655b6240e2f54b70def1a8c2fae00d40e2615cb95fd7ca0d64c2e0a6dfe3b73 - lastVerified: '2026-03-04T16:20:01.606Z' + lastVerified: '2026-03-06T18:57:59.642Z' quality-collector: path: .aiox-core/core/synapse/diagnostics/collectors/quality-collector.js layer: L1 @@ -10310,12 +12664,15 @@ entities: usedBy: [] dependencies: - safe-read-json + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:30ae299eab6d569d09afe3530a5b2f1ff35ef75366a1ab56a9e2a57d39d3611c - lastVerified: '2026-03-04T16:20:01.606Z' + lastVerified: '2026-03-06T18:57:59.645Z' relevance-matrix: path: .aiox-core/core/synapse/diagnostics/collectors/relevance-matrix.js layer: L1 @@ -10327,12 +12684,15 @@ entities: usedBy: [] dependencies: - safe-read-json + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:f92c4f7061dc82eed4310a27b69eade33d3015f9beb1bed688601a2dccbad22e - lastVerified: '2026-03-04T16:20:01.606Z' + lastVerified: '2026-03-06T18:57:59.646Z' safe-read-json: path: .aiox-core/core/synapse/diagnostics/collectors/safe-read-json.js layer: L1 @@ -10349,12 +12709,15 @@ entities: - relevance-matrix - timing-collector dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:dc7bcd13779207ad67b1c3929b7e1e0ccfa3563f3458c20cad28cb1922e9a74c - lastVerified: '2026-03-04T16:20:01.606Z' + lastVerified: '2026-03-06T18:57:59.647Z' session-collector: path: .aiox-core/core/synapse/diagnostics/collectors/session-collector.js layer: L1 @@ -10366,12 +12729,15 @@ entities: usedBy: - synapse-diagnostics dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:a116d884d6947ddc8e5f3def012d93696576c584c4fde1639b8d895924fc09ea - lastVerified: '2026-03-04T16:20:01.606Z' + lastVerified: '2026-03-06T18:57:59.647Z' timing-collector: path: .aiox-core/core/synapse/diagnostics/collectors/timing-collector.js layer: L1 @@ -10383,12 +12749,15 @@ entities: usedBy: [] dependencies: - safe-read-json + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:2523ce93f863a28f798d992c4f2fab041c91a09413b3186fd290e6035b391587 - lastVerified: '2026-03-04T16:20:01.606Z' + lastVerified: '2026-03-06T18:57:59.647Z' uap-collector: path: .aiox-core/core/synapse/diagnostics/collectors/uap-collector.js layer: L1 @@ -10400,195 +12769,15 @@ entities: usedBy: - synapse-diagnostics dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:dd025894f8f0d3bd22a147dbc0debef8b83e96f3c59483653404b3cd5a01d5aa - lastVerified: '2026-03-04T16:20:01.606Z' - user-config: - path: .aiox-core/core/config/templates/user-config.yaml - layer: L1 - type: module - purpose: '============================================' - keywords: - - user - - config - - '============================================' - usedBy: [] - dependencies: [] - adaptability: - score: 0.4 - constraints: [] - extensionPoints: [] - checksum: sha256:3505471b0adff9bfcea08f46cca3aeeda46a283bbe7ee711dd566e5974c3257f - lastVerified: '2026-03-04T16:20:30.307Z' - SHARD-TRANSLATION-GUIDE: - path: .aiox-core/core/docs/SHARD-TRANSLATION-GUIDE.md - layer: L1 - type: module - purpose: Document Sharding with Portuguese-to-English Translation - keywords: - - shard - - translation - - guide - - document - - sharding - - portuguese-to-english - usedBy: [] - dependencies: [] - adaptability: - score: 0.4 - constraints: [] - extensionPoints: [] - checksum: sha256:da4d003a38fdd55560de916c3fa7e3727126fe39ea9f09bb4da9b337436e2eb4 - lastVerified: '2026-03-04T16:20:30.307Z' - component-creation-guide: - path: .aiox-core/core/docs/component-creation-guide.md - layer: L1 - type: module - purpose: Analyzes provided dataset to identify patterns and insights - keywords: - - component - - creation - - guide - usedBy: [] - dependencies: [] - adaptability: - score: 0.4 - constraints: [] - extensionPoints: [] - checksum: sha256:d43f702ddf0ac8b5b05321fa68612bfe56f90cce8c36a39b23ed8444f0ae3087 - lastVerified: '2026-03-04T16:20:30.307Z' - session-update-pattern: - path: .aiox-core/core/docs/session-update-pattern.md - layer: L1 - type: module - purpose: Session Update Pattern - keywords: - - session - - update - - pattern - usedBy: [] - dependencies: - - command-execution-hook - - greeting-builder - adaptability: - score: 0.4 - constraints: [] - extensionPoints: [] - checksum: sha256:c07d58398c1fcec8310f6c009f7cbae111b15d0f4819aae737b441c3bf0d7d94 - lastVerified: '2026-03-04T16:20:30.307Z' - template-syntax: - path: .aiox-core/core/docs/template-syntax.md - layer: L1 - type: module - purpose: '{{COMMAND_DESCRIPTION}}' - keywords: - - template - - syntax - - variable - - guide - usedBy: [] - dependencies: [] - adaptability: - score: 0.4 - constraints: [] - extensionPoints: [] - checksum: sha256:7b2835336d8b4e962a4ed01f111faa13aa41ab7e7062fd4d008698163f3b2ca3 - lastVerified: '2026-03-04T16:20:30.307Z' - troubleshooting-guide: - path: .aiox-core/core/docs/troubleshooting-guide.md - layer: L1 - type: module - purpose: Analyzes log files for errors - keywords: - - troubleshooting - - guide - - synkra - - aiox - - meta-agent - usedBy: [] - dependencies: [] - adaptability: - score: 0.4 - constraints: [] - extensionPoints: [] - checksum: sha256:64eeb5ac0428977ac4beeae492fdb7e7fcf5d966e7eb4d076efcb781f727dd3f - lastVerified: '2026-03-04T16:20:30.307Z' - migration-config: - path: .aiox-core/core/migration/migration-config.yaml - layer: L1 - type: module - purpose: '"Migrate from flat to modular structure"' - keywords: - - migration - - config - - aiox - - configuration - usedBy: [] - dependencies: [] - adaptability: - score: 0.4 - constraints: [] - extensionPoints: [] - checksum: sha256:c251213b99ce86c9b15311d51a0b464b7fc25179455c4c6c107cae76cf49d1ab - lastVerified: '2026-03-04T16:20:30.316Z' - module-mapping: - path: .aiox-core/core/migration/module-mapping.yaml - layer: L1 - type: module - purpose: AIOX Module Mapping v2.0 → v4.0.4 - keywords: - - module - - mapping - - aiox - - v2.0 - - v4.0.4 - usedBy: [] - dependencies: [] - adaptability: - score: 0.4 - constraints: [] - extensionPoints: [] - checksum: sha256:272fab0fc704a40ac979eba42b63233935167c84e861a749c0c13e08e4505c6a - lastVerified: '2026-03-04T16:20:30.316Z' - bob-surface-criteria: - path: .aiox-core/core/orchestration/bob-surface-criteria.yaml - layer: L1 - type: module - purpose: '"Codified criteria for when Bob should surface to ask human"' - keywords: - - bob - - surface - - criteria - - '============================================' - usedBy: [] - dependencies: [] - adaptability: - score: 0.4 - constraints: [] - extensionPoints: [] - checksum: sha256:c68897bd31b82757eda39fef2708136dfc73853b76fae9b0c86baad638fa21e8 - lastVerified: '2026-03-04T16:20:30.317Z' - quality-gate-config: - path: .aiox-core/core/quality-gates/quality-gate-config.yaml - layer: L1 - type: module - purpose: Quality Gate Configuration - keywords: - - quality - - gate - - config - - configuration - usedBy: [] - dependencies: [] - adaptability: - score: 0.4 - constraints: [] - extensionPoints: [] - checksum: sha256:ee4027d14d3aa556d70d56f4548926d02033f0b596a2111d91a976c2f012c134 - lastVerified: '2026-03-04T16:20:30.320Z' + lastVerified: '2026-03-06T18:57:59.647Z' agents: aiox-master: path: .aiox-core/development/agents/aiox-master.md @@ -10599,14 +12788,75 @@ entities: - aiox - master - aiox-master - usedBy: [] - dependencies: [] + usedBy: + - environment-bootstrap + - ids-governor + - run-workflow-engine + - run-workflow + - sync-registry-intel + - claude-rules + - codex-rules + dependencies: + - advanced-elicitation + - analyze-framework + - correct-course + - create-agent + - create-deep-research-prompt + - create-doc + - create-next-story + - create-task + - create-workflow + - deprecate-component + - document-project + - execute-checklist + - improve-self + - index-docs + - kb-mode-interaction + - modify-agent + - modify-task + - modify-workflow + - propose-modification + - shard-doc + - undo-last + - update-manifest + - update-source-tree + - validate-agents + - validate-workflow + - run-workflow + - run-workflow-engine + - ids-governor + - sync-registry-intel + - agent-template.yaml + - architecture-tmpl.yaml + - brownfield-architecture-tmpl.yaml + - brownfield-prd-tmpl.yaml + - competitor-analysis-tmpl.yaml + - front-end-architecture-tmpl.yaml + - front-end-spec-tmpl.yaml + - fullstack-architecture-tmpl.yaml + - market-research-tmpl.yaml + - prd-tmpl.yaml + - project-brief-tmpl.yaml + - story-tmpl.yaml + - task-template + - workflow-template.yaml + - architect-checklist + - change-checklist + - pm-checklist + - po-master-checklist + - story-dod-checklist + - story-draft-checklist + externalDeps: [] + plannedDeps: + - add-tech-doc + - subagent-step-prompt + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:17cd10f6c2ac4fcd96d944283f239c760e2829d2de4e68098f618783ec5ae351 - lastVerified: '2026-03-04T16:20:30.323Z' + lastVerified: '2026-03-06T18:57:59.663Z' analyst: path: .aiox-core/development/agents/analyst.md layer: L2 @@ -10615,14 +12865,50 @@ entities: keywords: - analyst usedBy: + - add-mcp + - architect-analyze-impact + - brownfield-create-epic + - environment-bootstrap + - spec-research-dependencies + - validate-next-story + - brownfield-risk-report-tmpl + - design-story-tmpl + - story-tmpl + - antigravity-rules + - claude-rules + - codex-rules + - cursor-rules - entity-registry - dependencies: [] + - brownfield-discovery + - brownfield-fullstack + - greenfield-fullstack + - greenfield-service + - greenfield-ui + - spec-pipeline + dependencies: + - facilitate-brainstorming-session + - create-deep-research-prompt + - create-doc + - advanced-elicitation + - document-project + - spec-research-dependencies + - project-brief-tmpl.yaml + - market-research-tmpl.yaml + - competitor-analysis-tmpl.yaml + - brainstorming-output-tmpl.yaml + - google-workspace + - exa + - context7 + - pattern-extractor.js + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:35150d764c6dc74bc02b61a4d613c9278e87ffb209403db23991339fdda4f8e2 - lastVerified: '2026-03-04T16:20:30.323Z' + lastVerified: '2026-03-06T18:57:59.667Z' architect: path: .aiox-core/development/agents/architect.md layer: L2 @@ -10630,14 +12916,73 @@ entities: purpose: '''Show all available commands with descriptions''' keywords: - architect - usedBy: [] - dependencies: [] + usedBy: + - analyze-project-structure + - brownfield-create-epic + - create-brownfield-story + - create-deep-research-prompt + - create-next-story + - execute-epic-plan + - plan-create-context + - plan-create-implementation + - qa-review-build + - spec-assess-complexity + - spec-critique + - spec-gather-requirements + - spec-research-dependencies + - spec-write-spec + - validate-next-story + - validate-tech-preset + - verify-subtask + - design-story-tmpl + - story-tmpl + - antigravity-rules + - claude-rules + - codex-rules + - cursor-rules + - brownfield-compatibility-checklist + - brownfield-discovery + - brownfield-fullstack + - brownfield-service + - brownfield-ui + - greenfield-fullstack + - greenfield-service + - greenfield-ui + - spec-pipeline + - story-draft-checklist + dependencies: + - analyze-project-structure + - architect-analyze-impact + - collaborative-edit + - create-deep-research-prompt + - create-doc + - document-project + - execute-checklist + - validate-tech-preset + - spec-assess-complexity + - plan-create-implementation + - plan-create-context + - architecture-tmpl.yaml + - front-end-architecture-tmpl.yaml + - fullstack-architecture-tmpl.yaml + - brownfield-architecture-tmpl.yaml + - architect-checklist + - exa + - context7 + - supabase-cli + - railway-cli + - codebase-mapper.js + externalDeps: + - git + - coderabbit + plannedDeps: [] + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:1b89e95048df940056570ecb6589f18a9a6114b96ca1b9fde130fb7bdb2ded8f - lastVerified: '2026-03-04T16:20:30.323Z' + lastVerified: '2026-03-06T18:57:59.674Z' data-engineer: path: .aiox-core/development/agents/data-engineer.md layer: L2 @@ -10647,14 +12992,64 @@ entities: - data - engineer - data-engineer - usedBy: [] - dependencies: [] + usedBy: + - analyze-project-structure + - brownfield-create-epic + - validate-next-story + - story-tmpl + - claude-rules + - codex-rules + - brownfield-discovery + dependencies: + - create-doc + - db-domain-modeling + - setup-database + - db-env-check + - db-bootstrap + - db-apply-migration + - db-dry-run + - db-seed + - db-snapshot + - db-rollback + - db-smoke-test + - security-audit + - analyze-performance + - db-policy-apply + - test-as-user + - db-verify-order + - db-load-csv + - db-run-sql + - execute-checklist + - create-deep-research-prompt + - schema-design-tmpl.yaml + - rls-policies-tmpl.yaml + - migration-plan-tmpl.yaml + - index-strategy-tmpl.yaml + - dba-predeploy-checklist + - dba-rollback-checklist + - database-design-checklist + - supabase-cli + externalDeps: + - coderabbit + plannedDeps: + - tmpl-migration-script.sql + - tmpl-rollback-script.sql + - tmpl-smoke-test.sql + - tmpl-rls-kiss-policy.sql + - tmpl-rls-granular-policies.sql + - tmpl-staging-copy-merge.sql + - tmpl-seed-data.sql + - tmpl-comment-on-examples.sql + - psql + - pg_dump + - postgres-explain-analyzer + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:61ca7c661e2634aa45583b21fb3fc34213bae89803d92e1e5f08759a04c230a0 - lastVerified: '2026-03-04T16:20:30.323Z' + lastVerified: '2026-03-06T18:57:59.677Z' dev: path: .aiox-core/development/agents/dev.md layer: L2 @@ -10662,15 +13057,112 @@ entities: purpose: '''Show all available commands with descriptions''' keywords: - dev - usedBy: [] + usedBy: + - analyze-project-structure + - apply-qa-fixes + - brownfield-create-epic + - build-autonomous + - build-resume + - build-status + - build + - cleanup-utilities + - create-brownfield-story + - create-next-story + - create-service + - create-suite + - dev-backlog-debt + - dev-develop-story + - execute-checklist + - execute-epic-plan + - extract-patterns + - github-devops-github-pr-automation + - github-devops-pre-push-quality-gate + - gotcha + - gotchas + - ids-governor + - next + - patterns + - plan-create-context + - plan-execute-subtask + - qa-backlog-add-followup + - qa-create-fix-request + - qa-fix-issues + - qa-gate + - qa-review-build + - qa-review-story + - qa-run-tests + - setup-llm-routing + - story-checkpoint + - validate-next-story + - verify-subtask + - waves + - story-tmpl + - antigravity-rules + - claude-rules + - codex-rules + - cursor-rules + - brownfield-compatibility-checklist + - brownfield-fullstack + - brownfield-service + - brownfield-ui + - greenfield-fullstack + - greenfield-service + - greenfield-ui + - qa-loop + - story-development-cycle + - self-critique-checklist + - story-draft-checklist dependencies: - decision-log-generator + - apply-qa-fixes + - qa-fix-issues + - create-service + - dev-develop-story + - execute-checklist + - plan-execute-subtask + - verify-subtask + - dev-improve-code-quality + - po-manage-story-backlog + - dev-optimize-performance + - dev-suggest-refactoring + - sync-documentation + - validate-next-story + - waves + - build-resume + - build-status + - build-autonomous + - gotcha + - gotchas + - create-worktree + - list-worktrees + - remove-worktree + - story-dod-checklist + - self-critique-checklist + - context7 + - supabase + - n8n + - browser + - ffmpeg + - recovery-tracker.js + - stuck-detector.js + - approach-manager.js + - rollback-manager.js + - build-state-manager.js + - autonomous-build-loop.js + - build-orchestrator.js + - gotchas-memory.js + - worktree-manager.js + externalDeps: + - coderabbit + - git + plannedDeps: [] + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:eaaec824273f02b9ccbe6768d9e9147a5ad0d7faa9483b9730b1f02a71ef2769 - lastVerified: '2026-03-04T16:20:30.323Z' + lastVerified: '2026-03-06T18:57:59.683Z' devops: path: .aiox-core/development/agents/devops.md layer: L2 @@ -10678,14 +13170,76 @@ entities: purpose: '''Show all available commands with descriptions''' keywords: - devops - usedBy: [] - dependencies: [] + usedBy: + - analyze-project-structure + - brownfield-create-epic + - create-worktree + - environment-bootstrap + - execute-epic-plan + - github-devops-pre-push-quality-gate + - github-issue-triage + - init-project-status + - list-worktrees + - qa-gate + - qa-review-story + - release-management + - remove-worktree + - resolve-github-issue + - setup-github + - setup-mcp-docker + - triage-github-issues + - update-aiox + - validate-next-story + - story-tmpl + - claude-rules + - codex-rules + - memory-audit-checklist + - greenfield-fullstack + dependencies: + - environment-bootstrap + - setup-github + - github-devops-version-management + - github-devops-pre-push-quality-gate + - github-devops-github-pr-automation + - ci-cd-configuration + - github-devops-repository-cleanup + - release-management + - search-mcp + - add-mcp + - list-mcps + - remove-mcp + - setup-mcp-docker + - check-docs-links + - triage-github-issues + - resolve-github-issue + - create-worktree + - list-worktrees + - remove-worktree + - cleanup-worktrees + - merge-worktree + - github-pr-template + - github-actions-ci.yml + - github-actions-cd.yml + - changelog-template + - pre-push-checklist + - release-checklist + - github-cli + - asset-inventory.js + - path-analyzer.js + - migrate-agent.js + externalDeps: + - coderabbit + - git + - docker-gateway + plannedDeps: + - health-check.yaml + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:a41d02fe38b086211f4c1985b8da5e4624e21767466325032aeb9b4899f8c6b0 - lastVerified: '2026-03-04T16:20:30.323Z' + lastVerified: '2026-03-06T18:57:59.711Z' pm: path: .aiox-core/development/agents/pm.md layer: L2 @@ -10693,16 +13247,59 @@ entities: purpose: '|' keywords: - pm - usedBy: [] + usedBy: + - architect-analyze-impact + - brownfield-create-epic + - create-deep-research-prompt + - environment-bootstrap + - execute-epic-plan + - po-close-story + - spec-critique + - spec-gather-requirements + - spec-write-spec + - validate-next-story + - command-rationalization-matrix + - design-story-tmpl + - story-tmpl + - antigravity-rules + - claude-rules + - codex-rules + - cursor-rules + - brownfield-discovery + - brownfield-fullstack + - brownfield-service + - brownfield-ui + - greenfield-fullstack + - greenfield-service + - greenfield-ui + - spec-pipeline dependencies: - data-lifecycle-manager - bob-orchestrator + - create-doc + - correct-course + - create-deep-research-prompt + - brownfield-create-epic + - brownfield-create-story + - execute-checklist + - shard-doc + - spec-gather-requirements + - spec-write-spec + - session-resume + - execute-epic-plan + - prd-tmpl.yaml + - brownfield-prd-tmpl.yaml + - pm-checklist + - change-checklist + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:8c81fd9b6df9b98fa3d3654062464498396ddb4eaf0b6dc3a644ae4227982f4b - lastVerified: '2026-03-04T16:20:30.324Z' + lastVerified: '2026-03-06T18:57:59.734Z' po: path: .aiox-core/development/agents/po.md layer: L2 @@ -10710,14 +13307,61 @@ entities: purpose: '''Show all available commands with descriptions''' keywords: - po - usedBy: [] - dependencies: [] + usedBy: + - brownfield-create-story + - cleanup-utilities + - create-next-story + - dev-backlog-debt + - dev-develop-story + - execute-epic-plan + - github-devops-github-pr-automation + - po-backlog-add + - po-close-story + - po-stories-index + - qa-backlog-add-followup + - qa-fix-issues + - qa-gate + - release-management + - story-checkpoint + - design-story-tmpl + - antigravity-rules + - claude-rules + - codex-rules + - cursor-rules + - memory-audit-checklist + - brownfield-fullstack + - brownfield-service + - brownfield-ui + - greenfield-fullstack + - greenfield-service + - greenfield-ui + - story-development-cycle + dependencies: + - correct-course + - create-brownfield-story + - execute-checklist + - po-manage-story-backlog + - po-pull-story + - shard-doc + - po-sync-story + - validate-next-story + - po-close-story + - po-sync-story-to-clickup + - po-pull-story-from-clickup + - story-tmpl.yaml + - po-master-checklist + - change-checklist + - github-cli + - context7 + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:f9c3ddcdbf602890802327aada808a58486a2de56acb974412c5f860dc8c9c4b - lastVerified: '2026-03-04T16:20:30.324Z' + lastVerified: '2026-03-06T18:57:59.741Z' qa: path: .aiox-core/development/agents/qa.md layer: L2 @@ -10725,14 +13369,85 @@ entities: purpose: '''Show all available commands with descriptions''' keywords: - qa - usedBy: [] - dependencies: [] + usedBy: + - analyze-cross-artifact + - analyze-project-structure + - apply-qa-fixes + - build-autonomous + - cleanup-utilities + - create-next-story + - create-suite + - dev-develop-story + - execute-checklist + - execute-epic-plan + - github-devops-github-pr-automation + - qa-backlog-add-followup + - qa-create-fix-request + - qa-evidence-requirements + - qa-false-positive-detection + - qa-fix-issues + - qa-gate + - qa-review-build + - qa-review-story + - qa-run-tests + - security-scan + - spec-critique + - spec-write-spec + - validate-next-story + - design-story-tmpl + - story-tmpl + - antigravity-rules + - claude-rules + - codex-rules + - cursor-rules + - brownfield-discovery + - brownfield-fullstack + - brownfield-service + - brownfield-ui + - greenfield-fullstack + - greenfield-service + - greenfield-ui + - qa-loop + - spec-pipeline + - story-development-cycle + - story-draft-checklist + dependencies: + - qa-create-fix-request + - qa-generate-tests + - qa-nfr-assess + - qa-gate + - qa-review-build + - qa-review-proposal + - qa-review-story + - qa-risk-profile + - qa-run-tests + - qa-test-design + - qa-trace-requirements + - create-suite + - spec-critique + - qa-library-validation + - qa-security-checklist + - qa-migration-validation + - qa-evidence-requirements + - qa-false-positive-detection + - qa-browser-console-check + - qa-gate-tmpl.yaml + - story-tmpl.yaml + - browser + - context7 + - supabase + externalDeps: + - coderabbit + - git + plannedDeps: + - manage-story-backlog + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:6dcefe468f9e4c854080a23ec6d91c78aacd54a5f504bf77af03a6f6221753c4 - lastVerified: '2026-03-04T16:20:30.324Z' + lastVerified: '2026-03-06T18:57:59.746Z' sm: path: .aiox-core/development/agents/sm.md layer: L2 @@ -10740,14 +13455,41 @@ entities: purpose: '''Show all available commands with descriptions''' keywords: - sm - usedBy: [] - dependencies: [] + usedBy: + - brownfield-create-story + - dev-develop-story + - po-close-story + - validate-next-story + - design-story-tmpl + - antigravity-rules + - claude-rules + - codex-rules + - cursor-rules + - brownfield-fullstack + - brownfield-service + - brownfield-ui + - greenfield-fullstack + - greenfield-service + - greenfield-ui + - story-development-cycle + dependencies: + - create-next-story + - execute-checklist + - correct-course + - story-tmpl.yaml + - story-draft-checklist + - clickup + - context7 + externalDeps: + - git + plannedDeps: [] + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:0176d251fd2c7b6368f1ad4ca71000085f660b038a71b3b2cf502516119c3661 - lastVerified: '2026-03-04T16:20:30.324Z' + lastVerified: '2026-03-06T18:57:59.748Z' squad-creator: path: .aiox-core/development/agents/squad-creator.md layer: L2 @@ -10758,13 +13500,35 @@ entities: - creator - squad-creator usedBy: [] - dependencies: [] + dependencies: + - squad-creator-design + - squad-creator-create + - squad-creator-validate + - squad-creator-list + - squad-creator-migrate + - squad-creator-analyze + - squad-creator-extend + - squad-creator-download + - squad-creator-publish + - squad-creator-sync-synkra + - context7 + externalDeps: + - git + plannedDeps: + - squad/squad-loader.js + - squad/squad-validator.js + - squad/squad-generator.js + - squad/squad-designer.js + - squad/squad-migrator.js + - squad/squad-analyzer.js + - squad/squad-extender.js + lifecycle: experimental adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:9ae479d628a74fdf8372da4e5a306fdc93235bce8f4957b44ad9adc76643f8e1 - lastVerified: '2026-03-04T16:20:30.324Z' + lastVerified: '2026-03-06T18:57:59.749Z' ux-design-expert: path: .aiox-core/development/agents/ux-design-expert.md layer: L2 @@ -10775,33 +13539,88 @@ entities: - design - expert - ux-design-expert - usedBy: [] - dependencies: [] + usedBy: + - brownfield-create-epic + - run-design-system-pipeline + - validate-next-story + - design-story-tmpl + - story-tmpl + - claude-rules + - codex-rules + - brownfield-discovery + - brownfield-ui + - design-system-build-quality + - greenfield-fullstack + - greenfield-ui + dependencies: + - ux-user-research + - ux-create-wireframe + - generate-ai-frontend-prompt + - create-doc + - audit-codebase + - consolidate-patterns + - generate-shock-report + - extract-tokens + - setup-design-system + - generate-migration-strategy + - tailwind-upgrade + - audit-tailwind-config + - export-design-tokens-dtcg + - bootstrap-shadcn-library + - build-component + - compose-molecule + - extend-pattern + - generate-documentation + - calculate-roi + - ux-ds-scan-artifact + - run-design-system-pipeline + - execute-checklist + - front-end-spec-tmpl.yaml + - tokens-schema-tmpl.yaml + - state-persistence-tmpl.yaml + - migration-strategy-tmpl + - ds-artifact-analysis + - pattern-audit-checklist + - component-quality-checklist + - accessibility-wcag-checklist + - migration-readiness-checklist + - 21st-dev-magic + - browser + externalDeps: [] + plannedDeps: + - integrate-Squad + - component-react-tmpl.tsx + - shock-report-tmpl.html + - token-exports-css-tmpl.css + - token-exports-tailwind-tmpl.js + lifecycle: production adaptability: score: 0.3 constraints: [] extensionPoints: [] checksum: sha256:5ca4ec06aaf8525668303f8bdef9c5bc868b1f084db905e8b7636c974c2faa94 - lastVerified: '2026-03-04T16:20:30.324Z' + lastVerified: '2026-03-06T18:57:59.758Z' MEMORY: - path: .aiox-core/development/agents/ux/MEMORY.md + path: .aiox-core/development/agents/analyst/MEMORY.md layer: L3 type: agent - purpose: UX Design Expert Agent Memory (Uma) + purpose: Analyst Agent Memory (Atlas) keywords: - memory - - design - - expert + - analyst - agent - - (uma) + - (atlas) usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.3 constraints: [] extensionPoints: [] - checksum: sha256:39e36c9af4aa959fb547152bed812954c33a4c6c8d1a5aababd49052f229fde6 - lastVerified: '2026-03-04T16:20:30.324Z' + checksum: sha256:b8b52820ba1929ba12403fc437868dd9e8a9c2532abe99296ad05864618693b0 + lastVerified: '2026-03-06T18:57:59.758Z' checklists: agent-quality-gate: path: .aiox-core/development/checklists/agent-quality-gate.md @@ -10815,12 +13634,15 @@ entities: - checklist usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:46395b5c10794ca98321e4baaaaa1737485bec3f6bc3a616cf948478c0a1c644 - lastVerified: '2026-03-04T16:20:30.325Z' + lastVerified: '2026-03-06T18:57:59.761Z' brownfield-compatibility-checklist: path: .aiox-core/development/checklists/brownfield-compatibility-checklist.md layer: L2 @@ -10831,13 +13653,18 @@ entities: - compatibility - checklist usedBy: [] - dependencies: [] + dependencies: + - dev + - architect + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:6c5ff5d7cd45395e8766bf5c941ece8b0d5557758ecead7bef3ac3e08abee899 - lastVerified: '2026-03-04T16:20:30.325Z' + lastVerified: '2026-03-06T18:57:59.761Z' issue-triage-checklist: path: .aiox-core/development/checklists/issue-triage-checklist.md layer: L2 @@ -10849,12 +13676,15 @@ entities: - checklist usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:c6dbaae38c0e3030dbffebcbcf95e5e766e0294a7a678531531cbd7ad6e54e2b - lastVerified: '2026-03-04T16:20:01.615Z' + lastVerified: '2026-03-06T18:57:59.761Z' memory-audit-checklist: path: .aiox-core/development/checklists/memory-audit-checklist.md layer: L2 @@ -10865,13 +13695,18 @@ entities: - audit - checklist usedBy: [] - dependencies: [] + dependencies: + - po + - devops + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:bb3ca4ea56d0294a7acc1e9f5bd690ee70c676c28950b8a7c3c25bef8e428f7e - lastVerified: '2026-03-04T16:20:30.325Z' + lastVerified: '2026-03-06T18:57:59.761Z' self-critique-checklist: path: .aiox-core/development/checklists/self-critique-checklist.md layer: L2 @@ -10886,12 +13721,15 @@ entities: - self-critique usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:158f21a6be7a7cbc90de0302678490887c2f88b1d79d925f77a8a2209d2ae003 - lastVerified: '2026-03-04T16:20:30.325Z' + lastVerified: '2026-03-06T18:57:59.762Z' data: agent-config-requirements: path: .aiox-core/data/agent-config-requirements.yaml @@ -10904,12 +13742,15 @@ entities: - requirements usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:68e87b5777d1872c4fed6644dd3c7e3c3e8fd590df7d2b58c36d541cf8e38dd3 - lastVerified: '2026-03-04T16:20:30.321Z' + lastVerified: '2026-03-06T18:57:59.764Z' aiox-kb: path: .aiox-core/data/aiox-kb.md layer: L3 @@ -10922,12 +13763,15 @@ entities: - base usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:72c569d40b3c79a6235d571d901b87972dd72253b885b03b95b254f2dea05832 - lastVerified: '2026-03-04T16:20:30.321Z' + lastVerified: '2026-03-06T18:57:59.765Z' entity-registry: path: .aiox-core/data/entity-registry.yaml layer: L3 @@ -10946,8 +13790,8 @@ entities: score: 0.5 constraints: [] extensionPoints: [] - checksum: sha256:eda9ff8337dccc15520dfffa65b2679a772411ecc036bae6a1f914c18cde6cf7 - lastVerified: '2026-03-04T16:06:22.336Z' + checksum: sha256:a9139c4b43129e2ccbd0578f6411ffd3e1b9b18719d9e29e4378490a1e6e3145 + lastVerified: '2026-03-06T18:57:59.793Z' learned-patterns: path: .aiox-core/data/learned-patterns.yaml layer: L3 @@ -10958,12 +13802,15 @@ entities: - patterns usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:24ac0b160615583a0ff783d3da8af80b7f94191575d6db2054ec8e10a3f945dc - lastVerified: '2026-03-04T16:20:01.610Z' + lastVerified: '2026-03-06T18:57:59.794Z' mcp-tool-examples: path: .aiox-core/data/mcp-tool-examples.yaml layer: L3 @@ -10976,12 +13823,15 @@ entities: - '=============================================================================' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:8a38e4171d7434d79f83032d9c37f2f604d9411dbec6c3c0334d6661481745fd - lastVerified: '2026-03-04T16:20:30.321Z' + lastVerified: '2026-03-06T18:57:59.794Z' technical-preferences: path: .aiox-core/data/technical-preferences.md layer: L3 @@ -10995,12 +13845,15 @@ entities: - patterns usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:abb9327d3ce96a3cd49e73a555da4078e81ea0c4dbfe7154420c3ec7ac1c93b7 - lastVerified: '2026-03-04T16:20:30.322Z' + lastVerified: '2026-03-06T18:57:59.794Z' tool-registry: path: .aiox-core/data/tool-registry.yaml layer: L3 @@ -11012,12 +13865,15 @@ entities: - '=============================================================================' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:64e867d0eb36c7f7ac86f4f73f1b2ff89f43f37f28a6de34389be74b9346860c - lastVerified: '2026-03-04T16:20:30.322Z' + lastVerified: '2026-03-06T18:57:59.794Z' workflow-chains: path: .aiox-core/data/workflow-chains.yaml layer: L3 @@ -11031,12 +13887,15 @@ entities: - data usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:1fbf1625e267eedc315cf1e08e5827c250ddc6785fb2cb139e7702def9b66268 - lastVerified: '2026-03-04T16:20:01.612Z' + lastVerified: '2026-03-06T18:57:59.795Z' workflow-patterns: path: .aiox-core/data/workflow-patterns.yaml layer: L3 @@ -11048,12 +13907,15 @@ entities: - definition usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:0e90d71ce0cc218d8710c1f195f74a24d3aa7513f5728f5e65da9220612c3617 - lastVerified: '2026-03-04T16:20:30.322Z' + lastVerified: '2026-03-06T18:57:59.795Z' workflow-state-schema: path: .aiox-core/data/workflow-state-schema.yaml layer: L3 @@ -11065,12 +13927,15 @@ entities: - schema usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:d80a645a9c48b8ab8168ddbe36279662d72de4fb5cd8953a6685e5d1bd9968db - lastVerified: '2026-03-04T16:20:30.322Z' + lastVerified: '2026-03-06T18:57:59.795Z' _template: path: .aiox-core/data/tech-presets/_template.md layer: L3 @@ -11082,12 +13947,15 @@ entities: - preset usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:68b26930b728908b6097fc91956c8c446e5cc0dbe627e3b737495ebcd7e9569b - lastVerified: '2026-03-04T16:20:30.321Z' + lastVerified: '2026-03-06T18:57:59.796Z' csharp: path: .aiox-core/data/tech-presets/csharp.md layer: L3 @@ -11099,12 +13967,15 @@ entities: - preset usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:4667d33407c59fd6c7b4558370893a14df6d461645fc840b2df2fb7508bd6fcf - lastVerified: '2026-03-04T16:20:30.322Z' + lastVerified: '2026-03-06T18:57:59.796Z' go: path: .aiox-core/data/tech-presets/go.md layer: L3 @@ -11116,12 +13987,15 @@ entities: - preset usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:e0851caecbdc2cea6531359fe640427685cd6ed664dbf991ccb135917c4d1ec2 - lastVerified: '2026-03-04T16:20:30.322Z' + lastVerified: '2026-03-06T18:57:59.796Z' java: path: .aiox-core/data/tech-presets/java.md layer: L3 @@ -11133,12 +14007,15 @@ entities: - preset usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:b912e04412f63b59439f7cca119802bed95a6cb756221e3ba7aee45c3d2890fd - lastVerified: '2026-03-04T16:20:30.322Z' + lastVerified: '2026-03-06T18:57:59.807Z' nextjs-react: path: .aiox-core/data/tech-presets/nextjs-react.md layer: L3 @@ -11153,134 +14030,61 @@ entities: - tech - preset usedBy: [] - dependencies: + dependencies: [] + externalDeps: [] + plannedDeps: - auth - user - '[feature]' + lifecycle: experimental adaptability: score: 0.5 constraints: [] extensionPoints: [] - checksum: sha256:558ce0abd112ca39853fc5150bd850862e5fcfac74c8def80c3876b60c9f5d33 - lastVerified: '2026-03-04T16:20:30.322Z' - php: - path: .aiox-core/data/tech-presets/php.md - layer: L3 - type: data - purpose: >- - 'Arquitetura para APIs e sistemas web em PHP 8.3+ com Laravel 11, boundaries por contexto e testes - automatizados' - keywords: - - php - - tech - - preset - usedBy: [] - dependencies: [] - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:847dde754e7a98c4d11328768483358d2be7d2f10e43b6703403237987620077 - lastVerified: '2026-03-04T16:20:30.322Z' - rust: - path: .aiox-core/data/tech-presets/rust.md - layer: L3 - type: data - purpose: '''Arquitetura para APIs e workers em Rust 1.77+ com contratos por traits, errors tipados e testes confiaveis''' - keywords: - - rust - - tech - - preset - usedBy: [] - dependencies: [] - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:58422e884e46660216d5389878ae2f0ab619da7d34f34ed1dff917dfd8fed7db - lastVerified: '2026-03-04T16:20:30.322Z' - capability-detection: - path: .aiox-core/data/capability-detection.js - layer: L3 - type: data - purpose: '''Claude Code Tool Search is active. Tier 3 MCP tools are automatically deferred via tool_search.'',' - keywords: - - capability - - detection - usedBy: [] - dependencies: [] - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:5176849c01d90e5867f18962e03ff10a10628f40c30fe5c8cb65209f833c0884 - lastVerified: '2026-03-04T16:20:30.321Z' - mcp-discipline: - path: .aiox-core/data/mcp-discipline.js - layer: L3 - type: data - purpose: Entity at .aiox-core/data/mcp-discipline.js - keywords: - - mcp - - discipline - usedBy: [] - dependencies: [] - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:b535d69a72cfd326ee9102e8855693600c95a97591fcb3a4ea655e5255be3d12 - lastVerified: '2026-03-04T16:20:30.321Z' - tok2-validation: - path: .aiox-core/data/tok2-validation.js - layer: L3 - type: data - purpose: Entity at .aiox-core/data/tok2-validation.js - keywords: - - tok2 - - validation - usedBy: [] - dependencies: [] - adaptability: - score: 0.5 - constraints: [] - extensionPoints: [] - checksum: sha256:743e4663c8e7dd8a7080247ecaafd78f7b901594d7f0ffd6ccf8baab78e3e12b - lastVerified: '2026-03-04T16:20:30.322Z' - tok3-token-comparison: - path: .aiox-core/data/tok3-token-comparison.js + checksum: sha256:558ce0abd112ca39853fc5150bd850862e5fcfac74c8def80c3876b60c9f5d33 + lastVerified: '2026-03-06T18:57:59.808Z' + php: + path: .aiox-core/data/tech-presets/php.md layer: L3 type: data - purpose: '''QA Gate: lint + typecheck + test'',' + purpose: >- + 'Arquitetura para APIs e sistemas web em PHP 8.3+ com Laravel 11, boundaries por contexto e testes + automatizados' keywords: - - tok3 - - token - - comparison + - php + - tech + - preset usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] - checksum: sha256:1f484f8054bec7a7e8055acbc9fddd7863a769948c30c6db42c5c8694410da8f - lastVerified: '2026-03-04T16:20:01.611Z' - tool-search-validation: - path: .aiox-core/data/tool-search-validation.js + checksum: sha256:847dde754e7a98c4d11328768483358d2be7d2f10e43b6703403237987620077 + lastVerified: '2026-03-06T18:57:59.808Z' + rust: + path: .aiox-core/data/tech-presets/rust.md layer: L3 type: data - purpose: Entity at .aiox-core/data/tool-search-validation.js + purpose: '''Arquitetura para APIs e workers em Rust 1.77+ com contratos por traits, errors tipados e testes confiaveis''' keywords: - - tool - - search - - validation + - rust + - tech + - preset usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] - checksum: sha256:8757bf087692f002d67115dbe1c8244bbd869600e4f52c49b0d9b07cb9fbb783 - lastVerified: '2026-03-04T16:20:01.612Z' + checksum: sha256:58422e884e46660216d5389878ae2f0ab619da7d34f34ed1dff917dfd8fed7db + lastVerified: '2026-03-06T18:57:59.808Z' workflows: auto-worktree: path: .aiox-core/development/workflows/auto-worktree.yaml @@ -11295,12 +14099,15 @@ entities: - worktree-manager - worktree-manager.js - create-worktree + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:74b0dff78c2b91eda03b9914a73cc99807645c8e0b174e576d22e0b3f5b75be3 - lastVerified: '2026-03-04T16:20:30.347Z' + lastVerified: '2026-03-06T18:57:59.812Z' brownfield-discovery: path: .aiox-core/development/workflows/brownfield-discovery.yaml layer: L2 @@ -11310,13 +14117,22 @@ entities: - brownfield - discovery usedBy: [] - dependencies: [] + dependencies: + - architect + - data-engineer + - ux-design-expert + - qa + - analyst + - pm + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:a52662b683781546d4585d456aad1cb7d41343a8c934d9a6d6441f8d3dec5385 - lastVerified: '2026-03-04T16:20:30.348Z' + lastVerified: '2026-03-06T18:57:59.816Z' brownfield-fullstack: path: .aiox-core/development/workflows/brownfield-fullstack.yaml layer: L2 @@ -11326,13 +14142,23 @@ entities: - brownfield - fullstack usedBy: [] - dependencies: [] + dependencies: + - analyst + - architect + - pm + - po + - sm + - dev + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:5200308dfa759d6ce37270f63853a6c1424d47ec552142d9ada6174aaf5c22ff - lastVerified: '2026-03-04T16:20:30.348Z' + lastVerified: '2026-03-06T18:57:59.817Z' brownfield-service: path: .aiox-core/development/workflows/brownfield-service.yaml layer: L2 @@ -11342,13 +14168,22 @@ entities: - brownfield - service usedBy: [] - dependencies: [] + dependencies: + - architect + - pm + - po + - sm + - dev + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:6ef271e25edd0dfe4235ea5aab14dbf89509250d8471580418ce58d50a1748e8 - lastVerified: '2026-03-04T16:20:30.348Z' + lastVerified: '2026-03-06T18:57:59.818Z' brownfield-ui: path: .aiox-core/development/workflows/brownfield-ui.yaml layer: L2 @@ -11358,13 +14193,23 @@ entities: - brownfield - ui usedBy: [] - dependencies: [] + dependencies: + - architect + - pm + - ux-design-expert + - po + - sm + - dev + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:553a05def42e2a884d59fdeaa1aaf07566e469e3ae30daf43543e8a934c1c67f - lastVerified: '2026-03-04T16:20:30.348Z' + lastVerified: '2026-03-06T18:57:59.819Z' design-system-build-quality: path: .aiox-core/development/workflows/design-system-build-quality.yaml layer: L2 @@ -11376,13 +14221,17 @@ entities: - build - quality usedBy: [] - dependencies: [] + dependencies: + - ux-design-expert + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e9aa8f3e1ae22aa0799627326a3548e78eee805e5652c12a15e84dbdbcd5ffe2 - lastVerified: '2026-03-04T16:20:30.348Z' + lastVerified: '2026-03-06T18:57:59.821Z' development-cycle: path: .aiox-core/development/workflows/development-cycle.yaml layer: L2 @@ -11392,14 +14241,18 @@ entities: - development - cycle - '============================================' - usedBy: [] + usedBy: + - story-checkpoint dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e882daca473a95807e5c480c9b1c3d7b428277b075232cb907f9a253468a17c1 - lastVerified: '2026-03-04T16:20:30.348Z' + lastVerified: '2026-03-06T18:57:59.824Z' epic-orchestration: path: .aiox-core/development/workflows/epic-orchestration.yaml layer: L2 @@ -11411,12 +14264,15 @@ entities: - '============================================' usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4bb9d91027036d089ab880e46e4b256290761c4dbf17d716abe61b541161fe05 - lastVerified: '2026-03-04T16:20:30.348Z' + lastVerified: '2026-03-06T18:57:59.826Z' greenfield-fullstack: path: .aiox-core/development/workflows/greenfield-fullstack.yaml layer: L2 @@ -11425,14 +14281,27 @@ entities: keywords: - greenfield - fullstack - usedBy: [] - dependencies: [] + usedBy: + - environment-bootstrap + dependencies: + - devops + - analyst + - pm + - ux-design-expert + - architect + - po + - sm + - dev + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:106b47c4205ac395118a49f5d5fb194125f5c17819780f9a598ef434352013ef - lastVerified: '2026-03-04T16:20:30.348Z' + lastVerified: '2026-03-06T18:57:59.828Z' greenfield-service: path: .aiox-core/development/workflows/greenfield-service.yaml layer: L2 @@ -11442,13 +14311,23 @@ entities: - greenfield - service usedBy: [] - dependencies: [] + dependencies: + - analyst + - pm + - architect + - po + - sm + - dev + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:1b22d2ea83d2079878632f50351a21d7f2a9a8035283abd6fea701033774f9bb - lastVerified: '2026-03-04T16:20:30.348Z' + lastVerified: '2026-03-06T18:57:59.833Z' greenfield-ui: path: .aiox-core/development/workflows/greenfield-ui.yaml layer: L2 @@ -11458,13 +14337,24 @@ entities: - greenfield - ui usedBy: [] - dependencies: [] + dependencies: + - analyst + - pm + - ux-design-expert + - architect + - po + - sm + - dev + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:e7818aa9f7c8db4efd6d7fd631fb8ff6f1aac4202c3f6253dfd6d50dd708fc30 - lastVerified: '2026-03-04T16:20:30.349Z' + lastVerified: '2026-03-06T18:57:59.834Z' qa-loop: path: .aiox-core/development/workflows/qa-loop.yaml layer: L2 @@ -11478,12 +14368,18 @@ entities: - qa-review-story - qa-create-fix-request - dev-apply-qa-fixes + - qa + - dev + externalDeps: [] + plannedDeps: + - system + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:585d5e5dd2cf4d5682e8db2a816caa588ecf5ae3b332f4a5ceec9f406b5f0f09 - lastVerified: '2026-03-04T16:20:30.349Z' + lastVerified: '2026-03-06T18:57:59.835Z' spec-pipeline: path: .aiox-core/development/workflows/spec-pipeline.yaml layer: L2 @@ -11499,12 +14395,19 @@ entities: - spec-research-dependencies - spec-write-spec - spec-critique + - pm + - architect + - analyst + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:4604ff3e2e945fbbb45006e32d8de81c73cb38782526ca3c87924549ccc29ccf - lastVerified: '2026-03-04T16:20:30.349Z' + lastVerified: '2026-03-06T18:57:59.854Z' story-development-cycle: path: .aiox-core/development/workflows/story-development-cycle.yaml layer: L2 @@ -11515,13 +14418,20 @@ entities: - development - cycle usedBy: [] - dependencies: [] + dependencies: + - sm + - po + - dev + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.4 constraints: [] extensionPoints: [] checksum: sha256:6125a3545e9a8550582d7d6ea640bbd5b0e4747b80e7c67ebf60ce284591220e - lastVerified: '2026-03-04T16:20:30.349Z' + lastVerified: '2026-03-06T18:57:59.858Z' utils: output-formatter: path: .aiox-core/core/utils/output-formatter.js @@ -11541,7 +14451,7 @@ entities: constraints: [] extensionPoints: [] checksum: sha256:6fdfee469b7c108ec24a045b9b2719d836a242052abd285957a9ac732c6fc594 - lastVerified: '2026-03-04T16:06:22.374Z' + lastVerified: '2026-03-06T18:57:59.860Z' security-utils: path: .aiox-core/core/utils/security-utils.js layer: L1 @@ -11560,7 +14470,7 @@ entities: constraints: [] extensionPoints: [] checksum: sha256:00c938eda0e142b8c204b50afdd662864b5209b60a32a0e6e847e4e4cbceee09 - lastVerified: '2026-03-04T16:06:22.375Z' + lastVerified: '2026-03-06T18:57:59.860Z' yaml-validator: path: .aiox-core/core/utils/yaml-validator.js layer: L1 @@ -11579,7 +14489,7 @@ entities: constraints: [] extensionPoints: [] checksum: sha256:41e3715845262c2e49f58745a773e81f4feaaa2325e54bcb0226e4bf08f709dd - lastVerified: '2026-03-04T16:06:22.375Z' + lastVerified: '2026-03-06T18:57:59.860Z' tools: {} infra-scripts: aiox-validator: @@ -11592,12 +14502,15 @@ entities: - validator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:5a91cc8b54ccd58955dbbb5925f878d9e507dc2a9358f642c62f7ee84a6156a0 - lastVerified: '2026-03-04T16:20:30.349Z' + lastVerified: '2026-03-06T18:57:59.865Z' approach-manager: path: .aiox-core/infrastructure/scripts/approach-manager.js layer: L2 @@ -11606,14 +14519,18 @@ entities: keywords: - approach - manager - usedBy: [] + usedBy: + - dev dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:22ee604ca42094f5b7939ec129c52cb1fc362ae70688cc1ef7a921c956ab38d2 - lastVerified: '2026-03-04T16:20:30.349Z' + lastVerified: '2026-03-06T18:57:59.865Z' approval-workflow: path: .aiox-core/infrastructure/scripts/approval-workflow.js layer: L2 @@ -11625,12 +14542,15 @@ entities: usedBy: - architect-analyze-impact dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:4d744a8d08cadf09bf368a1457c1bd3bc68ccef0885c324b2527222da816544b - lastVerified: '2026-03-04T16:20:30.349Z' + lastVerified: '2026-03-06T18:57:59.866Z' asset-inventory: path: .aiox-core/infrastructure/scripts/asset-inventory.js layer: L2 @@ -11639,14 +14559,18 @@ entities: keywords: - asset - inventory - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:25ad926a05af465389b6fb92f7c9c79c453c54047b4ebe9629ee1c153a6b3373 - lastVerified: '2026-03-04T16:20:30.349Z' + lastVerified: '2026-03-06T18:57:59.866Z' atomic-layer-classifier: path: .aiox-core/infrastructure/scripts/atomic-layer-classifier.js layer: L2 @@ -11658,12 +14582,15 @@ entities: - classifier usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:ecdb368d80a69c8da7cc507aff0b18bd2e58d8bd94b9fb0ba1e074595a19e884 - lastVerified: '2026-03-04T16:20:30.349Z' + lastVerified: '2026-03-06T18:57:59.866Z' backup-manager: path: .aiox-core/infrastructure/scripts/backup-manager.js layer: L2 @@ -11675,12 +14602,15 @@ entities: usedBy: - improve-self dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: deprecated adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:e7d0173f107c0576f443a7f4bc83387cdbb625518ce5749ca9059ffbf3070f44 - lastVerified: '2026-03-04T16:20:30.349Z' + lastVerified: '2026-03-06T18:57:59.867Z' batch-creator: path: .aiox-core/infrastructure/scripts/batch-creator.js layer: L2 @@ -11695,12 +14625,15 @@ entities: - elicitation-engine - dependency-analyzer - transaction-manager + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:b91ca0e5d8af3d47658bc5bd754e72e654e68446c17c5e50e45ebd581535fe7d - lastVerified: '2026-03-04T16:20:30.350Z' + lastVerified: '2026-03-06T18:57:59.868Z' branch-manager: path: .aiox-core/infrastructure/scripts/branch-manager.js layer: L2 @@ -11712,12 +14645,15 @@ entities: usedBy: [] dependencies: - git-wrapper + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:49f3a7a7aa36347c3e3dbc998847913c829216c71a1c659bf7a55d67a940d1c3 - lastVerified: '2026-03-04T16:20:30.350Z' + lastVerified: '2026-03-06T18:57:59.868Z' capability-analyzer: path: .aiox-core/infrastructure/scripts/capability-analyzer.js layer: L2 @@ -11730,12 +14666,15 @@ entities: - improve-self dependencies: - security-checker + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:92f55a27e60fd6aba2a0203f1c28aa12d6f70200097ec44d849db2653f758a17 - lastVerified: '2026-03-04T16:20:30.350Z' + lastVerified: '2026-03-06T18:57:59.887Z' changelog-generator: path: .aiox-core/infrastructure/scripts/changelog-generator.js layer: L2 @@ -11746,12 +14685,15 @@ entities: - generator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c2d6b203d39fe2ef8d6b7108beb59a03da0986f9331c22ce539d9857c7cc3612 - lastVerified: '2026-03-04T16:20:30.350Z' + lastVerified: '2026-03-06T18:57:59.887Z' cicd-discovery: path: .aiox-core/infrastructure/scripts/cicd-discovery.js layer: L2 @@ -11762,12 +14704,15 @@ entities: - discovery usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:04b5efa659f9d3baa998ca4b09f7fc6ec4800d0b165ecf118a8f10df93642228 - lastVerified: '2026-03-04T16:20:30.350Z' + lastVerified: '2026-03-06T18:57:59.888Z' clickup-helpers: path: .aiox-core/infrastructure/scripts/clickup-helpers.js layer: L2 @@ -11781,12 +14726,15 @@ entities: dependencies: - status-mapper - tool-resolver + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:043ceb5b712903e6b78be83c997575e8de64d5815dccef88355c20d8153af9a6 - lastVerified: '2026-03-04T16:20:30.350Z' + lastVerified: '2026-03-06T18:57:59.888Z' code-quality-improver: path: .aiox-core/infrastructure/scripts/code-quality-improver.js layer: L2 @@ -11799,12 +14747,15 @@ entities: usedBy: - dev-improve-code-quality dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:765dd10a367656b330a659b2245ef2eb9a947905fee71555198837743fc1483f - lastVerified: '2026-03-04T16:20:01.658Z' + lastVerified: '2026-03-06T18:57:59.889Z' codebase-mapper: path: .aiox-core/infrastructure/scripts/codebase-mapper.js layer: L2 @@ -11813,14 +14764,18 @@ entities: keywords: - codebase - mapper - usedBy: [] + usedBy: + - architect dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:1b72ae317c81c01ed1d6d518d64cf18fdecb9d408ab45dba6ad45cb39c6e3a1d - lastVerified: '2026-03-04T16:20:30.350Z' + lastVerified: '2026-03-06T18:57:59.891Z' collect-tool-usage: path: .aiox-core/infrastructure/scripts/collect-tool-usage.js layer: L2 @@ -11832,12 +14787,15 @@ entities: - usage usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:8a739b79182dc41e28b7e02aeb9ec1dde5ec49f3ca534399acc59711b3b92bbf - lastVerified: '2026-03-04T16:20:30.350Z' + lastVerified: '2026-03-06T18:57:59.891Z' commit-message-generator: path: .aiox-core/infrastructure/scripts/commit-message-generator.js layer: L2 @@ -11851,12 +14809,15 @@ entities: dependencies: - diff-generator - modification-validator + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:611b0f27acd02e49aff7a2d91b48823dc4a2d788440fff2f32bf500a1bc84132 - lastVerified: '2026-03-04T16:20:30.350Z' + lastVerified: '2026-03-06T18:57:59.891Z' component-generator: path: .aiox-core/infrastructure/scripts/component-generator.js layer: L2 @@ -11866,6 +14827,19 @@ entities: - component - generator usedBy: + - build-component + - compose-molecule + - create-brownfield-story + - create-deep-research-prompt + - create-doc + - create-next-story + - create-suite + - create-task + - create-workflow + - generate-ai-frontend-prompt + - generate-documentation + - generate-migration-strategy + - generate-shock-report - batch-creator dependencies: - template-engine @@ -11873,16 +14847,19 @@ entities: - security-checker - yaml-validator - elicitation-engine - - component-preview - manifest-preview - component-metadata - transaction-manager + externalDeps: [] + plannedDeps: + - component-preview + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c74da9a766aeca878568a0e70f78141e7a772322d428f99e90fcd7b9a5fd7edc - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.892Z' component-metadata: path: .aiox-core/infrastructure/scripts/component-metadata.js layer: L2 @@ -11896,12 +14873,15 @@ entities: - component-generator dependencies: - memory + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:0ad8034533561b13187072eaa611510117463bacbaff12f9ae48008128560000 - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.892Z' component-search: path: .aiox-core/infrastructure/scripts/component-search.js layer: L2 @@ -11914,12 +14894,15 @@ entities: - deprecate-component - qa-generate-tests dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:08feb4672de885f140527e460614cbc90d90544753581f36afeec71ee8614703 - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.893Z' config-cache: path: .aiox-core/infrastructure/scripts/config-cache.js layer: L2 @@ -11931,14 +14914,18 @@ entities: usedBy: - agent-config-loader - index.esm + - index - config-resolver dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:4f55401fee7010d01545808ed6f6c40a91ce43180d405f93d5073480512d30d5 - lastVerified: '2026-03-04T16:20:01.659Z' + lastVerified: '2026-03-06T18:57:59.893Z' config-loader: path: .aiox-core/infrastructure/scripts/config-loader.js layer: L2 @@ -11949,14 +14936,18 @@ entities: - loader usedBy: - index.esm + - index dependencies: - agent-config-loader + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:8f9489f7c57e775bfbb750761d9714505d5df3938b664cbbdf6701f9e18e240b - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.893Z' conflict-resolver: path: .aiox-core/infrastructure/scripts/conflict-resolver.js layer: L2 @@ -11968,12 +14959,15 @@ entities: usedBy: [] dependencies: - git-wrapper + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:3d2794a66f16fcea95b096386dc9c2dcd31e5938d862030e7ac1f38c00a2c0bd - lastVerified: '2026-03-04T16:20:01.660Z' + lastVerified: '2026-03-06T18:57:59.894Z' coverage-analyzer: path: .aiox-core/infrastructure/scripts/coverage-analyzer.js layer: L2 @@ -11985,12 +14979,15 @@ entities: usedBy: - qa-generate-tests dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:95e70563eadf720ce4c6aa6349ace311cf34c63bc5044f71565f328a2dc9a706 - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.894Z' dashboard-status-writer: path: .aiox-core/infrastructure/scripts/dashboard-status-writer.js layer: L2 @@ -12002,12 +14999,15 @@ entities: - writer usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:a01bc8e74ce40206bbb49453af46896388754f412961b6f6585927a382338f01 - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.894Z' dependency-analyzer: path: .aiox-core/infrastructure/scripts/dependency-analyzer.js layer: L2 @@ -12020,12 +15020,15 @@ entities: - modification-validator - batch-creator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:af326d5d70a097cc255171d8f30b1d99a302b07d96d94528cfaad3f97bdea479 - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.895Z' dependency-impact-analyzer: path: .aiox-core/infrastructure/scripts/dependency-impact-analyzer.js layer: L2 @@ -12042,12 +15045,15 @@ entities: - propose-modification - qa-review-proposal dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:3c9d87250845f7def63a2230d4af43ed2d6ae84cfba6b6d72a5b9e285a66f5ed - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.895Z' diff-generator: path: .aiox-core/infrastructure/scripts/diff-generator.js layer: L2 @@ -12060,12 +15066,15 @@ entities: - qa-review-proposal - commit-message-generator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:569387c1dd8ee00d0ebc34b9f463438150ed9c96af2e5728fde83c36626211cf - lastVerified: '2026-03-04T16:20:01.660Z' + lastVerified: '2026-03-06T18:57:59.899Z' documentation-synchronizer: path: .aiox-core/infrastructure/scripts/documentation-synchronizer.js layer: L2 @@ -12077,12 +15086,15 @@ entities: usedBy: - sync-documentation dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:94fc482ef0182608a3433824d02cb24fe0d7ab4aaa256853b9b79e603bf28e9e - lastVerified: '2026-03-04T16:20:30.352Z' + lastVerified: '2026-03-06T18:57:59.900Z' framework-analyzer: path: .aiox-core/infrastructure/scripts/framework-analyzer.js layer: L2 @@ -12096,12 +15108,15 @@ entities: - verify-workflow-gaps dependencies: - workflow-validator + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:8bd86d50f5a3f050191a49e22e8348bbefa72e3df396313064239a2f1a4a9856 - lastVerified: '2026-03-04T16:20:30.352Z' + lastVerified: '2026-03-06T18:57:59.900Z' generate-optimization-report: path: .aiox-core/infrastructure/scripts/generate-optimization-report.js layer: L2 @@ -12113,12 +15128,15 @@ entities: - report usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:b57357bc4120529381b811fd7c1aab901d3b67dd765d043eefc61bb22f5b8df1 - lastVerified: '2026-03-04T16:20:30.352Z' + lastVerified: '2026-03-06T18:57:59.901Z' generate-settings-json: path: .aiox-core/infrastructure/scripts/generate-settings-json.js layer: L2 @@ -12130,12 +15148,15 @@ entities: - json usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:bb4c6f664eb06622fd78eb455c0a74ee29ecee5fe47b4a7fcb2de8a89119ff5a - lastVerified: '2026-03-04T16:20:30.352Z' + lastVerified: '2026-03-06T18:57:59.901Z' git-config-detector: path: .aiox-core/infrastructure/scripts/git-config-detector.js layer: L2 @@ -12149,12 +15170,15 @@ entities: - greeting-builder - unified-activation-pipeline dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:52ed96d98fc6f9e83671d7d27f78dcff4f2475f3b8e339dc31922f6b2814ad78 - lastVerified: '2026-03-04T16:20:01.662Z' + lastVerified: '2026-03-06T18:57:59.902Z' git-wrapper: path: .aiox-core/infrastructure/scripts/git-wrapper.js layer: L2 @@ -12167,12 +15191,15 @@ entities: - branch-manager - conflict-resolver dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:7130442ca72ba89e397be77000b44e2431b92a8af44d1fac63c869807641e587 - lastVerified: '2026-03-04T16:20:30.352Z' + lastVerified: '2026-03-06T18:57:59.902Z' gotchas-documenter: path: .aiox-core/infrastructure/scripts/gotchas-documenter.js layer: L2 @@ -12184,12 +15211,15 @@ entities: usedBy: - document-gotchas dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:ef42171b57775622977a9221db8a7d994a33f3acaa0a72c2908d13943d45d796 - lastVerified: '2026-03-04T16:20:30.353Z' + lastVerified: '2026-03-06T18:57:59.903Z' improvement-engine: path: .aiox-core/infrastructure/scripts/improvement-engine.js layer: L2 @@ -12201,12 +15231,15 @@ entities: usedBy: - analyze-framework dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:4fed61115f4148eb6b8c42ebd9d5b05732695ab1b4343e2466383baf4883d58d - lastVerified: '2026-03-04T16:20:30.353Z' + lastVerified: '2026-03-06T18:57:59.904Z' improvement-validator: path: .aiox-core/infrastructure/scripts/improvement-validator.js layer: L2 @@ -12219,13 +15252,16 @@ entities: - improve-self dependencies: - security-checker + externalDeps: [] + plannedDeps: - dependency-manager + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:b63362e7ac1c4dbf17655be6609cab666f9f1970821da79609890f76a906c02b - lastVerified: '2026-03-04T16:20:30.353Z' + lastVerified: '2026-03-06T18:57:59.904Z' migrate-agent: path: .aiox-core/infrastructure/scripts/migrate-agent.js layer: L2 @@ -12234,14 +15270,18 @@ entities: keywords: - migrate - agent - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:0b7330c4a7dccfe028aea2d99e4d3c2f3acface55b79c32bd51ab3bc00e33a86 - lastVerified: '2026-03-04T16:20:30.354Z' + lastVerified: '2026-03-06T18:57:59.904Z' modification-risk-assessment: path: .aiox-core/infrastructure/scripts/modification-risk-assessment.js layer: L2 @@ -12254,12 +15294,15 @@ entities: usedBy: - architect-analyze-impact dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:974dfb83d3bfbb56f4a02385d8edb735c0acab62acb8a1a4e7c69f5ecf10c810 - lastVerified: '2026-03-04T16:20:30.354Z' + lastVerified: '2026-03-06T18:57:59.905Z' modification-validator: path: .aiox-core/infrastructure/scripts/modification-validator.js layer: L2 @@ -12275,12 +15318,15 @@ entities: - yaml-validator - dependency-analyzer - security-checker + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:0853fbe9e628510a0e6f8b95ac3c467d49df5cd7b15637f374928c1d3f9e2b87 - lastVerified: '2026-03-04T16:20:30.354Z' + lastVerified: '2026-03-06T18:57:59.905Z' output-formatter: path: .aiox-core/infrastructure/scripts/output-formatter.js layer: L2 @@ -12292,13 +15338,17 @@ entities: usedBy: - next - index.esm + - index dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:6f28092d0dabf3b0b486ef06a1836d47c3247a3c331ed6cfbcd597d45496ddb6 - lastVerified: '2026-03-04T16:20:30.354Z' + lastVerified: '2026-03-06T18:57:59.905Z' path-analyzer: path: .aiox-core/infrastructure/scripts/path-analyzer.js layer: L2 @@ -12307,14 +15357,18 @@ entities: keywords: - path - analyzer - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:47250c416f8090278b4a81de7be4a3f2592f4a20b6afc9c9e30c9cafd292e166 - lastVerified: '2026-03-04T16:20:30.354Z' + lastVerified: '2026-03-06T18:57:59.906Z' pattern-extractor: path: .aiox-core/infrastructure/scripts/pattern-extractor.js layer: L2 @@ -12325,13 +15379,17 @@ entities: - extractor usedBy: - extract-patterns + - analyst dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:9edc6aabdb32431466c5c8db9da883bc0a5f4457cfc74ccc6c10ed687f8e1e52 - lastVerified: '2026-03-04T16:20:30.354Z' + lastVerified: '2026-03-06T18:57:59.906Z' performance-analyzer: path: .aiox-core/infrastructure/scripts/performance-analyzer.js layer: L2 @@ -12343,12 +15401,15 @@ entities: usedBy: - analyze-framework dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:6d925acfbaf3cedae2b17ec262f8436c2d38d7eacd4513acfa0a6b3ebb600337 - lastVerified: '2026-03-04T16:20:30.354Z' + lastVerified: '2026-03-06T18:57:59.907Z' performance-and-error-resolver: path: .aiox-core/infrastructure/scripts/performance-and-error-resolver.js layer: L2 @@ -12361,12 +15422,15 @@ entities: - resolver usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:de4246a4f01f6da08c8de8a3595505ad8837524db39458f4e6c163cb671b6097 - lastVerified: '2026-03-04T16:20:01.665Z' + lastVerified: '2026-03-06T18:57:59.907Z' performance-optimizer: path: .aiox-core/infrastructure/scripts/performance-optimizer.js layer: L2 @@ -12378,12 +15442,15 @@ entities: usedBy: - dev-optimize-performance dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:80be8b0599b24f3f21f27ac5e53a4f3ecbb69c7b928ba101c6d1912fb19f7156 - lastVerified: '2026-03-04T16:20:30.354Z' + lastVerified: '2026-03-06T18:57:59.908Z' performance-tracker: path: .aiox-core/infrastructure/scripts/performance-tracker.js layer: L2 @@ -12395,12 +15462,15 @@ entities: usedBy: - agent-config-loader dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:3c98129cc1597bb637634f566f3440a47c31820e66580a65ebebca5d5771ee6f - lastVerified: '2026-03-04T16:20:30.355Z' + lastVerified: '2026-03-06T18:57:59.908Z' plan-tracker: path: .aiox-core/infrastructure/scripts/plan-tracker.js layer: L2 @@ -12414,12 +15484,15 @@ entities: - qa-fix-issues - epic-4-executor dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:12bdcdb1b05e1d36686c7ae3cd4c080e592fe41b0807d64ee08ed089d4e257da - lastVerified: '2026-03-04T16:20:30.355Z' + lastVerified: '2026-03-06T18:57:59.909Z' pm-adapter-factory: path: .aiox-core/infrastructure/scripts/pm-adapter-factory.js layer: L2 @@ -12433,17 +15506,20 @@ entities: - po-pull-story - po-sync-story - story-manager - dependencies: + dependencies: [] + externalDeps: [] + plannedDeps: - clickup-adapter - github-adapter - jira-adapter - local-adapter + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:72ceafb9cf559d619951f95d62a7fd645c95258eca27248985fbb2afb20aa257 - lastVerified: '2026-03-04T16:20:30.355Z' + lastVerified: '2026-03-06T18:57:59.909Z' pm-adapter: path: .aiox-core/infrastructure/scripts/pm-adapter.js layer: L2 @@ -12454,12 +15530,15 @@ entities: - adapter usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d8383516f70e1641be210dd4b033541fb6bfafd39fd5976361b8e322cdcb1058 - lastVerified: '2026-03-04T16:20:01.666Z' + lastVerified: '2026-03-06T18:57:59.909Z' pr-review-ai: path: .aiox-core/infrastructure/scripts/pr-review-ai.js layer: L2 @@ -12471,12 +15550,15 @@ entities: - ai usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:8872f4ddc23184ea3305cae682741a6a02c1efc170afaa20793c3a9951b374fc - lastVerified: '2026-03-04T16:20:30.355Z' + lastVerified: '2026-03-06T18:57:59.910Z' project-status-loader: path: .aiox-core/infrastructure/scripts/project-status-loader.js layer: L2 @@ -12492,12 +15574,15 @@ entities: - unified-activation-pipeline dependencies: - worktree-manager + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:33d753efad0658a702b08f9422406423a9aceac4c88479622fc660c8e0c8eccb - lastVerified: '2026-03-04T16:20:30.355Z' + lastVerified: '2026-03-06T18:57:59.910Z' qa-loop-orchestrator: path: .aiox-core/infrastructure/scripts/qa-loop-orchestrator.js layer: L2 @@ -12510,12 +15595,15 @@ entities: usedBy: - epic-6-executor dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:cadd573d7667f6aecd77940ec48c9c8af5e09685877002625faa14a68f5568c2 - lastVerified: '2026-03-04T16:20:30.355Z' + lastVerified: '2026-03-06T18:57:59.912Z' qa-report-generator: path: .aiox-core/infrastructure/scripts/qa-report-generator.js layer: L2 @@ -12527,12 +15615,15 @@ entities: - generator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:23756fafc80bc0b6a6926a7436cf6653df02be1d28a68cf6628f203f778ce201 - lastVerified: '2026-03-04T16:20:30.355Z' + lastVerified: '2026-03-06T18:57:59.912Z' recovery-tracker: path: .aiox-core/infrastructure/scripts/recovery-tracker.js layer: L2 @@ -12545,13 +15636,17 @@ entities: - autonomous-build-loop - build-state-manager - recovery-handler + - dev dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:09eb60cdd5b6a42a93b5f7450448899bf83e704ecec7d56ea27b560f063e2d1a - lastVerified: '2026-03-04T16:20:30.355Z' + lastVerified: '2026-03-06T18:57:59.915Z' refactoring-suggester: path: .aiox-core/infrastructure/scripts/refactoring-suggester.js layer: L2 @@ -12563,12 +15658,15 @@ entities: usedBy: - dev-suggest-refactoring dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:118d4cdbc64cf3238065f2fb98958305ae81e1384bc68f5a6c7b768f1232cd1e - lastVerified: '2026-03-04T16:20:01.668Z' + lastVerified: '2026-03-06T18:57:59.938Z' repository-detector: path: .aiox-core/infrastructure/scripts/repository-detector.js layer: L2 @@ -12582,12 +15680,15 @@ entities: - github-devops-pre-push-quality-gate - github-devops-version-management dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:10ffca7f57d24d3729c71a9104a154500a3c72328d67884e26e38d22199af332 - lastVerified: '2026-03-04T16:20:30.356Z' + lastVerified: '2026-03-06T18:57:59.938Z' rollback-manager: path: .aiox-core/infrastructure/scripts/rollback-manager.js layer: L2 @@ -12599,13 +15700,17 @@ entities: usedBy: - recovery-handler - epic-5-executor + - dev dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:fe14a4c0b55f35c30f76daf12712fb97308171683bf81d2566e0d01838d57a6e - lastVerified: '2026-03-04T16:20:30.356Z' + lastVerified: '2026-03-06T18:57:59.939Z' sandbox-tester: path: .aiox-core/infrastructure/scripts/sandbox-tester.js layer: L2 @@ -12617,12 +15722,15 @@ entities: usedBy: - improve-self dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:019af2e23de70d7dacb49faf031ba0c1f5553ecebe52f361bab74bfca73ba609 - lastVerified: '2026-03-04T16:20:01.668Z' + lastVerified: '2026-03-06T18:57:59.939Z' security-checker: path: .aiox-core/infrastructure/scripts/security-checker.js layer: L2 @@ -12638,12 +15746,15 @@ entities: - component-generator - improvement-validator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d14d9376e3044e61eba40c03931a05dc518f7b8a10618d4f8c9c8a4b300e71fc - lastVerified: '2026-03-04T16:20:30.356Z' + lastVerified: '2026-03-06T18:57:59.939Z' spot-check-validator: path: .aiox-core/infrastructure/scripts/spot-check-validator.js layer: L2 @@ -12655,12 +15766,15 @@ entities: - validator usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:4bf2d20ded322312aef98291d2a23913da565e1622bc97366c476793c6792c81 - lastVerified: '2026-03-04T16:20:01.668Z' + lastVerified: '2026-03-06T18:57:59.940Z' status-mapper: path: .aiox-core/infrastructure/scripts/status-mapper.js layer: L2 @@ -12672,12 +15786,15 @@ entities: usedBy: - clickup-helpers dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:6ce6d7324350997b3e1b112aabfbbd0612ebde753ca9ed03e494869b3bb57b1f - lastVerified: '2026-03-04T16:20:30.356Z' + lastVerified: '2026-03-06T18:57:59.940Z' story-worktree-hooks: path: .aiox-core/infrastructure/scripts/story-worktree-hooks.js layer: L2 @@ -12690,12 +15807,15 @@ entities: usedBy: [] dependencies: - worktree-manager + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:3e719f61633200d116260931d93925197c7d2d5d857492f87974c6aae160e1a4 - lastVerified: '2026-03-04T16:20:30.356Z' + lastVerified: '2026-03-06T18:57:59.940Z' stuck-detector: path: .aiox-core/infrastructure/scripts/stuck-detector.js layer: L2 @@ -12708,13 +15828,17 @@ entities: - build-state-manager - recovery-handler - epic-5-executor + - dev dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d1afb4d6d17c06075d43e2327d4f84fce1a4e57a46374b0250a3028c211b1c66 - lastVerified: '2026-03-04T16:20:30.356Z' + lastVerified: '2026-03-06T18:57:59.941Z' subtask-verifier: path: .aiox-core/infrastructure/scripts/subtask-verifier.js layer: L2 @@ -12726,12 +15850,15 @@ entities: usedBy: - epic-4-executor dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:ceb0450fa12fa48f0255bb4565858eb1a97b28c30b98d36cb61d52d72e08b054 - lastVerified: '2026-03-04T16:20:01.669Z' + lastVerified: '2026-03-06T18:57:59.941Z' template-engine: path: .aiox-core/infrastructure/scripts/template-engine.js layer: L2 @@ -12744,12 +15871,15 @@ entities: - template-validator - component-generator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:ec62a12ff9ad140d32fcbdfc9b5eef636101b75f0835469f1193fee8db0a7d55 - lastVerified: '2026-03-04T16:20:30.356Z' + lastVerified: '2026-03-06T18:57:59.942Z' template-validator: path: .aiox-core/infrastructure/scripts/template-validator.js layer: L2 @@ -12762,12 +15892,15 @@ entities: - component-generator dependencies: - template-engine + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:de989116d2f895b58e10355b8853e7b96af6fde151d2612616f18842b9cc56c4 - lastVerified: '2026-03-04T16:20:30.356Z' + lastVerified: '2026-03-06T18:57:59.942Z' test-discovery: path: .aiox-core/infrastructure/scripts/test-discovery.js layer: L2 @@ -12778,12 +15911,15 @@ entities: - discovery usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:04038aa49ae515697084fcdacaf0ef8bc36029fc114f5a1206065d7928870449 - lastVerified: '2026-03-04T16:20:01.669Z' + lastVerified: '2026-03-06T18:57:59.943Z' test-generator: path: .aiox-core/infrastructure/scripts/test-generator.js layer: L2 @@ -12795,12 +15931,15 @@ entities: usedBy: - qa-generate-tests dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:f3146896fbcbc99563cc015b828f097167642e24c919c7c9bf6bbfee9ea87cc1 - lastVerified: '2026-03-04T16:20:30.356Z' + lastVerified: '2026-03-06T18:57:59.943Z' test-quality-assessment: path: .aiox-core/infrastructure/scripts/test-quality-assessment.js layer: L2 @@ -12813,12 +15952,15 @@ entities: usedBy: - qa-generate-tests dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:08c49331641c0fb1873e37fd14a41d88cec7b40f4b16267ae26b4cadc4d292b6 - lastVerified: '2026-03-04T16:20:30.356Z' + lastVerified: '2026-03-06T18:57:59.957Z' test-utilities-fast: path: .aiox-core/infrastructure/scripts/test-utilities-fast.js layer: L2 @@ -12830,12 +15972,15 @@ entities: - fast usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:70d87a74dac153c65d622afa4d62816e41d8d81eee6d42e1c0e498999bec7c40 - lastVerified: '2026-03-04T16:20:01.670Z' + lastVerified: '2026-03-06T18:57:59.957Z' test-utilities: path: .aiox-core/infrastructure/scripts/test-utilities.js layer: L2 @@ -12846,12 +15991,15 @@ entities: - utilities usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:2df35a1706b1389809226fde3c4e0bc72e4d5cebacab3cb98beaa70768049061 - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.957Z' tool-resolver: path: .aiox-core/infrastructure/scripts/tool-resolver.js layer: L2 @@ -12865,12 +16013,15 @@ entities: - clickup-helpers - README dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:267fbb7c03d3cb30b430d8ac426dd65e863009704c5a7c03f6ae6e49104da43b - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.957Z' transaction-manager: path: .aiox-core/infrastructure/scripts/transaction-manager.js layer: L2 @@ -12885,12 +16036,15 @@ entities: - component-generator dependencies: - component-metadata + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:bed375a4d72928ecfa670626c3e504194c4bf4439eab399fc5b31c919e873e86 - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.958Z' usage-analytics: path: .aiox-core/infrastructure/scripts/usage-analytics.js layer: L2 @@ -12902,12 +16056,15 @@ entities: usedBy: - analyze-framework dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:5328370f603d7601e7e69b2c19646fad8557394068955fc029b9bc4f70d66bfe - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.959Z' validate-agents: path: .aiox-core/infrastructure/scripts/validate-agents.js layer: L2 @@ -12916,14 +16073,18 @@ entities: keywords: - validate - agents - usedBy: [] + usedBy: + - aiox-master dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:5f5f89a1fcf02ba340772ed30ade56fc346114d7a4d43e6d69af40858c64b180 - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.976Z' validate-claude-integration: path: .aiox-core/infrastructure/scripts/validate-claude-integration.js layer: L2 @@ -12936,12 +16097,15 @@ entities: usedBy: - validate-parity dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:3b4e996c2597966fad966d1b2beaecdbda003f6529c41687dfe419d62a319ec6 - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.976Z' validate-codex-integration: path: .aiox-core/infrastructure/scripts/validate-codex-integration.js layer: L2 @@ -12954,12 +16118,15 @@ entities: usedBy: - validate-parity dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:0f45a49898528d708ef17871bf6abae4f60483ef8520ce30a9bd4f5e507c585f - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.977Z' validate-gemini-integration: path: .aiox-core/infrastructure/scripts/validate-gemini-integration.js layer: L2 @@ -12972,12 +16139,15 @@ entities: usedBy: - validate-parity dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:57a31b8a4b8c129189afaad961ed0261a205c02b55028d61146a9e599c112883 - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.977Z' validate-output-pattern: path: .aiox-core/infrastructure/scripts/validate-output-pattern.js layer: L2 @@ -12989,12 +16159,15 @@ entities: - pattern usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:91111d656e8d7b38a20a1bda753e663b74318f75cdab2025c7e0b84c775fc83d - lastVerified: '2026-03-04T16:20:01.671Z' + lastVerified: '2026-03-06T18:57:59.977Z' validate-parity: path: .aiox-core/infrastructure/scripts/validate-parity.js layer: L2 @@ -13010,12 +16183,15 @@ entities: - validate-gemini-integration - validate - validate-paths + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:7f651b869bd501e97d6dccb51dab434818492bc5b02f5eaea00db808cd17cd4c - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.978Z' validate-paths: path: .aiox-core/infrastructure/scripts/validate-paths.js layer: L2 @@ -13027,12 +16203,15 @@ entities: usedBy: - validate-parity dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:17d453afbfb15bb85ffce096e0ae95a69838b10b3d7a9538ea35664ce851159a - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.978Z' validate-user-profile: path: .aiox-core/infrastructure/scripts/validate-user-profile.js layer: L2 @@ -13045,12 +16224,15 @@ entities: usedBy: - greeting-builder dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:a67e6385bb77d6359e91d87882c0641b1444a1f7acd1086203f20953a4f16a37 - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.978Z' visual-impact-generator: path: .aiox-core/infrastructure/scripts/visual-impact-generator.js layer: L2 @@ -13063,12 +16245,15 @@ entities: usedBy: - architect-analyze-impact dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:7771eb4d93b1d371149c15adf83db205c7bf600be6d098fc4364af2886776686 - lastVerified: '2026-03-04T16:20:30.357Z' + lastVerified: '2026-03-06T18:57:59.979Z' worktree-manager: path: .aiox-core/infrastructure/scripts/worktree-manager.js layer: L2 @@ -13083,16 +16268,20 @@ entities: - remove-worktree - autonomous-build-loop - build-orchestrator + - dev - auto-worktree - project-status-loader - story-worktree-hooks dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:76ac6c2638b5ddf9d8a359ac9db887b926ca0993d77220f6511c58255f0cfbd3 - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:57:59.979Z' yaml-validator: path: .aiox-core/infrastructure/scripts/yaml-validator.js layer: L2 @@ -13104,21 +16293,28 @@ entities: usedBy: - modification-validator - index.esm + - index - component-generator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:2039ecb9a9d3f639c734c65704018efd2c4656c4995f0b0e537670f7417bf23b - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:57:59.979Z' index: - path: .aiox-core/infrastructure/scripts/llm-routing/usage-tracker/index.js + path: .aiox-core/infrastructure/scripts/codex-skills-sync/index.js layer: L2 type: script - purpose: Entity at .aiox-core/infrastructure/scripts/llm-routing/usage-tracker/index.js + purpose: ${description} keywords: - index + - aiox + - ${title} + - activator usedBy: - creation-helper - dev-helper @@ -13127,13 +16323,17 @@ entities: - qa-helper - story-helper - validate - dependencies: [] + dependencies: + - agent-parser + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] - checksum: sha256:b49216115de498113a754f9c87fe9834f6262abaa6db3b54c87c06fbdc632905 - lastVerified: '2026-03-04T16:20:30.354Z' + checksum: sha256:a7a3c97374c34a900acad13498f61f8a40517574480354218e349d1e1d3931a4 + lastVerified: '2026-03-06T18:57:59.980Z' validate: path: .aiox-core/infrastructure/scripts/codex-skills-sync/validate.js layer: L2 @@ -13146,12 +16346,15 @@ entities: dependencies: - agent-parser - index + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:0fbc1baff25f20e3a37d3e4be51d146a75254d5ed638b3438d9f1bf0e587c997 - lastVerified: '2026-03-04T16:20:30.350Z' + lastVerified: '2026-03-06T18:57:59.980Z' brownfield-analyzer: path: .aiox-core/infrastructure/scripts/documentation-integrity/brownfield-analyzer.js layer: L2 @@ -13163,12 +16366,15 @@ entities: usedBy: - analyze-brownfield dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:a5d1a200767592554778f12cfd3594b89dd11d25e1668e81876c34753753df04 - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.980Z' config-generator: path: .aiox-core/infrastructure/scripts/documentation-integrity/config-generator.js layer: L2 @@ -13177,14 +16383,18 @@ entities: keywords: - config - generator - usedBy: [] + usedBy: + - setup-project-docs dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:bed3eb82140bf4ed547ec1f5c8992cbcd3ce8587a8814f7bef0962c7788965ee - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.980Z' deployment-config-loader: path: .aiox-core/infrastructure/scripts/documentation-integrity/deployment-config-loader.js layer: L2 @@ -13194,14 +16404,18 @@ entities: - deployment - config - loader - usedBy: [] + usedBy: + - setup-project-docs dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c58e84348a50a7587de3068fe7dcf69a22478cd4e96a5c44d9b9f7f814c64925 - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.981Z' doc-generator: path: .aiox-core/infrastructure/scripts/documentation-integrity/doc-generator.js layer: L2 @@ -13210,14 +16424,18 @@ entities: keywords: - doc - generator - usedBy: [] + usedBy: + - setup-project-docs dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:6e58a80fc61b5af4780e98ac5c0c7070b1ed6281a776303d7550ad717b933afb - lastVerified: '2026-03-04T16:20:01.661Z' + lastVerified: '2026-03-06T18:57:59.981Z' gitignore-generator: path: .aiox-core/infrastructure/scripts/documentation-integrity/gitignore-generator.js layer: L2 @@ -13227,14 +16445,18 @@ entities: - gitignore - generator - '========================================' - usedBy: [] + usedBy: + - setup-project-docs dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:fc79c0c5311f3043a07a9e08480a70c8a1328ac6e00679a5141de8226c5dd4ca - lastVerified: '2026-03-04T16:20:30.351Z' + lastVerified: '2026-03-06T18:57:59.981Z' mode-detector: path: .aiox-core/infrastructure/scripts/documentation-integrity/mode-detector.js layer: L2 @@ -13243,14 +16465,19 @@ entities: keywords: - mode - detector - usedBy: [] + usedBy: + - analyze-brownfield + - setup-project-docs dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:955af283f28d088d844b6e3f388b48caf265d746ff499599973196cb07612730 - lastVerified: '2026-03-04T16:20:30.352Z' + lastVerified: '2026-03-06T18:57:59.984Z' post-commit: path: .aiox-core/infrastructure/scripts/git-hooks/post-commit.js layer: L2 @@ -13261,12 +16488,15 @@ entities: - commit usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:a7eea0e43a254804a09fc09a94c9c44d8da0b285ce5dc2ea6149d426732fd917 - lastVerified: '2026-03-04T16:20:30.352Z' + lastVerified: '2026-03-06T18:57:59.984Z' agent-parser: path: .aiox-core/infrastructure/scripts/ide-sync/agent-parser.js layer: L2 @@ -13276,17 +16506,21 @@ entities: - agent - parser usedBy: + - index - validate - antigravity - cursor - github-copilot dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:b4dceac261653d85d791b6cd8b010ebfaa75cab179477b193a2448482b4aa4d4 - lastVerified: '2026-03-04T16:20:01.662Z' + lastVerified: '2026-03-06T18:57:59.984Z' gemini-commands: path: .aiox-core/infrastructure/scripts/ide-sync/gemini-commands.js layer: L2 @@ -13297,12 +16531,15 @@ entities: - commands usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:ba02b21af0d485b14d6e248b6d5644090646dc792f78eac515d17b88680d8549 - lastVerified: '2026-03-04T16:20:30.353Z' + lastVerified: '2026-03-06T18:57:59.985Z' redirect-generator: path: .aiox-core/infrastructure/scripts/ide-sync/redirect-generator.js layer: L2 @@ -13314,12 +16551,15 @@ entities: usedBy: - validator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:89ead2308414418e83fb66f591abddabd7137d87b57adca129fa57d119780b2a - lastVerified: '2026-03-04T16:20:30.353Z' + lastVerified: '2026-03-06T18:57:59.988Z' validator: path: .aiox-core/infrastructure/scripts/ide-sync/validator.js layer: L2 @@ -13327,16 +16567,18 @@ entities: purpose: '{' keywords: - validator - usedBy: - - index + usedBy: [] dependencies: - redirect-generator + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:356c78125db7f88d14f4e521808e96593d729291c3d7a1c36cb02f78b4aef8fc - lastVerified: '2026-03-04T16:20:01.663Z' + lastVerified: '2026-03-06T18:57:59.988Z' install-llm-routing: path: .aiox-core/infrastructure/scripts/llm-routing/install-llm-routing.js layer: L2 @@ -13349,12 +16591,15 @@ entities: usedBy: - setup-llm-routing dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:4c9faab7f6149a8046abe5c9a026055c5f386cfef700136b76e5fa579e60bed8 - lastVerified: '2026-03-04T16:20:30.353Z' + lastVerified: '2026-03-06T18:57:59.989Z' antigravity: path: .aiox-core/infrastructure/scripts/ide-sync/transformers/antigravity.js layer: L2 @@ -13365,12 +16610,15 @@ entities: usedBy: [] dependencies: - agent-parser + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:e00910c008c8547a1943f79c676d0a4c0d014b638fc15c8a68e2574d6949744b - lastVerified: '2026-03-04T16:20:30.353Z' + lastVerified: '2026-03-06T18:57:59.990Z' claude-code: path: .aiox-core/infrastructure/scripts/ide-sync/transformers/claude-code.js layer: L2 @@ -13381,12 +16629,15 @@ entities: - code usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:82eea7091a8bdc89f9067dd420b535574c9bdb2dee8c616eda99758069328a84 - lastVerified: '2026-03-04T16:20:30.353Z' + lastVerified: '2026-03-06T18:57:59.990Z' cursor: path: .aiox-core/infrastructure/scripts/ide-sync/transformers/cursor.js layer: L2 @@ -13397,12 +16648,15 @@ entities: usedBy: [] dependencies: - agent-parser + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c24d24e4bec477c3b75340aeac08c5a4a2780001eec9c25e6b00d4f0af53d4f0 - lastVerified: '2026-03-04T16:20:30.353Z' + lastVerified: '2026-03-06T18:57:59.990Z' github-copilot: path: .aiox-core/infrastructure/scripts/ide-sync/transformers/github-copilot.js layer: L2 @@ -13414,12 +16668,15 @@ entities: usedBy: [] dependencies: - agent-parser + externalDeps: [] + plannedDeps: [] + lifecycle: experimental adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:6d365be4a55e2f5ced316a0efbfa50fb925562f3e145d47a86c57a2c685343ac - lastVerified: '2026-03-04T16:20:30.353Z' + lastVerified: '2026-03-06T18:57:59.990Z' infra-tools: README: path: .aiox-core/infrastructure/tools/README.md @@ -13432,7 +16689,9 @@ entities: - tools - integrations - directory - usedBy: [] + usedBy: + - db-supabase-setup + - environment-bootstrap dependencies: - tool-resolver externalDeps: [] @@ -13443,7 +16702,7 @@ entities: constraints: [] extensionPoints: [] checksum: sha256:2f8f4141b9f4a71ad51668d28fc9a12362835dd40eb45992c645f9bfe28f8a48 - lastVerified: '2026-03-04T16:06:22.416Z' + lastVerified: '2026-03-06T18:58:00.225Z' github-cli: path: .aiox-core/infrastructure/tools/cli/github-cli.yaml layer: L2 @@ -13457,13 +16716,18 @@ entities: usedBy: - environment-bootstrap - setup-github + - devops + - po dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:222ca6016e9487d2da13bead0af5cee6099885ea438b359ff5fa5a73c7cd4820 - lastVerified: '2026-03-04T16:20:01.672Z' + lastVerified: '2026-03-06T18:58:00.225Z' llm-routing: path: .aiox-core/infrastructure/tools/cli/llm-routing.yaml layer: L2 @@ -13477,12 +16741,15 @@ entities: usedBy: - setup-llm-routing dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d97183f254876933de02d9ad2c793ad7d06e37dd0c4f9da9fb68097a5d0eedb3 - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:58:00.226Z' railway-cli: path: .aiox-core/infrastructure/tools/cli/railway-cli.yaml layer: L2 @@ -13493,13 +16760,17 @@ entities: - cli usedBy: - environment-bootstrap + - architect dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:cab769df07cfd0a65bfed0e7140dfde3bf3c54cd6940452d2d18e18f99a63e4a - lastVerified: '2026-03-04T16:20:01.672Z' + lastVerified: '2026-03-06T18:58:00.226Z' supabase-cli: path: .aiox-core/infrastructure/tools/cli/supabase-cli.yaml layer: L2 @@ -13512,13 +16783,18 @@ entities: - cli usedBy: - environment-bootstrap + - architect + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:659fefd3d8b182dd06fc5be560fcf386a028156386b2029cd51bbd7d3b5e6bfd - lastVerified: '2026-03-04T16:20:01.672Z' + lastVerified: '2026-03-06T18:58:00.226Z' ffmpeg: path: .aiox-core/infrastructure/tools/local/ffmpeg.yaml layer: L2 @@ -13526,14 +16802,18 @@ entities: purpose: Complete, cross-platform solution for recording, converting, and streaming audio and video keywords: - ffmpeg - usedBy: [] + usedBy: + - dev dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:d481a548e0eb327513412c7ac39e4a92ac27a283f4b9e6c43211fed52281df44 - lastVerified: '2026-03-04T16:20:01.672Z' + lastVerified: '2026-03-06T18:58:00.226Z' 21st-dev-magic: path: .aiox-core/infrastructure/tools/mcp/21st-dev-magic.yaml layer: L2 @@ -13545,14 +16825,18 @@ entities: - 21st - dev - magic - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:5e1b575bdb51c6b5d446a2255fa068194d2010bce56c8c0dd0b2e98e3cf61f18 - lastVerified: '2026-03-04T16:20:01.672Z' + lastVerified: '2026-03-06T18:58:00.227Z' browser: path: .aiox-core/infrastructure/tools/mcp/browser.yaml layer: L2 @@ -13560,14 +16844,20 @@ entities: purpose: Puppeteer-based browser automation for web scraping, testing, and interaction with web applications keywords: - browser - usedBy: [] + usedBy: + - dev + - qa + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:c28206d92a6127d299ca60955cd6f6d03c940ac8b221f1e9fc620dd7efd7b471 - lastVerified: '2026-03-04T16:20:01.672Z' + lastVerified: '2026-03-06T18:58:00.227Z' clickup: path: .aiox-core/infrastructure/tools/mcp/clickup.yaml layer: L2 @@ -13575,14 +16865,18 @@ entities: purpose: ClickUp project management with pre-execution validation and API complexity handling keywords: - clickup - usedBy: [] + usedBy: + - sm dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:aa7c34786e8e332a3486b136f40ec997dcc2a7e408bbc99a8899b0653baac6ee - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:58:00.228Z' context7: path: .aiox-core/infrastructure/tools/mcp/context7.yaml layer: L2 @@ -13592,13 +16886,23 @@ entities: - context7 usedBy: - qa-library-validation + - analyst + - architect + - dev + - po + - qa + - sm + - squad-creator dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:321e0e23a787c36260efdbb1a3953235fa7dc57e77b211610ffaf33bc21fca02 - lastVerified: '2026-03-04T16:20:01.673Z' + lastVerified: '2026-03-06T18:58:00.228Z' desktop-commander: path: .aiox-core/infrastructure/tools/mcp/desktop-commander.yaml layer: L2 @@ -13609,12 +16913,15 @@ entities: - commander usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:ec1a5db7def48d1762e68d4477ad0574bbb54a6783256870f5451c666ebdc213 - lastVerified: '2026-03-04T16:20:01.673Z' + lastVerified: '2026-03-06T18:58:00.228Z' exa: path: .aiox-core/infrastructure/tools/mcp/exa.yaml layer: L2 @@ -13624,14 +16931,19 @@ entities: company research, and content crawling keywords: - exa - usedBy: [] + usedBy: + - analyst + - architect dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:02576ff68b8de8a2d4e6aaffaeade78d5c208b95380feeacb37e2105c6f83541 - lastVerified: '2026-03-04T16:20:01.673Z' + lastVerified: '2026-03-06T18:58:00.228Z' google-workspace: path: .aiox-core/infrastructure/tools/mcp/google-workspace.yaml layer: L2 @@ -13642,14 +16954,18 @@ entities: keywords: - google - workspace - usedBy: [] + usedBy: + - analyst dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:f017c3154e9d480f37d94c7ddd7c3d24766b4fa7e0ee9e722600e85da75734b4 - lastVerified: '2026-03-04T16:20:01.673Z' + lastVerified: '2026-03-06T18:58:00.229Z' n8n: path: .aiox-core/infrastructure/tools/mcp/n8n.yaml layer: L2 @@ -13657,14 +16973,18 @@ entities: purpose: n8n workflow management with execution validation and credential handling keywords: - n8n - usedBy: [] + usedBy: + - dev dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:f9d9536ec47f9911e634083c3ac15cb920214ea0f052e78d4c6a27a17e9ec408 - lastVerified: '2026-03-04T16:20:01.673Z' + lastVerified: '2026-03-06T18:58:00.229Z' supabase: path: .aiox-core/infrastructure/tools/mcp/supabase.yaml layer: L2 @@ -13674,14 +16994,19 @@ entities: subscriptions keywords: - supabase - usedBy: [] + usedBy: + - dev + - qa dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.7 constraints: [] extensionPoints: [] checksum: sha256:350bd31537dfef9c3df55bd477434ccbe644cdf0dd3408bf5a8a6d0c5ba78aa2 - lastVerified: '2026-03-04T16:20:01.673Z' + lastVerified: '2026-03-06T18:58:00.234Z' product-checklists: accessibility-wcag-checklist: path: .aiox-core/product/checklists/accessibility-wcag-checklist.md @@ -13692,14 +17017,18 @@ entities: - accessibility - wcag - checklist - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:56126182b25e9b7bdde43f75315e33167eb49b1f9a9cb0e9a37bc068af40aeab - lastVerified: '2026-03-04T16:20:01.673Z' + lastVerified: '2026-03-06T18:58:00.236Z' architect-checklist: path: .aiox-core/product/checklists/architect-checklist.md layer: L2 @@ -13710,14 +17039,19 @@ entities: - checklist - solution - validation - usedBy: [] + usedBy: + - aiox-master + - architect dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:ecbcc8e6b34f813bc73ebcc28482c045ef12c6b17808ee6f70a808eee1818911 - lastVerified: '2026-03-04T16:20:01.674Z' + lastVerified: '2026-03-06T18:58:00.237Z' change-checklist: path: .aiox-core/product/checklists/change-checklist.md layer: L2 @@ -13729,14 +17063,28 @@ entities: - change - checklist - navigation - usedBy: [] + usedBy: + - brownfield-create-epic + - correct-course + - modify-agent + - modify-task + - modify-workflow + - propose-modification + - qa-review-proposal + - update-manifest + - aiox-master + - pm + - po dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:edaa126d5db726fce3a422be6441928b1177fe13e5e8defe2d2cb8959acd1439 - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:58:00.237Z' component-quality-checklist: path: .aiox-core/product/checklists/component-quality-checklist.md layer: L2 @@ -13746,14 +17094,18 @@ entities: - component - quality - checklist - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:ec4e34a3fc4a071d346a8ba473f521d2a38e5eb07d1656fee6ff108e5cd7b62f - lastVerified: '2026-03-04T16:20:01.674Z' + lastVerified: '2026-03-06T18:58:00.237Z' database-design-checklist: path: .aiox-core/product/checklists/database-design-checklist.md layer: L2 @@ -13763,14 +17115,18 @@ entities: - database - design - checklist - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:6d3cf038f0320db0e6daf9dba61e4c29269ed73c793df5618e155ebd07b6c200 - lastVerified: '2026-03-04T16:20:01.674Z' + lastVerified: '2026-03-06T18:58:00.238Z' dba-predeploy-checklist: path: .aiox-core/product/checklists/dba-predeploy-checklist.md layer: L2 @@ -13781,14 +17137,18 @@ entities: - predeploy - checklist - pre-deploy - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:482136936a2414600b59d4d694526c008287e3376ed73c9a93de78d7d7bd3285 - lastVerified: '2026-03-04T16:20:01.674Z' + lastVerified: '2026-03-06T18:58:00.239Z' dba-rollback-checklist: path: .aiox-core/product/checklists/dba-rollback-checklist.md layer: L2 @@ -13798,14 +17158,18 @@ entities: - dba - rollback - checklist - usedBy: [] + usedBy: + - data-engineer dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:060847cba7ef223591c2c1830c65994fd6cf8135625d6953a3a5b874301129c5 - lastVerified: '2026-03-04T16:20:01.674Z' + lastVerified: '2026-03-06T18:58:00.239Z' migration-readiness-checklist: path: .aiox-core/product/checklists/migration-readiness-checklist.md layer: L2 @@ -13815,14 +17179,18 @@ entities: - migration - readiness - checklist - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:6231576966f24b30c00fe7cc836359e10c870c266a30e5d88c6b3349ad2f1d17 - lastVerified: '2026-03-04T16:20:01.674Z' + lastVerified: '2026-03-06T18:58:00.239Z' pattern-audit-checklist: path: .aiox-core/product/checklists/pattern-audit-checklist.md layer: L2 @@ -13832,14 +17200,18 @@ entities: - pattern - audit - checklist - usedBy: [] + usedBy: + - ux-design-expert dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:2eb28cb0e7abd8900170123c1d080c1bbb81ccb857eeb162c644f40616b0875e - lastVerified: '2026-03-04T16:20:01.674Z' + lastVerified: '2026-03-06T18:58:00.239Z' pm-checklist: path: .aiox-core/product/checklists/pm-checklist.md layer: L2 @@ -13852,14 +17224,19 @@ entities: - manager - (pm) - requirements - usedBy: [] + usedBy: + - aiox-master + - pm dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:6828efd3acf32638e31b8081ca0c6f731aa5710c8413327db5a8096b004aeb2b - lastVerified: '2026-03-04T16:20:01.674Z' + lastVerified: '2026-03-06T18:58:00.240Z' po-master-checklist: path: .aiox-core/product/checklists/po-master-checklist.md layer: L2 @@ -13873,14 +17250,29 @@ entities: - owner - (po) - validation - usedBy: [] + usedBy: + - brownfield-create-epic + - brownfield-create-story + - create-brownfield-story + - create-next-story + - dev-validate-next-story + - po-pull-story-from-clickup + - po-sync-story-to-clickup + - qa-trace-requirements + - sm-create-next-story + - validate-next-story + - aiox-master + - po dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:506a3032f461c7ae96c338600208575be4f4823d2fe7c92fe304a4ff07cc5390 - lastVerified: '2026-03-04T16:20:01.674Z' + lastVerified: '2026-03-06T18:58:00.241Z' pre-push-checklist: path: .aiox-core/product/checklists/pre-push-checklist.md layer: L2 @@ -13893,14 +17285,18 @@ entities: - pre-push - quality - gate - usedBy: [] + usedBy: + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:8b96f7216101676b86b314c347fa8c6d616cde21dbc77ef8f77b8d0b5770af2a - lastVerified: '2026-03-04T16:20:01.675Z' + lastVerified: '2026-03-06T18:58:00.242Z' release-checklist: path: .aiox-core/product/checklists/release-checklist.md layer: L2 @@ -13909,14 +17305,19 @@ entities: keywords: - release - checklist - usedBy: [] + usedBy: + - publish-npm + - devops dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:a5e66e27d115abd544834a70f3dda429bc486fbcb569870031c4f79fd8ac6187 - lastVerified: '2026-03-04T16:20:01.675Z' + lastVerified: '2026-03-06T18:58:00.242Z' self-critique-checklist: path: .aiox-core/product/checklists/self-critique-checklist.md layer: L2 @@ -13927,14 +17328,20 @@ entities: - critique - checklist - self-critique - usedBy: [] - dependencies: [] + usedBy: + - build-autonomous + - dev + dependencies: + - dev + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:9f257660bb386ea315fe4ab8b259897058d279e66338801db234c25750be9c2c - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:58:00.242Z' story-dod-checklist: path: .aiox-core/product/checklists/story-dod-checklist.md layer: L2 @@ -13947,14 +17354,19 @@ entities: - definition - done - (dod) - usedBy: [] + usedBy: + - aiox-master + - dev dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:725b60a16a41886a92794e54b9efa8359eab5f09813cd584fa9e8e1519c78dc4 - lastVerified: '2026-03-04T16:20:01.675Z' + lastVerified: '2026-03-06T18:58:00.243Z' story-draft-checklist: path: .aiox-core/product/checklists/story-draft-checklist.md layer: L2 @@ -13964,14 +17376,22 @@ entities: - story - draft - checklist - usedBy: [] - dependencies: [] + usedBy: + - aiox-master + - sm + dependencies: + - dev + - architect + - qa + externalDeps: [] + plannedDeps: [] + lifecycle: production adaptability: score: 0.6 constraints: [] extensionPoints: [] checksum: sha256:cf500e2a8a471573d25f3d73439a41fffea9f5351963c598fd2285ec909f96ce - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:58:00.246Z' product-data: atomic-design-principles: path: .aiox-core/product/data/atomic-design-principles.md @@ -13984,12 +17404,15 @@ entities: - principles usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:66153135e28394178c4f8f33441c45a2404587c2f07d25ad09dde54f3f5e1746 - lastVerified: '2026-03-04T16:20:01.675Z' + lastVerified: '2026-03-06T18:58:00.252Z' brainstorming-techniques: path: .aiox-core/product/data/brainstorming-techniques.md layer: L2 @@ -14001,12 +17424,15 @@ entities: - data usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:4c5a558d21eb620a8c820d8ca9807b2d12c299375764289482838f81ef63dbce - lastVerified: '2026-03-04T16:20:01.675Z' + lastVerified: '2026-03-06T18:58:00.252Z' consolidation-algorithms: path: .aiox-core/product/data/consolidation-algorithms.md layer: L2 @@ -14018,12 +17444,15 @@ entities: - pattern usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:2f2561be9e6281f6352f05e1c672954001f919c4664e3fecd6fcde24fdd4d240 - lastVerified: '2026-03-04T16:20:01.675Z' + lastVerified: '2026-03-06T18:58:00.252Z' database-best-practices: path: .aiox-core/product/data/database-best-practices.md layer: L2 @@ -14036,12 +17465,15 @@ entities: - guide usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:8331f001e903283633f0123d123546ef3d4682ed0e0f9516b4df391fe57b9b7d - lastVerified: '2026-03-04T16:20:01.675Z' + lastVerified: '2026-03-06T18:58:00.252Z' design-token-best-practices: path: .aiox-core/product/data/design-token-best-practices.md layer: L2 @@ -14054,12 +17486,15 @@ entities: - practices usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:10cf3c824bba452ee598e2325b8bfb2068f188d9ac3058b9e034ddf34bf4791a - lastVerified: '2026-03-04T16:20:01.675Z' + lastVerified: '2026-03-06T18:58:00.252Z' elicitation-methods: path: .aiox-core/product/data/elicitation-methods.md layer: L2 @@ -14071,12 +17506,15 @@ entities: - data usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:f8e46f90bd0acc1e9697086d7a2008c7794bc767e99d0037c64e6800e9d17ef4 - lastVerified: '2026-03-04T16:20:01.676Z' + lastVerified: '2026-03-06T18:58:00.253Z' integration-patterns: path: .aiox-core/product/data/integration-patterns.md layer: L2 @@ -14088,12 +17526,15 @@ entities: - squads usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:b771f999fb452dcabf835d5f5e5ae3982c48cece5941cc5a276b6f280062db43 - lastVerified: '2026-03-04T16:20:01.676Z' + lastVerified: '2026-03-06T18:58:00.253Z' migration-safety-guide: path: .aiox-core/product/data/migration-safety-guide.md layer: L2 @@ -14106,12 +17547,15 @@ entities: - database usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:42200ca180d4586447304dfc7f8035ccd09860b6ac34c72b63d284e57c94d2db - lastVerified: '2026-03-04T16:20:01.676Z' + lastVerified: '2026-03-06T18:58:00.253Z' mode-selection-best-practices: path: .aiox-core/product/data/mode-selection-best-practices.md layer: L2 @@ -14124,12 +17568,15 @@ entities: - practices usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:4ed5ee7aaeadb2e3c12029b7cae9a6063f3a7b016fdd0d53f9319d461ddf3ea1 - lastVerified: '2026-03-04T16:20:01.676Z' + lastVerified: '2026-03-06T18:58:00.253Z' postgres-tuning-guide: path: .aiox-core/product/data/postgres-tuning-guide.md layer: L2 @@ -14143,12 +17590,15 @@ entities: - performance usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:4715262241ae6ba2da311865506781bd7273fa6ee1bd55e15968dfda542c2bec - lastVerified: '2026-03-04T16:20:01.676Z' + lastVerified: '2026-03-06T18:58:00.254Z' rls-security-patterns: path: .aiox-core/product/data/rls-security-patterns.md layer: L2 @@ -14163,12 +17613,15 @@ entities: - (rls) usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:e3e12a06b483c1bda645e7eb361a230bdef106cc5d1140a69b443a4fc2ad70ef - lastVerified: '2026-03-04T16:20:01.676Z' + lastVerified: '2026-03-06T18:58:00.254Z' roi-calculation-guide: path: .aiox-core/product/data/roi-calculation-guide.md layer: L2 @@ -14180,12 +17633,15 @@ entities: - guide usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:f00a3c039297b3cb6e00f68d5feb6534a27c2a0ad02afd14df50e4e0cf285aa4 - lastVerified: '2026-03-04T16:20:01.676Z' + lastVerified: '2026-03-06T18:58:00.254Z' supabase-patterns: path: .aiox-core/product/data/supabase-patterns.md layer: L2 @@ -14197,12 +17653,15 @@ entities: - architecture usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:9ed119bc89f859125a0489036d747ff13b6c475a9db53946fdb7f3be02b41e0a - lastVerified: '2026-03-04T16:20:01.676Z' + lastVerified: '2026-03-06T18:58:00.254Z' test-levels-framework: path: .aiox-core/product/data/test-levels-framework.md layer: L2 @@ -14214,12 +17673,15 @@ entities: - framework usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:b9a50f9c3b5b153280c93ea30f823f30deb2ba7aea588039b5a2bdea0b23891e - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:58:00.255Z' test-priorities-matrix: path: .aiox-core/product/data/test-priorities-matrix.md layer: L2 @@ -14231,12 +17693,15 @@ entities: - matrix usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:c97c7279f23ed42ea2588814f204432a93d658d9b5a9914e34647db796a70a60 - lastVerified: '2026-03-04T16:20:30.358Z' + lastVerified: '2026-03-06T18:58:00.255Z' wcag-compliance-guide: path: .aiox-core/product/data/wcag-compliance-guide.md layer: L2 @@ -14248,12 +17713,15 @@ entities: - guide usedBy: [] dependencies: [] + externalDeps: [] + plannedDeps: [] + lifecycle: orphan adaptability: score: 0.5 constraints: [] extensionPoints: [] checksum: sha256:8f5a97e1522da2193e2a2eae18dc68c4477acf3e2471b50b46885163cefa40e6 - lastVerified: '2026-03-04T16:20:01.676Z' + lastVerified: '2026-03-06T18:58:00.255Z' categories: - id: tasks description: Executable task workflows for agent operations diff --git a/.aiox-core/install-manifest.yaml b/.aiox-core/install-manifest.yaml index 2dd981e86..256f7ddee 100644 --- a/.aiox-core/install-manifest.yaml +++ b/.aiox-core/install-manifest.yaml @@ -8,7 +8,7 @@ # - File types for categorization # version: 4.4.6 -generated_at: "2026-03-04T16:29:25.966Z" +generated_at: "2026-03-07T18:47:02.376Z" generator: scripts/generate-install-manifest.js file_count: 1089 files: @@ -177,9 +177,9 @@ files: type: cli size: 5907 - path: core-config.yaml - hash: sha256:d1d90d2cc22e4c870a8a90446d6b98dfd1918829cd5c5f31809bece6ddcfc1cf + hash: sha256:f37570c1b5c4f1ecbc94c3207c60845f863429a9f1cb551e59593affc7c4f1b4 type: config - size: 10999 + size: 2759 - path: core/code-intel/code-intel-client.js hash: sha256:6c9a08a37775acf90397aa079a4ad2c5edcc47f2cfd592b26ae9f3d154d1deb8 type: core @@ -1221,9 +1221,9 @@ files: type: data size: 9575 - path: data/entity-registry.yaml - hash: sha256:ece40639ce330e30b84bfad90d07c8dafd11d8340df56c4b458e3b858e763a79 + hash: sha256:ebaebe93875a18c95e5abb003ef15cdca190c415f24e72925f927dbc47b8ce9e type: data - size: 442004 + size: 521787 - path: data/learned-patterns.yaml hash: sha256:24ac0b160615583a0ff783d3da8af80b7f94191575d6db2054ec8e10a3f945dc type: data @@ -3127,7 +3127,7 @@ files: - path: infrastructure/scripts/llm-routing/templates/claude-free-tracked.cmd hash: sha256:beee91404492d74f864b82502e28df1df73eaa776a8406d68d486a2c13cbb4fc type: template - size: 4005 + size: 4132 - path: infrastructure/scripts/llm-routing/templates/claude-free-tracked.sh hash: sha256:be1904080b79ec25fbb9fad09465853ecc7c468dcbc005e4bc44af0e23dc6d46 type: template @@ -3151,7 +3151,7 @@ files: - path: infrastructure/scripts/llm-routing/templates/deepseek-proxy.cmd hash: sha256:cec120390fa10bebf2a18728030ef6a8dda81342b034c26830a93ae36cf9dd4a type: template - size: 1990 + size: 2061 - path: infrastructure/scripts/llm-routing/templates/deepseek-proxy.sh hash: sha256:c8c2fb5f5911be6d2b137558000637bd1bceef7fcf5849517a954920ab86f446 type: template @@ -3159,7 +3159,7 @@ files: - path: infrastructure/scripts/llm-routing/templates/deepseek-usage.cmd hash: sha256:62ed5629bcfed05b5fd95f3e849ed6b9c380477c40c1234118f4aa1bdb0b86d3 type: template - size: 1777 + size: 1828 - path: infrastructure/scripts/llm-routing/templates/deepseek-usage.sh hash: sha256:d38e07b3a1bbb4d36f6613376b155fec65bc6be45d1762e9502f18f79770565b type: template @@ -4071,15 +4071,15 @@ files: - path: scripts/batch-migrate-phase1.ps1 hash: sha256:c1f72c94244b7fe8f1f5cf12f0eb2cea017aeaca620953ede02c5c8f0125b429 type: script - size: 938 + size: 974 - path: scripts/batch-migrate-phase2.ps1 hash: sha256:9f7d0a90fec3c2553cd5b757765b15839a0eeefb040fe6e23d58faa801eefe61 type: script - size: 2503 + size: 2591 - path: scripts/batch-migrate-phase3.ps1 hash: sha256:5555a7095693dd7a64be48c6fb0e03b706a68ffd66af9edebac65b798dc4f2bb type: script - size: 1447 + size: 1492 - path: scripts/command-execution-hook.js hash: sha256:295663ee1d236c1085f359773c8940a2cb05cea648e39ef1f02f745a3e7d0990 type: script @@ -4091,7 +4091,7 @@ files: - path: scripts/diagnostics/diagnose-npx-issue.ps1 hash: sha256:628a9e59d6f2fa9e36bb25526f665451e6028b535346ac4a598f42466073fd31 type: script - size: 3494 + size: 3590 - path: scripts/diagnostics/health-dashboard/index.html hash: sha256:141280a67daaca0a211d40f95f45fe4b8bf3575ce8920aa8c89dea0ca39ec7ae type: script @@ -4247,11 +4247,11 @@ files: - path: scripts/diagnostics/quick-diagnose.cmd hash: sha256:93a2ccc5e59df1d7c7ea6ce7df2dcace11c354d3f48bcf74ad2c12dac3418525 type: script - size: 1890 + size: 1975 - path: scripts/diagnostics/quick-diagnose.ps1 hash: sha256:308a0a0fee943d3d0922cacf85682858cbec0a568f669683f91ff91cf2435dd6 type: script - size: 4351 + size: 4468 - path: scripts/migrate-framework-docs.sh hash: sha256:535844ae659e1cb4d35658cde8379b64a4195ff62ee84d048b9a5c7249f5b617 type: script @@ -4279,7 +4279,7 @@ files: - path: scripts/validate-phase1.ps1 hash: sha256:ea9f40a265c44fffeb859f5041f7d7cbcd49322d3f0c0d88949f8ac8b7c25c15 type: script - size: 733 + size: 768 - path: scripts/workflow-management.md hash: sha256:fae596f7be326f897fafeab252fdffd2c6d6cb3163f31f71a4c01d5c88e79930 type: script diff --git a/.aiox-core/package-lock.json b/.aiox-core/package-lock.json new file mode 100644 index 000000000..68d5ad9bc --- /dev/null +++ b/.aiox-core/package-lock.json @@ -0,0 +1,1534 @@ +{ + "name": "@aiox-fullstack/core", + "version": "4.31.1", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "@aiox-fullstack/core", + "version": "4.31.1", + "license": "MIT", + "dependencies": { + "ajv": "^8.17.1", + "chalk": "^4.1.2", + "commander": "^12.1.0", + "diff": "^5.2.0", + "execa": "^5.1.1", + "fast-glob": "^3.3.3", + "fs-extra": "^11.3.0", + "glob": "^10.4.4", + "highlight.js": "^11.9.0", + "inquirer": "^8.2.6", + "js-yaml": "^4.1.0", + "semver": "^7.7.2", + "tar": "^7.5.7", + "validator": "^13.15.15" + }, + "bin": { + "aiox-core": "bin/aiox-core.js" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=9.0.0" + }, + "peerDependencies": { + "@aiox-fullstack/memory": "^4.31.0", + "@aiox-fullstack/performance": "^4.31.0", + "@aiox-fullstack/security": "^4.31.0", + "@aiox-fullstack/telemetry": "^4.31.0" + }, + "peerDependenciesMeta": { + "@aiox-fullstack/memory": { + "optional": true + }, + "@aiox-fullstack/performance": { + "optional": true + }, + "@aiox-fullstack/security": { + "optional": true + }, + "@aiox-fullstack/telemetry": { + "optional": true + } + } + }, + "node_modules/@inquirer/external-editor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz", + "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==", + "license": "MIT", + "dependencies": { + "chardet": "^2.1.1", + "iconv-lite": "^0.7.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } + } + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "license": "ISC", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "license": "MIT" + }, + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz", + "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==", + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.2.2" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/@isaacs/fs-minipass": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", + "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", + "license": "ISC", + "dependencies": { + "minipass": "^7.0.4" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "license": "MIT", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/ajv": { + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", + "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "license": "MIT", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "license": "MIT" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "license": "MIT", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chardet": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz", + "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==", + "license": "MIT" + }, + "node_modules/chownr": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", + "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "license": "MIT", + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "license": "ISC", + "engines": { + "node": ">= 10" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" + }, + "node_modules/commander": { + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", + "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "license": "MIT", + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/diff": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.2.tgz", + "integrity": "sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "license": "MIT" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "license": "MIT" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "license": "MIT" + }, + "node_modules/fast-glob": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.8" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/fastq": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", + "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", + "license": "ISC", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.6", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/foreground-child/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/fs-extra": { + "version": "11.3.4", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz", + "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glob": { + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC" + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/highlight.js": { + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", + "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "license": "Apache-2.0", + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz", + "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/inquirer": { + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.7.tgz", + "integrity": "sha512-UjOaSel/iddGZJ5xP/Eixh6dY1XghiBw4XK13rCCIJcJfyhhoul/7KhLLUGtebEj6GDYM6Vnx/mVsjx2L/mFIA==", + "license": "MIT", + "dependencies": { + "@inquirer/external-editor": "^1.0.0", + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.1", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "figures": "^3.0.0", + "lodash": "^4.17.21", + "mute-stream": "0.0.8", + "ora": "^5.4.1", + "run-async": "^2.4.0", + "rxjs": "^7.5.5", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6", + "wrap-ansi": "^6.0.1" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "license": "ISC" + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" + }, + "node_modules/jsonfile": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", + "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", + "license": "MIT", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/lodash": { + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "license": "MIT", + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "license": "ISC" + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "license": "MIT" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/minimatch": { + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.2" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/minipass": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz", + "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minizlib": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz", + "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==", + "license": "MIT", + "dependencies": { + "minipass": "^7.1.2" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "license": "ISC" + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "license": "MIT", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "license": "MIT", + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "license": "BlueOak-1.0.0" + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "license": "MIT", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/reusify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", + "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/rxjs": { + "version": "7.8.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", + "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "license": "ISC" + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tar": { + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.10.tgz", + "integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==", + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/fs-minipass": "^4.0.0", + "chownr": "^3.0.0", + "minipass": "^7.1.2", + "minizlib": "^3.1.0", + "yallist": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "license": "MIT" + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "license": "MIT", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" + }, + "node_modules/validator": { + "version": "13.15.26", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.26.tgz", + "integrity": "sha512-spH26xU080ydGggxRyR1Yhcbgx+j3y5jbNXk/8L+iRvdIEQ4uTRH2Sgf2dokud6Q4oAtsbNvJ1Ft+9xmm6IZcA==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "license": "MIT", + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/yallist": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", + "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + } + } +} diff --git a/.aiox-core/version.json b/.aiox-core/version.json new file mode 100644 index 000000000..44bf35456 --- /dev/null +++ b/.aiox-core/version.json @@ -0,0 +1,31 @@ +{ + "version": "4.4.6", + "installedAt": "2026-03-05T18:15:14.667Z", + "mode": "project-development", + "fileHashes": { + "core/README.md": "sha256:d77dfc5392d7f486fc96bc282b0f82d85afb7850612199853e49c3ded89f9562", + "development/README.md": "sha256:7239119d2b958c15f14c9e184e9459b6e31479a6705f58af45a07981fa4d62cd", + "product/README.md": "sha256:997144932fd9d7712251cc7e37c0d44f6b1fff809ffd8cfc2b91152ebb1d4a26", + "infrastructure/README.md": "sha256:dc9b02cc4c68065e4449a3e9eb71353dde52e7dbbf3f5c7fca7a3e94d4906fac", + "data/agent-config-requirements.yaml": "sha256:68e87b5777d1872c4fed6644dd3c7e3c3e8fd590df7d2b58c36d541cf8e38dd3", + "data/aiox-kb.md": "sha256:72c569d40b3c79a6235d571d901b87972dd72253b885b03b95b254f2dea05832", + "data/entity-registry.yaml": "sha256:4b31fe6ed817b1e806667bd223433d11908efc6cae0628bad192f6b5e471d004", + "data/learned-patterns.yaml": "sha256:24ac0b160615583a0ff783d3da8af80b7f94191575d6db2054ec8e10a3f945dc", + "data/mcp-tool-examples.yaml": "sha256:8a38e4171d7434d79f83032d9c37f2f604d9411dbec6c3c0334d6661481745fd", + "data/technical-preferences.md": "sha256:abb9327d3ce96a3cd49e73a555da4078e81ea0c4dbfe7154420c3ec7ac1c93b7", + "data/tool-registry.yaml": "sha256:64e867d0eb36c7f7ac86f4f73f1b2ff89f43f37f28a6de34389be74b9346860c", + "data/workflow-chains.yaml": "sha256:1fbf1625e267eedc315cf1e08e5827c250ddc6785fb2cb139e7702def9b66268", + "data/workflow-patterns.yaml": "sha256:0e90d71ce0cc218d8710c1f195f74a24d3aa7513f5728f5e65da9220612c3617", + "data/workflow-state-schema.yaml": "sha256:d80a645a9c48b8ab8168ddbe36279662d72de4fb5cd8953a6685e5d1bd9968db", + "scripts/README.md": "sha256:4b0aa7d4664919c7d7b241b6451bd97bf07ca66e7e5f6d4b455e12e094d0e6ae", + "scripts/aiox-doc-template.md": "sha256:d7ede6e2e1bfc51b5532738eba1368c8e7fb2bc4cb33032e873ba3e8f7124ca9", + "scripts/workflow-management.md": "sha256:fae596f7be326f897fafeab252fdffd2c6d6cb3163f31f71a4c01d5c88e79930", + "schemas/README.md": "sha256:d93b59b647ae89708f12521d7f44d0771bd7dea588434e51a13997139a944a96", + "presets/README.md": "sha256:455f5bf974786dbd2127045fb9afb242afa84f8f2584881489e9769ec651af47", + "core-config.yaml": "sha256:5ef65c9824d4e40debea8054fe71a8f7257da8d9f73ecbce2a090e8e7efa8b93", + "constitution.md": "sha256:ba597ca7b104653769e0d1467dddf2ac0a0c5d6a398372e6283e1da8bd31621d", + "user-guide.md": "sha256:7da0c760ea094eed7ce04a1f12fa977f29f90e8e7a9b8824c671cdfc9ddede6e", + "working-in-the-brownfield.md": "sha256:bc8fbfa2e922cebf6f8c63e52805854c31bcabf18f9d6c749a25b5f59d5d238d" + }, + "customized": [] +} diff --git a/.antigravity/rules/agents/aiox-developer.md b/.antigravity/rules/agents/aiox-developer.md new file mode 100644 index 000000000..a11bbdfd9 --- /dev/null +++ b/.antigravity/rules/agents/aiox-developer.md @@ -0,0 +1,6 @@ +# Agent Redirect: aiox-developer → aiox-master + +> **DEPRECATED:** This agent has been renamed/merged. Use `@aiox-master` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.antigravity/rules/agents/aiox-orchestrator.md b/.antigravity/rules/agents/aiox-orchestrator.md new file mode 100644 index 000000000..50b8698f1 --- /dev/null +++ b/.antigravity/rules/agents/aiox-orchestrator.md @@ -0,0 +1,6 @@ +# Agent Redirect: aiox-orchestrator → aiox-master + +> **DEPRECATED:** This agent has been renamed/merged. Use `@aiox-master` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.antigravity/rules/agents/db-sage.md b/.antigravity/rules/agents/db-sage.md new file mode 100644 index 000000000..773c2aad0 --- /dev/null +++ b/.antigravity/rules/agents/db-sage.md @@ -0,0 +1,6 @@ +# Agent Redirect: db-sage → data-engineer + +> **DEPRECATED:** This agent has been renamed/merged. Use `@data-engineer` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.antigravity/rules/agents/github-devops.md b/.antigravity/rules/agents/github-devops.md new file mode 100644 index 000000000..f3b2e4b1c --- /dev/null +++ b/.antigravity/rules/agents/github-devops.md @@ -0,0 +1,6 @@ +# Agent Redirect: github-devops → devops + +> **DEPRECATED:** This agent has been renamed/merged. Use `@devops` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.claude/commands/AIOX/agents/aiox-developer.md b/.claude/commands/AIOX/agents/aiox-developer.md new file mode 100644 index 000000000..ca7926a50 --- /dev/null +++ b/.claude/commands/AIOX/agents/aiox-developer.md @@ -0,0 +1,18 @@ +# Agent Redirect: aiox-developer → aiox-master + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@aiox-master` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @aiox-developer | +| New ID | @aiox-master | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.claude/commands/AIOX/agents/aiox-orchestrator.md b/.claude/commands/AIOX/agents/aiox-orchestrator.md new file mode 100644 index 000000000..7cce8f229 --- /dev/null +++ b/.claude/commands/AIOX/agents/aiox-orchestrator.md @@ -0,0 +1,18 @@ +# Agent Redirect: aiox-orchestrator → aiox-master + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@aiox-master` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @aiox-orchestrator | +| New ID | @aiox-master | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.claude/commands/AIOX/agents/db-sage.md b/.claude/commands/AIOX/agents/db-sage.md new file mode 100644 index 000000000..4d6da3430 --- /dev/null +++ b/.claude/commands/AIOX/agents/db-sage.md @@ -0,0 +1,18 @@ +# Agent Redirect: db-sage → data-engineer + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@data-engineer` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @db-sage | +| New ID | @data-engineer | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.claude/commands/AIOX/agents/github-devops.md b/.claude/commands/AIOX/agents/github-devops.md new file mode 100644 index 000000000..eb16ddf59 --- /dev/null +++ b/.claude/commands/AIOX/agents/github-devops.md @@ -0,0 +1,18 @@ +# Agent Redirect: github-devops → devops + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@devops` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @github-devops | +| New ID | @devops | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.claude/settings.json b/.claude/settings.json index cb4b50dad..6b81e4d05 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -22,5 +22,101 @@ ] } ] + }, + "language": "portuguese", + "permissions": { + "deny": [ + "Edit(.aiox-core/core/code-intel/**)", + "Write(.aiox-core/core/code-intel/**)", + "Edit(.aiox-core/core/docs/**)", + "Write(.aiox-core/core/docs/**)", + "Edit(.aiox-core/core/doctor/**)", + "Write(.aiox-core/core/doctor/**)", + "Edit(.aiox-core/core/elicitation/**)", + "Write(.aiox-core/core/elicitation/**)", + "Edit(.aiox-core/core/events/**)", + "Write(.aiox-core/core/events/**)", + "Edit(.aiox-core/core/execution/**)", + "Write(.aiox-core/core/execution/**)", + "Edit(.aiox-core/core/graph-dashboard/**)", + "Write(.aiox-core/core/graph-dashboard/**)", + "Edit(.aiox-core/core/health-check/**)", + "Write(.aiox-core/core/health-check/**)", + "Edit(.aiox-core/core/ideation/**)", + "Write(.aiox-core/core/ideation/**)", + "Edit(.aiox-core/core/ids/**)", + "Write(.aiox-core/core/ids/**)", + "Edit(.aiox-core/core/manifest/**)", + "Write(.aiox-core/core/manifest/**)", + "Edit(.aiox-core/core/mcp/**)", + "Write(.aiox-core/core/mcp/**)", + "Edit(.aiox-core/core/memory/**)", + "Write(.aiox-core/core/memory/**)", + "Edit(.aiox-core/core/migration/**)", + "Write(.aiox-core/core/migration/**)", + "Edit(.aiox-core/core/orchestration/**)", + "Write(.aiox-core/core/orchestration/**)", + "Edit(.aiox-core/core/permissions/**)", + "Write(.aiox-core/core/permissions/**)", + "Edit(.aiox-core/core/quality-gates/**)", + "Write(.aiox-core/core/quality-gates/**)", + "Edit(.aiox-core/core/registry/**)", + "Write(.aiox-core/core/registry/**)", + "Edit(.aiox-core/core/session/**)", + "Write(.aiox-core/core/session/**)", + "Edit(.aiox-core/core/synapse/**)", + "Write(.aiox-core/core/synapse/**)", + "Edit(.aiox-core/core/ui/**)", + "Write(.aiox-core/core/ui/**)", + "Edit(.aiox-core/core/utils/**)", + "Write(.aiox-core/core/utils/**)", + "Edit(.aiox-core/core/README.md)", + "Write(.aiox-core/core/README.md)", + "Edit(.aiox-core/core/index.esm.js)", + "Write(.aiox-core/core/index.esm.js)", + "Edit(.aiox-core/core/index.js)", + "Write(.aiox-core/core/index.js)", + "Edit(.aiox-core/core/config/config-cache.js)", + "Write(.aiox-core/core/config/config-cache.js)", + "Edit(.aiox-core/core/config/config-loader.js)", + "Write(.aiox-core/core/config/config-loader.js)", + "Edit(.aiox-core/core/config/config-resolver.js)", + "Write(.aiox-core/core/config/config-resolver.js)", + "Edit(.aiox-core/core/config/env-interpolator.js)", + "Write(.aiox-core/core/config/env-interpolator.js)", + "Edit(.aiox-core/core/config/merge-utils.js)", + "Write(.aiox-core/core/config/merge-utils.js)", + "Edit(.aiox-core/core/config/migrate-config.js)", + "Write(.aiox-core/core/config/migrate-config.js)", + "Edit(.aiox-core/core/config/templates/**)", + "Write(.aiox-core/core/config/templates/**)", + "Edit(.aiox-core/development/tasks/**)", + "Write(.aiox-core/development/tasks/**)", + "Edit(.aiox-core/development/templates/**)", + "Write(.aiox-core/development/templates/**)", + "Edit(.aiox-core/development/checklists/**)", + "Write(.aiox-core/development/checklists/**)", + "Edit(.aiox-core/development/workflows/**)", + "Write(.aiox-core/development/workflows/**)", + "Edit(.aiox-core/infrastructure/**)", + "Write(.aiox-core/infrastructure/**)", + "Edit(.aiox-core/constitution.md)", + "Write(.aiox-core/constitution.md)", + "Edit(bin/aiox.js)", + "Write(bin/aiox.js)", + "Edit(bin/aiox-init.js)", + "Write(bin/aiox-init.js)" + ], + "allow": [ + "Edit(.aiox-core/core/config/schemas/**)", + "Write(.aiox-core/core/config/schemas/**)", + "Edit(.aiox-core/core/config/template-overrides.js)", + "Write(.aiox-core/core/config/template-overrides.js)", + "Edit(.aiox-core/data/**)", + "Write(.aiox-core/data/**)", + "Edit(.aiox-core/development/agents/*/MEMORY.md)", + "Write(.aiox-core/development/agents/*/MEMORY.md)", + "Read(.aiox-core/**)" + ] } } diff --git a/.codex/agents/aiox-developer.md b/.codex/agents/aiox-developer.md new file mode 100644 index 000000000..ca7926a50 --- /dev/null +++ b/.codex/agents/aiox-developer.md @@ -0,0 +1,18 @@ +# Agent Redirect: aiox-developer → aiox-master + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@aiox-master` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @aiox-developer | +| New ID | @aiox-master | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.codex/agents/aiox-orchestrator.md b/.codex/agents/aiox-orchestrator.md new file mode 100644 index 000000000..7cce8f229 --- /dev/null +++ b/.codex/agents/aiox-orchestrator.md @@ -0,0 +1,18 @@ +# Agent Redirect: aiox-orchestrator → aiox-master + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@aiox-master` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @aiox-orchestrator | +| New ID | @aiox-master | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.codex/agents/db-sage.md b/.codex/agents/db-sage.md new file mode 100644 index 000000000..4d6da3430 --- /dev/null +++ b/.codex/agents/db-sage.md @@ -0,0 +1,18 @@ +# Agent Redirect: db-sage → data-engineer + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@data-engineer` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @db-sage | +| New ID | @data-engineer | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.codex/agents/github-devops.md b/.codex/agents/github-devops.md new file mode 100644 index 000000000..eb16ddf59 --- /dev/null +++ b/.codex/agents/github-devops.md @@ -0,0 +1,18 @@ +# Agent Redirect: github-devops → devops + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@devops` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @github-devops | +| New ID | @devops | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.cursor/rules/agents/aiox-developer.md b/.cursor/rules/agents/aiox-developer.md new file mode 100644 index 000000000..a11bbdfd9 --- /dev/null +++ b/.cursor/rules/agents/aiox-developer.md @@ -0,0 +1,6 @@ +# Agent Redirect: aiox-developer → aiox-master + +> **DEPRECATED:** This agent has been renamed/merged. Use `@aiox-master` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.cursor/rules/agents/aiox-orchestrator.md b/.cursor/rules/agents/aiox-orchestrator.md new file mode 100644 index 000000000..50b8698f1 --- /dev/null +++ b/.cursor/rules/agents/aiox-orchestrator.md @@ -0,0 +1,6 @@ +# Agent Redirect: aiox-orchestrator → aiox-master + +> **DEPRECATED:** This agent has been renamed/merged. Use `@aiox-master` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.cursor/rules/agents/db-sage.md b/.cursor/rules/agents/db-sage.md new file mode 100644 index 000000000..773c2aad0 --- /dev/null +++ b/.cursor/rules/agents/db-sage.md @@ -0,0 +1,6 @@ +# Agent Redirect: db-sage → data-engineer + +> **DEPRECATED:** This agent has been renamed/merged. Use `@data-engineer` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.cursor/rules/agents/github-devops.md b/.cursor/rules/agents/github-devops.md new file mode 100644 index 000000000..f3b2e4b1c --- /dev/null +++ b/.cursor/rules/agents/github-devops.md @@ -0,0 +1,6 @@ +# Agent Redirect: github-devops → devops + +> **DEPRECATED:** This agent has been renamed/merged. Use `@devops` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.env.example b/.env.example index 79c69828e..2beb2b7c9 100644 --- a/.env.example +++ b/.env.example @@ -1,53 +1,116 @@ -# AIOX Framework Environment Variables -# Copy this file to .env and fill in your values -# NEVER commit .env files to version control +# ============================================ +# Synkra AIOX Environment Configuration +# ============================================ +# Copy this file to .env and fill in your actual values +# DO NOT commit .env with real credentials +# ============================================ -# ============================================================================= -# AI Provider Configuration -# ============================================================================= +# -------------------------------------------- +# LLM Providers +# -------------------------------------------- -# Anthropic API (Claude) -# Get your key from: https://console.anthropic.com/ -ANTHROPIC_API_KEY=your_anthropic_api_key_here +# DeepSeek API (for claude-free command) +# Get your key at: https://platform.deepseek.com/api_keys +# Cost: ~$0.14/M tokens with tool calling support +DEEPSEEK_API_KEY= -# OpenAI API (optional, for GPT models) -# Get your key from: https://platform.openai.com/api-keys -OPENAI_API_KEY=your_openai_api_key_here +# OpenRouter API (for multi-model routing) +# Get your key at: https://openrouter.ai/keys +OPENROUTER_API_KEY= -# ============================================================================= -# GitHub Integration -# ============================================================================= +# Anthropic API (direct, if not using Claude Max subscription) +# Get your key at: https://console.anthropic.com/ +ANTHROPIC_API_KEY= -# GitHub Personal Access Token (for API operations) +# OpenAI API Key - Get yours at: https://platform.openai.com/api-keys +OPENAI_API_KEY= + +# -------------------------------------------- +# Search & Research Tools +# -------------------------------------------- + +# Exa Search API (web search for agents) +# Get your key at: https://exa.ai/ +EXA_API_KEY= + +# Context7 (library documentation lookup) +# Usually free, no key required for basic usage +CONTEXT7_API_KEY= + +# -------------------------------------------- +# Database & Backend +# -------------------------------------------- + +# Supabase (database, auth, storage) +# Get from your Supabase project settings +SUPABASE_URL= +SUPABASE_ANON_KEY= +SUPABASE_SERVICE_ROLE_KEY= + +# -------------------------------------------- +# Version Control & CI/CD +# -------------------------------------------- + +# GitHub Token (for GitHub CLI and API access) # Create at: https://github.com/settings/tokens -GITHUB_TOKEN=your_github_token_here +GITHUB_TOKEN= + +# -------------------------------------------- +# Project Management +# -------------------------------------------- + +# ClickUp API (if using ClickUp integration) +# Get from: ClickUp Settings > Apps > API Token +CLICKUP_API_KEY= -# ============================================================================= -# AIOX Framework Settings -# ============================================================================= +# -------------------------------------------- +# Automation & Workflows +# -------------------------------------------- -# Enable debug mode for verbose logging -AIOX_DEBUG=false +# N8N (workflow automation) +# From your N8N instance settings +N8N_API_KEY= +N8N_WEBHOOK_URL= -# Default AI model to use -AIOX_DEFAULT_MODEL=claude-3-5-sonnet-20241022 +# -------------------------------------------- +# Monitoring & Analytics +# -------------------------------------------- -# MCP Server settings -AIOX_MCP_ENABLED=true +# Sentry (error tracking) +SENTRY_DSN= -# ============================================================================= -# Development Settings (Optional) -# ============================================================================= +# -------------------------------------------- +# Cloud Providers +# -------------------------------------------- -# Node environment +# Railway (deployment) +RAILWAY_TOKEN= + +# Vercel (deployment) +VERCEL_TOKEN= + +# -------------------------------------------- +# AIOX Core Configuration +# -------------------------------------------- NODE_ENV=development +AIOX_VERSION=2.2.0 + +# -------------------------------------------- +# Payment Gateways (Webhooks - Story E3.3) +# -------------------------------------------- -# Log level (debug, info, warn, error) -LOG_LEVEL=info +# MercadoPago webhook signature secret +# Configure in MP Dashboard > Webhooks > Secret key +MP_WEBHOOK_SECRET= +# MercadoPago API access token (to fetch payment details) +MP_ACCESS_TOKEN= -# ============================================================================= -# Testing (CI/CD) -# ============================================================================= +# Stripe webhook signing secret +# Get from: Stripe Dashboard > Developers > Webhooks > Signing secret +# Local dev: stripe listen --forward-to localhost:3000/api/webhooks/stripe +STRIPE_WEBHOOK_SECRET= -# CI environment flag (set by GitHub Actions) -# CI=true +# -------------------------------------------- +# Custom Configuration +# -------------------------------------------- +# Add your custom API keys below diff --git a/.gemini/rules/AIOX/agents/aiox-developer.md b/.gemini/rules/AIOX/agents/aiox-developer.md new file mode 100644 index 000000000..ca7926a50 --- /dev/null +++ b/.gemini/rules/AIOX/agents/aiox-developer.md @@ -0,0 +1,18 @@ +# Agent Redirect: aiox-developer → aiox-master + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@aiox-master` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @aiox-developer | +| New ID | @aiox-master | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.gemini/rules/AIOX/agents/aiox-orchestrator.md b/.gemini/rules/AIOX/agents/aiox-orchestrator.md new file mode 100644 index 000000000..7cce8f229 --- /dev/null +++ b/.gemini/rules/AIOX/agents/aiox-orchestrator.md @@ -0,0 +1,18 @@ +# Agent Redirect: aiox-orchestrator → aiox-master + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@aiox-master` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @aiox-orchestrator | +| New ID | @aiox-master | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.gemini/rules/AIOX/agents/db-sage.md b/.gemini/rules/AIOX/agents/db-sage.md new file mode 100644 index 000000000..4d6da3430 --- /dev/null +++ b/.gemini/rules/AIOX/agents/db-sage.md @@ -0,0 +1,18 @@ +# Agent Redirect: db-sage → data-engineer + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@data-engineer` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @db-sage | +| New ID | @data-engineer | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.gemini/rules/AIOX/agents/github-devops.md b/.gemini/rules/AIOX/agents/github-devops.md new file mode 100644 index 000000000..eb16ddf59 --- /dev/null +++ b/.gemini/rules/AIOX/agents/github-devops.md @@ -0,0 +1,18 @@ +# Agent Redirect: github-devops → devops + +**DEPRECATED:** This agent has been renamed/merged. + +Use `@devops` instead. + +--- + +## Redirect Details + +| Property | Value | +|----------|-------| +| Old ID | @github-devops | +| New ID | @devops | +| Status | Deprecated | + +--- +*AIOX Redirect - Synced automatically* diff --git a/.github/agents/aiox-developer.md b/.github/agents/aiox-developer.md new file mode 100644 index 000000000..a11bbdfd9 --- /dev/null +++ b/.github/agents/aiox-developer.md @@ -0,0 +1,6 @@ +# Agent Redirect: aiox-developer → aiox-master + +> **DEPRECATED:** This agent has been renamed/merged. Use `@aiox-master` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.github/agents/aiox-orchestrator.md b/.github/agents/aiox-orchestrator.md new file mode 100644 index 000000000..50b8698f1 --- /dev/null +++ b/.github/agents/aiox-orchestrator.md @@ -0,0 +1,6 @@ +# Agent Redirect: aiox-orchestrator → aiox-master + +> **DEPRECATED:** This agent has been renamed/merged. Use `@aiox-master` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.github/agents/db-sage.md b/.github/agents/db-sage.md new file mode 100644 index 000000000..773c2aad0 --- /dev/null +++ b/.github/agents/db-sage.md @@ -0,0 +1,6 @@ +# Agent Redirect: db-sage → data-engineer + +> **DEPRECATED:** This agent has been renamed/merged. Use `@data-engineer` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.github/agents/github-devops.md b/.github/agents/github-devops.md new file mode 100644 index 000000000..f3b2e4b1c --- /dev/null +++ b/.github/agents/github-devops.md @@ -0,0 +1,6 @@ +# Agent Redirect: github-devops → devops + +> **DEPRECATED:** This agent has been renamed/merged. Use `@devops` instead. + +--- +*AIOX Redirect - Synced automatically* diff --git a/.gitignore b/.gitignore index caf87ee60..d780da737 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Dependencies node_modules/ pnpm-lock.yaml +!ciclo-app/pnpm-lock.yaml bun.lock deno.lock @@ -148,6 +149,7 @@ aiox-core/*.map # Applications (separate deployments, NOT part of npm package) apps/ +!ciclo-app/apps/ # External projects (separate repositories) aiox-guide-app/ @@ -237,9 +239,12 @@ test-sample-*.md docs/stories/ docs/research/ +!docs/research/mandala-ui-research.md +!docs/design/ docs/qa/ docs/epics/ docs/prd/ +!docs/prd/ciclo-das-estacoes-app.md docs/decisions/ docs/one-pagers/ docs/strategy/ diff --git a/ciclo-app/.env.example b/ciclo-app/.env.example new file mode 100644 index 000000000..6a783bb83 --- /dev/null +++ b/ciclo-app/.env.example @@ -0,0 +1,68 @@ +# ============================================================================= +# Ciclo das Estacoes - Variaveis de Ambiente +# ============================================================================= +# Copie este arquivo para .env.local e preencha os valores + +# --- Database (Supabase PostgreSQL) --- +# Connection pooled (para runtime - Server Actions, API Routes) +DATABASE_URL="postgresql://postgres.[project-ref]:[password]@aws-0-sa-east-1.pooler.supabase.com:6543/postgres?pgbouncer=true" +# Connection direct (para migrations Prisma) +DIRECT_URL="postgresql://postgres.[project-ref]:[password]@aws-0-sa-east-1.pooler.supabase.com:5432/postgres" + +# --- Auth (NextAuth.js v5) --- +NEXTAUTH_SECRET="gerar-com-openssl-rand-base64-32" +NEXTAUTH_URL="http://localhost:3000" + +# --- Google OAuth --- +GOOGLE_CLIENT_ID="seu-google-client-id" +GOOGLE_CLIENT_SECRET="seu-google-client-secret" + +# --- Supabase --- +NEXT_PUBLIC_SUPABASE_URL="https://[project-ref].supabase.co" +NEXT_PUBLIC_SUPABASE_ANON_KEY="sua-anon-key" + +# --- Pagamentos (Epic 3 - Story E3.2) --- +# MercadoPago (PIX + Boleto) +MP_ACCESS_TOKEN="seu-mp-access-token" +MP_PUBLIC_KEY="seu-mp-public-key" +# Stripe (Cartao de Credito) +STRIPE_SECRET_KEY="sk_test_..." +NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY="pk_test_..." +# Timeout PIX em minutos (padrao: 30) +PIX_TIMEOUT_MINUTES=30 +# Webhooks (E3.3 - Confirmacao de Pagamento) +# MercadoPago: obter em https://www.mercadopago.com.br/developers/panel/app -> Webhooks +MP_WEBHOOK_SECRET="sua-mp-webhook-secret" +# Stripe: obter ao configurar webhook endpoint no Stripe Dashboard +# Para teste local, usar: stripe listen --forward-to localhost:3000/api/webhooks/stripe +# O Stripe CLI exibe o webhook signing secret (whsec_...) ao iniciar +STRIPE_WEBHOOK_SECRET="whsec_..." + +# --- Email Transacional (E4.1 - Resend) --- +# Obter em https://resend.com/api-keys +RESEND_API_KEY="re_..." +# Remetente verificado no Resend (ex: "Ciclo das Estacoes ") +EMAIL_FROM="Ciclo das Estacoes " +# URL base da aplicacao (sem barra final) +APP_URL="http://localhost:3000" + +# --- Cron Jobs (Vercel) --- +# Secret para proteger endpoints de cron (gerar com: openssl rand -hex 32) +CRON_SECRET="gerar-com-openssl-rand-hex-32" + +# --- Monitoring & Analytics (E4.7 - Lancamento) --- +# PostHog: analytics e eventos de usuario +# Obter em https://app.posthog.com -> Project Settings +NEXT_PUBLIC_POSTHOG_KEY="phc_..." +NEXT_PUBLIC_POSTHOG_HOST="https://us.i.posthog.com" +# Sentry: error tracking +# Obter em https://sentry.io -> Project Settings -> Client Keys (DSN) +SENTRY_DSN="https://...@sentry.io/..." + +# --- QR Code (E3.4 - Check-in Offline-First) --- +# Chave secreta para assinatura HMAC-SHA256 do QR Code +# Gerar com: openssl rand -hex 32 +QR_SECRET="gerar-com-openssl-rand-hex-32" + +# --- Criptografia (LGPD) --- +CPF_ENCRYPTION_KEY="gerar-com-openssl-rand-hex-32" diff --git a/ciclo-app/.eslintrc.js b/ciclo-app/.eslintrc.js new file mode 100644 index 000000000..883ff1256 --- /dev/null +++ b/ciclo-app/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + root: true, + // This file prevents ESLint from searching parent directories + // Each app/package has its own ESLint config + ignorePatterns: ['*'], +} diff --git a/ciclo-app/.github/workflows/ci.yml b/ciclo-app/.github/workflows/ci.yml new file mode 100644 index 000000000..b1903b53c --- /dev/null +++ b/ciclo-app/.github/workflows/ci.yml @@ -0,0 +1,90 @@ +name: CI + +on: + push: + branches: [main] + paths: + - 'ciclo-app/**' + pull_request: + branches: [main] + paths: + - 'ciclo-app/**' + +defaults: + run: + working-directory: ciclo-app + +jobs: + lint-and-build: + name: Lint, Typecheck & Build + runs-on: ubuntu-latest + timeout-minutes: 15 + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup pnpm + uses: pnpm/action-setup@v2 + with: + version: 9 + + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '20' + cache: 'pnpm' + cache-dependency-path: 'ciclo-app/pnpm-lock.yaml' + + - name: Install dependencies + run: pnpm install --frozen-lockfile + + - name: Lint + run: pnpm lint + + - name: Typecheck + run: pnpm typecheck + + - name: Build + run: pnpm build + + e2e: + name: E2E Tests (Playwright) + runs-on: ubuntu-latest + timeout-minutes: 20 + needs: lint-and-build + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup pnpm + uses: pnpm/action-setup@v2 + with: + version: 9 + + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '20' + cache: 'pnpm' + cache-dependency-path: 'ciclo-app/pnpm-lock.yaml' + + - name: Install dependencies + run: pnpm install --frozen-lockfile + + - name: Install Playwright browsers + run: npx playwright install --with-deps chromium + + - name: Run E2E tests + run: pnpm test:e2e + env: + TEST_BASE_URL: ${{ secrets.TEST_BASE_URL || 'http://localhost:3000' }} + + - name: Upload Playwright report + uses: actions/upload-artifact@v4 + if: always() + with: + name: playwright-report + path: ciclo-app/playwright-report/ + retention-days: 14 diff --git a/ciclo-app/.gitignore b/ciclo-app/.gitignore new file mode 100644 index 000000000..cc0f1b86e --- /dev/null +++ b/ciclo-app/.gitignore @@ -0,0 +1,43 @@ +# Dependencies +node_modules/ +.pnpm-store/ + +# Next.js +.next/ +out/ + +# Build +dist/ +build/ + +# Turbo +.turbo/ + +# Environment +.env +.env.local +.env.*.local + +# IDE +.vscode/ +.idea/ + +# OS +.DS_Store +Thumbs.db + +# Debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Testing +coverage/ + +# Prisma +packages/database/prisma/*.db +packages/database/prisma/*.db-journal + +# Misc +*.tsbuildinfo +.vercel diff --git a/ciclo-app/.prettierignore b/ciclo-app/.prettierignore new file mode 100644 index 000000000..d469ca367 --- /dev/null +++ b/ciclo-app/.prettierignore @@ -0,0 +1,6 @@ +node_modules +.next +dist +.turbo +coverage +pnpm-lock.yaml diff --git a/ciclo-app/.prettierrc b/ciclo-app/.prettierrc new file mode 100644 index 000000000..46f7dae3b --- /dev/null +++ b/ciclo-app/.prettierrc @@ -0,0 +1,8 @@ +{ + "semi": false, + "singleQuote": true, + "tabWidth": 2, + "trailingComma": "all", + "printWidth": 100, + "plugins": ["prettier-plugin-tailwindcss"] +} diff --git a/ciclo-app/README.md b/ciclo-app/README.md new file mode 100644 index 000000000..2160d589e --- /dev/null +++ b/ciclo-app/README.md @@ -0,0 +1,88 @@ +# Ciclo das Estações + +PWA Full-Stack para gestão de eventos sazonais de autocuidado da Base Tríade. + +## Stack + +- **Framework:** Next.js 15 (App Router) +- **Styling:** Tailwind CSS 3.4 + shadcn/ui +- **ORM:** Prisma 5 +- **Database:** PostgreSQL 16 (Supabase) +- **Monorepo:** Turborepo + pnpm workspaces +- **Linguagem:** TypeScript (strict) + +## Estrutura + +``` +ciclo-app/ +├── apps/ +│ ├── web/ # App principal (participantes/PWA) — porta 3000 +│ ├── admin/ # Dashboard administrativo — porta 3001 +│ └── landing/ # Landing page marketing (ISR) — porta 3002 +├── packages/ +│ ├── ui/ # Componentes compartilhados (shadcn/ui + Tailwind) +│ ├── database/ # Prisma schema + client +│ ├── config/ # ESLint, Tailwind, TSConfig compartilhados +│ ├── email/ # Templates React Email +│ └── utils/ # Funcoes helpers +└── turbo.json # Pipeline configuration +``` + +## Setup Local + +### Pre-requisitos + +- Node.js >= 18.17 +- pnpm >= 9.0 (`npm install -g pnpm`) + +### Instalação + +```bash +# 1. Clone o repositório +git clone +cd ciclo-app + +# 2. Instale as dependências +pnpm install + +# 3. Configure as variáveis de ambiente +cp .env.example .env.local +# Edite .env.local com suas credenciais do Supabase + +# 4. Gere o Prisma Client +pnpm --filter @ciclo/database db:generate + +# 5. Inicie o desenvolvimento +pnpm dev +``` + +### Comandos + +| Comando | Descrição | +|---------|-----------| +| `pnpm dev` | Inicia todas as apps em modo desenvolvimento | +| `pnpm build` | Build de produção (paralelo via Turborepo) | +| `pnpm lint` | Executa ESLint em todos os packages | +| `pnpm typecheck` | Verifica tipos TypeScript | +| `pnpm format` | Formata código com Prettier | + +### Portas + +| App | Porta | URL | +|-----|-------|-----| +| web | 3000 | http://localhost:3000 | +| admin | 3001 | http://localhost:3001 | +| landing | 3002 | http://localhost:3002 | + +## Variáveis de Ambiente + +Veja `.env.example` para a lista completa. Variáveis obrigatórias: + +- `DATABASE_URL` — Connection string pooled do Supabase (runtime) +- `DIRECT_URL` — Connection string direct do Supabase (migrations) +- `NEXTAUTH_SECRET` — Secret para NextAuth.js (`openssl rand -base64 32`) +- `NEXTAUTH_URL` — URL base da app (`http://localhost:3000`) + +--- + +iAi . ECOssistema Base Tríade(TM) diff --git a/ciclo-app/apps/admin/.eslintrc.js b/ciclo-app/apps/admin/.eslintrc.js new file mode 100644 index 000000000..2b14b20cd --- /dev/null +++ b/ciclo-app/apps/admin/.eslintrc.js @@ -0,0 +1,3 @@ +module.exports = { + extends: [require.resolve('@ciclo/config/eslint/nextjs.js')], +} diff --git a/ciclo-app/apps/admin/app/admin/configuracoes/cancelamento/page.tsx b/ciclo-app/apps/admin/app/admin/configuracoes/cancelamento/page.tsx new file mode 100644 index 000000000..b2ba104ea --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/configuracoes/cancelamento/page.tsx @@ -0,0 +1,49 @@ +import type { Metadata } from 'next' +import Link from 'next/link' +import { getRawCancellationPolicy } from '../../../../lib/actions/cancellation-policy' +import { CancellationPolicyForm } from '../../../../components/cancellation/cancellation-policy-form' + +export const metadata: Metadata = { + title: 'Política de Cancelamento', + description: 'Configurar política global de cancelamento', +} + +export default async function CancellationPolicyPage() { + const policy = await getRawCancellationPolicy() + + return ( +
+
+ +

+ Política de Cancelamento Global +

+

+ Define a política padrão de reembolso para todos os eventos. + Eventos individuais podem ter overrides. +

+
+ + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/configuracoes/loading.tsx b/ciclo-app/apps/admin/app/admin/configuracoes/loading.tsx new file mode 100644 index 000000000..83250e9ad --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/configuracoes/loading.tsx @@ -0,0 +1,11 @@ +import { Skeleton } from '@ciclo/ui' + +export default function ConfiguraçõesLoading() { + return ( +
+ + + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/configuracoes/page.tsx b/ciclo-app/apps/admin/app/admin/configuracoes/page.tsx new file mode 100644 index 000000000..2394f9918 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/configuracoes/page.tsx @@ -0,0 +1,22 @@ +import { Card, CardContent } from '@ciclo/ui' + +export default function ConfiguraçõesPage() { + return ( +
+

+ Configurações +

+

+ Configurações gerais do sistema +

+ + + +

+ Configurações em breve — implementado na E4.2 +

+
+
+
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/error.tsx b/ciclo-app/apps/admin/app/admin/error.tsx new file mode 100644 index 000000000..019264c8a --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/error.tsx @@ -0,0 +1,36 @@ +'use client' + +import { Button } from '@ciclo/ui' + +/** + * Error boundary for admin routes (AC-9). + * Captures unhandled errors and shows a friendly message. + */ +export default function AdminError({ + error, + reset, +}: { + error: Error & { digest?: string } + reset: () => void +}) { + return ( +
+
+

+ Algo deu errado +

+

+ Ocorreu um erro inesperado. Por favor, tente novamente. +

+ {error.digest ? ( +

+ Código: {error.digest} +

+ ) : null} + +
+
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/espacos/[id]/edit/page.tsx b/ciclo-app/apps/admin/app/admin/espacos/[id]/edit/page.tsx new file mode 100644 index 000000000..cee32f61d --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/espacos/[id]/edit/page.tsx @@ -0,0 +1,51 @@ +import type { Metadata } from 'next' +import Link from 'next/link' +import { notFound } from 'next/navigation' +import { getRoom } from '../../../../../lib/actions/accommodations' +import { RoomForm } from '../../../../../components/accommodations/room-form' + +export const metadata: Metadata = { + title: 'Editar Quarto', + description: 'Editar quarto da Sun House', +} + +interface EditRoomPageProps { + params: Promise<{ id: string }> +} + +export default async function EditRoomPage({ params }: EditRoomPageProps) { + const { id } = await params + const room = await getRoom(id) + + if (!room) { + notFound() + } + + return ( +
+
+ +

Editar Quarto

+
+ + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/espacos/loading.tsx b/ciclo-app/apps/admin/app/admin/espacos/loading.tsx new file mode 100644 index 000000000..409f304d7 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/espacos/loading.tsx @@ -0,0 +1,11 @@ +import { Skeleton } from '@ciclo/ui' + +export default function EspacosLoading() { + return ( +
+ + + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/espacos/novo/page.tsx b/ciclo-app/apps/admin/app/admin/espacos/novo/page.tsx new file mode 100644 index 000000000..04cd93120 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/espacos/novo/page.tsx @@ -0,0 +1,30 @@ +import type { Metadata } from 'next' +import Link from 'next/link' +import { RoomForm } from '../../../../components/accommodations/room-form' + +export const metadata: Metadata = { + title: 'Criar Quarto', + description: 'Criar novo quarto na Sun House', +} + +export default function NovoQuartoPage() { + return ( +
+
+ +

Criar Quarto

+

+ Preencha os campos para cadastrar um novo quarto na Sun House. +

+
+ + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/espacos/page.tsx b/ciclo-app/apps/admin/app/admin/espacos/page.tsx new file mode 100644 index 000000000..c2a9b4229 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/espacos/page.tsx @@ -0,0 +1,25 @@ +import type { Metadata } from 'next' +import { getRooms } from '../../../lib/actions/accommodations' +import { RoomListClient } from '../../../components/accommodations/room-list-client' + +export const metadata: Metadata = { + title: 'Espaços — Sun House', + description: 'Gerenciar quartos da Sun House para hospedagem', +} + +export default async function EspaçosPage() { + const rooms = await getRooms() + + return ( +
+
+

Espaços — Sun House

+

+ Gerencie os quartos da Sun House disponíveis para hospedagem durante eventos. +

+
+ + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/eventos/[id]/page.tsx b/ciclo-app/apps/admin/app/admin/eventos/[id]/page.tsx new file mode 100644 index 000000000..b582ac93e --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/eventos/[id]/page.tsx @@ -0,0 +1,134 @@ +import type { Metadata } from 'next' +import Link from 'next/link' +import { notFound } from 'next/navigation' +import { getEvent } from '../../../../lib/actions/events' +import { getActivities } from '../../../../lib/actions/activities' +import { getFacilitators } from '../../../../lib/actions/facilitators' +import { EventForm } from '../../../../components/events/event-form' +import { FAQManager } from '../../../../components/events/faq-manager' +import { ImageGalleryManager } from '../../../../components/events/image-gallery-manager' +import { TicketTypeManager } from '../../../../components/events/ticket-type-manager' +import { ActivityManager } from '../../../../components/events/activity-manager' +import { CancellationPolicyForm } from '../../../../components/cancellation/cancellation-policy-form' + +export const metadata: Metadata = { + title: 'Editar Evento', + description: 'Editar evento do Ciclo das Estações', +} + +interface EditEventPageProps { + params: Promise<{ id: string }> +} + +export default async function EditEventPage({ params }: EditEventPageProps) { + const { id } = await params + const [event, activities, facilitators] = await Promise.all([ + getEvent(id), + getActivities(id), + getFacilitators(), + ]) + + if (!event) { + notFound() + } + + return ( +
+
+ +
+

Editar Evento

+ + Ver Preview + +
+
+ + + + {/* Image Gallery Manager */} +
+

Galeria de Imagens

+ +
+ + {/* FAQ Manager */} +
+

Perguntas Frequentes (FAQ)

+ +
+ + {/* Activity / Schedule Manager */} +
+

Cronograma / Atividades

+ ({ id: f.id, name: f.name }))} + /> +
+ + {/* Ticket Types Manager */} +
+

Tipos de Ingresso

+ +
+ + {/* Cancellation Policy Override (AC-2) */} +
+

+ Política de Cancelamento +

+

+ {event.cancellationPolicy + ? 'Este evento tem uma política de cancelamento customizada.' + : 'Este evento usa a política global. Configure um override abaixo se necessário.'} +

+ +
+
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/eventos/[id]/preview/page.tsx b/ciclo-app/apps/admin/app/admin/eventos/[id]/preview/page.tsx new file mode 100644 index 000000000..4fe03f689 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/eventos/[id]/preview/page.tsx @@ -0,0 +1,193 @@ +import type { Metadata } from 'next' +import Link from 'next/link' +import { notFound } from 'next/navigation' +import { Badge } from '@ciclo/ui' +import { getEvent } from '../../../../../lib/actions/events' +import { + SEASON_LABELS, + SEASON_COLORS, + ASTRONOMICAL_EVENT_LABELS, +} from '../../../../../lib/constants' + +export const metadata: Metadata = { + title: 'Preview Evento', + description: 'Visualização do evento como será exibido publicamente', +} + +interface PreviewEventPageProps { + params: Promise<{ id: string }> +} + +function formatDateFull(date: Date): string { + return new Date(date).toLocaleDateString('pt-BR', { + weekday: 'long', + day: '2-digit', + month: 'long', + year: 'numeric', + hour: '2-digit', + minute: '2-digit', + }) +} + +export default async function PreviewEventPage({ params }: PreviewEventPageProps) { + const { id } = await params + const event = await getEvent(id) + + if (!event) { + notFound() + } + + return ( +
+ {/* Admin bar */} +
+ + Preview - Visão pública do evento + + + Voltar para edicao + +
+ + {/* Event Header */} +
+
+ + {SEASON_LABELS[event.season] ?? event.season} + + {event.astronomicalEvent && ( + + {ASTRONOMICAL_EVENT_LABELS[event.astronomicalEvent] ?? event.astronomicalEvent} + + )} + {!event.isPublished && ( + Rascunho + )} + {event.isSoldOut && ( + Esgotado + )} +
+ +

{event.name}

+ {event.subtitle && ( +

{event.subtitle}

+ )} +
+ + {/* Image Gallery */} + {event.images.length > 0 && ( +
+
+ {event.images.map((image) => ( +
+ {/* eslint-disable-next-line @next/next/no-img-element */} + {image.alt +
+ ))} +
+
+ )} + + {/* Event Details */} +
+ {/* Main content */} +
+ {event.description && ( +
+

Sobre o Evento

+
+ {event.description.split('\n').map((paragraph, i) => ( +

{paragraph}

+ ))} +
+
+ )} + + {event.includedPractices.length > 0 && ( +
+

Práticas Incluídas

+
+ {event.includedPractices.map((practice, i) => ( + + {practice} + + ))} +
+
+ )} + + {/* FAQs */} + {event.faqs.length > 0 && ( +
+

Perguntas Frequentes

+
+ {event.faqs.map((faq) => ( +
+

{faq.question}

+

{faq.answer}

+
+ ))} +
+
+ )} +
+ + {/* Sidebar */} +
+
+

Detalhes

+
+
+
Data Inicio
+
{formatDateFull(event.startDate)}
+
+
+
Data Fim
+
{formatDateFull(event.endDate)}
+
+ {event.venue && ( +
+
Local
+
{event.venue}
+
+ )} + {event.capacity && ( +
+
Capacidade
+
{event.capacity} vagas
+
+ )} +
+
+ + {(event.elementMTC || event.organMTC) && ( +
+

Medicina Tradicional Chinesa

+
+ {event.elementMTC && ( +
+
Elemento
+
{event.elementMTC}
+
+ )} + {event.organMTC && ( +
+
Sistema de Órgãos
+
{event.organMTC}
+
+ )} +
+
+ )} +
+
+
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/eventos/loading.tsx b/ciclo-app/apps/admin/app/admin/eventos/loading.tsx new file mode 100644 index 000000000..21ec810e0 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/eventos/loading.tsx @@ -0,0 +1,11 @@ +import { Skeleton } from '@ciclo/ui' + +export default function EventosLoading() { + return ( +
+ + + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/eventos/novo/page.tsx b/ciclo-app/apps/admin/app/admin/eventos/novo/page.tsx new file mode 100644 index 000000000..17f8da869 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/eventos/novo/page.tsx @@ -0,0 +1,30 @@ +import type { Metadata } from 'next' +import Link from 'next/link' +import { EventForm } from '../../../../components/events/event-form' + +export const metadata: Metadata = { + title: 'Criar Evento', + description: 'Criar novo evento no Ciclo das Estações', +} + +export default function NovoEventoPage() { + return ( +
+
+ +

Criar Evento

+

+ Preencha todos os campos para criar um novo evento. +

+
+ + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/eventos/page.tsx b/ciclo-app/apps/admin/app/admin/eventos/page.tsx new file mode 100644 index 000000000..77527cee7 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/eventos/page.tsx @@ -0,0 +1,25 @@ +import type { Metadata } from 'next' +import { getEvents } from '../../../lib/actions/events' +import { EventListClient } from '../../../components/events/event-list-client' + +export const metadata: Metadata = { + title: 'Eventos', + description: 'Gerenciar eventos do Ciclo das Estações', +} + +export default async function EventosPage() { + const events = await getEvents() + + return ( +
+
+

Eventos

+

+ Gerencie todos os eventos do Ciclo das Estações. +

+
+ + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/facilitadores/[id]/edit/page.tsx b/ciclo-app/apps/admin/app/admin/facilitadores/[id]/edit/page.tsx new file mode 100644 index 000000000..e1f670dd5 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/facilitadores/[id]/edit/page.tsx @@ -0,0 +1,123 @@ +import type { Metadata } from 'next' +import Link from 'next/link' +import { notFound } from 'next/navigation' +import { getFacilitator } from '../../../../../lib/actions/facilitators' +import { FacilitatorForm } from '../../../../../components/facilitators/facilitator-form' + +export const metadata: Metadata = { + title: 'Editar Facilitador', + description: 'Editar facilitador do Ciclo das Estações', +} + +interface EditFacilitatorPageProps { + params: Promise<{ id: string }> +} + +export default async function EditFacilitatorPage({ params }: EditFacilitatorPageProps) { + const { id } = await params + const facilitator = await getFacilitator(id) + + if (!facilitator) { + notFound() + } + + return ( +
+
+ +

Editar Facilitador

+
+ + + + {/* Associated Events (read-only) */} + {facilitator.eventFacilitators.length > 0 && ( +
+

Eventos Associados

+

+ A associacao evento-facilitador e gerenciada na página do evento. +

+
+ + + + + + + + + + + {facilitator.eventFacilitators.map((ef) => ( + + + + + + + ))} + +
+ Evento + + Data Inicio + + Data Fim + + Status +
+ + {ef.event.name} + + + {new Date(ef.event.startDate).toLocaleDateString('pt-BR', { + day: '2-digit', + month: '2-digit', + year: 'numeric', + })} + + {new Date(ef.event.endDate).toLocaleDateString('pt-BR', { + day: '2-digit', + month: '2-digit', + year: 'numeric', + })} + + + {ef.event.isPublished ? 'Publicado' : 'Rascunho'} + +
+
+
+ )} +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/facilitadores/loading.tsx b/ciclo-app/apps/admin/app/admin/facilitadores/loading.tsx new file mode 100644 index 000000000..8122b58c7 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/facilitadores/loading.tsx @@ -0,0 +1,11 @@ +import { Skeleton } from '@ciclo/ui' + +export default function FacilitadoresLoading() { + return ( +
+ + + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/facilitadores/novo/page.tsx b/ciclo-app/apps/admin/app/admin/facilitadores/novo/page.tsx new file mode 100644 index 000000000..ec91563e6 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/facilitadores/novo/page.tsx @@ -0,0 +1,30 @@ +import type { Metadata } from 'next' +import Link from 'next/link' +import { FacilitatorForm } from '../../../../components/facilitators/facilitator-form' + +export const metadata: Metadata = { + title: 'Criar Facilitador', + description: 'Criar novo facilitador no Ciclo das Estações', +} + +export default function NovoFacilitadorPage() { + return ( +
+
+ +

Criar Facilitador

+

+ Preencha os campos para cadastrar um novo facilitador. +

+
+ + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/facilitadores/page.tsx b/ciclo-app/apps/admin/app/admin/facilitadores/page.tsx new file mode 100644 index 000000000..64b5d0fb4 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/facilitadores/page.tsx @@ -0,0 +1,25 @@ +import type { Metadata } from 'next' +import { getFacilitators } from '../../../lib/actions/facilitators' +import { FacilitatorListClient } from '../../../components/facilitators/facilitator-list-client' + +export const metadata: Metadata = { + title: 'Facilitadores', + description: 'Gerenciar facilitadores do Ciclo das Estações', +} + +export default async function FacilitadoresPage() { + const facilitators = await getFacilitators() + + return ( +
+
+

Facilitadores

+

+ Gerencie facilitadores e suas especialidades. +

+
+ + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/ingressos/loading.tsx b/ciclo-app/apps/admin/app/admin/ingressos/loading.tsx new file mode 100644 index 000000000..f1b7b78ab --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/ingressos/loading.tsx @@ -0,0 +1,11 @@ +import { Skeleton } from '@ciclo/ui' + +export default function IngressosLoading() { + return ( +
+ + + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/ingressos/page.tsx b/ciclo-app/apps/admin/app/admin/ingressos/page.tsx new file mode 100644 index 000000000..f3cb44c10 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/ingressos/page.tsx @@ -0,0 +1,22 @@ +import { Card, CardContent } from '@ciclo/ui' + +export default function IngressosPage() { + return ( +
+

+ Ingressos +

+

+ Gerencie tipos de ingressos e pricing +

+ + + +

+ Gestão de ingressos em breve — implementado na E2.3 +

+
+
+
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/inscricoes/loading.tsx b/ciclo-app/apps/admin/app/admin/inscricoes/loading.tsx new file mode 100644 index 000000000..a2d980b54 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/inscricoes/loading.tsx @@ -0,0 +1,11 @@ +import { Skeleton } from '@ciclo/ui' + +export default function InscriçõesLoading() { + return ( +
+ + + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/inscricoes/page.tsx b/ciclo-app/apps/admin/app/admin/inscricoes/page.tsx new file mode 100644 index 000000000..2564dd2f2 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/inscricoes/page.tsx @@ -0,0 +1,22 @@ +import { Card, CardContent } from '@ciclo/ui' + +export default function InscriçõesPage() { + return ( +
+

+ Inscrições +

+

+ Acompanhe inscrições e status de participantes +

+ + + +

+ Gestão de inscrições em breve — implementado na E3.1 +

+
+
+
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/layout.tsx b/ciclo-app/apps/admin/app/admin/layout.tsx new file mode 100644 index 000000000..b1af6706c --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/layout.tsx @@ -0,0 +1,40 @@ +import { redirect } from 'next/navigation' +import { auth } from '@ciclo/auth' +import { AdminShell } from '@/layout/admin-shell' + +/** + * Admin layout (server component). + * Fetches session and passes user data to the client-side AdminShell. + * Redirects if not authenticated or insufficient role. + */ +export default async function AdminLayout({ + children, +}: { + children: React.ReactNode +}) { + const session = await auth() + + if (!session?.user) { + redirect('/login') + } + + const userRole = (session.user as { role?: string }).role ?? 'USER' + + // Only ADMIN and FACILITATOR can access admin panel + if (userRole !== 'ADMIN' && userRole !== 'FACILITATOR') { + redirect('/') + } + + return ( + + {children} + + ) +} diff --git a/ciclo-app/apps/admin/app/admin/leads/loading.tsx b/ciclo-app/apps/admin/app/admin/leads/loading.tsx new file mode 100644 index 000000000..7045ae7a3 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/leads/loading.tsx @@ -0,0 +1,11 @@ +import { Skeleton } from '@ciclo/ui' + +export default function LeadsLoading() { + return ( +
+ + + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/leads/page.tsx b/ciclo-app/apps/admin/app/admin/leads/page.tsx new file mode 100644 index 000000000..f227269ed --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/leads/page.tsx @@ -0,0 +1,22 @@ +import { Card, CardContent } from '@ciclo/ui' + +export default function LeadsPage() { + return ( +
+

+ Leads +

+

+ Captacao e gestão de leads +

+ + + +

+ Gestão de leads em breve — implementado na E2.6 +

+
+
+
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/loading.tsx b/ciclo-app/apps/admin/app/admin/loading.tsx new file mode 100644 index 000000000..d9f899b61 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/loading.tsx @@ -0,0 +1,19 @@ +import { Skeleton } from '@ciclo/ui' + +/** + * Loading state for admin dashboard (AC-8). + */ +export default function AdminLoading() { + return ( +
+ +
+ + + + +
+ +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/page.tsx b/ciclo-app/apps/admin/app/admin/page.tsx new file mode 100644 index 000000000..3010425b1 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/page.tsx @@ -0,0 +1,335 @@ +import { Suspense } from 'react' +import { Card, CardContent, CardHeader, CardTitle, Skeleton, Badge } from '@ciclo/ui' +import { formatCurrency } from '@ciclo/utils' +import Link from 'next/link' + +import { + getDashboardKPIs, + getSalesByEvent, + getRevenueOverTime, + getUpcomingEvents, + getRecentRegistrations, + getRecentLeads, +} from '../../lib/actions/dashboard' +import type { DashboardPeriod } from '../../lib/actions/dashboard' +import { SEASON_LABELS, SEASON_BAR_COLORS } from '../../lib/constants' +import { KpiCard } from '../../components/dashboard/kpi-card' +import { BarChart } from '../../components/dashboard/bar-chart' +import { SparklineBar } from '../../components/dashboard/bar-chart' +import { PeriodFilter } from '../../components/dashboard/period-filter' +import { RecentRegistrations } from '../../components/dashboard/recent-registrations' +import { RecentLeads } from '../../components/dashboard/recent-leads' + +// ============================================================ +// Types +// ============================================================ + +interface AdminDashboardPageProps { + searchParams: Promise<{ period?: string }> +} + +// ============================================================ +// Skeleton Components +// ============================================================ + +function KpiSkeleton() { + return ( +
+ {Array.from({ length: 4 }).map((_, i) => ( + + ))} +
+ ) +} + +function ChartSkeleton() { + return +} + +function TableSkeleton() { + return ( +
+ {Array.from({ length: 5 }).map((_, i) => ( + + ))} +
+ ) +} + +// ============================================================ +// SVG Icons (inline to avoid dependency) +// ============================================================ + +function UsersIcon() { + return ( + + + + ) +} + +function CurrencyIcon() { + return ( + + + + ) +} + +function ChartIcon() { + return ( + + + + ) +} + +function EnvelopeIcon() { + return ( + + + + ) +} + +// ============================================================ +// Async Server Components +// ============================================================ + +async function KpiCards({ period }: { period: DashboardPeriod }) { + const kpis = await getDashboardKPIs(period) + + return ( +
+ } + description="no período" + /> + } + description="no período" + /> + } + description="eventos publicados" + /> + } + description="no período" + /> +
+ ) +} + +async function SalesByEventChart() { + const salesData = await getSalesByEvent() + + const items = salesData.map((event) => ({ + label: event.name, + value: event.confirmedRegistrations, + maxValue: event.totalCapacity, + colorClass: SEASON_BAR_COLORS[event.season] ?? 'bg-gray-400', + })) + + return ( + + + + Vendas por Evento + + + + + + + ) +} + +async function RevenueChart({ period }: { period: DashboardPeriod }) { + const days = period === '7d' ? 7 : period === '90d' ? 90 : 30 + const revenueData = await getRevenueOverTime(days) + + const chartData = revenueData.map((item) => ({ + label: item.date.slice(5), // MM-DD + value: item.revenue, + })) + + return ( + + + + Receita ao Longo do Tempo + + + + formatCurrency(v)} + /> + + + ) +} + +async function UpcomingEventsCard() { + const events = await getUpcomingEvents(5) + + return ( + + + + Próximos Eventos + + + + {events.length === 0 ? ( +

+ Nenhum evento futuro +

+ ) : ( +
+ {events.map((event) => ( +
+
+ + {event.name} + +
+ + {new Intl.DateTimeFormat('pt-BR', { + day: '2-digit', + month: 'short', + }).format(event.startDate)} + + + {SEASON_LABELS[event.season] ?? event.season} + +
+
+
+
+ {event.occupancyPercent}% +
+
+ {event.confirmedRegistrations}/{event.capacity ?? '--'} vagas +
+
+
+ ))} +
+ )} +
+
+ ) +} + +async function RecentRegistrationsCard() { + const registrations = await getRecentRegistrations(5) + + return ( + + + + Ultimas Inscrições + + + + + + + ) +} + +async function RecentLeadsCard() { + const leads = await getRecentLeads(5) + + return ( + + + + Leads Recentes + + + + + + + ) +} + +// ============================================================ +// Main Page +// ============================================================ + +export default async function AdminDashboardPage({ searchParams }: AdminDashboardPageProps) { + const params = await searchParams + const period = (params.period as DashboardPeriod) || '30d' + + return ( +
+ {/* Header */} +
+
+

+ Dashboard +

+

+ Visão geral do Ciclo das Estações +

+
+ }> + + +
+ + {/* KPI Cards */} + }> + + + + {/* Charts Row */} +
+ }> + + + }> + + +
+ + {/* Upcoming Events */} + }> + + + + {/* Tables Row */} +
+ }> + + + }> + + +
+
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/participantes/[id]/page.tsx b/ciclo-app/apps/admin/app/admin/participantes/[id]/page.tsx new file mode 100644 index 000000000..cdbd2c8ac --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/participantes/[id]/page.tsx @@ -0,0 +1,194 @@ +import type { Metadata } from 'next' +import Link from 'next/link' +import { notFound } from 'next/navigation' +import { Button, Badge, Card, CardContent, CardHeader, CardTitle } from '@ciclo/ui' +import { formatCurrency } from '@ciclo/utils' +import { getParticipant } from '../../../../lib/actions/participants' +import { NotesEditor } from '../../../../components/participants/notes-editor' +import { RolePromotion } from '../../../../components/participants/role-promotion' + +export const metadata: Metadata = { + title: 'Detalhe do Participante', + description: 'Perfil completo do participante com histórico', +} + +// ============================================================ +// Helpers +// ============================================================ + +const STATUS_LABELS: Record = { + CONFIRMED: 'Confirmado', + PENDING: 'Pendente', + CANCELLED: 'Cancelado', + REFUNDED: 'Reembolsado', + TRANSFERRED: 'Transferido', +} + +const STATUS_COLORS: Record = { + CONFIRMED: 'bg-green-100 text-green-800', + PENDING: 'bg-yellow-100 text-yellow-800', + CANCELLED: 'bg-red-100 text-red-800', + REFUNDED: 'bg-gray-100 text-gray-800', + TRANSFERRED: 'bg-blue-100 text-blue-800', +} + +const ROLE_LABELS: Record = { + USER: 'Participante', + THERAPIST: 'Terapeuta', + FACILITATOR: 'Facilitador', + ADMIN: 'Admin', +} + +function formatDate(date: Date): string { + return new Intl.DateTimeFormat('pt-BR', { + day: '2-digit', + month: '2-digit', + year: 'numeric', + }).format(new Date(date)) +} + + +// ============================================================ +// Page Component +// ============================================================ + +interface ParticipanteDetailPageProps { + params: Promise<{ id: string }> +} + +export default async function ParticipanteDetailPage({ params }: ParticipanteDetailPageProps) { + const { id } = await params + const participant = await getParticipant(id) + + if (!participant) { + notFound() + } + + return ( +
+ {/* Back navigation */} +
+ + + +
+ + {/* User Info Card */} + + + + {participant.name} + + {ROLE_LABELS[participant.role] ?? participant.role} + + + + +
+
+

Email

+

{participant.email}

+
+
+

Telefone

+

{participant.phone ?? '-'}

+
+
+

Role

+

+ {ROLE_LABELS[participant.role] ?? participant.role} +

+
+
+

Cadastro

+

{formatDate(participant.createdAt)}

+
+
+ + {/* Role Promotion */} +
+ +
+
+
+ + {/* Registration History */} + + + Histórico de Inscrições + + + {participant.registrations.length === 0 ? ( +

Nenhuma inscrição encontrada.

+ ) : ( +
+ + + + + + + + + + + + {participant.registrations.map((reg) => ( + + + + + + + + ))} + +
+ Evento + + Data + + Tipo de Ingresso + + Valor Pago + + Status +
{reg.eventName} + {formatDate(reg.eventDate)} + {reg.ticketTypeName} + {formatCurrency(reg.amountPaid)} + + + {STATUS_LABELS[reg.status] ?? reg.status} + +
+
+ )} +
+
+ + {/* Internal Notes */} + + + Anotações Internas + + + ({ + text: n.text, + adminEmail: n.adminEmail, + createdAt: n.createdAt, + }))} + /> + + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/participantes/loading.tsx b/ciclo-app/apps/admin/app/admin/participantes/loading.tsx new file mode 100644 index 000000000..9d3e527dc --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/participantes/loading.tsx @@ -0,0 +1,11 @@ +import { Skeleton } from '@ciclo/ui' + +export default function ParticipantesLoading() { + return ( +
+ + + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/participantes/page.tsx b/ciclo-app/apps/admin/app/admin/participantes/page.tsx new file mode 100644 index 000000000..abb68cdad --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/participantes/page.tsx @@ -0,0 +1,58 @@ +import type { Metadata } from 'next' +import { + getParticipants, + getEventsForFilter, +} from '../../../lib/actions/participants' +import { ParticipantListClient } from '../../../components/participants/participant-list-client' + +export const metadata: Metadata = { + title: 'Participantes (CRM)', + description: 'CRM de participantes com histórico, filtros e export', +} + +interface ParticipantesPageProps { + searchParams: Promise<{ + page?: string + eventId?: string + status?: string + isFirstTime?: string + search?: string + }> +} + +export default async function ParticipantesPage({ searchParams }: ParticipantesPageProps) { + const params = await searchParams + const page = Number(params.page) || 1 + + const filters = { + eventId: params.eventId || undefined, + status: (params.status as 'CONFIRMED' | 'PENDING' | 'CANCELLED') || undefined, + isFirstTime: params.isFirstTime === 'true' ? true : params.isFirstTime === 'false' ? false : undefined, + search: params.search || undefined, + } + + const [result, events] = await Promise.all([ + getParticipants(filters, page, 25), + getEventsForFilter(), + ]) + + return ( +
+
+

Participantes (CRM)

+

+ Gerenciar participantes, visualizar histórico e exportar dados. +

+
+ + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/produtos/loading.tsx b/ciclo-app/apps/admin/app/admin/produtos/loading.tsx new file mode 100644 index 000000000..241e27f0b --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/produtos/loading.tsx @@ -0,0 +1,11 @@ +import { Skeleton } from '@ciclo/ui' + +export default function ProdutosLoading() { + return ( +
+ + + +
+ ) +} diff --git a/ciclo-app/apps/admin/app/admin/produtos/page.tsx b/ciclo-app/apps/admin/app/admin/produtos/page.tsx new file mode 100644 index 000000000..92b685cd3 --- /dev/null +++ b/ciclo-app/apps/admin/app/admin/produtos/page.tsx @@ -0,0 +1,22 @@ +import { Card, CardContent } from '@ciclo/ui' + +export default function ProdutosPage() { + return ( +
+

+ Produtos +

+

+ Passaportes, guias e outros produtos +

+ + + +

+ Gestão de produtos em breve — implementado na E2.5 +

+
+
+
+ ) +} diff --git a/ciclo-app/apps/admin/app/api/auth/[...nextauth]/route.ts b/ciclo-app/apps/admin/app/api/auth/[...nextauth]/route.ts new file mode 100644 index 000000000..b1e2d3353 --- /dev/null +++ b/ciclo-app/apps/admin/app/api/auth/[...nextauth]/route.ts @@ -0,0 +1,3 @@ +import { handlers } from '@ciclo/auth' + +export const { GET, POST } = handlers diff --git a/ciclo-app/apps/admin/app/globals.css b/ciclo-app/apps/admin/app/globals.css new file mode 100644 index 000000000..bae42a6f6 --- /dev/null +++ b/ciclo-app/apps/admin/app/globals.css @@ -0,0 +1,49 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +@layer base { + :root { + --season-primary: #5EA142; + --season-secondary: #E089FC; + --season-accent: #F5C6D0; + --season-glow: #A8E6A1; + --season-bg: #F8F8F8; + --season-glow-alpha-30: rgba(168, 230, 161, 0.3); + --season-glow-alpha-15: rgba(168, 230, 161, 0.15); + + --background: #ffffff; + --foreground: #213B2C; + --card: #ffffff; + --card-foreground: #213B2C; + --popover: #ffffff; + --popover-foreground: #213B2C; + --primary: #7B1FA2; + --primary-foreground: #ffffff; + --secondary: #F5EED4; + --secondary-foreground: #213B2C; + --muted: #F5F5F5; + --muted-foreground: #5F4822; + --accent: #FAE8FF; + --accent-foreground: #1E0338; + --destructive: #dc2626; + --destructive-foreground: #ffffff; + --border: #E5E7EB; + --input: #E5E7EB; + --ring: #932E88; + --radius: 0.5rem; + } + + body { + @apply bg-background font-body text-foreground antialiased; + } + + h1, h2, h3 { + @apply font-heading; + } + + *:focus-visible { + outline: 2px solid var(--ring); + outline-offset: 2px; + } +} diff --git a/ciclo-app/apps/admin/app/layout.tsx b/ciclo-app/apps/admin/app/layout.tsx new file mode 100644 index 000000000..732d4d7e8 --- /dev/null +++ b/ciclo-app/apps/admin/app/layout.tsx @@ -0,0 +1,38 @@ +import type { Metadata } from 'next' +import { Inter, Playfair_Display } from 'next/font/google' +import './globals.css' + +const inter = Inter({ + subsets: ['latin'], + variable: '--font-inter', + display: 'swap', +}) + +const playfair = Playfair_Display({ + subsets: ['latin'], + variable: '--font-playfair', + display: 'swap', +}) + +export const metadata: Metadata = { + title: { + default: 'Admin | Ciclo das Estações', + template: '%s | Admin Ciclo', + }, + description: 'Painel administrativo do Ciclo das Estações', + robots: { index: false, follow: false }, +} + +export default function AdminRootLayout({ + children, +}: { + children: React.ReactNode +}) { + return ( + + + {children} + + + ) +} diff --git a/ciclo-app/apps/admin/app/page.tsx b/ciclo-app/apps/admin/app/page.tsx new file mode 100644 index 000000000..c870bd6a7 --- /dev/null +++ b/ciclo-app/apps/admin/app/page.tsx @@ -0,0 +1,9 @@ +import { redirect } from 'next/navigation' + +/** + * Root page redirects to /admin. + * All admin content lives under /admin/* with its own layout. + */ +export default function RootPage() { + redirect('/admin') +} diff --git a/ciclo-app/apps/admin/components/accommodations/room-form.tsx b/ciclo-app/apps/admin/components/accommodations/room-form.tsx new file mode 100644 index 000000000..d749747e4 --- /dev/null +++ b/ciclo-app/apps/admin/components/accommodations/room-form.tsx @@ -0,0 +1,244 @@ +'use client' + +import { useState } from 'react' +import { useRouter } from 'next/navigation' +import { Button, Input } from '@ciclo/ui' +import { createRoom, updateRoom } from '../../lib/actions/accommodations' +import type { AccommodationActionResult } from '../../lib/actions/accommodations' +import { + validateRoomForm, + hasErrors, + type RoomFormErrors, +} from '../../lib/validation' + +// ============================================================ +// Types +// ============================================================ + +interface RoomData { + id?: string + name: string + theme: string | null + description: string | null + pricePerNight: number // centavos + capacity: number + isAvailable: boolean +} + +interface RoomFormProps { + room?: RoomData + mode: 'create' | 'edit' +} + +// ============================================================ +// Main Room Form +// ============================================================ + +export function RoomForm({ room, mode }: RoomFormProps) { + const router = useRouter() + const [isSubmitting, setIsSubmitting] = useState(false) + const [errors, setErrors] = useState({}) + const [toast, setToast] = useState<{ type: 'success' | 'error'; message: string } | null>(null) + + // Form state — pricePerNight displayed in reais (R$) but stored in centavos + const [name, setName] = useState(room?.name ?? '') + const [theme, setTheme] = useState(room?.theme ?? '') + const [description, setDescription] = useState(room?.description ?? '') + const [priceReais, setPriceReais] = useState( + room ? (room.pricePerNight / 100).toFixed(2) : '' + ) + const [capacity, setCapacity] = useState(String(room?.capacity ?? 2)) + const [isAvailable, setIsAvailable] = useState(room?.isAvailable ?? true) + + const handleSubmit = async (e: React.FormEvent) => { + e.preventDefault() + setIsSubmitting(true) + setErrors({}) + setToast(null) + + const formData = { + name, + theme, + description, + priceReais, + capacity, + isAvailable, + } + + const validationErrors = validateRoomForm(formData) + if (hasErrors(validationErrors)) { + setErrors(validationErrors) + setIsSubmitting(false) + return + } + + // Convert reais to centavos + const pricePerNight = Math.round(parseFloat(priceReais.replace(',', '.')) * 100) + + const input = { + name, + theme: theme || undefined, + description: description || undefined, + pricePerNight, + capacity: parseInt(capacity, 10), + isAvailable, + } + + let result: AccommodationActionResult + + if (mode === 'edit' && room?.id) { + result = await updateRoom({ ...input, id: room.id }) + } else { + result = await createRoom(input) + } + + setIsSubmitting(false) + + if (result.success) { + setToast({ + type: 'success', + message: mode === 'create' ? 'Quarto criado com sucesso!' : 'Quarto atualizado com sucesso!', + }) + if (mode === 'create' && result.roomId) { + router.push(`/admin/espacos/${result.roomId}/edit`) + } + } else { + setToast({ type: 'error', message: result.error ?? 'Erro desconhecido' }) + } + } + + return ( +
+ {/* Toast */} + {toast && ( +
+ {toast.message} +
+ )} + + {/* Basic Info */} +
+ Informações do Quarto + +
+ + setName(e.target.value)} + placeholder="Ex: Quarto Terra" + maxLength={100} + required + /> + {errors.name &&

{errors.name}

} +
+ +
+ + setTheme(e.target.value)} + placeholder="Ex: Elemento Terra, Elemento Água" + /> +
+ +
+ +