Skip to content

Commit cbf2904

Browse files
committed
new(changelog), fix(project): new changelog entries
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: changelog--code/2025-08-09_01.md new file: changelog--content/2025-08-09_01.md modified: projects/Augment-It/Specs/1_Record-Collector-Src/RecordCollector--Implemented.md modified: projects/Augment-It/Specs/2_PromptTemplate-Manager-Src/PromptManager--Implemented.md modified: projects/Augment-It/Specs/apps/PromptTemplateManager.md modified: projects/Augment-It/Specs/shared-ui-elements/Shared_Single-Column-Layout/Shared_List-Row.md
1 parent c05369e commit cbf2904

File tree

6 files changed

+178
-15
lines changed

6 files changed

+178
-15
lines changed

changelog--code/2025-08-09_01.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "Projects Pages initiated and JSON Canvas documents now render as Svelte components"
3+
date: 2025-08-09
4+
authors:
5+
- Michael Staton
6+
augmented_with: "Cursor (GPT-5)"
7+
category: Technical-Changes
8+
date_created: 2025-08-09
9+
date_modified: 2025-08-09
10+
tags:
11+
- Client-Portal
12+
- Markdown-Directives
13+
- Reference-Architecture
14+
- Portfolio-Display
15+
- Astro-Components
16+
- Content-Collections
17+
---
18+
19+
***
20+
21+
# Summary
22+
23+
Initiated the Projects Pages and JSON Canvas documents now render as Svelte components.
24+
25+
***
26+
27+
## Why Care
28+
29+
Communicating the state, status, thinking, and work behind our projects has been elusive. JSON Canvas visualizations of content are helpful, and JSON Canvas is an open standard created by and supported trough Obsidian.
30+
31+
# Implementation
32+
33+
## Changes Made
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
---
2+
title: "Refactor to move project based content into root directory, and build full outline of Augment-It project"
3+
lede: "Projects are now a first-class citizen, Augment-It now has the full outline of the project for rapid Context Engineering development."
4+
date: 2025-08-09
5+
date_authored: 2025-08-09
6+
date_published: 2025-08-09
7+
status: published
8+
categories:
9+
- "Projects"
10+
- "Augment-It"
11+
tags:
12+
- Specifications
13+
- Context-Engineering
14+
- Prompts
15+
- Toolkit
16+
- Obsidian-Plugins
17+
authors:
18+
- Michael Staton
19+
augmented_with: "Windsurf Cascade on Claude Sonnet 4"
20+
---
21+
# Summary
22+
Moved client projects into a projects directory at root, and built full outline of Augment-It project for rapid Context Engineering development.
23+
24+
## Why Care?
25+
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.
26+
27+
# Content Updates
28+
29+
```tree
30+
`projects/
31+
`-- Augment-It
32+
|-- Previous-Implementations
33+
| |-- APIProviderWidget-Analysis.md
34+
| |-- Bolt-Codebase-Analysis.md
35+
| |-- HighlightCollector-Analysis.md
36+
| |-- MainContainerUI-Analysis.md
37+
| `-- PromptSection-Analysis.md
38+
|-- Prompts
39+
| |-- Prompt-Archive
40+
| `-- Prompt-Queue
41+
`-- Specs
42+
|-- 1_Record-Collector-Src
43+
| |-- ListColumn--Records.md
44+
| |-- ListRowItem--Record.md
45+
| `-- RecordCollector--Implemented.md
46+
|-- 2_PromptTemplate-Manager-Src
47+
| |-- ListColumn--Prompts.md
48+
| |-- ListItem--Prompt.md
49+
| `-- PromptManager--Implemented.md
50+
|-- 3_Request-Reviewer-Src
51+
|-- 4_Response-Reviewer-Src
52+
|-- 5_Highlight-Collector-Src
53+
|-- 6_Insight-Assembler-Src
54+
|-- apps
55+
| |-- HighlightCollector.md
56+
| |-- InsightAssembler.md
57+
| |-- PromptTemplateManager.md
58+
| |-- RecordCollector.md
59+
| |-- RequestReviewer.md
60+
| `-- ResponseReviewer.md
61+
|-- Augment-It Monorepo Vision Specification.md
62+
|-- Augment-It_Visual-Specification.canvas
63+
|-- Augment-It.canvas
64+
|-- Bolt-Codebase-Analysis.md
65+
|-- Data Augmentation Microfrontends.md
66+
|-- Full Prompt for Monorepo Setup (Stack Agnostic).md
67+
|-- host-shell-ui
68+
| |-- AppWindow.md
69+
| `-- MainContainerUI.md
70+
|-- Micro Federation Blueprint.md
71+
|-- Micro Federation Explainer.md
72+
|-- shared-services
73+
| |-- apiConnectorService.md
74+
| |-- apiDocumentationGeneratorService.md
75+
| |-- apiRequestValidator.md
76+
| |-- csvParser.md
77+
| |-- flavoredMarkdownParser.md
78+
| |-- insightInjectorService.md
79+
| |-- jsonParser.md
80+
| |-- logAssemblerService.md
81+
| |-- orgSettingsService.md
82+
| |-- orgSupportedModelsService.md
83+
| |-- paymentOrchestratorService.md
84+
| |-- privilageGatesService.md
85+
| |-- reportTemplateService.md
86+
| |-- sharedErrorHandler.md
87+
| |-- sharedModelFetcher.md
88+
| |-- sharedPromptService.md
89+
| |-- sharedTooltipsFactory.md
90+
| |-- teamSupportedModelsService.md
91+
| |-- userAuthorizationService.md
92+
| |-- userNotificationAssemblerService.md
93+
| `-- yamlParser.md
94+
`-- shared-ui-elements
95+
|-- Shared_API-Connector-Src
96+
| |-- Shared_Crawl-Fetcher.md
97+
| `-- Shared_Supported-Models_Widget.md
98+
|-- Shared_Content-Editors
99+
| |-- Shared_CSV-Editor.md
100+
| |-- Shared_JSON-Editor.md
101+
| |-- Shared_MDX-Editor.md
102+
| |-- Shared_Prompt-Template-Editor.md
103+
| `-- Shared_YAML-Editor.md
104+
|-- Shared_Context-Wrapper.md
105+
|-- Shared_Modal-Wrapper.md
106+
|-- Shared_Multi-Search-Filter-Src
107+
| |-- Shared_Filter-Container.md
108+
| |-- Shared_Filter-Dropdown.md
109+
| `-- Shared_Search-Container.md
110+
|-- Shared_Single-Column-Layout
111+
| |-- Shared_Header_Container.md
112+
| |-- Shared_List-Column_Layout.md
113+
| `-- Shared_List-Row.md
114+
|-- Shared_UX-Feedback-Elements-Src
115+
| `-- Shared_Tooltip-Popover.md
116+
|-- Shared_Variable-Manager
117+
`-- Shared-Header-Src
118+
|-- BrandContainer.md
119+
|-- IndividualSettings.md
120+
|-- ProgressNavigator.md
121+
|-- SavedWorkflows.md
122+
`-- TeamWorkspace.md
123+
```

