Change Log
All notable changes to the BASH Consultants repository will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
[Unreleased]
Added
pages/_posts/muses/2025-01-24-bash-consulting-breaking.md— New satirical press-release post (“If a press release about ethical capitalism wrote itself”) covering ESG accounting for Denver SMBs; includes a straight practical section on what’s buildable on QuickBooks today..github/prompts/article-write.prompt.md— New/article-writeagent prompt for drafting new bashconsultants.com posts end-to-end.
Changed
pages/_posts/muses/2025-08-12-innovation-paradox.md— Frontmatter updated (author, description, keywords, lastmod, tags normalized); content rewritten for voice and SMB focus.pages/_posts/tech/2025-08-12-ai-integration-reality.md— Frontmatter updated; content rewritten with honest SMB-first framing on AI implementation.pages/_posts/tech/2025-11-19-prompts-are-the-new-command-line.md— Frontmatter normalized (author, lastmod, categories/tags as YAML lists); content already updated to SMB voice.- Site-wide content review — Rewrote
about.md,contact.md, and all service pages (pages/_services/{cloud,erp,data,dev,fintech,strat}.md) to comply withcontent-style.instructions.md: removed banned marketing phrases, switched to sentence-case headings and the 8-section service-page structure, defined acronyms on first use, and added inline images with descriptive alt text. pages/_services/index.md— Rebuilt as a card-based hub linking to all six real service pages (it previously listed generic categories that did not match the site’s actual services)._data/entity/info.yml— Cleaned banned phrases from the About / Founder / Mission copy that feeds the landing page.- Blog posts — Added a next-step call-to-action to posts that lacked one; normalized
preview:paths to the/assets/images/previews/convention; bumpedlastmodon edited posts.
Removed
pages/_posts/tech/2025-01-24-bash-consulting-breaking.md— Deleted fromtech/; replaced by the muses rewrite above.- Invented case studies and unverifiable metrics — Removed fabricated results (“40% cost reduction”, “99.9% uptime”, “300% revenue increase”, “30+ ERP projects”, “over 15 years”) and overreaching capability claims (e.g., AI/ML clinical decision support, fraud detection) from the service pages, per the “never invent customer wins” rule.
Fixed
- Broken images — Renamed
assets/images/red-rocks.JPG→red-rocks.jpgso the lowercase reference resolves on case-sensitive production builds; repointed the missingoffice-594119.pngog_imagetooffice.jpgin_config.ymlandpages/_about/site/_config.yml; repointed the missingbamr-avatar.pngavatar toAmr-Headshot_v2.jpg. - Contact-info consistency — Standardized all customer pages to
bashconsultants.com/info@bashconsultants.com/(720) 352-4641; replaced the stalebash-365.comdetails onabout.mdandcontact.md; fixed thecontact-email: info@consultants.comtypo in_config.ymlthat broke the landing page’s “Email Now” button.
Added
.github/instructions/— Six file-scoped instruction files for AI agents:content-style.instructions.md(applyTopages/**,index.md,about.md,contact.md) — shared editorial voice, audience profile (Denver SMBs 5–200 employees), target-industry table, banned phrases, SEO + accessibility rulesposts.instructions.md(applyTopages/_posts/**/*.md) — blog post structure + subfolder routing (corp/erp/muses/tech)services.instructions.md(applyTopages/_services/**/*.md) — service-page conversion structure + industry-fit namingjekyll-theme.instructions.md(applyTo theme override paths) — local override rules for the remote themeextension.instructions.md(applyToextension/**) — VS Code Prompt Orchestrator dev rulesprompts.instructions.md(applyTo.github/{prompts,instructions}/**) — schema + slash-hard body style
- AGENTS.md — Cross-tool entry point for AI coding agents (Copilot, Codex, Cursor, Aider, Claude Code). Points to canonical guidance.
.github/prompts/commit-publish.prompt.md— Standard commit + push + deploy workflow for the direct-to-main publishing model.- Canonical frontmatter reference —
.github/FRONTMATTER.mddocuments the required schema for.prompt.mdand.instructions.mdfiles.
Changed
.github/copilot-instructions.md— Rewritten to reflect the actual dual-purpose repo (Jekyll site +extension/sub-project). Previous content described only the extension and was stale..github/prompts/frontmatter normalized — All.prompt.mdfiles updated to canonicalmode: agent+description+date+lastmodschema. Body content already concise (≤100 lines per file); no further compression needed.
Removed
.github/prompts/docs.prompt.md— superseded bydocumentation.prompt.md.
[1.4.0] - 2026-04-06
Changed
- Theme Upgrade: Updated zer0-mistakes theme from v0.21.6 to v0.22.10
Gemfile.azure: Updatedjekyll-theme-zer0from~> 0.21.2to~> 0.22.10pages/_about/site/_config.yml: Updatedremote_themepin fromv0.21.6tov0.22.10_data/README.mdand_data/navigation/README.md: Updated version references to v0.22+- Notable theme changes since v0.21.6:
- Admin layout and configuration dashboards (v0.22.10)
- Cross-platform installation compatibility fixes (v0.22.8)
- Hero layout and scroll animation stabilization (v0.22.3)
- Various documentation and CI improvements
[1.3.0] - 2026-03-31
Changed
- Theme Upgrade: Updated zer0-mistakes theme from v0.18.0 to v0.21.6
Gemfile: Updatedjekyll-theme-zer0from~> 0.18.0to~> 0.21.2(latest on RubyGems)Gemfile.azure: Added version pin~> 0.21.2_config.yml: Pinnedremote_themetobamr87/zer0-mistakes@v0.21.6
- Layout Standardization: Aligned post and section layouts with theme v0.20.3+ conventions
- Changed default post layout from
journalstoarticlein_config.ymldefaults - Updated 9 posts with explicit
layout: journalsorlayout: blogtolayout: article - Updated 6 category/index pages to use
layout: default(theme’ssectionlayout uses/news/URLs) - Renamed category pages with date prefixes for proper Jekyll
_postsprocessing
- Changed default post layout from
- New Features Enabled:
- Added
search.jsonfor GitHub Pages compatible search (theme v0.20.2 feature) - Added
mermaiddiagram configuration for client-side rendering - Added
jekyll-include-cacheplugin for improved build performance - Updated vendor exclusion paths to support
assets/vendor/publishing
- Added
- Configuration Updates:
- Updated Bootstrap version reference from 5.2.0 to 5.3.3 in
powered_by - Updated version references in
_data/README.mdand_data/navigation/README.mdto v0.21+ - Synced
pages/_about/site/_config.ymlremote_theme pin and post layout default
- Updated Bootstrap version reference from 5.2.0 to 5.3.3 in
Fixed
- 404 Page: Fixed broken
/blognavigation link to use correct/postspath - Navigation: Removed broken links to non-existent pages (
/docs/,/about/org/,/about/portfolio/) - Navigation: Fixed
/home/links to/across navigation data files - Blog Index: Fixed hardcoded post URLs using slug format to use date-based format
- Category Pages: Added missing
permalinkto muses category page
[1.2.0] - 2026-01-24
Changed
- Development Port Standardization: Updated all development ports from 4002 to 4042 for consistency
Dockerfile: Changed EXPOSE and CMD to use port 4042docker-compose.yml: Updated port mapping to 4042:4042.vscode/tasks.json: Updated Jekyll local serve port to 4042.vscode/launch.json: Updated all debug configuration URLs to localhost:4042
- VS Code Development Environment: Complete overhaul of development configurations
.vscode/launch.json: Added 6 new debug configurations:- 🐳 Debug BASH Consultants (Docker) - Primary Docker debugging
- 🔗 Attach to Running Jekyll (Docker) - Attach to running container
- 🔄 Docker Rebuild & Debug - Force rebuild with debugging
- 🖥️ Debug BASH Consultants (Local) - Local development debugging
- 📱 Mobile Debug (Docker) - Mobile responsive testing
- 🎯 Performance Debug (Docker) - Performance profiling
.vscode/tasks.json: Added 12 comprehensive tasks:- Docker operations (up, stop, down, rebuild, logs)
- Jekyll serve/build (Docker and Local)
- Maintenance tasks (clean up, update dependencies)
- Theme Version: Updated jekyll-theme-zer0 to v0.18.0
Gemfile: Updated gem version constraint to~> 0.18.0_config.yml: Simplified remote_theme tobamr87/zer0-mistakes(uses latest)
- Gemfile Cleanup: Simplified dependencies
- Removed redundant jekyll_plugins group (already included in github-pages gem)
- Removed pinned versions for ffi and webrick (use latest compatible)
- Removed commonmarker pin (resolved upstream)
Added
.gitignore: Addedlogs/directory for debug trace logs
Fixed
- Dockerfile: Added newline at end of file
[1.1.0] - 2026-01-24
Changed
- Navigation Data Structure (
_data/navigation/): Updated to zer0-mistakes theme v0.17+ format- Migrated from
sublinkstochildrenproperty for nested navigation items - Added Bootstrap Icons (
bi-*prefix) to all navigation items - Added consistent Home links to sidebar navigation files
- Added trailing slashes to all URLs for consistency
- Migrated from
Added
- New Navigation Files (
_data/navigation/)home.yml- Homepage quick navigation with iconsservices.yml- Services sidebar navigationREADME.md- Navigation schema documentation with migration guide
Fixed
- Fixed HTML entity
&in about.yml to proper&character - Fixed inconsistent URL trailing slashes across navigation files
[1.0.0] - 2026-01-24
Added
- Prompt Orchestrator VS Code Extension (
extension/): New VS Code extension for orchestrating AI agent workflows using structured prompts- Discovers and loads prompt templates from
.github/prompts/directory - Execute prompts via Command Palette or sidebar tree view
- Integration with VS Code Chat API and Language Model API
- Commands: refreshPrompts, executePrompt, review, refactor, test, docs, debug
- Configuration settings for prompts directory and auto-refresh
- Discovers and loads prompt templates from
- Prompt Engineering Toolkit (
.github/prompts/)docs.prompt.md- Technical documentation generation- Additional prompts for requirements analysis, system design, code implementation, test generation, code refactoring, and debugging
- Automation Scripts (
scripts/)routine-maintenance.sh- Prepare prompt workflows for VS Code Chatdemo-docs-generation.js- Demonstrate documentation prompt generationtest-docs-prompt.js- Standalone test script for prompt loadingvscode-integration.sh- VS Code CLI integration helper
- Blog Posts (
pages/_posts/)- “Prompts: The New Command Line” - Exploring the paradigm shift in development
- “From Prompts to Pipelines: Agentic Workflows in VS Code” - Extension design and agentic workflows
Changed
- Repository Structure: Reorganized to separate Jekyll website from VS Code extension
- Jekyll site configs remain at root level
- Extension code moved to dedicated
extension/directory - Updated
.gitignorefor new structure
- VS Code Workspace Configuration (
.vscode/)- Updated
launch.jsonfor Jekyll-focused development - Updated
tasks.jsonfor Jekyll build tasks - Updated
settings.jsonfor Liquid/Jekyll file associations - Updated
extensions.jsonwith Jekyll-relevant recommendations
- Updated
-
Root
package.json: Clean Jekyll-only build configuration for Azure Static Web Apps - README.md: Added Tools and Resources section documenting prompt engineering toolkit
Removed
- Extension files from root directory (moved to
extension/)tsconfig.json,esbuild.js,eslint.config.mjs(now inextension/)src/,out/,dist/directories (now inextension/).vscode-test.mjs,.vscodeignore,vsc-extension-quickstart.md,EXTENSION-README.md