dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
073e8df713
ci(deps): bump actions/setup-node from 4 to 6 ( #569 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-26 15:10:02 +05:30
KaifAhmad1
cebb5fb736
ci(docs): split validate (fast, all PRs) and deploy (main only) jobs
2026-05-23 00:00:25 +05:30
KaifAhmad1
a076dce00f
ci(docs): remove mint validate step (false-positive on valid files)
2026-05-22 23:56:28 +05:30
KaifAhmad1
cf802cffe9
ci(docs): restore GitHub Pages deployment using mint export instead of mkdocs
...
- Validate docs structure with docs_check.py (Python)
- Validate Mintlify build with mint validate (Node 20 LTS)
- Export static site with mint export, deploy to GitHub Pages
- Deploy job skipped on PRs (validate-only for branches)
2026-05-22 23:45:11 +05:30
KaifAhmad1
7c9da0643d
ci: replace MkDocs build workflow with Mintlify docs validation
...
- docs.yml: replace mkdocs build/deploy with python docs_check.py;
Mintlify deployment is handled by its own GitHub App
- ci.yml: remove dead paths-ignore refs to deleted mkdocs.yml and
requirements-docs.txt
2026-05-22 23:01:31 +05:30
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45400c88d3
ci(deps): bump actions/upload-pages-artifact from 3 to 5 ( #485 )
...
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact ) from 3 to 5.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases )
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-24 13:10:05 +05:30
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bc33bf9340
ci(deps): bump actions/deploy-pages from 4 to 5 ( #423 )
...
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages ) from 4 to 5.
- [Release notes](https://github.com/actions/deploy-pages/releases )
- [Commits](https://github.com/actions/deploy-pages/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/deploy-pages
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 15:44:31 +05:30
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
77e50127c8
ci(deps): bump actions/configure-pages from 4 to 6 ( #424 )
...
Bumps [actions/configure-pages](https://github.com/actions/configure-pages ) from 4 to 6.
- [Release notes](https://github.com/actions/configure-pages/releases )
- [Commits](https://github.com/actions/configure-pages/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/configure-pages
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 15:35:57 +05:30
KaifAhmad1 and Claude Sonnet 4.6
1aee4dfd29
ci: scope workflows to avoid redundant docs deploys and benchmark runs
...
- docs.yml: remove semantica/** path trigger (was deploying docs on every
source code push); add release:[published] so docs still deploy on releases
- benchmark.yml: remove pull_request trigger (heavy deps - torch/spacy/faiss);
add paths-ignore for doc-only main pushes; add workflow_dispatch for manual runs
- ci.yml: add paths-ignore so doc-only changes skip build; add pytest step
so tests actually run in CI (was build-only before)
- security-scan.yml: add paths-ignore on push/pull_request; schedule runs unaffected
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-17 23:15:18 +05:30
KaifAhmad1
bc28c22ee0
docs: fix deployment workflow and site URL for GitHub Pages
2025-12-31 16:36:25 +05:30
KaifAhmad1
35391382d3
docs: configure github pages deployment and fix broken links
2025-12-31 12:37:36 +05:30
KaifAhmad1
1e51f6621a
chore: make Pages setup step more resilient
2025-12-05 18:53:26 +05:30
KaifAhmad1
204e0a92f6
ci: consolidate workflows, harden security, and clean up .github
2025-11-24 18:26:04 +05:30
KaifAhmad1
1271957737
security: Add explicit permissions and security scanning workflow
...
- Add explicit permissions to all workflows (format, release, ci, test, label-issues, mark-answered)
- Fix format.yml to have write permissions for PR creation
- Add security.yml workflow for automated vulnerability scanning
- Improve security posture with minimal permissions principle
2025-11-24 17:20:10 +05:30
KaifAhmad1
e2bf95da72
chore: Simplify automation - minimal bot features and conservative workflows
2025-11-24 14:57:07 +05:30
KaifAhmad1
d330556dbb
docs: Add comprehensive open source project improvements
...
- Add essential open source files
- Add GitHub templates and workflows
- Add CI/CD workflows with fixes
- Add pre-commit hooks and dev scripts
- Add documentation enhancements
- Add community features
- Enhance security and .gitignore
2025-11-24 14:25:47 +05:30
KaifAhmad1
03b84ab238
docs: Add comprehensive open source project improvements
...
- Add essential open source files (CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, CHANGELOG.md, CONTRIBUTORS.md)
- Add GitHub issue and PR templates
- Add CI/CD workflows (CI, docs, release, dependabot)
- Add pre-commit hooks configuration
- Add documentation enhancements (architecture, governance, contributing, community)
- Add developer experience scripts (setup-dev, run-tests, format-code, check-code)
- Add community features (SUPPORT.md, .all-contributorsrc)
- Enhance README badges and project metadata
- Update mkdocs.yml navigation structure
2025-11-24 13:30:49 +05:30
KaifAhmad1
74ba37849f
docs: Add GitHub Pages documentation site
...
- Add docs folder with Jekyll-based documentation
- Add installation, quickstart, API, and examples pages
- Add GitHub Actions workflow for auto-deployment
- Configure Jekyll theme and navigation
- Add preview HTML file
2025-11-21 19:15:06 +05:30
KaifAhmad1
61270f53fc
feat: Add comprehensive SemantiCore Development Roadmap and clean up old documentation files
2025-08-10 17:43:31 +05:30
KaifAhmad1
ba0c659700
Add comprehensive documentation website with Sphinx
...
- Add complete Sphinx documentation structure
- Include API reference, tutorials, and examples
- Add GitHub Actions workflow for auto-deployment
- Include custom CSS and JavaScript for enhanced UI
- Add Makefile with build commands
- Include requirements for documentation dependencies
- Add quick start tutorial and getting started guide
- Configure Read the Docs theme with custom styling
- Add spell checking, link checking, and quality tools
- Set up automatic deployment to GitHub Pages
Documentation includes:
- Getting started guide with installation and basic usage
- Comprehensive examples for all major features
- Complete API reference with type hints
- Tutorials for different use cases
- Custom styling with SemantiCore branding
- Mobile-responsive design
- Dark mode support
- Performance optimization guides
2025-06-26 18:31:50 +05:30