projects/Augment-It/Specs/1_Record-Collector-Src/RecordCollector--Implemented.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
---
2-
tags: [Specifications, Microfrontends, Microservices]
2+
tags:
3+
- Specifications
4+
- Microfrontends
5+
- Microservices
36
date_created: 2025-02-24
4-
date_modified: 2025-08-08
7+
date_modified: 2025-08-09
58
site_uuid: a3c04589-12f3-450f-84a4-fb2e14267be0
69
publish: true
7-
title: RecordCollector Tanuj
8-
slug: recordcollector-tanuj
10+
title: RecordCollector--Implemented
11+
slug: record-collector--implemented
912
at_semantic_version: 0.0.0.1
13+
authors:
14+
- Tanuj Siripurapu
1015
---
1116
# Data Augmenter - Phase 1 Implementation
1217

projects/Augment-It/Specs/2_PromptTemplate-Manager-Src/PromptManager--Implemented.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
date_created: 2025-02-24
3-
date_modified: 2025-08-08
3+
date_modified: 2025-08-09
44
tags: [Specifications, Prompt-Engineering, Best-Practices, Implementation, React-Ecosystem]
55
site_uuid: a9719dbc-fac9-4ae4-8694-45c4b2cf5392
66
publish: true
77
title: PromptManager
88
slug: prompt-manager
99
at_semantic_version: 0.1.0.0
1010
status: Implemented
11+
authors:
12+
- Tanuj Siripurapu
1113
---
1214

