Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
98e6e1f
feat: install caveman hook runtime as managed component
edwinhern Jun 29, 2026
afd68cf
fix: mirror caveman runtime to apm hook path
edwinhern Jun 29, 2026
eb53bda
chore: set chezmoi sourceDir in config
edwinhern Jun 29, 2026
2d10de9
fix: reassert claude settings after apm install
edwinhern Jun 29, 2026
beb2bce
chore: drop agent-skills apm target
edwinhern Jun 29, 2026
32cc62c
chore: remove obsolete caveman hook installation scripts
edwinhern Jun 30, 2026
4d1d0da
chore: remove LazyVim configuration and related files
edwinhern Jun 30, 2026
7e390c6
docs: DOT-43 add apm-to-marketplace migration spec
edwinhern Jun 30, 2026
102c815
docs: DOT-43 revise spec for skills.sh cross-agent model
edwinhern Jul 1, 2026
cd5bc6a
docs: DOT-43 refine ai.yaml groups, dual-path plugins, jira http
edwinhern Jul 1, 2026
3a6fcdd
docs: DOT-43 align spec to targets model and split MCP delivery
edwinhern Jul 1, 2026
28647d0
feat: Add coding standards, TypeScript, React, and testing guidelines…
edwinhern Jul 1, 2026
8f7329f
feat: Add comprehensive guidelines for meta rules, coding standards, …
edwinhern Jul 1, 2026
7f56262
chore: Remove obsolete issue templates and APM update workflow; updat…
edwinhern Jul 1, 2026
d7b7f66
chore: remove obsolete APM scripts and related test files
edwinhern Jul 1, 2026
79c9699
feat: update Graphify skills installation script and remove obsolete …
edwinhern Jul 1, 2026
e7bffb7
feat: add AI skills install library and associated tests; refine repo…
edwinhern Jul 1, 2026
e65c453
fix: restore chezmoi render for personal packages
edwinhern Jul 1, 2026
feb710f
refactor: route vscode installer via group helper
edwinhern Jul 1, 2026
104ad30
refactor: make agent guidance provider-neutral
edwinhern Jul 1, 2026
9a4753d
build: adopt treefmt and simplify mise tasks
edwinhern Jul 1, 2026
0aa24ee
chore: drop remaining apm dependency artifacts
edwinhern Jul 1, 2026
2006d31
test: align template tests with migration removals
edwinhern Jul 1, 2026
9ea1c1e
feat: convert instructions to local skills
edwinhern Jul 1, 2026
57ff585
chore: enrich copilot commit message instructions
edwinhern Jul 1, 2026
786fd92
chore: align copilot commit instructions with spec
edwinhern Jul 1, 2026
48271a6
docs: sync migration spec and plan with skill conversion
edwinhern Jul 1, 2026
6c9b989
chore: remove darwin-specific chezmoi ignore patterns and update test…
edwinhern Jul 1, 2026
bf11436
refactor: simplify shellcheck linting by removing redundant checks
edwinhern Jul 1, 2026
ec7f07a
feat: add cross-agent ai-skills install
edwinhern Jul 1, 2026
c3d249d
docs: sync spec and plan with ai-skills install
edwinhern Jul 1, 2026
0024a2e
chore: remove deprecated chat instructions file locations
edwinhern Jul 1, 2026
989c078
feat: enable superwhisper plugin in settings
edwinhern Jul 1, 2026
b471f48
docs: add phase-2 plugins install plan
edwinhern Jul 1, 2026
44a14df
feat: add .chezmoiignore for GitHub Copilot config
edwinhern Jul 1, 2026
ae561a2
feat: add ai-plugins install library
edwinhern Jul 1, 2026
076dbf5
feat: add ai-plugins run_onchange script and settings
edwinhern Jul 1, 2026
700dcf7
test: add ai-plugins template render tests
edwinhern Jul 1, 2026
3c849d8
refactor: renumber ai-skills install script to 07
edwinhern Jul 1, 2026
63e7125
refactor: decompose ai-skills and graphify-skills libraries
edwinhern Jul 1, 2026
8736e80
fix: point kaizen skill at context-engineering-kit source
edwinhern Jul 1, 2026
3489439
refactor: rebase agent guidance on karpathy principles
edwinhern Jul 1, 2026
abdd803
feat: add tooling hierarchy to agent guidance
edwinhern Jul 1, 2026
e99c6bf
feat: add ticket prefix to copilot commit rules
edwinhern Jul 1, 2026
e7e4113
refactor: renumber graphify install script to 09
edwinhern Jul 1, 2026
0738234
feat: add MCP registration library for claude code
edwinhern Jul 1, 2026
38aa217
feat: add claude code MCP install run script
edwinhern Jul 1, 2026
dc801df
feat: render copilot MCP config from ai.yaml
edwinhern Jul 1, 2026
34b78a5
test: strengthen MCP config and skip-empty assertions
edwinhern Jul 1, 2026
d01fa3d
docs: add phase 3 MCP delivery plan
edwinhern Jul 1, 2026
8a5093c
feat: add skipDangerousModePermissionPrompt setting
edwinhern Jul 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/task.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/apm-update.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,6 @@ jobs:
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
- run: mise lint

validate_apm:
name: Validate APM config (${{ matrix.context }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
context: [personal, work]
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
- name: Stub chezmoi config (${{ matrix.context }} context)
uses: ./.github/actions/write-chezmoi-config
with:
context: ${{ matrix.context }}
- name: Frozen install + audit (${{ matrix.context }})
run: mise exec -- bash scripts/validate-apm.sh ${{ matrix.context }}

actions_lint:
name: Lint GitHub Actions workflows
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# APM dependencies
apm_modules/

.DS_Store
.claude
.worktrees/
Expand Down
131 changes: 0 additions & 131 deletions docs/cheatsheets/lazyvim-tmux.md

This file was deleted.

Loading
Loading