Rename project from HackToFuture 4.0 to Fun-Tastic#14
Open
chiraghontec wants to merge 34 commits intohacktofuture-sjec:mainfrom
Open
Rename project from HackToFuture 4.0 to Fun-Tastic#14chiraghontec wants to merge 34 commits intohacktofuture-sjec:mainfrom
chiraghontec wants to merge 34 commits intohacktofuture-sjec:mainfrom
Conversation
- Added README.md with project overview and instructions. - Created .editorconfig for consistent coding styles. - Introduced .env.example for environment variable configuration. - Set up .gitattributes for line endings. - Established CODEOWNERS for repository ownership. - Configured .gitignore to exclude unnecessary files. - Added Makefile for common commands. - Created backend structure with FastAPI and initial routes. - Implemented chat API endpoint with request/response models. - Developed main FastAPI application with health check. - Defined backend requirements in requirements.txt. - Created controller and permission gate classes. - Established memory and swarm structures for backend processing. - Added test for health endpoint. - Included sample data for confluence, incidents, and runbooks. - Developed frontend structure with Next.js and initial pages. - Configured Docker Compose for local development. - Implemented boundary check script to prevent cross-boundary edits. - Created development scripts for starting and stopping services. - Documented shared contracts for frontend and backend integration.
…-and-skills feat: add backend orchestration core and local skill assets
…tegration merge: final integrated backend feature set + PRD demo verification
…#6) * feat: expand ingestion across GitHub/Jira/Slack with live-demo wiring Progress log added: docs/ways-of-working/INGESTION_FEATURE_PROGRESS_2026-04-17.md Includes backend adapters/routes, frontend controls, shared contract updates, and test coverage for partial-failure resilience. Test results: - backend: cd backend && .venv/bin/python -m pytest -q -> 40 passed - frontend: cd frontend && npm run lint && npm run build -> passed * chore: align systems lane boundaries and drop cross-lane files from pr6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.