aios-core 4.2.2 → 4.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/.aios-core/core/registry/service-registry.json +6466 -6586
  2. package/.aios-core/core-config.yaml +10 -5
  3. package/.aios-core/data/aios-kb.md +19 -25
  4. package/.aios-core/data/entity-registry.yaml +311 -204
  5. package/.aios-core/data/registry-update-log.jsonl +8 -0
  6. package/.aios-core/development/tasks/db-squad-integration.md +3 -3
  7. package/.aios-core/development/tasks/dev-develop-story.md +1 -1
  8. package/.aios-core/development/tasks/integrate-squad.md +1 -1
  9. package/.aios-core/development/tasks/pr-automation.md +3 -3
  10. package/.aios-core/development/tasks/squad-creator-migrate.md +1 -1
  11. package/.aios-core/development/tasks/squad-creator-sync-ide-command.md +0 -2
  12. package/.aios-core/development/tasks/update-aios.md +2 -2
  13. package/.aios-core/development/tasks/validate-next-story.md +2 -99
  14. package/.aios-core/development/workflows/README.md +0 -4
  15. package/.aios-core/docs/standards/AIOS-COLOR-PALETTE-V2.1.md +0 -1
  16. package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO-V2.1-COMPLETE.md +3 -3
  17. package/.aios-core/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
  18. package/.aios-core/docs/standards/STANDARDS-INDEX.md +4 -4
  19. package/.aios-core/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +2 -2
  20. package/.aios-core/framework-config.yaml +8 -4
  21. package/.aios-core/infrastructure/scripts/ide-sync/README.md +29 -5
  22. package/.aios-core/infrastructure/scripts/ide-sync/gemini-commands.js +205 -0
  23. package/.aios-core/infrastructure/scripts/ide-sync/index.js +48 -11
  24. package/.aios-core/infrastructure/scripts/ide-sync/redirect-generator.js +1 -1
  25. package/.aios-core/infrastructure/scripts/test-utilities.js +1 -1
  26. package/.aios-core/infrastructure/scripts/tool-resolver.js +2 -2
  27. package/.aios-core/infrastructure/scripts/validate-claude-integration.js +101 -0
  28. package/.aios-core/infrastructure/scripts/validate-codex-integration.js +141 -0
  29. package/.aios-core/infrastructure/scripts/validate-gemini-integration.js +151 -0
  30. package/.aios-core/infrastructure/scripts/validate-parity.js +119 -0
  31. package/.aios-core/infrastructure/templates/aios-sync.yaml.template +0 -11
  32. package/.aios-core/install-manifest.yaml +83 -71
  33. package/.aios-core/local-config.yaml.template +2 -1
  34. package/.aios-core/presets/README.md +0 -1
  35. package/.aios-core/product/data/integration-patterns.md +1 -1
  36. package/.aios-core/product/templates/ide-rules/gemini-rules.md +87 -233
  37. package/.aios-core/product/templates/statusline/statusline-script.js +188 -0
  38. package/.aios-core/product/templates/statusline/track-agent.sh +68 -0
  39. package/.aios-core/user-guide.md +14 -19
  40. package/LICENSE +0 -27
  41. package/README.md +42 -6
  42. package/bin/aios-init.js +98 -54
  43. package/bin/modules/env-config.js +0 -1
  44. package/package.json +18 -5
  45. package/packages/gemini-aios-extension/README.md +13 -8
  46. package/packages/gemini-aios-extension/commands/aios-agent.js +7 -0
  47. package/packages/gemini-aios-extension/commands/aios-agents.js +2 -1
  48. package/packages/gemini-aios-extension/commands/aios-analyst.js +6 -0
  49. package/packages/gemini-aios-extension/commands/aios-architect.js +6 -0
  50. package/packages/gemini-aios-extension/commands/aios-data-engineer.js +6 -0
  51. package/packages/gemini-aios-extension/commands/aios-dev.js +6 -0
  52. package/packages/gemini-aios-extension/commands/aios-devops.js +6 -0
  53. package/packages/gemini-aios-extension/commands/aios-master.js +6 -0
  54. package/packages/gemini-aios-extension/commands/aios-menu.js +6 -0
  55. package/packages/gemini-aios-extension/commands/aios-pm.js +6 -0
  56. package/packages/gemini-aios-extension/commands/aios-po.js +6 -0
  57. package/packages/gemini-aios-extension/commands/aios-qa.js +6 -0
  58. package/packages/gemini-aios-extension/commands/aios-sm.js +6 -0
  59. package/packages/gemini-aios-extension/commands/aios-squad-creator.js +6 -0
  60. package/packages/gemini-aios-extension/commands/aios-ux-design-expert.js +6 -0
  61. package/packages/gemini-aios-extension/commands/lib/agent-launcher.js +138 -0
  62. package/packages/gemini-aios-extension/extension.json +70 -0
  63. package/packages/gemini-aios-extension/gemini-extension.json +147 -0
  64. package/packages/gemini-aios-extension/hooks/hooks.json +67 -65
  65. package/packages/installer/src/config/ide-configs.js +10 -10
  66. package/packages/installer/src/config/templates/core-config-template.js +6 -3
  67. package/packages/installer/src/wizard/ide-config-generator.js +373 -2
  68. package/packages/installer/src/wizard/ide-selector.js +1 -1
  69. package/packages/installer/src/wizard/pro-setup.js +237 -150
  70. package/scripts/code-intel-health-check.js +125 -125
  71. package/scripts/ensure-manifest.js +58 -0
  72. package/.aios-core/infrastructure/scripts/ide-sync/transformers/windsurf.js +0 -106
  73. package/.aios-core/product/templates/ide-rules/cline-rules.md +0 -84
  74. package/.aios-core/product/templates/ide-rules/roo-rules.md +0 -86
  75. package/.aios-core/product/templates/ide-rules/windsurf-rules.md +0 -80
