Commit graph

26 commits

Author SHA1 Message Date
Kayvan Sylvan ceec9335c1 chore: fix gitignore bad merge 2026-04-06 08:43:19 -07:00
Kayvan Sylvan aeb709e7e8 Merge branch 'main' into feat/youtube-visual-extraction 2026-04-05 09:17:24 -07:00
Kayvan Sylvan 6115342314 chore: add maestro artifacts to gitignore 2026-04-05 08:52:44 -07:00
Kayvan Sylvan 070c626b7b refactor: extract OAuth and auth logic from Codex client module
- Remove OAuth flow, PKCE, and token refresh from codex.go
- Remove auth transport round-trip retry logic
- Remove unused OAuth types and helper structs
- Remove JWT parsing and token expiry utilities
- Remove error mapping and usage limit detection helpers
- Remove browser-open and version normalization functions
- Add `.maestro/` directory to `.gitignore`
- Add test for `SendStream` HTTP error mapping and channel close
- Clean up unused imports from codex client package
2026-03-25 15:32:40 -07:00
Kayvan Sylvan aab4ef15f5 chore: add Claude MEMORY to .gitignore 2026-03-19 10:55:50 -07:00
Kayvan Sylvan 03a496912f security: add npm support with package-lock.json for dual package manager compatibility
Changes:
- Added npm "overrides" section to package.json alongside existing pnpm overrides
- Generated and tracked package-lock.json with security fixes applied
- Removed web/package-lock.json from .gitignore to support npm users
- Both npm and pnpm now enforce secure dependency versions

This enables developers to use either pnpm or npm while maintaining
consistent security posture across both package managers.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-25 13:53:00 -08:00
Kayvan Sylvan 1cf346ee31 feat: add greybeard_secure_prompt_engineer pattern for secure prompts
- Add greybeard_secure_prompt_engineer pattern to create secure system prompts
- Update pattern explanations and renumber existing entries
- Refactor build process to use npm hooks for copying JSON files
- Remove manual web static file copying from extract script
- Update .gitignore to exclude generated data and tmp directories
- Modify suggest_pattern categories to include new security pattern
- Delete redundant web static data file, rely on build hooks
2026-01-17 09:16:46 -08:00
Kayvan Sylvan e56ecfb7ae chore: update gitignore and simplify changelog generator error handling
## CHANGES

- Add .claude/ directory to gitignore exclusions
- Update comment clarity for SilenceUsage flag
- Remove redundant error handling in main function
- Simplify command execution without explicit error checking
2025-07-20 18:49:32 -07:00
Kayvan Sylvan cb837bde2d feat: add AI-powered changelog generation with high-performance Go tool and comprehensive caching
## CHANGES

- Add high-performance Go changelog generator with GraphQL integration
- Implement SQLite-based persistent caching for incremental updates
- Create one-pass git history walking algorithm with concurrent processing
- Add comprehensive CLI with cobra framework and tag-based caching
- Integrate AI summarization using Fabric CLI for enhanced output
- Support batch PR fetching with GitHub Search API optimization
- Add VSCode configuration with spell checking and markdown linting
- Include extensive documentation with PRD and README files
- Implement commit-PR mapping for lightning-fast git operations
- Add content hashing for change detection and cache optimization
2025-07-13 20:26:23 -07:00
Kayvan Sylvan fde2efd4ce chore: update .gitignore and remove obsolete files
- Add `coverage.out` to `.gitignore` for ignoring coverage output.
- Remove `Alma.md` documentation file from the repository.
- Delete `rate_ai_result.txt` stitch script from `stitches` folder.
- Remove `readme.md` for `rate_ai_result` stitch documentation.
2025-05-05 17:16:38 -07:00
Kayvan Sylvan 6b1ff0ab21 chore: add .vscode to .gitignore and fix typos and markdown linting in Alma.md 2025-03-10 09:29:16 -07:00
jmd1010 f314671f65 Exclude static PNG files from PR 2025-02-20 15:18:32 -05:00
jmd1010 5d31e90650 Update .gitignore to exclude sensitive and generated files 2025-02-19 22:18:41 -05:00
Waldo Rochow 95f0c95832
Merge branch 'main' into main 2024-12-17 22:33:20 -05:00
Waldo Rochow 621b64c89f Significant thematic rewrite.
Ingested the following documents, and then extracted themes and examples of how Socrates interacted with those around him.
* Apology by Plato
* Phaedrus by Plato
* Symposium by Plato
* The Republic by Plato
* The Economist by Xenophon
* The Memorabilia by Xenophon
* The Memorable Thoughts of Socrates by Xenophon
* The Symposium by Xenophon

Many thanks to <a href="https://www.gutenberg.org/">Project Gutenberg</a> for the source materials.
2024-12-17 22:19:08 -05:00
John 30f37ea633 john 2024-11-26 08:53:48 2024-11-26 08:54:12 -05:00
John 7043f78f1f john 2024-11-26 08:40:21 2024-11-26 08:50:31 -05:00
jaredmontoya c67fe04d3c add Nix Flake 2024-10-28 14:07:41 +01:00
Eugen Eisler 42b5cb4413 feat: clean up html readability; add autm. tag creation 2024-10-03 00:12:23 +02:00
agu3rra 688886451f fabric as a CLI; poetry for dep management with latest versions; gitignore re-added 2024-02-09 09:52:07 -03:00
Daniel Miessler 2a5b9d3a95 Made analyze_prose more stringent. 2024-02-08 12:34:28 -08:00
John O'Gara d0bb802339
Fix some typos and updates gitignore 2024-02-08 19:24:17 +00:00
cwhuang119 22fd0ade60 add: add virual env ignore in client's 2024-02-05 09:59:23 +08:00
Wayne 0be94ee1b5 Update .gitignore and server configurations 2024-02-04 16:12:41 +00:00
agu3rra 2a00ac43a7 removes .venv from gitignore as it appears to be used on purpose 2024-02-02 11:44:34 -03:00
agu3rra e3bd01834e adds python's gitignore for common files and removes py chaches 2024-02-02 11:33:31 -03:00