Skip to content

Instantly share code, notes, and snippets.

View hrstoyanov's full-sized avatar

Hristo I Stoyanov hrstoyanov

View GitHub Profile
@hrstoyanov
hrstoyanov / wflow.sh
Last active December 29, 2025 18:40
wflow.sh: Multiple ai code agents setup and workflow
#!/bin/bash
################################################################################
# WFLOW - Air-Gapped Git Workflow for AI Coding Agents
################################################################################
#
# ARCHITECTURAL OVERVIEW
# ----------------------
# This script implements a strictly isolated Hub-and-Spoke workflow.
#
@hrstoyanov
hrstoyanov / ds.md
Last active June 19, 2025 23:21
My DataStar framawork assessment (June 19th, 2025)

My DataStar Framework Assessment (19th of June, 2025)

Spent about 8 hours of looking into DataStar (DS). My current assessment is “HOLD”, here is my thought process:

1. This is better than HTMX+Alpine, and I use/love HTMX. Good!

2. More than one person committing code, not a scary "one man show". Less risk of abandonment. Good!

/**
* Provides a context for managing persistence operations within an EclipseStore environment.
* This class encapsulates transaction management (commit/rollback), entity creation with
* versioning and logging, and interaction with the underlying storage manager. It extends
* {@link LockScope} to ensure thread safety for persistence operations.
*/
public final class EclipseStoreContext extends LockScope implements PersistenceStoring {
/**