297 Commits

Author SHA1 Message Date
AstroSteveo
3f6f0291f0 fix: change path for instructions for this repo only 2025-09-23 20:05:54 -05:00
Steven Mosley
dc00c3633d
Optimize getEffectivelyEnabledItems to reduce memory allocation and improve performance (#34) 2025-09-23 18:48:57 -05:00
Steven Mosley
c19eeeb0b0
Update config-manager.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-23 18:48:38 -05:00
copilot-swe-agent[bot]
0286c46f17 Optimize getEffectivelyEnabledItems per Copilot review - use single loops instead of chained operations
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-23 23:43:32 +00:00
copilot-swe-agent[bot]
5f58374ea1 Initial plan 2025-09-23 23:39:57 +00:00
Steven Mosley
abc1a3ea17
Enhance computeEffectiveItemStates to fully meet acceptance criteria with Sets return format (#33) 2025-09-23 18:34:47 -05:00
copilot-swe-agent[bot]
7f9c921735 Enhance computeEffectiveItemStates to fully meet acceptance criteria
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-23 23:31:12 +00:00
copilot-swe-agent[bot]
b9273d684d Initial analysis: computeEffectiveItemStates already exists and works
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-23 23:28:35 +00:00
copilot-swe-agent[bot]
3ee051f6d1 Initial plan 2025-09-23 23:25:35 +00:00
Steven Mosley
18ddbe7eee
Implement GitHub Copilot repository instructions support (#32) 2025-09-23 18:22:46 -05:00
copilot-swe-agent[bot]
cc84541577 Fix NaN output in test separators by using string.repeat() instead of invalid string multiplication
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-23 23:16:35 +00:00
copilot-swe-agent[bot]
920c966ed9 Implement GitHub Copilot repository instructions support
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-23 23:01:05 +00:00
copilot-swe-agent[bot]
36bc6de2a9 Initial plan 2025-09-23 22:49:35 +00:00
Steven Mosley
c8cc493f07
Merge pull request #31 from AstroSteveo/copilot/fix-0b7bbe09-a2ca-4b53-8bec-bba3deb6705a
Fix default output directory consistency and improve script robustness
2025-09-23 13:17:20 -05:00
copilot-swe-agent[bot]
9f88bd46c8 Improve script robustness and idempotency with better error handling
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-23 17:56:49 +00:00
copilot-swe-agent[bot]
91c4a88c6f Remove .awesome-copilot directory and fix default output directory consistency
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-23 17:47:38 +00:00
copilot-swe-agent[bot]
4836cac40d Initial plan 2025-09-23 17:41:44 +00:00
Steven Mosley
0ccf2d4043
Merge pull request #28 from AstroSteveo/copilot/fix-10
Document precedence rules for effective-state computation in README
2025-09-23 10:54:45 -05:00
copilot-swe-agent[bot]
b02893cdee Fix cleanupDisabledFiles function to use correct variable names
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-23 13:54:45 +00:00
copilot-swe-agent[bot]
9367292d95 Enhance precedence rules documentation with explicit boolean behaviors and detailed examples
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-23 06:39:47 +00:00
copilot-swe-agent[bot]
1967b59786 Fix syntax error in apply-config.js - missing const declaration
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-23 06:37:38 +00:00
copilot-swe-agent[bot]
9b127e049d Initial plan 2025-09-23 06:34:55 +00:00
Steven Mosley
9641e7fe62
Merge pull request #26 from AstroSteveo/copilot/vscode1758504985723
Refactor default install to .github; update initializer, settings, tests, and docs
2025-09-23 01:06:25 -05:00
Steven Mosley
8f9437646a
Merge branch 'main' into copilot/vscode1758504985723 2025-09-23 01:06:16 -05:00
AstroSteveo
7f78e04af0 refactor: default install to .github; update initializer, settings, tests, and docs; keep explicit output_directory support 2025-09-23 01:04:36 -05:00
Steven Mosley
e18a868216
Merge pull request #25 from AstroSteveo/copilot/vscode1758504985723
Implement robust toggle/state management system with cascading collections and enhanced CLI features
2025-09-22 05:54:44 -05:00
Steven Mosley
ddf8d4bafc
Update test-new-features.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-22 05:54:27 -05:00
Steven Mosley
60545b9cd1
Update apply-config.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-22 05:54:00 -05:00
copilot-swe-agent[bot]
99d7c8cefc Implement robust toggle/state management system with all requested features
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-22 01:47:53 +00:00
copilot-swe-agent[bot]
cde062a1fb Initial analysis - plan for robust toggle/state management implementation
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-22 01:39:17 +00:00
copilot-swe-agent[bot]
a7457ade5f Initial plan 2025-09-22 01:36:31 +00:00
AstroSteveo
135d854742 Checkpoint from VS Code for coding agent session 2025-09-21 20:36:25 -05:00
Steven Mosley
f7bc9761ae
Merge pull request #24 from AstroSteveo/revert-6-chore/cleanup-v3
Revert "Chore/cleanup v3"
2025-09-21 19:31:29 -05:00
Steven Mosley
1e0aa1ae52
Revert "Chore/cleanup v3" 2025-09-21 19:30:39 -05:00
Steven Mosley
755167ab58
Merge pull request #23 from AstroSteveo/copilot/fix-9
Implement effective-state collections with precedence rules and performant apply
2025-09-21 17:58:00 -05:00
copilot-swe-agent[bot]
d0620201ca Complete implementation: all tasks finished with comprehensive test suite
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-21 22:52:58 +00:00
copilot-swe-agent[bot]
661554741a Complete core functionality: tests, config generation fixes, and hash stability
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-21 22:49:18 +00:00
copilot-swe-agent[bot]
395486c172 Enhance CLI list and toggle commands with effective states and delta summary
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-21 22:44:00 +00:00
copilot-swe-agent[bot]
18846b91f4 Implement effective state computation and update apply logic
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-21 22:41:27 +00:00
copilot-swe-agent[bot]
ea6beac100 Initial analysis and planning for effective-state collections implementation
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-21 22:35:12 +00:00
copilot-swe-agent[bot]
74ff88d486 Initial plan 2025-09-21 22:31:52 +00:00
Steven Mosley
1304ea13e6
Merge pull request #6 from AstroSteveo/chore/cleanup-v3
Chore/cleanup v3
2025-09-21 14:13:34 -05:00
AstroSteveo
4ccbd8f2bb Merge branch 'main' of github.com:AstroSteveo/awesome-copilot 2025-09-21 14:06:23 -05:00
AstroSteveo
e727f128ec . 2025-09-21 14:06:13 -05:00
Steven Mosley
c7d3a3b77e
Merge pull request #5 from AstroSteveo/copilot/vscode1758469875607
Add Git --porcelain flag explanation prompt for scripting education
2025-09-21 14:03:32 -05:00
copilot-swe-agent[bot]
f25dab3c1f Add git porcelain flag explanation prompt
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-21 15:55:16 +00:00
copilot-swe-agent[bot]
1ec21635aa Initial plan 2025-09-21 15:51:19 +00:00
AstroSteveo
55ab7c538f Checkpoint from VS Code for coding agent session 2025-09-21 10:51:15 -05:00
Steven Mosley
1f02d732b4
Merge pull request #4 from AstroSteveo/codex/investigate-intuitive-prompt-toggling
Add CLI helpers for managing Copilot configuration
2025-09-21 03:35:50 -05:00
Steven Mosley
fcbd42fca8 feat: add CLI tools for managing configuration 2025-09-21 03:24:42 -05:00