1315
## Purpose

projects/Augment-It/Specs/apps/PromptTemplateManager.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date_created: 2025-02-24
3-
date_modified: 2025-07-24
3+
date_modified: 2025-08-09
44
tags: [Specifications, Prompt-Engineering, Best-Practices]
55
site_uuid: a9719dbc-fac9-4ae4-8694-45c4b2cf5392
66
publish: true
@@ -12,6 +12,13 @@ category: Microfrontend
1212
project: Data Augmenter
1313
---
1414

15+
# Purpose
16+
17+
## Context in Monorepo
18+
19+
The [[projects/Augment-It/Specs/apps/PromptTemplateManager|PromptTemplateManager]] will be the second available module in the set and sequence of [[projects/Augment-It/Specs/Data Augmentation Microfrontends|Data Augmentation Microfrontends]]. The goal of the [[projects/Augment-It/Specs/Augment-It Monorepo Vision Specification|Laugment Monorepo]] is to transform and augment a set of records by using various AI services. For instance, [[concepts/Explainers for AI/AI-Powered Search|AI-Powered Search]] models, [[concepts/Explainers for AI/AI Powered Data Capture|AI Powered Data Capture]] techniques, such as [[concepts/Explainers for AI/AI Web Crawlers|AI Web Crawlers]] and [[Vocabulary/Web Scraping|Web Scrapers]] through their respective APIs. By properly integrating the [[projects/Augment-It/Specs/apps/PromptTemplateManager|PromptTemplateManager]] with the [[projects/Augment-It/Specs/apps/RecordCollector|RecordCollector]], we better ensure prompts well leverage AI capabilities and augment specific customer data effectively.
20+
21+
1522
```mermaid
1623
graph TD
1724
subgraph "PromptTemplateManager"
@@ -35,13 +42,8 @@ graph TD
3542
F -->|Syncs with| H
3643
```
3744

38-
# Purpose
39-
40-
## Context in Monorepo
41-
42-
The [[projects/Augment-It/Specs/apps/PromptTemplateManager|PromptTemplateManager]] will be the second available module in the set and sequence of [[projects/Augment-It/Specs/Data Augmentation Microfrontends|Data Augmentation Microfrontends]]. The goal of the [[projects/Augment-It/Specs/Augment-It Monorepo Vision Specification|Laugment Monorepo]] is to transform and augment a set of records by using various AI services. For instance, [[concepts/Explainers for AI/AI-Powered Search|AI-Powered Search]] models, [[concepts/Explainers for AI/AI Powered Data Capture|AI Powered Data Capture]] techniques, such as [[concepts/Explainers for AI/AI Web Crawlers]] and [[Vocabulary/Web Scraping|Web Scrapers]] through their respective APIs. By properly integrating the [[projects/Augment-It/Specs/apps/PromptTemplateManager|PromptTemplateManager]] with the [[projects/Augment-It/Specs/apps/RecordCollector|RecordCollector]], we better ensure prompts well leverage AI capabilities and augment specific customer data effectively.
4345

44-
## Functionality of PromptManager
46+
## Functionality of PromptTemplateManager
4547

4648
The [[projects/Augment-It/Specs/apps/PromptTemplateManager|PromptTemplateManager]] will provide functionalities to allow users to upload prompts, author new ones, and insert _managed variables_ called from the records made available from the [[projects/Augment-It/Specs/apps/RecordCollector|RecordCollector]].
4749

projects/Augment-It/Specs/shared-ui-elements/Shared_Single-Column-Layout/Shared_List-Row.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ publish: true
66
title: SharedListRow
77
slug: shared-list-row
88
at_semantic_version: 0.0.0.1
9-
tags:
10-
- Components
11-
- Shared-Components
9+
tags: [Components, Shared-Components]
1210
---

0 commit comments

Comments
 (0)