Refactor to move project based content into root directory, and build full outline of Augment-It project
Summary
Moved client projects into a projects directory at root, and built full outline of Augment-It project for rapid Context Engineering development.
Why Care?
Collaborating on projects has become a key part of our workflow, and projects now have a first-class status in the monorepo. We have moved from solo YOLO Vibe Coding to institutionalized team practices we can safely call state-of-the-art Context Engineering.
Content Updates
tree
`projects/
`-- Augment-It
|-- Previous-Implementations
| |-- APIProviderWidget-Analysis.md
| |-- Bolt-Codebase-Analysis.md
| |-- HighlightCollector-Analysis.md
| |-- MainContainerUI-Analysis.md
| `-- PromptSection-Analysis.md
|-- Prompts
| |-- Prompt-Archive
| `-- Prompt-Queue
`-- Specs
|-- 1_Record-Collector-Src
| |-- ListColumn--Records.md
| |-- ListRowItem--Record.md
| `-- RecordCollector--Implemented.md
|-- 2_PromptTemplate-Manager-Src
| |-- ListColumn--Prompts.md
| |-- ListItem--Prompt.md
| `-- PromptManager--Implemented.md
|-- 3_Request-Reviewer-Src
|-- 4_Response-Reviewer-Src
|-- 5_Highlight-Collector-Src
|-- 6_Insight-Assembler-Src
|-- apps
| |-- HighlightCollector.md
| |-- InsightAssembler.md
| |-- PromptTemplateManager.md
| |-- RecordCollector.md
| |-- RequestReviewer.md
| `-- ResponseReviewer.md
|-- Augment-It Monorepo Vision Specification.md
|-- Augment-It_Visual-Specification.canvas
|-- Augment-It.canvas
|-- Bolt-Codebase-Analysis.md
|-- Data Augmentation Microfrontends.md
|-- Full Prompt for Monorepo Setup (Stack Agnostic).md
|-- host-shell-ui
| |-- AppWindow.md
| `-- MainContainerUI.md
|-- Micro Federation Blueprint.md
|-- Micro Federation Explainer.md
|-- shared-services
| |-- apiConnectorService.md
| |-- apiDocumentationGeneratorService.md
| |-- apiRequestValidator.md
| |-- csvParser.md
| |-- flavoredMarkdownParser.md
| |-- insightInjectorService.md
| |-- jsonParser.md
| |-- logAssemblerService.md
| |-- orgSettingsService.md
| |-- orgSupportedModelsService.md
| |-- paymentOrchestratorService.md
| |-- privilageGatesService.md
| |-- reportTemplateService.md
| |-- sharedErrorHandler.md
| |-- sharedModelFetcher.md
| |-- sharedPromptService.md
| |-- sharedTooltipsFactory.md
| |-- teamSupportedModelsService.md
| |-- userAuthorizationService.md
| |-- userNotificationAssemblerService.md
| `-- yamlParser.md
`-- shared-ui-elements
|-- Shared_API-Connector-Src
| |-- Shared_Crawl-Fetcher.md
| `-- Shared_Supported-Models_Widget.md
|-- Shared_Content-Editors
| |-- Shared_CSV-Editor.md
| |-- Shared_JSON-Editor.md
| |-- Shared_MDX-Editor.md
| |-- Shared_Prompt-Template-Editor.md
| `-- Shared_YAML-Editor.md
|-- Shared_Context-Wrapper.md
|-- Shared_Modal-Wrapper.md
|-- Shared_Multi-Search-Filter-Src
| |-- Shared_Filter-Container.md
| |-- Shared_Filter-Dropdown.md
| `-- Shared_Search-Container.md
|-- Shared_Single-Column-Layout
| |-- Shared_Header_Container.md
| |-- Shared_List-Column_Layout.md
| `-- Shared_List-Row.md
|-- Shared_UX-Feedback-Elements-Src
| `-- Shared_Tooltip-Popover.md
|-- Shared_Variable-Manager
`-- Shared-Header-Src
|-- BrandContainer.md
|-- IndividualSettings.md
|-- ProgressNavigator.md
|-- SavedWorkflows.md
`-- TeamWorkspace.md