Skip to content

[codex] improve GitHub project health - #1

Merged
ACCS-0521 merged 2 commits into
mainfrom
codex/github-project-health
Jun 23, 2026
Merged

[codex] improve GitHub project health#1
ACCS-0521 merged 2 commits into
mainfrom
codex/github-project-health

Conversation

@ACCS-0521

Copy link
Copy Markdown
Owner

Summary

  • add an MIT license and a security reporting policy
  • expand the README with architecture, agent workflow, setup, API, project structure, testing, limitations, and roadmap
  • add GitHub Actions CI for backend and frontend tests, type checks, and builds
  • add structured bug and feature issue forms plus a pull request template
  • add weekly Dependabot updates for npm and GitHub Actions
  • configure repository topics for discoverability

Why

The repository contained a working MVP but lacked the project-health files and automation expected from a complete public GitHub project. These additions make the project easier to evaluate, run, contribute to, and maintain without changing application behavior.

Validation

  • pnpm test — 64 passed, 1 optional live test skipped
  • pnpm typecheck
  • pnpm build
  • pnpm test:web — 4 passed
  • pnpm build:web
  • parsed all 5 added YAML files successfully
  • git diff --check

@ACCS-0521
ACCS-0521 marked this pull request as ready for review June 23, 2026 00:26
@ACCS-0521
ACCS-0521 merged commit e342fbf into main Jun 23, 2026
1 check passed
@ACCS-0521
ACCS-0521 deleted the codex/github-project-health branch June 23, 2026 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant