This rulebook defines:
- Who can see and change what in the internal systems (CRM, time tracking, dependency tracker, wiki, project registry, etc.).
- How the AI agent is allowed to act on behalf of people (employees & guests).
| /* eslint-disable no-restricted-globals */ | |
| /* eslint-disable no-undef */ | |
| /* eslint-disable no-param-reassign */ | |
| /* eslint-disable no-var */ | |
| /* eslint-disable vars-on-top */ | |
| /* eslint-disable no-restricted-syntax */ | |
| /* eslint-disable no-use-before-define */ | |
| /* eslint-disable camelcase */ | |
| const getUnixTimestamp = () => Math.floor(Date.now() / 1000); |
| Name: Biome | |
| Id: biomejs.biome | |
| Description: Toolchain of the web | |
| Version: 2.3.0 | |
| Publisher: biomejs | |
| VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=biomejs.biome | |
| Name: Bun for Visual Studio Code | |
| Id: oven.bun-vscode | |
| Description: The Visual Studio Code extension for Bun. |
| // Place your key bindings in this file to override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+;", | |
| "command": "findJump.activate" | |
| }, | |
| { | |
| "key": "alt+f1", | |
| "command": "revealInExplorer" | |
| }, |
| [ | |
| { | |
| "description": "FnUaaRXXAdV1Y4RHD2k9BUwRXBtHuyTWrMK6HHtqKaEq swapped 1000 Bonk for 0.010379 USDC", | |
| "type": "SWAP", | |
| "source": "JUPITER", | |
| "fee": 1009999, | |
| "feePayer": "FnUaaRXXAdV1Y4RHD2k9BUwRXBtHuyTWrMK6HHtqKaEq", | |
| "signature": "4bb3o3ZDfq8aoCsmj37epo2hKAkpD1ANMBoXJmBfcVsK1Lft5TxjAEtyg2Bj7nntJM6kuz7SEvSd95Nc1zbKgFZK", | |
| "slot": 246311777, | |
| "timestamp": 1707147524, |
| package jito | |
| import ( | |
| "context" | |
| mev "jito-bot/pkg/jito/gen" | |
| "github.com/gagliardetto/solana-go" | |
| "google.golang.org/grpc" | |
| "google.golang.org/grpc/credentials" |
| import ExpoModulesCore | |
| import UIKit | |
| import SwiftUI | |
| // Native view and module definition | |
| public class SwiftuiViewModule: Module { | |
| public func definition() -> ModuleDefinition { | |
| Name("SwiftuiView") | |
| View(SwiftuiView.self) { | |
| // Define your props here |
| import DeviceInfo from 'react-native-device-info'; | |
| import { | |
| getNotificationsToken, | |
| getNotificationsPermission, | |
| onNotificationTokenChange, | |
| PushNotificationStatus, | |
| firebaseNotificationsAuthStatusToBoolean, | |
| getNotificationsPermissionString, | |
| } from '@src/notifications'; | |
| import * as Sentry from '@sentry/react-native'; |
| // Place your key bindings in this file to override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+;", | |
| "command": "findJump.activate" | |
| }, | |
| { | |
| "key": "alt+f1", | |
| "command": "revealInExplorer" | |
| }, |