@@ -1,86 +0,0 @@
1
- # Synkra AIOS Development Rules for Roo Code
2
-
3
- You are working with Synkra AIOS, an AI-Orchestrated System for Full Stack Development.
4
-
5
- ## Core Framework Understanding
6
-
7
- Synkra AIOS is a meta-framework that orchestrates AI agents to handle complex development workflows. Always recognize and work within this architecture.
8
-
9
- ## Agent System
10
-
11
- ### Agent Activation (Roo Mode Selector)
12
- - Use the mode selector in the status bar to switch agents
13
- - Available modes: bmad-dev, bmad-qa, bmad-architect, bmad-pm, bmad-po, bmad-sm, bmad-analyst
14
- - Agent commands use the * prefix: *help, *create-story, *task, *exit
15
-
16
- ### Agent Context
17
- When an agent mode is active:
18
- - Follow that agent's specific persona and expertise
19
- - Use the agent's designated workflow patterns
20
- - Maintain the agent's perspective throughout the interaction
21
-
22
- ## Development Methodology
23
-
24
- ### Story-Driven Development
25
- 1. **Work from stories** - All development starts with a story in `docs/stories/`
26
- 2. **Update progress** - Mark checkboxes as tasks complete: [ ] → [x]
27
- 3. **Track changes** - Maintain the File List section in the story
28
- 4. **Follow criteria** - Implement exactly what the acceptance criteria specify
29
-
30
- ### Code Standards
31
- - Write clean, self-documenting code
32
- - Follow existing patterns in the codebase
33
- - Include comprehensive error handling
34
- - Add unit tests for all new functionality
35
- - Use TypeScript/JavaScript best practices
36
-
37
- ### Testing Requirements
38
- - Run all tests before marking tasks complete
39
- - Ensure linting passes: `npm run lint`
40
- - Verify type checking: `npm run typecheck`
41
- - Add tests for new features
42
- - Test edge cases and error scenarios
43
-
44
- ## AIOS Framework Structure
45
-
46
- ```
47
- aios-core/
48
- ├── agents/ # Agent persona definitions (YAML/Markdown)
49
- ├── tasks/ # Executable task workflows
50
- ├── workflows/ # Multi-step workflow definitions
51
- ├── templates/ # Document and code templates
52
- ├── checklists/ # Validation and review checklists
53
- └── rules/ # Framework rules and patterns
54
-
55
- docs/
56
- ├── stories/ # Development stories (numbered)
57
- ├── prd/ # Product requirement documents
58
- ├── architecture/ # System architecture documentation
59
- └── guides/ # User and developer guides
60
- ```
61
-
62
- ## Roo Code-Specific Configuration
63
-
64
- ### Mode Configuration
65
- - Modes are defined in `.roomodes` file
66
- - Each mode corresponds to an AIOS agent persona
67
- - Switching modes automatically loads the appropriate context
68
-
69
- ### Available Modes
70
- | Mode | Agent | Purpose |
71
- |------|-------|---------|
72
- | bmad-dev | Developer | Full-stack development |
73
- | bmad-qa | QA | Quality assurance, testing |
74
- | bmad-architect | Architect | System design |
75
- | bmad-pm | PM | Project management |
76
- | bmad-po | PO | Product ownership |
77
- | bmad-sm | SM | Scrum facilitation |
78
- | bmad-analyst | Analyst | Business analysis |
79
-
80
- ### Performance Tips
81
- - Use mode-specific context for focused assistance
82
- - Switch modes when changing task types
83
- - Leverage auto-apply for suggested changes
84
-
85
- ---
86
- *Synkra AIOS Roo Code Configuration v4.0.4*
@@ -1,80 +0,0 @@
1
- # Synkra AIOS Development Rules for Windsurf
2
-
3
- ## AIOS Agent Integration
4
-
5
- When working with AIOS agents in Windsurf:
6
- - Use `@agent-name` to activate specific agents (e.g., `@dev`, `@qa`, `@architect`)
7
- - Agent commands always start with `*` (e.g., `*help`, `*create-story`)
8
- - Follow the agent's specific workflow and commands
9
-
10
- ## Development Workflow
11
-
12
- ### Story-Driven Development
13
- 1. Stories are your primary work units - always reference the current story
14
- 2. Update story checkboxes as you complete tasks
15
- 3. Keep the File List section updated with all changes
16
- 4. Follow the story's acceptance criteria exactly
17
-
18
- ### Code Standards
19
- - Write clean, self-documenting code
20
- - Follow existing patterns in the codebase
21
- - Add comprehensive error handling
22
- - Include unit tests for new functionality
23
-
24
- ### Testing Requirements
25
- - Run tests before marking any task complete
26
- - Use `npm test` or equivalent for your tech stack
27
- - Ensure all tests pass before updating story status
28
- - Add new tests for new functionality
29
-
30
- ### Documentation
31
- - Update relevant documentation when changing functionality
32
- - Keep README files current
33
- - Document complex logic with clear comments
34
- - Update API documentation for endpoint changes
35
-
36
- ## AIOS-Specific Patterns
37
-
38
- ### Working with Workflows
39
- - Workflows are in `aios-core/workflows/`
40
- - Tasks are in `aios-core/tasks/`
41
- - Follow YAML frontmatter conventions
42
- - Use elicit: true for interactive workflows
43
-
44
- ### Agent Commands
45
- Common commands across agents:
46
- - `*help` - Show available commands
47
- - `*exit` - Exit current agent
48
- - `*task {name}` - Execute specific task
49
- - `*create-doc {template}` - Create document from template
50
-
51
- ### File Organization
52
- ```
53
- project/
54
- ├── aios-core/ # AIOS framework files
55
- │ ├── agents/ # Agent definitions
56
- │ ├── tasks/ # Executable tasks
57
- │ ├── workflows/ # Workflow definitions
58
- │ └── templates/ # Document templates
59
- ├── docs/ # Project documentation
60
- │ ├── stories/ # Development stories
61
- │ └── architecture/ # Architecture docs
62
- └── src/ # Your source code
63
- ```
64
-
65
- ## Best Practices
66
-
67
- 1. **Always backup before major changes**
68
- 2. **Test in isolation before integration**
69
- 3. **Follow the story acceptance criteria**
70
- 4. **Update documentation as you code**
71
- 5. **Communicate blockers immediately**
72
-
73
- ## GitHub Integration
74
- - Ensure GitHub CLI is installed: `gh --version`
75
- - Authenticate before pushing: `gh auth status`
76
- - Follow conventional commit messages
77
- - Reference story IDs in commits
78
-
79
- ---
80
- *Synkra AIOS Configuration v1.0*